01HTHD6ZA0X2TZ6A2K2YCR957A: 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: 01HTHD86D6TQ3FATQBSAS7N0MR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T07:27:16.743Zjob assigned to worker 01HTHDFHSC1XD8PSPW0G5QX3KA (queued for 7 m 23 s)
 
22024-04-03T07:27:27.844Zstarting task 0: "setup"
32024-04-03T07:27:28.041Z++ uname -s
42024-04-03T07:27:28.042Z+ kern=SunOS
52024-04-03T07:27:28.042Z+ case "$kern" in
62024-04-03T07:27:28.042Z+ groupadd -g 12345 build
72024-04-03T07:27:28.098Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T07:27:29.956Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T07:27:30.050Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T07:27:30.056Z+ home_fs=zfs
112024-04-03T07:27:30.056Z+ [[ zfs == autofs ]]
122024-04-03T07:27:30.056Z+ mkdir -p /home/build
132024-04-03T07:27:30.056Z+ chown build:build /home/build /work
142024-04-03T07:27:32.063Z+ chmod 0700 /home/build /work
152024-04-03T07:27:32.081Zprocess exited: duration 4317 ms, exit code 0
 
162024-04-03T07:27:32.096Zstarting task 1: "rust-toolchain"
172024-04-03T07:27:32.103Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T07:27:32.106Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T07:27:32.391Zinfo: downloading installer
202024-04-03T07:27:34.415Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T07:27:34.417Zwarning: /opt/ooce/bin
222024-04-03T07:27:34.419Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T07:27:34.422Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T07:27:34.422Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T07:27:34.424Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T07:27:34.425Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T07:27:34.426Zerror: cannot install while Rust is installed
282024-04-03T07:27:34.427Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T07:27:35.786Zinfo: profile set to 'default'
302024-04-03T07:27:35.786Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T07:27:35.786Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T07:27:35.786Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T07:27:35.786Zinfo: downloading component 'cargo'
342024-04-03T07:27:35.786Zinfo: downloading component 'clippy'
352024-04-03T07:27:35.786Zinfo: downloading component 'rust-docs'
362024-04-03T07:27:36.885Zinfo: downloading component 'rust-std'
372024-04-03T07:27:37.938Zinfo: downloading component 'rustc'
382024-04-03T07:27:41.558Zinfo: downloading component 'rustfmt'
392024-04-03T07:27:41.780Zinfo: installing component 'cargo'
402024-04-03T07:27:42.574Zinfo: installing component 'clippy'
412024-04-03T07:27:42.933Zinfo: installing component 'rust-docs'
422024-04-03T07:27:44.316Zinfo: installing component 'rust-std'
432024-04-03T07:27:46.096Zinfo: installing component 'rustc'
442024-04-03T07:27:50.202Zinfo: installing component 'rustfmt'
452024-04-03T07:27:50.615Z
462024-04-03T07:27:50.615Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
472024-04-03T07:27:50.839Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T07:27:50.839Z
492024-04-03T07:27:50.842Z
502024-04-03T07:27:50.842ZRust is installed now. Great!
512024-04-03T07:27:50.842Z
522024-04-03T07:27:50.842ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T07:27:50.842Zenvironment variable. This has not been done automatically.
542024-04-03T07:27:50.843Z
552024-04-03T07:27:50.843ZTo configure your current shell, you need to source
562024-04-03T07:27:50.843Zthe corresponding env file under $HOME/.cargo.
572024-04-03T07:27:50.843Z
582024-04-03T07:27:50.843ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T07:27:50.843Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T07:27:50.843Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T07:27:50.989Z+ rustc --version
622024-04-03T07:27:51.035Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T07:27:51.040Zprocess exited: duration 18940 ms, exit code 0
 
642024-04-03T07:27:51.069Zstarting task 2: "authentication"
652024-04-03T07:27:51.127Zprocess exited: duration 69 ms, exit code 0
 
662024-04-03T07:27:51.153Zstarting task 3: "clone repository"
672024-04-03T07:27:51.160Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T07:27:51.160Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T07:27:51.929ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T07:28:22.931Z+ cd /work/oxidecomputer/omicron
712024-04-03T07:28:22.931Z+ git fetch origin e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
722024-04-03T07:28:23.710ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T07:28:23.710Z * branch e33f57601f40a2d5b94e4aa9ee14b85bb71baecf -> FETCH_HEAD
742024-04-03T07:28:23.726Z+ [[ -n sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]]
752024-04-03T07:28:23.727Z++ git branch --show-current
762024-04-03T07:28:23.727Z+ current=main
772024-04-03T07:28:23.727Z+ [[ main != sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]]
782024-04-03T07:28:23.728Z+ git branch -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
792024-04-03T07:28:23.728Z+ git checkout -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end
802024-04-03T07:28:23.781ZSwitched to branch 'sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end'
812024-04-03T07:28:23.788Z+ git reset --hard e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
822024-04-03T07:28:23.788ZHEAD is now at e33f57601 [𝘀𝗽𝗿] initial version
832024-04-03T07:28:23.795Zprocess exited: duration 32642 ms, exit code 0
 
842024-04-03T07:28:23.808Zstarting task 4: "build"
852024-04-03T07:28:23.816Z+ cargo --version
862024-04-03T07:28:23.822Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T07:28:23.943Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T07:28:23.949Zinfo: downloading component 'cargo'
892024-04-03T07:28:24.623Zinfo: downloading component 'clippy'
902024-04-03T07:28:24.833Zinfo: downloading component 'rust-docs'
912024-04-03T07:28:25.672Zinfo: downloading component 'rust-std'
922024-04-03T07:28:27.048Zinfo: downloading component 'rustc'
932024-04-03T07:28:30.419Zinfo: downloading component 'rustfmt'
942024-04-03T07:28:30.606Zinfo: installing component 'cargo'
952024-04-03T07:28:31.482Zinfo: installing component 'clippy'
962024-04-03T07:28:32.232Zinfo: installing component 'rust-docs'
972024-04-03T07:28:33.312Zinfo: installing component 'rust-std'
982024-04-03T07:28:35.111Zinfo: installing component 'rustc'
992024-04-03T07:28:39.132Zinfo: installing component 'rustfmt'
1002024-04-03T07:28:39.532Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T07:28:39.542Z+ rustc --version
1022024-04-03T07:28:39.597Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T07:28:39.603Z++ git rev-parse HEAD
1042024-04-03T07:28:39.622Z+ COMMIT=e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
1052024-04-03T07:28:39.622Z+ VERSION=7.0.0-0.ci+gite33f57601f4
1062024-04-03T07:28:39.622Z+ echo 7.0.0-0.ci+gite33f57601f4
1072024-04-03T07:28:39.622Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-04-03T07:28:53.768Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-04-03T07:28:55.229Z Startup: Caching catalogs ... Done
1102024-04-03T07:28:56.993ZPlanning: Solver setup ... Done (1.368s)
1112024-04-03T07:28:57.011ZPlanning: Running solver ... Done (0.026s)
1122024-04-03T07:28:57.818ZPlanning: Finding local manifests ... Done (0.368s)
1132024-04-03T07:28:57.831ZPlanning: Fetching manifests: 0/4 0% complete
1142024-04-03T07:28:57.865ZPlanning: Fetching manifests: 4/4 100% complete
1152024-04-03T07:28:57.918ZPlanning: Package planning ... Done (0.048s)
1162024-04-03T07:28:57.985ZPlanning: Merging actions ... Done (0.052s)
1172024-04-03T07:28:58.645ZPlanning: Checking for conflicting actions ... Done (0.672s)
1182024-04-03T07:28:58.666ZPlanning: Consolidating action changes ... Done (0.012s)
1192024-04-03T07:29:09.111ZPlanning: Evaluating mediators ... Done (10.409s)
1202024-04-03T07:29:09.162ZPlanning: Planning completed in 13.79 seconds
1212024-04-03T07:29:09.162Z Packages to install: 4
1222024-04-03T07:29:09.162Z Mediators to change: 2
1232024-04-03T07:29:09.162Z Services to change: 1
1242024-04-03T07:29:09.162Z Estimated space available: 155.31 GB
1252024-04-03T07:29:09.162ZEstimated space to be consumed: 1.43 GB
1262024-04-03T07:29:09.162Z Create boot environment: No
1272024-04-03T07:29:09.162ZCreate backup boot environment: No
1282024-04-03T07:29:09.162Z Rebuild boot archive: No
1292024-04-03T07:29:09.162Z
1302024-04-03T07:29:09.163ZChanged mediators:
1312024-04-03T07:29:09.163Z mediator clang:
1322024-04-03T07:29:09.163Z version: None -> 15 (system default)
1332024-04-03T07:29:09.163Z
1342024-04-03T07:29:09.163Z mediator llvm:
1352024-04-03T07:29:09.163Z version: 14 (system default) -> 15 (system default)
1362024-04-03T07:29:09.163Z
1372024-04-03T07:29:09.163ZChanged packages:
1382024-04-03T07:29:09.163Zhelios-dev
1392024-04-03T07:29:09.164Z developer/build-essential
1402024-04-03T07:29:09.164Z None -> 11-2.0
1412024-04-03T07:29:09.164Z library/libxmlsec1
1422024-04-03T07:29:09.164Z None -> 1.2.35-2.0
1432024-04-03T07:29:09.164Z ooce/developer/clang-15
1442024-04-03T07:29:09.164Z None -> 15.0.7-2.0
1452024-04-03T07:29:09.164Z ooce/developer/llvm-15
1462024-04-03T07:29:09.164Z None -> 15.0.7-2.0
1472024-04-03T07:29:09.164Z
1482024-04-03T07:29:09.164ZServices:
1492024-04-03T07:29:09.164Z restart_fmri:
1502024-04-03T07:29:09.164Z svc:/system/update-man-index:default
1512024-04-03T07:29:09.239Z
1522024-04-03T07:29:09.239ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-04-03T07:29:14.237ZDownload: 1265/3290 items 97.3/212.6MB 45% complete (19.4M/s)
1542024-04-03T07:29:19.245ZDownload: 3135/3290 items 142.7/212.6MB 67% complete (14.2M/s)
1552024-04-03T07:29:21.207ZDownload: Completed 212.60 MB in 11.97 seconds (17.8M/s)
1562024-04-03T07:29:21.878Z Actions: 1/3689 actions (Installing new actions)
1572024-04-03T07:29:26.789Z Actions: 3547/3689 actions (Installing new actions)
1582024-04-03T07:29:27.662Z Actions: Completed 3689 actions in 5.91 seconds.
1592024-04-03T07:29:27.857Z Done (0.191s)
1602024-04-03T07:29:27.857Z Done (0.000s)
1612024-04-03T07:29:28.102Z Done (0.250s)
1622024-04-03T07:29:34.358Z Done (6.110s)
1632024-04-03T07:29:34.582Z Done (0.132s)
1642024-04-03T07:29:34.603Z Done (0.000s)
1652024-04-03T07:29:34.724Z Done (0.000s)
1662024-04-03T07:29:35.236ZPlanning: Evaluating mediator changes ... Done
1672024-04-03T07:29:35.397ZPlanning: Checking for conflicting actions ... Done
1682024-04-03T07:29:35.410ZPlanning: Consolidating action changes ... Done
1692024-04-03T07:29:35.687ZPlanning: Evaluating mediators ... Done
1702024-04-03T07:29:35.705ZPlanning: Planning completed in 0.43 seconds
1712024-04-03T07:29:35.736Z Mediators to change: 2
1722024-04-03T07:29:35.736Z Create boot environment: No
1732024-04-03T07:29:35.736ZCreate backup boot environment: No
1742024-04-03T07:29:35.780Z Done
1752024-04-03T07:29:35.780Z Done
1762024-04-03T07:29:35.928Z Done
1772024-04-03T07:29:39.504Z Done
1782024-04-03T07:29:39.592Z Done
1792024-04-03T07:29:39.611Z Done
1802024-04-03T07:29:39.688Z Done
1812024-04-03T07:29:40.325ZPlanning: Evaluating mediator changes ... Done
1822024-04-03T07:29:40.345ZPlanning: Merging actions ... Done
1832024-04-03T07:29:40.526ZPlanning: Checking for conflicting actions ... Done
1842024-04-03T07:29:40.593ZPlanning: Consolidating action changes ... Done
1852024-04-03T07:29:40.789ZPlanning: Evaluating mediators ... Done
1862024-04-03T07:29:40.841ZPlanning: Planning completed in 0.79 seconds
1872024-04-03T07:29:40.882Z Packages to change: 1
1882024-04-03T07:29:40.882Z Mediators to change: 1
1892024-04-03T07:29:40.894Z Services to change: 1
1902024-04-03T07:29:40.894Z Create boot environment: No
1912024-04-03T07:29:40.894ZCreate backup boot environment: Yes
1922024-04-03T07:29:42.715Z Actions: 1/6 actions (Updating modified actions)
1932024-04-03T07:29:42.722Z Actions: Completed 6 actions in 0.00 seconds.
1942024-04-03T07:29:42.722Z Done
1952024-04-03T07:29:42.722Z Done
1962024-04-03T07:29:42.770Z Done
1972024-04-03T07:29:46.342Z Done
1982024-04-03T07:29:46.434Z Done
1992024-04-03T07:29:46.446Z Done
2002024-04-03T07:29:46.578Z Done
2012024-04-03T07:29:47.022ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-04-03T07:29:47.022Zclang system 15 system
2032024-04-03T07:29:47.022Zcsh system system illumos
2042024-04-03T07:29:47.022Zctags system system illumos
2052024-04-03T07:29:47.022Zgcc vendor 12 vendor
2062024-04-03T07:29:47.022Zgcc system 10 system
2072024-04-03T07:29:47.022Zgcc system 7 system
2082024-04-03T07:29:47.022Zgo system 1.20 system
2092024-04-03T07:29:47.022Zgo system 1.19 system
2102024-04-03T07:29:47.022Zllvm system 15 system
2112024-04-03T07:29:47.022Zllvm system 14 system
2122024-04-03T07:29:47.022Zmariadb system 10.6 system
2132024-04-03T07:29:47.023Zmta vendor vendor dma
2142024-04-03T07:29:47.023Zopenjdk system 17 system
2152024-04-03T07:29:47.023Zopenjdk system 11 system
2162024-04-03T07:29:47.023Zopenjdk system 1.8 system
2172024-04-03T07:29:47.023Zopenssl vendor 3 vendor
2182024-04-03T07:29:47.023Zperl system 5.36 system
2192024-04-03T07:29:47.023Zpostgresql system 15 system
2202024-04-03T07:29:47.023Zpostgresql system 13 system
2212024-04-03T07:29:47.023Zpython vendor 3 vendor
2222024-04-03T07:29:47.023Zpython system 2 system
2232024-04-03T07:29:47.023Zpython3 system 3.11 system
2242024-04-03T07:29:47.023Zruby system 3.0 system
2252024-04-03T07:29:47.024Zwords vendor vendor american-english
2262024-04-03T07:29:47.024Zwords system system australian-english
2272024-04-03T07:29:47.024Zwords system system british-english
2282024-04-03T07:29:47.024Zwords system system canadian-english
2292024-04-03T07:29:47.024Zwords system system french
2302024-04-03T07:29:47.024Zwords system system italian
2312024-04-03T07:29:47.024Zwords system system ngerman
2322024-04-03T07:29:47.024Zwords system system ogerman
2332024-04-03T07:29:47.024Zwords system system spanish
2342024-04-03T07:29:47.350ZPUBLISHER TYPE STATUS P LOCATION
2352024-04-03T07:29:47.350Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-04-03T07:29:49.478ZFMRI IFO
2372024-04-03T07:29:49.478Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-04-03T07:29:49.479Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-04-03T07:29:49.479Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-04-03T07:29:49.479Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-04-03T07:29:49.479Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-04-03T07:29:49.479Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-04-03T07:29:49.479Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-04-03T07:29:49.479Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-04-03T07:29:49.479Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-04-03T07:29:49.479Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-04-03T07:29:49.480Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-04-03T07:29:49.480Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-04-03T07:29:49.480Z+ set -o errexit
2502024-04-03T07:29:49.480Z+++ dirname ./tools/ci_download_cockroachdb
2512024-04-03T07:29:49.480Z++ cd ./tools
2522024-04-03T07:29:49.480Z++ pwd
2532024-04-03T07:29:49.480Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-04-03T07:29:49.480Z++ basename ./tools/ci_download_cockroachdb
2552024-04-03T07:29:49.480Z+ ARG0=ci_download_cockroachdb
2562024-04-03T07:29:49.481Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-04-03T07:29:49.481Z+ CIDL_VERSION=v22.1.9
2582024-04-03T07:29:49.481Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-04-03T07:29:49.481Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-04-03T07:29:49.481Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-04-03T07:29:49.481Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-04-03T07:29:49.482Z+ TARGET_DIR=out
2632024-04-03T07:29:49.482Z+ DOWNLOAD_DIR=out/downloads
2642024-04-03T07:29:49.482Z+ DEST_DIR=./out/cockroachdb
2652024-04-03T07:29:49.482Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-04-03T07:29:49.482Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-04-03T07:29:49.482Z+ main
2682024-04-03T07:29:49.482Z+ [[ 0 != 0 ]]
2692024-04-03T07:29:49.482Z+ CIDL_OS=solaris2.11
2702024-04-03T07:29:49.483Z+ [[ 0 != 0 ]]
2712024-04-03T07:29:49.483Z+ configure_os solaris2.11
2722024-04-03T07:29:49.483Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-04-03T07:29:49.483Zcurrent directory: /work/oxidecomputer/omicron
2742024-04-03T07:29:49.483Z+ echo 'configuring based on OS: "solaris2.11"'
2752024-04-03T07:29:49.483Zconfiguring based on OS: "solaris2.11"
2762024-04-03T07:29:49.483Z+ case "$1" in
2772024-04-03T07:29:49.483Z+ CIDL_BUILD=illumos
2782024-04-03T07:29:49.483Z+ CIDL_SUFFIX=tar.gz
2792024-04-03T07:29:49.483Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2802024-04-03T07:29:49.484Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812024-04-03T07:29:49.484Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822024-04-03T07:29:49.484Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-04-03T07:29:49.484Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-04-03T07:29:49.484Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-03T07:29:49.484Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-04-03T07:29:49.484Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-03T07:29:49.485Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-04-03T07:29:49.485Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-03T07:29:49.485ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-03T07:29:49.485Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-04-03T07:29:49.485ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-04-03T07:29:49.485Z+ mkdir -p out/downloads
2932024-04-03T07:29:49.485Z+ mkdir -p ./out/cockroachdb
2942024-04-03T07:29:49.486Z+ local DO_DOWNLOAD=true
2952024-04-03T07:29:49.486Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-04-03T07:29:49.486Z+ '[' true == true ']'
2972024-04-03T07:29:49.486Z+ echo Downloading...
2982024-04-03T07:29:49.486ZDownloading...
2992024-04-03T07:29:49.486Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-03T07:29:49.486Z+ 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
3012024-04-03T07:29:52.713Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-03T07:29:52.722Z++ sha256sum
3032024-04-03T07:29:52.722Z++ awk '{print $1}'
3042024-04-03T07:29:52.885Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-04-03T07:29:52.885Z+ [[ 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 ]]
3062024-04-03T07:29:52.895Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-03T07:29:52.895Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-04-03T07:29:59.173Z+ do_assemble_illumos
3092024-04-03T07:29:59.173Z+ rm -r ./out/cockroachdb
3102024-04-03T07:29:59.246Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-04-03T07:29:59.246Z+ ./out/cockroachdb/bin/cockroach version
3122024-04-03T07:29:59.246ZBuild Tag: v22.1.9-dirty
3132024-04-03T07:29:59.246ZBuild Time: 2022/10/26 21:17:46
3142024-04-03T07:29:59.246ZDistribution: OSS
3152024-04-03T07:29:59.246ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-04-03T07:29:59.246ZGo Version: go1.17.13
3172024-04-03T07:29:59.246ZC Compiler: gcc 10.3.0
3182024-04-03T07:29:59.247ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-04-03T07:29:59.247ZBuild Type: release
3202024-04-03T07:29:59.247Z+ set -o errexit
3212024-04-03T07:29:59.247Z+++ dirname ./tools/ci_download_clickhouse
3222024-04-03T07:29:59.247Z++ cd ./tools
3232024-04-03T07:29:59.247Z++ pwd
3242024-04-03T07:29:59.247Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-04-03T07:29:59.247Z++ basename ./tools/ci_download_clickhouse
3262024-04-03T07:29:59.247Z+ ARG0=ci_download_clickhouse
3272024-04-03T07:29:59.247Z+ TARGET_DIR=out
3282024-04-03T07:29:59.248Z+ DOWNLOAD_DIR=out/downloads
3292024-04-03T07:29:59.248Z+ DEST_DIR=./out/clickhouse
3302024-04-03T07:29:59.248Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-04-03T07:29:59.248Z+ CIDL_VERSION=v23.8.7.24
3322024-04-03T07:29:59.248Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-04-03T07:29:59.248Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-04-03T07:29:59.248Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-04-03T07:29:59.248Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-04-03T07:29:59.248Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-04-03T07:29:59.249Z+ main
3382024-04-03T07:29:59.249Z+ [[ 0 != 0 ]]
3392024-04-03T07:29:59.249Z+ CIDL_OS=solaris2.11
3402024-04-03T07:29:59.249Z+ [[ 0 != 0 ]]
3412024-04-03T07:29:59.249Z+ configure_os solaris2.11
3422024-04-03T07:29:59.249Z+ echo 'current directory: /work/oxidecomputer/omicron'
3432024-04-03T07:29:59.249Zcurrent directory: /work/oxidecomputer/omicron
3442024-04-03T07:29:59.249Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-04-03T07:29:59.249Z+ CIDL_DASHREV=
3462024-04-03T07:29:59.250Z+ case "$1" in
3472024-04-03T07:29:59.250Zconfiguring based on OS: "solaris2.11"
3482024-04-03T07:29:59.250Z+ CIDL_PLATFORM=illumos
3492024-04-03T07:29:59.250Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-04-03T07:29:59.250Z+ CIDL_MD5FUNC=do_md5sum
3512024-04-03T07:29:59.250Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-04-03T07:29:59.250Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-03T07:29:59.250Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-04-03T07:29:59.250Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-03T07:29:59.250Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-04-03T07:29:59.250ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-03T07:29:59.251Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-04-03T07:29:59.251ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-03T07:29:59.251Z+ mkdir -p out/downloads
3602024-04-03T07:29:59.251Z+ mkdir -p ./out/clickhouse
3612024-04-03T07:29:59.251Z+ local DO_DOWNLOAD=true
3622024-04-03T07:29:59.251Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-04-03T07:29:59.251Z+ '[' true == true ']'
3642024-04-03T07:29:59.251Z+ echo Downloading...
3652024-04-03T07:29:59.252ZDownloading...
3662024-04-03T07:29:59.252Z+ 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
3672024-04-03T07:29:59.252Z+ 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
3682024-04-03T07:29:59.252Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-04-03T07:29:59.252Z++ md5sum
3702024-04-03T07:29:59.252Z++ awk '{print $1}'
3712024-04-03T07:29:59.252Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-04-03T07:29:59.253Z+ [[ 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 ]]
3732024-04-03T07:29:59.253Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-04-03T07:29:59.253Z+ mkdir -p ./out/clickhouse
3752024-04-03T07:29:59.253Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-04-03T07:30:02.176Z+ [[ solaris2.11 == darwin* ]]
3772024-04-03T07:30:02.176Z+ ./out/clickhouse/clickhouse server --version
3782024-04-03T07:30:02.712ZClickHouse server version 23.8.7.1.
3792024-04-03T07:30:02.730Z+ set -o errexit
3802024-04-03T07:30:02.730Z+++ dirname ./tools/ci_download_console
3812024-04-03T07:30:02.737Z++ cd ./tools
3822024-04-03T07:30:02.737Z++ pwd
3832024-04-03T07:30:02.737Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-04-03T07:30:02.738Z++ basename ./tools/ci_download_console
3852024-04-03T07:30:02.738Z+ ARG0=ci_download_console
3862024-04-03T07:30:02.738Z+ TARGET_DIR=out
3872024-04-03T07:30:02.739Z+ DOWNLOAD_DIR=out/downloads
3882024-04-03T07:30:02.739Z+ DEST_DIR=./out/console-assets
3892024-04-03T07:30:02.739Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-04-03T07:30:02.739Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3912024-04-03T07:30:02.739Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3922024-04-03T07:30:02.740Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3932024-04-03T07:30:02.740Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-04-03T07:30:02.740Z+ main
3952024-04-03T07:30:02.740Z+ [[ 0 != 0 ]]
3962024-04-03T07:30:02.740Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3972024-04-03T07:30:02.740ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3982024-04-03T07:30:02.740Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-04-03T07:30:02.741Z+ local DO_DOWNLOAD=true
4002024-04-03T07:30:02.741ZLocal file: out/downloads/console.tar.gz
4012024-04-03T07:30:02.741Z+ [[ -f out/downloads/console.tar.gz ]]
4022024-04-03T07:30:02.741Z+ mkdir -p out/downloads
4032024-04-03T07:30:02.741Z+ '[' true == true ']'
4042024-04-03T07:30:02.741Z+ echo Downloading...
4052024-04-03T07:30:02.741ZDownloading...
4062024-04-03T07:30:02.741Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4072024-04-03T07:30:02.742Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4082024-04-03T07:30:03.380Z++ do_sha256sum out/downloads/console.tar.gz
4092024-04-03T07:30:03.394Z++ case "$OSTYPE" in
4102024-04-03T07:30:03.394Z++ SHA=sha256sum
4112024-04-03T07:30:03.394Z++ sha256sum
4122024-04-03T07:30:03.394Z++ awk '{print $1}'
4132024-04-03T07:30:03.394Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4142024-04-03T07:30:03.394Z+ [[ 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 ]]
4152024-04-03T07:30:03.394Z+ rm -rf ./out/console-assets
4162024-04-03T07:30:03.394Z+ mkdir -p ./out/console-assets
4172024-04-03T07:30:03.394Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-04-03T07:30:03.395Z+ mkdir -p ./out/console-assets
4192024-04-03T07:30:03.409Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-04-03T07:30:03.894Z+ set -o errexit
4212024-04-03T07:30:05.092Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-04-03T07:30:05.092Z++ cd ./tools
4232024-04-03T07:30:05.093Z++ pwd
4242024-04-03T07:30:05.093Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-04-03T07:30:05.093Z++ basename ./tools/ci_download_maghemite_openapi
4262024-04-03T07:30:05.093Z+ ARG0=ci_download_maghemite_openapi
4272024-04-03T07:30:05.093Z+ TARGET_DIR=out
4282024-04-03T07:30:05.093Z+ DOWNLOAD_DIR=out/downloads
4292024-04-03T07:30:05.093Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-04-03T07:30:05.093Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4312024-04-03T07:30:05.093Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4322024-04-03T07:30:05.093Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4332024-04-03T07:30:05.093Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-04-03T07:30:05.093Z+ main
4352024-04-03T07:30:05.093Z+ rm -rf out/downloads/root
4362024-04-03T07:30:05.093Z+ [[ 0 != 0 ]]
4372024-04-03T07:30:05.093Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4382024-04-03T07:30:05.093ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-04-03T07:30:05.093Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4402024-04-03T07:30:05.093ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4412024-04-03T07:30:05.093Z+ local DO_DOWNLOAD=true
4422024-04-03T07:30:05.093Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4432024-04-03T07:30:05.093Z+ mkdir -p out/downloads
4442024-04-03T07:30:05.094Z+ '[' true == true ']'
4452024-04-03T07:30:05.094Z+ echo Downloading...
4462024-04-03T07:30:05.094ZDownloading...
4472024-04-03T07:30:05.094Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-04-03T07:30:05.094Z+ 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
4492024-04-03T07:30:05.094Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-04-03T07:30:05.094Z++ case "$OSTYPE" in
4512024-04-03T07:30:05.094Z++ SHA=sha256sum
4522024-04-03T07:30:05.094Z++ sha256sum
4532024-04-03T07:30:05.094Z++ awk '{print $1}'
4542024-04-03T07:30:05.094Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4552024-04-03T07:30:05.094Z+ [[ 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 ]]
4562024-04-03T07:30:05.094Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-04-03T07:30:05.094Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4582024-04-03T07:30:05.094Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4592024-04-03T07:30:05.094Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4602024-04-03T07:30:05.094Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-04-03T07:30:05.094Z+ main
4622024-04-03T07:30:05.094Z+ rm -rf out/downloads/root
4632024-04-03T07:30:05.094Z+ [[ 0 != 0 ]]
4642024-04-03T07:30:05.094Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4652024-04-03T07:30:05.095ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4662024-04-03T07:30:05.095Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4672024-04-03T07:30:05.095ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-04-03T07:30:05.095Z+ local DO_DOWNLOAD=true
4692024-04-03T07:30:05.095Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4702024-04-03T07:30:05.095Z+ mkdir -p out/downloads
4712024-04-03T07:30:05.095Z+ '[' true == true ']'
4722024-04-03T07:30:05.095Z+ echo Downloading...
4732024-04-03T07:30:05.095ZDownloading...
4742024-04-03T07:30:05.095Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-03T07:30:05.095Z+ 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
4762024-04-03T07:30:05.095Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-04-03T07:30:05.095Z++ case "$OSTYPE" in
4782024-04-03T07:30:05.095Z++ SHA=sha256sum
4792024-04-03T07:30:05.095Z++ sha256sum
4802024-04-03T07:30:05.095Z++ awk '{print $1}'
4812024-04-03T07:30:05.095Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4822024-04-03T07:30:05.095Z+ [[ 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 ]]
4832024-04-03T07:30:05.095Z+ set -o errexit
4842024-04-03T07:30:05.095Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-04-03T07:30:05.095Z++ cd ./tools
4862024-04-03T07:30:05.095Z++ pwd
4872024-04-03T07:30:05.096Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-04-03T07:30:05.096Z++ basename ./tools/ci_download_dendrite_openapi
4892024-04-03T07:30:05.096Z+ ARG0=ci_download_dendrite_openapi
4902024-04-03T07:30:05.096Z+ TARGET_DIR=out
4912024-04-03T07:30:05.096Z+ DOWNLOAD_DIR=out/downloads
4922024-04-03T07:30:05.096Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-04-03T07:30:05.096Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4942024-04-03T07:30:05.096Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4952024-04-03T07:30:05.096Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4962024-04-03T07:30:05.096Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4972024-04-03T07:30:05.096Z+ main
4982024-04-03T07:30:05.096Z+ [[ 0 != 0 ]]
4992024-04-03T07:30:05.096Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5002024-04-03T07:30:05.096ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5012024-04-03T07:30:05.096ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5022024-04-03T07:30:05.096Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5032024-04-03T07:30:05.096Z+ local DO_DOWNLOAD=true
5042024-04-03T07:30:05.096Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5052024-04-03T07:30:05.096Z+ mkdir -p out/downloads
5062024-04-03T07:30:05.096Z+ '[' true == true ']'
5072024-04-03T07:30:05.096Z+ echo Downloading...
5082024-04-03T07:30:05.097ZDownloading...
5092024-04-03T07:30:05.097Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-03T07:30:05.097Z+ 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
5112024-04-03T07:30:05.211Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5122024-04-03T07:30:05.211Z++ case "$OSTYPE" in
5132024-04-03T07:30:05.212Z++ SHA=sha256sum
5142024-04-03T07:30:05.212Z++ sha256sum
5152024-04-03T07:30:05.212Z++ awk '{print $1}'
5162024-04-03T07:30:05.212Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-04-03T07:30:05.212Z+ [[ 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 ]]
5182024-04-03T07:30:05.212Z+ set -o errexit
5192024-04-03T07:30:05.212Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-04-03T07:30:05.213Z++ cd ./tools
5212024-04-03T07:30:05.213Z++ pwd
5222024-04-03T07:30:05.213Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-04-03T07:30:05.213Z++ basename ./tools/ci_download_dendrite_stub
5242024-04-03T07:30:05.213Z+ ARG0=ci_download_dendrite_stub
5252024-04-03T07:30:05.213Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-04-03T07:30:05.213Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5272024-04-03T07:30:05.213Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5282024-04-03T07:30:05.213Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5292024-04-03T07:30:05.214Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-04-03T07:30:05.214Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5312024-04-03T07:30:05.214Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-04-03T07:30:05.214Z+ TARGET_DIR=out
5332024-04-03T07:30:05.214Z+ DOWNLOAD_DIR=out/downloads
5342024-04-03T07:30:05.214Z+ DEST_DIR=./out/dendrite-stub
5352024-04-03T07:30:05.215Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-04-03T07:30:05.215Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-04-03T07:30:05.215Z+ REPO=oxidecomputer/dendrite
5382024-04-03T07:30:05.215Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5392024-04-03T07:30:05.215Z+ main
5402024-04-03T07:30:05.215Z+ [[ 0 != 0 ]]
5412024-04-03T07:30:05.215Z+ CIDL_OS=solaris2.11
5422024-04-03T07:30:05.215Z+ [[ 0 != 0 ]]
5432024-04-03T07:30:05.216Z+ configure_os solaris2.11
5442024-04-03T07:30:05.216Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-04-03T07:30:05.216Zcurrent directory: /work/oxidecomputer/omicron
5462024-04-03T07:30:05.216Zconfiguring based on OS: "solaris2.11"
5472024-04-03T07:30:05.216Z+ echo 'configuring based on OS: "solaris2.11"'
5482024-04-03T07:30:05.216Z+ case "$1" in
5492024-04-03T07:30:05.217Z+ SET_BINARIES=
5502024-04-03T07:30:05.217Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5512024-04-03T07:30:05.217Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-04-03T07:30:05.217Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-04-03T07:30:05.217Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5542024-04-03T07:30:05.217ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5552024-04-03T07:30:05.217ZLocal file: out/downloads/dendrite-stub.tar.gz
5562024-04-03T07:30:05.217Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5572024-04-03T07:30:05.218Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5582024-04-03T07:30:05.218Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5592024-04-03T07:30:05.218Z+ mkdir -p out/downloads
5602024-04-03T07:30:05.218Z+ mkdir -p ./out/dendrite-stub
5612024-04-03T07:30:05.218Z+ fetch_and_verify
5622024-04-03T07:30:05.219Z+ local DO_DOWNLOAD=true
5632024-04-03T07:30:05.219Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-04-03T07:30:05.219Z+ '[' true == true ']'
5652024-04-03T07:30:05.219Z+ echo Downloading...
5662024-04-03T07:30:05.219ZDownloading...
5672024-04-03T07:30:05.219Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5682024-04-03T07:30:05.219Z+ 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
5692024-04-03T07:30:17.549Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5702024-04-03T07:30:17.556Z++ sha256sum
5712024-04-03T07:30:17.556Z++ awk '{print $1}'
5722024-04-03T07:30:17.568Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5732024-04-03T07:30:17.574Z+ [[ 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 ]]
5742024-04-03T07:30:17.575Z+ do_untar out/downloads/dendrite-stub.tar.gz
5752024-04-03T07:30:17.575Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5762024-04-03T07:30:18.174Z+ do_assemble
5772024-04-03T07:30:18.174Z+ rm -r ./out/dendrite-stub
5782024-04-03T07:30:18.189Z+ mkdir ./out/dendrite-stub
5792024-04-03T07:30:18.190Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5802024-04-03T07:30:18.275Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5812024-04-03T07:30:18.285Z+ set -o errexit
5822024-04-03T07:30:18.285Z+++ dirname ./tools/ci_download_maghemite_mgd
5832024-04-03T07:30:18.285Z++ cd ./tools
5842024-04-03T07:30:18.285Z++ pwd
5852024-04-03T07:30:18.285Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-04-03T07:30:18.285Z++ basename ./tools/ci_download_maghemite_mgd
5872024-04-03T07:30:18.285Z+ ARG0=ci_download_maghemite_mgd
5882024-04-03T07:30:18.285Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5892024-04-03T07:30:18.285Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5902024-04-03T07:30:18.285Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5912024-04-03T07:30:18.285Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5922024-04-03T07:30:18.285Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5932024-04-03T07:30:18.285Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5942024-04-03T07:30:18.285Z+ TARGET_DIR=out
5952024-04-03T07:30:18.285Z+ DOWNLOAD_DIR=out/downloads
5962024-04-03T07:30:18.285Z+ DEST_DIR=./out/mgd
5972024-04-03T07:30:18.285Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5982024-04-03T07:30:18.285Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5992024-04-03T07:30:18.295Z+ REPO=oxidecomputer/maghemite
6002024-04-03T07:30:18.296Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6012024-04-03T07:30:18.296Z+ main
6022024-04-03T07:30:18.296Z+ rm -rf out/downloads/root
6032024-04-03T07:30:18.296Z+ [[ 0 != 0 ]]
6042024-04-03T07:30:18.296Z+ CIDL_OS=solaris2.11
6052024-04-03T07:30:18.296Z+ [[ 0 != 0 ]]
6062024-04-03T07:30:18.296Z+ configure_os solaris2.11
6072024-04-03T07:30:18.296Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-04-03T07:30:18.296Zcurrent directory: /work/oxidecomputer/omicron
6092024-04-03T07:30:18.297Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-04-03T07:30:18.297Z+ case "$1" in
6112024-04-03T07:30:18.297Zconfiguring based on OS: "solaris2.11"
6122024-04-03T07:30:18.297Z+ SET_BINARIES=
6132024-04-03T07:30:18.297Z+ CIDL_SHA256FUNC=do_sha256sum
6142024-04-03T07:30:18.297Z+ TARBALL_FILENAME=mgd.tar.gz
6152024-04-03T07:30:18.297Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-04-03T07:30:18.297Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6172024-04-03T07:30:18.297Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6182024-04-03T07:30:18.297Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6192024-04-03T07:30:18.297ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6202024-04-03T07:30:18.297ZLocal file: out/downloads/mgd.tar.gz
6212024-04-03T07:30:18.297Z+ mkdir -p out/downloads
6222024-04-03T07:30:18.302Z+ mkdir -p ./out/mgd
6232024-04-03T07:30:18.302Z+ fetch_and_verify
6242024-04-03T07:30:18.302Z+ local DO_DOWNLOAD=true
6252024-04-03T07:30:18.302Z+ [[ -f out/downloads/mgd.tar.gz ]]
6262024-04-03T07:30:18.302Z+ '[' true == true ']'
6272024-04-03T07:30:18.302Z+ echo Downloading...
6282024-04-03T07:30:18.303ZDownloading...
6292024-04-03T07:30:18.303Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6302024-04-03T07:30:18.303Z+ 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
6312024-04-03T07:30:32.392Z++ do_sha256sum out/downloads/mgd.tar.gz
6322024-04-03T07:30:32.404Z++ sha256sum
6332024-04-03T07:30:32.405Z++ awk '{print $1}'
6342024-04-03T07:30:32.405Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6352024-04-03T07:30:32.405Z+ [[ 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 ]]
6362024-04-03T07:30:32.405Z+ do_untar out/downloads/mgd.tar.gz
6372024-04-03T07:30:32.406Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6382024-04-03T07:30:32.928Z+ do_assemble
6392024-04-03T07:30:32.929Z+ rm -r ./out/mgd
6402024-04-03T07:30:32.936Z+ mkdir ./out/mgd
6412024-04-03T07:30:32.937Z+ cp -r out/downloads/root ./out/mgd/root
6422024-04-03T07:30:33.022Z+ set -o errexit
6432024-04-03T07:30:33.040Z+++ dirname ./tools/ci_download_transceiver_control
6442024-04-03T07:30:33.040Z++ cd ./tools
6452024-04-03T07:30:33.040Z++ pwd
6462024-04-03T07:30:33.041Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-04-03T07:30:33.041Z++ basename ./tools/ci_download_transceiver_control
6482024-04-03T07:30:33.041Z+ ARG0=ci_download_transceiver_control
6492024-04-03T07:30:33.041Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6502024-04-03T07:30:33.042Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-04-03T07:30:33.042Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-04-03T07:30:33.042Z+ TARGET_DIR=out
6532024-04-03T07:30:33.042Z+ DOWNLOAD_DIR=out/downloads
6542024-04-03T07:30:33.042Z+ DEST_DIR=./out/transceiver-control
6552024-04-03T07:30:33.042Z+ BIN_DIR=/opt/oxide/bin
6562024-04-03T07:30:33.042Z+ BINARY=xcvradm
6572024-04-03T07:30:33.043Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-04-03T07:30:33.043Z+ REPO=oxidecomputer/transceiver-control
6592024-04-03T07:30:33.043Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-04-03T07:30:33.043Z+ main
6612024-04-03T07:30:33.043Z+ [[ 0 != 0 ]]
6622024-04-03T07:30:33.043Z+ CIDL_OS=solaris2.11
6632024-04-03T07:30:33.044Z+ [[ 0 != 0 ]]
6642024-04-03T07:30:33.044Z+ configure_os solaris2.11
6652024-04-03T07:30:33.044Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-04-03T07:30:33.044Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-04-03T07:30:33.044Zcurrent directory: /work/oxidecomputer/omicron
6682024-04-03T07:30:33.044Zconfiguring based on OS: "solaris2.11"
6692024-04-03T07:30:33.044Z+ case "$1" in
6702024-04-03T07:30:33.044Z+ SET_BINARIES=
6712024-04-03T07:30:33.044Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722024-04-03T07:30:33.044Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-04-03T07:30:33.044Z+ ARCHIVE_FILENAME=xcvradm.gz
6742024-04-03T07:30:33.044Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6752024-04-03T07:30:33.044Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6762024-04-03T07:30:33.044Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6772024-04-03T07:30:33.044Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-04-03T07:30:33.044ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-04-03T07:30:33.045ZLocal file: out/downloads/xcvradm.gz
6802024-04-03T07:30:33.045Z+ mkdir -p out/downloads
6812024-04-03T07:30:33.045Z+ mkdir -p ./out/transceiver-control
6822024-04-03T07:30:33.045Z+ fetch_and_verify
6832024-04-03T07:30:33.045Z+ local DO_DOWNLOAD=true
6842024-04-03T07:30:33.045Z+ [[ -f out/downloads/xcvradm.gz ]]
6852024-04-03T07:30:33.045Z+ '[' true == true ']'
6862024-04-03T07:30:33.045Z+ echo Downloading...
6872024-04-03T07:30:33.045ZDownloading...
6882024-04-03T07:30:33.045Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6892024-04-03T07:30:33.045Z+ 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
6902024-04-03T07:30:35.708Z++ do_sha256sum out/downloads/xcvradm.gz
6912024-04-03T07:30:35.721Z++ sha256sum
6922024-04-03T07:30:35.721Z++ awk '{print $1}'
6932024-04-03T07:30:35.721Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6942024-04-03T07:30:35.722Z+ [[ 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 ]]
6952024-04-03T07:30:35.722Z+ do_unpack out/downloads/xcvradm.gz
6962024-04-03T07:30:35.722Z+ mkdir -p out/downloads/root//opt/oxide/bin
6972024-04-03T07:30:35.722Z+ gzip -dc out/downloads/xcvradm.gz
6982024-04-03T07:30:35.838Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6992024-04-03T07:30:35.849Z+ do_assemble
7002024-04-03T07:30:35.849Z+ rm -r ./out/transceiver-control
7012024-04-03T07:30:35.849Z+ mkdir ./out/transceiver-control
7022024-04-03T07:30:35.850Z+ cp -r out/downloads/root ./out/transceiver-control/root
7032024-04-03T07:30:35.928Z+ set -o errexit
7042024-04-03T07:30:35.936Z+++ dirname ./tools/ci_download_thundermuffin
7052024-04-03T07:30:35.936Z++ cd ./tools
7062024-04-03T07:30:35.936Z++ pwd
7072024-04-03T07:30:35.936Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7082024-04-03T07:30:35.936Z++ basename ./tools/ci_download_thundermuffin
7092024-04-03T07:30:35.936Z+ ARG0=ci_download_thundermuffin
7102024-04-03T07:30:35.936Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7112024-04-03T07:30:35.945Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7122024-04-03T07:30:35.945Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7132024-04-03T07:30:35.945Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-04-03T07:30:35.945Z+ TARGET_DIR=out
7152024-04-03T07:30:35.945Z+ DOWNLOAD_DIR=out/downloads
7162024-04-03T07:30:35.945Z+ DEST_DIR=./out/thundermuffin
7172024-04-03T07:30:35.945Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7182024-04-03T07:30:35.945Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7192024-04-03T07:30:35.946Z+ REPO=oxidecomputer/thundermuffin
7202024-04-03T07:30:35.946Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7212024-04-03T07:30:35.946Z+ main
7222024-04-03T07:30:35.946Z+ rm -rf out/downloads/root
7232024-04-03T07:30:35.959Z+ [[ 0 != 0 ]]
7242024-04-03T07:30:35.959Z+ CIDL_OS=solaris2.11
7252024-04-03T07:30:35.959Z+ [[ 0 != 0 ]]
7262024-04-03T07:30:35.959Z+ configure_os solaris2.11
7272024-04-03T07:30:35.959Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-04-03T07:30:35.959Zcurrent directory: /work/oxidecomputer/omicron
7292024-04-03T07:30:35.959Z+ echo 'configuring based on OS: "solaris2.11"'
7302024-04-03T07:30:35.959Z+ case "$1" in
7312024-04-03T07:30:35.959Zconfiguring based on OS: "solaris2.11"
7322024-04-03T07:30:35.960Z+ SET_BINARIES=
7332024-04-03T07:30:35.960Z+ CIDL_SHA256FUNC=do_sha256sum
7342024-04-03T07:30:35.960Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7352024-04-03T07:30:35.960Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-04-03T07:30:35.960Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7372024-04-03T07:30:35.960Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7382024-04-03T07:30:35.960Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-04-03T07:30:35.960ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-04-03T07:30:35.960ZLocal file: out/downloads/thundermuffin.tar.gz
7412024-04-03T07:30:35.960Z+ mkdir -p out/downloads
7422024-04-03T07:30:35.960Z+ mkdir -p ./out/thundermuffin
7432024-04-03T07:30:35.960Z+ fetch_and_verify
7442024-04-03T07:30:35.960Z+ local DO_DOWNLOAD=true
7452024-04-03T07:30:35.960Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7462024-04-03T07:30:35.960Z+ '[' true == true ']'
7472024-04-03T07:30:35.960Z+ echo Downloading...
7482024-04-03T07:30:35.960ZDownloading...
7492024-04-03T07:30:35.960Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7502024-04-03T07:30:35.961Z+ 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
7512024-04-03T07:30:43.777Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7522024-04-03T07:30:43.777Z++ sha256sum
7532024-04-03T07:30:43.777Z++ awk '{print $1}'
7542024-04-03T07:30:43.777Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7552024-04-03T07:30:43.777Z+ [[ 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 ]]
7562024-04-03T07:30:43.778Z+ do_untar out/downloads/thundermuffin.tar.gz
7572024-04-03T07:30:43.778Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7582024-04-03T07:30:43.778Z+ do_assemble
7592024-04-03T07:30:43.778Z+ rm -r ./out/thundermuffin
7602024-04-03T07:30:43.778Z+ mkdir ./out/thundermuffin
7612024-04-03T07:30:43.778Z+ cp -r out/downloads/root ./out/thundermuffin/root
7622024-04-03T07:30:43.778ZAll prerequisites installed successfully
7632024-04-03T07:30:43.778Z
7642024-04-03T07:30:43.778Zreal 2:03.462092961
7652024-04-03T07:30:43.779Zuser 36.895631943
7662024-04-03T07:30:43.779Zsys 6.829324194
7672024-04-03T07:30:43.779Ztrap 0.008375206
7682024-04-03T07:30:43.779Ztflt 0.236985334
7692024-04-03T07:30:43.779Zdflt 0.665648666
7702024-04-03T07:30:43.779Zkflt 0.239924498
7712024-04-03T07:30:43.779Zlock 1.106034210
7722024-04-03T07:30:43.779Zslp 4:23.293595426
7732024-04-03T07:30:43.779Zlat 1.972042228
7742024-04-03T07:30:43.779Zstop 0.146389798
7752024-04-03T07:30:43.780Z+ ptime -m ./tools/ci_download_softnpu_machinery
7762024-04-03T07:30:43.780Zfetching npuzone
7772024-04-03T07:30:43.780ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7782024-04-03T07:30:43.780Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7792024-04-03T07:30:43.780ZGetting hash for npuzone
7802024-04-03T07:30:43.780Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7812024-04-03T07:31:00.909Znpuzone downloaded successfully
7822024-04-03T07:31:01.365Z
7832024-04-03T07:31:01.365Zreal 17.723592562
7842024-04-03T07:31:01.365Zuser 0.378999147
7852024-04-03T07:31:01.365Zsys 0.144063899
7862024-04-03T07:31:01.366Ztrap 0.000044114
7872024-04-03T07:31:01.366Ztflt 0.000000000
7882024-04-03T07:31:01.366Zdflt 0.000000000
7892024-04-03T07:31:01.366Zkflt 0.000000000
7902024-04-03T07:31:01.366Zlock 0.000000000
7912024-04-03T07:31:01.366Zslp 52.500414592
7922024-04-03T07:31:01.367Zlat 0.117156386
7932024-04-03T07:31:01.367Zstop 0.000178537
7942024-04-03T07:31:01.367Z+ export CARGO_INCREMENTAL=0
7952024-04-03T07:31:01.367Z+ CARGO_INCREMENTAL=0
7962024-04-03T07:31:01.367Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7972024-04-03T07:31:01.367Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7982024-04-03T07:31:02.070Z Updating git repository `https://github.com/oxidecomputer/samael`
7992024-04-03T07:31:03.886Z Updating git repository `https://github.com/oxidecomputer/zone`
8002024-04-03T07:31:03.887Z Updating crates.io index
8012024-04-03T07:31:03.887Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8022024-04-03T07:31:06.756Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8032024-04-03T07:31:07.574Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8042024-04-03T07:31:12.557Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8052024-04-03T07:31:14.812Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8062024-04-03T07:31:15.530Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072024-04-03T07:31:18.522Z Updating git repository `https://github.com/oxidecomputer/crucible`
8082024-04-03T07:31:24.245Z Updating git repository `https://github.com/oxidecomputer/opte`
8092024-04-03T07:31:29.887Z Updating git repository `https://github.com/oxidecomputer/falcon`
8102024-04-03T07:31:30.326Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8112024-04-03T07:31:31.235Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8122024-04-03T07:31:32.470Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8132024-04-03T07:31:33.454Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8142024-04-03T07:31:34.246Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8152024-04-03T07:31:35.252Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8162024-04-03T07:31:36.113Z Updating git repository `http://github.com/oxidecomputer/tofino`
8172024-04-03T07:31:36.944Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8182024-04-03T07:31:37.630Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8192024-04-03T07:31:38.297Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8202024-04-03T07:31:39.096Z Updating git repository `https://github.com/oxidecomputer/ispf`
8212024-04-03T07:31:39.980Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8222024-04-03T07:31:40.824Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8232024-04-03T07:31:42.844Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8242024-04-03T07:31:43.835Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8252024-04-03T07:31:44.518Z Updating git repository `https://github.com/jgallagher/nix`
8262024-04-03T07:31:48.863Z Updating git repository `https://github.com/cbiffle/hubpack`
8272024-04-03T07:31:50.058Z Updating git repository `https://github.com/oxidecomputer/typify`
8282024-04-03T07:31:52.979Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292024-04-03T07:31:54.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302024-04-03T07:31:55.301Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312024-04-03T07:31:56.906Z Updating git repository `https://github.com/oxidecomputer/rfb`
8322024-04-03T07:31:59.102Z Downloading crates ...
8332024-04-03T07:32:04.042Z Downloaded addr2line v0.21.0
8342024-04-03T07:32:04.043Z Downloaded adler v1.0.2
8352024-04-03T07:32:04.043Z Downloaded aead v0.5.2
8362024-04-03T07:32:04.043Z Downloaded ahash v0.8.8
8372024-04-03T07:32:04.043Z Downloaded aho-corasick v1.1.2
8382024-04-03T07:32:04.043Z Downloaded anstream v0.6.11
8392024-04-03T07:32:04.043Z Downloaded anstyle v1.0.6
8402024-04-03T07:32:04.044Z Downloaded anstyle-query v1.0.0
8412024-04-03T07:32:04.044Z Downloaded ansi_term v0.12.1
8422024-04-03T07:32:04.044Z Downloaded anyhow v1.0.79
8432024-04-03T07:32:04.044Z Downloaded hash32 v0.2.1
8442024-04-03T07:32:04.044Z Downloaded arrayref v0.3.7
8452024-04-03T07:32:04.044Z Downloaded assert_matches v1.5.0
8462024-04-03T07:32:04.044Z Downloaded hashbrown v0.12.3
8472024-04-03T07:32:04.044Z Downloaded async-stream-impl v0.3.5
8482024-04-03T07:32:04.044Z Downloaded async-trait v0.1.79
8492024-04-03T07:32:04.045Z Downloaded hashbrown v0.13.2
8502024-04-03T07:32:04.045Z Downloaded hashbrown v0.14.3
8512024-04-03T07:32:04.045Z Downloaded headers-core v0.2.0
8522024-04-03T07:32:04.045Z Downloaded heapless v0.7.16
8532024-04-03T07:32:04.045Z Downloaded base64ct v1.6.0
8542024-04-03T07:32:04.045Z Downloaded hex v0.4.3
8552024-04-03T07:32:04.045Z Downloaded heck v0.5.0
8562024-04-03T07:32:04.045Z Downloaded heck v0.4.1
8572024-04-03T07:32:04.045Z Downloaded heck v0.3.3
8582024-04-03T07:32:04.045Z Downloaded heapless v0.8.0
8592024-04-03T07:32:04.046Z Downloaded home v0.5.5
8602024-04-03T07:32:04.046Z Downloaded bit-set v0.5.3
8612024-04-03T07:32:04.046Z Downloaded hmac v0.12.1
8622024-04-03T07:32:04.046Z Downloaded bitflags v1.3.2
8632024-04-03T07:32:04.046Z Downloaded http v1.0.0
8642024-04-03T07:32:04.046Z Downloaded http-range v0.1.5
8652024-04-03T07:32:04.046Z Downloaded hubpack_derive v0.1.1
8662024-04-03T07:32:04.047Z Downloaded humantime v2.1.0
8672024-04-03T07:32:04.047Z Downloaded httpdate v1.0.3
8682024-04-03T07:32:04.047Z Downloaded httparse v1.8.0
8692024-04-03T07:32:04.047Z Downloaded http-body v0.4.5
8702024-04-03T07:32:04.047Z Downloaded http v0.2.12
8712024-04-03T07:32:04.047Z Downloaded hyper-staticfile v0.9.5
8722024-04-03T07:32:04.047Z Downloaded hyper-tls v0.5.0
8732024-04-03T07:32:04.048Z Downloaded ident_case v1.0.1
8742024-04-03T07:32:04.048Z Downloaded iana-time-zone v0.1.57
8752024-04-03T07:32:04.048Z Downloaded block-padding v0.3.3
8762024-04-03T07:32:04.048Z Downloaded blake3 v1.5.0
8772024-04-03T07:32:04.048Z Downloaded hyper-rustls v0.24.2
8782024-04-03T07:32:04.048Z Downloaded hyper v0.14.28
8792024-04-03T07:32:04.049Z Downloaded bitflags v2.4.2
8802024-04-03T07:32:04.049Z Downloaded byteorder v1.5.0
8812024-04-03T07:32:04.049Z Downloaded bytecount v0.6.3
8822024-04-03T07:32:04.049Z Downloaded bytes v1.5.0
8832024-04-03T07:32:04.049Z Downloaded bzip2 v0.4.4
8842024-04-03T07:32:04.049Z Downloaded buf-list v1.0.3
8852024-04-03T07:32:04.049Z Downloaded bitfield v0.14.0
8862024-04-03T07:32:04.050Z Downloaded impl-trait-for-tuples v0.2.2
8872024-04-03T07:32:04.050Z Downloaded indexmap v1.9.3
8882024-04-03T07:32:04.050Z Downloaded indexmap v2.2.6
8892024-04-03T07:32:04.050Z Downloaded indicatif v0.17.8
8902024-04-03T07:32:04.050Z Downloaded is_ci v1.2.0
8912024-04-03T07:32:04.051Z Downloaded cc v1.0.83
8922024-04-03T07:32:04.051Z Downloaded cfg-if v1.0.0
8932024-04-03T07:32:04.051Z Downloaded itertools v0.10.5
8942024-04-03T07:32:04.051Z Downloaded keccak v0.1.4
8952024-04-03T07:32:04.051Z Downloaded itertools v0.12.1
8962024-04-03T07:32:04.051Z Downloaded kstat-rs v0.2.3
8972024-04-03T07:32:04.052Z Downloaded cipher v0.4.4
8982024-04-03T07:32:04.052Z Downloaded clang-sys v1.6.1
8992024-04-03T07:32:04.052Z Downloaded lazy_static v1.4.0
9002024-04-03T07:32:04.052Z Downloaded lalrpop-util v0.19.12
9012024-04-03T07:32:04.052Z Downloaded lazycell v1.3.0
9022024-04-03T07:32:04.052Z Downloaded ciborium-ll v0.2.2
9032024-04-03T07:32:04.052Z Downloaded ciborium-io v0.2.2
9042024-04-03T07:32:04.052Z Downloaded ciborium v0.2.2
9052024-04-03T07:32:04.052Z Downloaded clap v2.34.0
9062024-04-03T07:32:04.052Z Downloaded libefi-sys v0.1.0
9072024-04-03T07:32:04.052Z Downloaded libloading v0.7.4
9082024-04-03T07:32:04.052Z Downloaded clap_builder v4.5.1
9092024-04-03T07:32:04.052Z Downloaded libsw v3.3.1
9102024-04-03T07:32:04.052Z Downloaded libm v0.2.7
9112024-04-03T07:32:04.052Z Downloaded log v0.4.21
9122024-04-03T07:32:04.053Z Downloaded maybe-uninit v2.0.0
9132024-04-03T07:32:04.053Z Downloaded matches v0.1.10
9142024-04-03T07:32:04.053Z Downloaded match_cfg v0.1.0
9152024-04-03T07:32:04.053Z Downloaded crc v3.0.1
9162024-04-03T07:32:04.053Z Downloaded cpufeatures v0.2.12
9172024-04-03T07:32:04.053Z Downloaded memmap2 v0.7.1
9182024-04-03T07:32:04.053Z Downloaded memmap v0.7.0
9192024-04-03T07:32:04.053Z Downloaded mime v0.3.17
9202024-04-03T07:32:04.053Z Downloaded mime_guess v2.0.4
9212024-04-03T07:32:04.053Z Downloaded memoffset v0.7.1
9222024-04-03T07:32:04.053Z Downloaded crc32fast v1.3.2
9232024-04-03T07:32:04.053Z Downloaded minimal-lexical v0.2.1
9242024-04-03T07:32:04.053Z Downloaded bitvec v1.0.1
9252024-04-03T07:32:04.053Z Downloaded nibble_vec v0.1.0
9262024-04-03T07:32:04.053Z Downloaded newtype-uuid v1.0.1
9272024-04-03T07:32:04.053Z Downloaded newline-converter v0.3.0
9282024-04-03T07:32:04.053Z Downloaded new_debug_unreachable v1.0.4
9292024-04-03T07:32:04.054Z Downloaded native-tls v0.2.11
9302024-04-03T07:32:04.054Z Downloaded nanorand v0.7.0
9312024-04-03T07:32:04.054Z Downloaded multimap v0.10.0
9322024-04-03T07:32:04.054Z Downloaded multer v3.0.0
9332024-04-03T07:32:04.378Z Downloaded rayon v1.9.0
9342024-04-03T07:32:04.378Z Downloaded nodrop v0.1.14
9352024-04-03T07:32:04.378Z Downloaded nom v7.1.3
9362024-04-03T07:32:04.379Z Downloaded miniz_oxide v0.7.1
9372024-04-03T07:32:04.379Z Downloaded serde_arrays v0.1.0
9382024-04-03T07:32:04.379Z Downloaded newtype_derive v0.1.6
9392024-04-03T07:32:04.379Z Downloaded md-5 v0.10.5
9402024-04-03T07:32:04.379Z Downloaded smallvec v0.6.14
9412024-04-03T07:32:04.379Z Downloaded smallvec v1.13.1
9422024-04-03T07:32:04.379Z Downloaded rustfmt-wrapper v0.2.0
9432024-04-03T07:32:04.379Z Downloaded structopt-derive v0.4.18
9442024-04-03T07:32:04.379Z Downloaded thiserror-no-std v2.0.2
9452024-04-03T07:32:04.379Z Downloaded thiserror-impl-no-std v2.0.2
9462024-04-03T07:32:04.379Z Downloaded topological-sort v0.2.2
9472024-04-03T07:32:04.379Z Downloaded toolchain_find v0.2.0
9482024-04-03T07:32:04.379Z Downloaded tokio-postgres v0.7.10
9492024-04-03T07:32:04.379Z Downloaded tough v0.16.0
9502024-04-03T07:32:04.379Z Downloaded universal-hash v0.5.1
9512024-04-03T07:32:04.379Z Downloaded unicode_categories v0.1.1
9522024-04-03T07:32:04.380Z Downloaded unsafe-libyaml v0.2.10
9532024-04-03T07:32:04.380Z Downloaded serde_with v3.6.1
9542024-04-03T07:32:04.380Z Downloaded spin v0.9.8
9552024-04-03T07:32:04.380Z Downloaded structmeta-derive v0.3.0
9562024-04-03T07:32:04.380Z Downloaded structmeta-derive v0.2.0
9572024-04-03T07:32:04.380Z Downloaded structmeta v0.3.0
9582024-04-03T07:32:04.380Z Downloaded structopt v0.3.26
9592024-04-03T07:32:04.380Z Downloaded crossbeam-utils v0.8.19
9602024-04-03T07:32:04.380Z Downloaded zone_cfg_derive v0.1.2
9612024-04-03T07:32:04.380Z Downloaded zerocopy v0.7.32
9622024-04-03T07:32:04.380Z Downloaded dirs-next v2.0.0
9632024-04-03T07:32:04.380Z Downloaded digest v0.10.7
9642024-04-03T07:32:04.380Z Downloaded difflib v0.4.0
9652024-04-03T07:32:04.380Z Downloaded derive-where v1.2.7
9662024-04-03T07:32:04.380Z Downloaded fastrand v2.0.1
9672024-04-03T07:32:04.380Z Downloaded elliptic-curve v0.13.8
9682024-04-03T07:32:04.380Z Downloaded getopts v0.2.21
9692024-04-03T07:32:04.380Z Downloaded futures-task v0.3.30
9702024-04-03T07:32:04.381Z Downloaded foreign-types-shared v0.3.1
9712024-04-03T07:32:04.381Z Downloaded h2 v0.3.24
9722024-04-03T07:32:04.381Z Downloaded omicron-zone-package v0.11.0
9732024-04-03T07:32:04.381Z Downloaded parking_lot_core v0.8.6
9742024-04-03T07:32:04.381Z Downloaded parking_lot_core v0.9.8
9752024-04-03T07:32:04.381Z Downloaded pretty-hex v0.4.1
9762024-04-03T07:32:04.381Z Downloaded password-hash v0.5.0
9772024-04-03T07:32:04.381Z Downloaded object v0.30.4
9782024-04-03T07:32:04.381Z Downloaded reedline v0.30.0
9792024-04-03T07:32:04.381Z Downloaded rustyline v13.0.0
9802024-04-03T07:32:04.381Z Downloaded semver v0.11.0
9812024-04-03T07:32:04.381Z Downloaded smawk v0.3.1
9822024-04-03T07:32:04.381Z Downloaded rand_xorshift v0.3.0
9832024-04-03T07:32:04.381Z Downloaded signal-hook-mio v0.2.3
9842024-04-03T07:32:04.381Z Downloaded smf v0.2.2
9852024-04-03T07:32:04.381Z Downloaded serde_with_macros v3.6.1
9862024-04-03T07:32:04.381Z Downloaded rand_seeder v0.2.3
9872024-04-03T07:32:04.381Z Downloaded quick-error v1.2.3
9882024-04-03T07:32:04.381Z Downloaded pretty-hex v0.2.1
9892024-04-03T07:32:04.381Z Downloaded postgres-protocol v0.6.6
9902024-04-03T07:32:04.382Z Downloaded salty v0.2.0
9912024-04-03T07:32:04.382Z Downloaded syn v1.0.109
9922024-04-03T07:32:04.382Z Downloaded synstructure v0.12.6
9932024-04-03T07:32:04.382Z Downloaded serde_json v1.0.114
9942024-04-03T07:32:04.382Z Downloaded sync_wrapper v0.1.2
9952024-04-03T07:32:04.382Z Downloaded syn v2.0.52
9962024-04-03T07:32:04.382Z Downloaded tabled v0.15.0
9972024-04-03T07:32:04.382Z Downloaded tracing-core v0.1.32
9982024-04-03T07:32:04.382Z Downloaded tracing-attributes v0.1.27
9992024-04-03T07:32:04.382Z Downloaded slog-envlogger v2.2.0
10002024-04-03T07:32:04.382Z Downloaded serde_tokenstream v0.1.7
10012024-04-03T07:32:04.382Z Downloaded slog-term v2.9.0
10022024-04-03T07:32:04.382Z Downloaded trust-dns-client v0.22.0
10032024-04-03T07:32:04.382Z Downloaded tui-tree-widget v0.19.0
10042024-04-03T07:32:04.382Z Downloaded toml_edit v0.19.15
10052024-04-03T07:32:04.382Z Downloaded num-derive v0.4.0
10062024-04-03T07:32:04.382Z Downloaded num-conv v0.1.0
10072024-04-03T07:32:04.383Z Downloaded errno v0.3.8
10082024-04-03T07:32:04.383Z Downloaded dyn-clone v1.0.17
10092024-04-03T07:32:04.383Z Downloaded num-rational v0.4.1
10102024-04-03T07:32:04.383Z Downloaded derive_builder_macro v0.12.0
10112024-04-03T07:32:04.383Z Downloaded num_cpus v1.16.0
10122024-04-03T07:32:04.383Z Downloaded num_enum_derive v0.5.11
10132024-04-03T07:32:04.383Z Downloaded num_enum v0.5.11
10142024-04-03T07:32:04.383Z Downloaded opaque-debug v0.3.0
10152024-04-03T07:32:04.383Z Downloaded crunchy v0.2.2
10162024-04-03T07:32:04.383Z Downloaded deranged v0.3.11
10172024-04-03T07:32:04.384Z Downloaded winnow v0.5.15
10182024-04-03T07:32:04.384Z Downloaded derive_builder v0.12.0
10192024-04-03T07:32:04.384Z Downloaded fs-err v2.11.0
10202024-04-03T07:32:04.384Z Downloaded group v0.13.0
10212024-04-03T07:32:04.384Z Downloaded funty v2.0.0
10222024-04-03T07:32:04.384Z Downloaded fragile v2.0.0
10232024-04-03T07:32:04.384Z Downloaded num_threads v0.1.6
10242024-04-03T07:32:04.384Z Downloaded num v0.4.1
10252024-04-03T07:32:04.384Z Downloaded rustc-demangle v0.1.23
10262024-04-03T07:32:04.385Z Downloaded scheduled-thread-pool v0.2.7
10272024-04-03T07:32:04.385Z Downloaded rusty-fork v0.3.0
10282024-04-03T07:32:04.385Z Downloaded num-complex v0.4.4
10292024-04-03T07:32:04.385Z Downloaded serde_spanned v0.6.5
10302024-04-03T07:32:04.385Z Downloaded serde_repr v0.1.16
10312024-04-03T07:32:04.385Z Downloaded serde_plain v1.0.2
10322024-04-03T07:32:04.385Z Downloaded sha1 v0.10.6
10332024-04-03T07:32:04.433Z Downloaded spki v0.7.2
10342024-04-03T07:32:04.434Z Downloaded textwrap v0.11.0
10352024-04-03T07:32:04.434Z Downloaded stringprep v0.1.3
10362024-04-03T07:32:04.434Z Downloaded sqlformat v0.2.3
10372024-04-03T07:32:04.434Z Downloaded serde_yaml v0.9.25
10382024-04-03T07:32:04.434Z Downloaded usdt-attr-macro v0.5.0
10392024-04-03T07:32:04.434Z Downloaded usdt-impl v0.5.0
10402024-04-03T07:32:04.434Z Downloaded dof v0.1.5
10412024-04-03T07:32:04.434Z Downloaded dtrace-parser v0.2.0
10422024-04-03T07:32:04.434Z Downloaded untrusted v0.7.1
10432024-04-03T07:32:04.434Z Downloaded ed25519 v1.5.3
10442024-04-03T07:32:04.434Z Downloaded uuid v0.8.2
10452024-04-03T07:32:04.434Z Downloaded uuid v1.7.0
10462024-04-03T07:32:04.434Z Downloaded percent-encoding v2.3.1
10472024-04-03T07:32:04.434Z Downloaded der v0.7.8
10482024-04-03T07:32:04.434Z Downloaded pest v2.7.6
10492024-04-03T07:32:04.434Z Downloaded proc-macro-error-attr v1.0.4
10502024-04-03T07:32:04.434Z Downloaded proc-macro2 v1.0.78
10512024-04-03T07:32:04.434Z Downloaded proc-macro-error v1.0.4
10522024-04-03T07:32:04.434Z Downloaded proc-macro-crate v1.3.1
10532024-04-03T07:32:04.434Z Downloaded predicates-tree v1.0.9
10542024-04-03T07:32:04.435Z Downloaded predicates-core v1.0.6
10552024-04-03T07:32:04.435Z Downloaded pest_derive v2.7.6
10562024-04-03T07:32:04.435Z Downloaded proptest v1.4.0
10572024-04-03T07:32:04.435Z Downloaded steno v0.4.0
10582024-04-03T07:32:04.435Z Downloaded vte v0.11.1
10592024-04-03T07:32:04.435Z Downloaded peg v0.8.2
10602024-04-03T07:32:04.435Z Downloaded getrandom v0.2.12
10612024-04-03T07:32:04.435Z Downloaded generic-array v0.14.7
10622024-04-03T07:32:04.435Z Downloaded ratatui v0.26.1
10632024-04-03T07:32:04.435Z Downloaded ff v0.13.0
10642024-04-03T07:32:04.435Z Downloaded fd-lock v4.0.2
10652024-04-03T07:32:04.435Z Downloaded enum-as-inner v0.5.1
10662024-04-03T07:32:04.435Z Downloaded fixedbitset v0.4.2
10672024-04-03T07:32:04.435Z Downloaded packed_struct_codegen v0.10.1
10682024-04-03T07:32:04.435Z Downloaded powerfmt v0.2.0
10692024-04-03T07:32:04.435Z Downloaded papergrid v0.11.0
10702024-04-03T07:32:04.435Z Downloaded pin-project-internal v1.1.3
10712024-04-03T07:32:04.435Z Downloaded predicates v3.1.0
10722024-04-03T07:32:04.435Z Downloaded stability v0.1.1
10732024-04-03T07:32:04.435Z Downloaded tinyvec v1.6.0
10742024-04-03T07:32:04.435Z Downloaded tokio-rustls v0.25.0
10752024-04-03T07:32:04.436Z Downloaded radix_trie v0.2.1
10762024-04-03T07:32:04.436Z Downloaded rand v0.8.5
10772024-04-03T07:32:04.436Z Downloaded tokio-util v0.7.10
10782024-04-03T07:32:04.436Z Downloaded zerocopy v0.3.0
10792024-04-03T07:32:04.436Z Downloaded vsss-rs v3.3.4
10802024-04-03T07:32:04.436Z Downloaded rustls-pemfile v2.1.1
10812024-04-03T07:32:04.436Z Downloaded tokio-tungstenite v0.20.1
10822024-04-03T07:32:04.436Z Downloaded tokio-tungstenite v0.21.0
10832024-04-03T07:32:04.436Z Downloaded tokio-stream v0.1.14
10842024-04-03T07:32:04.436Z Downloaded sqlparser_derive v0.2.2
10852024-04-03T07:32:04.436Z Downloaded precomputed-hash v0.1.1
10862024-04-03T07:32:04.436Z Downloaded portable-atomic v1.4.3
10872024-04-03T07:32:04.436Z Downloaded owo-colors v4.0.0
10882024-04-03T07:32:04.436Z Downloaded rustls-webpki v0.101.7
10892024-04-03T07:32:04.436Z Downloaded siphasher v0.3.11
10902024-04-03T07:32:04.436Z Downloaded rustc_version v0.1.7
10912024-04-03T07:32:04.436Z Downloaded rustc-hash v1.1.0
10922024-04-03T07:32:04.436Z Downloaded rsa v0.9.2
10932024-04-03T07:32:04.436Z Downloaded radium v0.7.0
10942024-04-03T07:32:04.436Z Downloaded r2d2 v0.8.10
10952024-04-03T07:32:04.437Z Downloaded pin-project v1.1.3
10962024-04-03T07:32:04.437Z Downloaded crucible-workspace-hack v0.1.0
10972024-04-03T07:32:04.437Z Downloaded wait-timeout v0.2.0
10982024-04-03T07:32:04.437Z Downloaded winnow v0.6.1
10992024-04-03T07:32:04.437Z Downloaded untrusted v0.9.0
11002024-04-03T07:32:04.437Z Downloaded tiny-keccak v2.0.2
11012024-04-03T07:32:04.437Z Downloaded thread_local v1.1.7
11022024-04-03T07:32:04.437Z Downloaded thread-id v4.2.0
11032024-04-03T07:32:04.437Z Downloaded thiserror v1.0.57
11042024-04-03T07:32:04.437Z Downloaded csv-core v0.1.11
11052024-04-03T07:32:04.437Z Downloaded textwrap v0.16.1
11062024-04-03T07:32:04.437Z Downloaded doc-comment v0.3.3
11072024-04-03T07:32:04.437Z Downloaded tabwriter v1.4.0
11082024-04-03T07:32:04.437Z Downloaded tabled_derive v0.7.0
11092024-04-03T07:32:04.437Z Downloaded openssl v0.10.60
11102024-04-03T07:32:04.437Z Downloaded pest_meta v2.7.6
11112024-04-03T07:32:04.437Z Downloaded pem-rfc7468 v0.7.0
11122024-04-03T07:32:04.438Z Downloaded pest_generator v2.7.6
11132024-04-03T07:32:04.438Z Downloaded pem v3.0.2
11142024-04-03T07:32:04.438Z Downloaded scopeguard v1.2.0
11152024-04-03T07:32:04.438Z Downloaded phf v0.11.2
11162024-04-03T07:32:04.438Z Downloaded petgraph v0.6.4
11172024-04-03T07:32:04.438Z Downloaded glob v0.3.1
11182024-04-03T07:32:04.438Z Downloaded phf_shared v0.11.2
11192024-04-03T07:32:04.438Z Downloaded fxhash v0.2.1
11202024-04-03T07:32:04.438Z Downloaded futures-util v0.3.30
11212024-04-03T07:32:04.438Z Downloaded quote v1.0.35
11222024-04-03T07:32:04.438Z Downloaded quick-xml v0.30.0
11232024-04-03T07:32:04.438Z Downloaded expectorate v1.1.0
11242024-04-03T07:32:04.438Z Downloaded env_logger v0.9.3
11252024-04-03T07:32:04.438Z Downloaded endian-type v0.1.2
11262024-04-03T07:32:04.438Z Downloaded darling_macro v0.14.4
11272024-04-03T07:32:04.438Z Downloaded darling v0.14.4
11282024-04-03T07:32:04.438Z Downloaded zerocopy-derive v0.6.4
11292024-04-03T07:32:04.438Z Downloaded shlex v1.3.0
11302024-04-03T07:32:04.438Z Downloaded rpassword v7.3.1
11312024-04-03T07:32:04.438Z Downloaded peg-macros v0.8.2
11322024-04-03T07:32:04.438Z Downloaded peeking_take_while v0.1.2
11332024-04-03T07:32:04.505Z Downloaded path-slash v0.1.5
11342024-04-03T07:32:04.505Z Downloaded paste v1.0.14
11352024-04-03T07:32:04.506Z Downloaded signal-hook v0.3.17
11362024-04-03T07:32:04.506Z Downloaded zone v0.1.8
11372024-04-03T07:32:04.506Z Downloaded zip v0.6.6
11382024-04-03T07:32:04.506Z Downloaded term v0.7.0
11392024-04-03T07:32:04.506Z Downloaded xattr v1.0.1
11402024-04-03T07:32:04.507Z Downloaded yasna v0.5.2
11412024-04-03T07:32:04.507Z Downloaded tungstenite v0.20.1
11422024-04-03T07:32:04.507Z Downloaded display-error-chain v0.2.0
11432024-04-03T07:32:04.507Z Downloaded slog-bunyan v2.5.0
11442024-04-03T07:32:04.507Z Downloaded slog-async v2.8.0
11452024-04-03T07:32:04.508Z Downloaded psl-types v2.0.11
11462024-04-03T07:32:04.508Z Downloaded oso v0.27.0
11472024-04-03T07:32:04.508Z Downloaded futures v0.3.30
11482024-04-03T07:32:04.508Z Downloaded unicode-segmentation v1.10.1
11492024-04-03T07:32:04.509Z Downloaded unicode-normalization v0.1.22
11502024-04-03T07:32:04.509Z Downloaded regex v1.10.4
11512024-04-03T07:32:04.509Z Downloaded diff v0.1.13
11522024-04-03T07:32:04.510Z Downloaded dirs-sys-next v0.1.2
11532024-04-03T07:32:04.510Z Downloaded unarray v0.1.4
11542024-04-03T07:32:04.510Z Downloaded structmeta v0.2.0
11552024-04-03T07:32:04.510Z Downloaded strsim v0.11.0
11562024-04-03T07:32:04.510Z Downloaded futures-executor v0.3.30
11572024-04-03T07:32:04.511Z Downloaded futures-core v0.3.30
11582024-04-03T07:32:04.511Z Downloaded diesel_derives v2.1.2
11592024-04-03T07:32:04.511Z Downloaded socket2 v0.4.9
11602024-04-03T07:32:04.511Z Downloaded pin-utils v0.1.0
11612024-04-03T07:32:04.512Z Downloaded shell-words v1.1.0
11622024-04-03T07:32:04.512Z Downloaded pkcs8 v0.10.2
11632024-04-03T07:32:04.512Z Downloaded pin-project-lite v0.2.13
11642024-04-03T07:32:04.512Z Downloaded test-strategy v0.3.1
11652024-04-03T07:32:04.512Z Downloaded tinyvec_macros v0.1.1
11662024-04-03T07:32:04.512Z Downloaded unicode-ident v1.0.12
11672024-04-03T07:32:04.513Z Downloaded unicode-linebreak v0.1.5
11682024-04-03T07:32:04.513Z Downloaded unicode-bidi v0.3.15
11692024-04-03T07:32:04.513Z Downloaded termtree v0.4.1
11702024-04-03T07:32:04.513Z Downloaded rand_chacha v0.3.1
11712024-04-03T07:32:04.513Z Downloaded phf_shared v0.10.0
11722024-04-03T07:32:04.514Z Downloaded slog v2.7.0
11732024-04-03T07:32:04.514Z Downloaded ucd-trie v0.1.6
11742024-04-03T07:32:04.514Z Downloaded goblin v0.8.0
11752024-04-03T07:32:04.514Z Downloaded ref-cast v1.0.20
11762024-04-03T07:32:04.514Z Downloaded serde_path_to_error v0.1.16
11772024-04-03T07:32:04.515Z Downloaded sha2 v0.10.8
11782024-04-03T07:32:04.515Z Downloaded rand_core v0.6.4
11792024-04-03T07:32:04.515Z Downloaded peg-runtime v0.8.2
11802024-04-03T07:32:04.515Z Downloaded futures-macro v0.3.30
11812024-04-03T07:32:04.515Z Downloaded futures-io v0.3.30
11822024-04-03T07:32:04.515Z Downloaded defmt-parser v0.3.3
11832024-04-03T07:32:04.516Z Downloaded globset v0.4.13
11842024-04-03T07:32:04.516Z Downloaded futures-sink v0.3.30
11852024-04-03T07:32:04.516Z Downloaded darling_macro v0.20.3
11862024-04-03T07:32:04.516Z Downloaded typenum v1.16.0
11872024-04-03T07:32:04.516Z Downloaded slab v0.4.9
11882024-04-03T07:32:04.517Z Downloaded slog-dtrace v0.3.0
11892024-04-03T07:32:04.517Z Downloaded similar v2.4.0
11902024-04-03T07:32:04.517Z Downloaded data-encoding v2.4.0
11912024-04-03T07:32:04.517Z Downloaded pkcs1 v0.7.5
11922024-04-03T07:32:04.517Z Downloaded smoltcp v0.9.1
11932024-04-03T07:32:04.518Z Downloaded tokio-macros v2.2.0
11942024-04-03T07:32:04.518Z Downloaded zerocopy-derive v0.2.0
11952024-04-03T07:32:04.518Z Downloaded futures-channel v0.3.30
11962024-04-03T07:32:04.518Z Downloaded snafu v0.7.5
11972024-04-03T07:32:04.518Z Downloaded curve25519-dalek v4.1.1
11982024-04-03T07:32:04.518Z Downloaded debug-ignore v1.0.5
11992024-04-03T07:32:04.518Z Downloaded typed-path v0.7.0
12002024-04-03T07:32:04.518Z Downloaded defmt-macros v0.3.6
12012024-04-03T07:32:04.518Z Downloaded regex-syntax v0.8.2
12022024-04-03T07:32:04.518Z Downloaded strsim v0.10.0
12032024-04-03T07:32:04.518Z Downloaded strsim v0.8.0
12042024-04-03T07:32:04.519Z Downloaded regress v0.9.0
12052024-04-03T07:32:04.519Z Downloaded diesel v2.1.5
12062024-04-03T07:32:04.519Z Downloaded snafu-derive v0.7.5
12072024-04-03T07:32:04.519Z Downloaded defmt v0.3.5
12082024-04-03T07:32:04.519Z Downloaded termios v0.3.3
12092024-04-03T07:32:04.519Z Downloaded csv v1.3.0
12102024-04-03T07:32:04.519Z Downloaded regex-automata v0.4.5
12112024-04-03T07:32:04.520Z Downloaded tokio v1.36.0
12122024-04-03T07:32:04.520Z Downloaded smoltcp v0.11.0
12132024-04-03T07:32:04.520Z Downloaded regex-automata v0.1.10
12142024-04-03T07:32:04.520Z Downloaded x509-cert v0.2.4
12152024-04-03T07:32:04.520Z Downloaded wyz v0.5.1
12162024-04-03T07:32:04.520Z Downloaded version_check v0.9.4
12172024-04-03T07:32:04.521Z Downloaded vcpkg v0.2.15
12182024-04-03T07:32:04.521Z Downloaded oso-derive v0.27.0
12192024-04-03T07:32:04.521Z Downloaded foreign-types v0.3.2
12202024-04-03T07:32:04.521Z Downloaded fd-lock v3.0.13
12212024-04-03T07:32:04.521Z Downloaded fatfs v0.3.6
12222024-04-03T07:32:04.521Z Downloaded rustls v0.22.2
12232024-04-03T07:32:04.522Z Downloaded rustls v0.21.9
12242024-04-03T07:32:04.522Z Downloaded sha3 v0.10.8
12252024-04-03T07:32:04.522Z Downloaded terminal_size v0.3.0
12262024-04-03T07:32:04.522Z Downloaded termcolor v1.2.0
12272024-04-03T07:32:04.522Z Downloaded tokio-rustls v0.24.1
12282024-04-03T07:32:04.522Z Downloaded sqlparser v0.43.1
12292024-04-03T07:32:04.523Z Downloaded encoding_rs v0.8.33
12302024-04-03T07:32:04.523Z Downloaded signal-hook-registry v1.4.1
12312024-04-03T07:32:04.523Z Downloaded tempfile v3.10.0
12322024-04-03T07:32:04.523Z Downloaded strum_macros v0.25.2
12332024-04-03T07:32:04.556Z Downloaded rustversion v1.0.14
12342024-04-03T07:32:04.556Z Downloaded rustls-webpki v0.102.1
12352024-04-03T07:32:04.557Z Downloaded zeroize_derive v1.4.2
12362024-04-03T07:32:04.557Z Downloaded vte_generate_state_changes v0.1.1
12372024-04-03T07:32:04.557Z Downloaded tungstenite v0.21.0
12382024-04-03T07:32:04.557Z Downloaded ron v0.8.1
12392024-04-03T07:32:04.557Z Downloaded resolv-conf v0.7.0
12402024-04-03T07:32:04.558Z Downloaded reqwest v0.11.24
12412024-04-03T07:32:04.558Z Downloaded usdt v0.5.0
12422024-04-03T07:32:04.558Z Downloaded unicase v2.7.0
12432024-04-03T07:32:04.558Z Downloaded curve25519-dalek-derive v0.1.0
12442024-04-03T07:32:04.558Z Downloaded usdt v0.3.5
12452024-04-03T07:32:04.559Z Downloaded url v2.5.0
12462024-04-03T07:32:04.559Z Downloaded serde_derive_internals v0.26.0
12472024-04-03T07:32:04.559Z Downloaded serde-hex v0.1.0
12482024-04-03T07:32:04.559Z Downloaded serde-big-array v0.5.1
12492024-04-03T07:32:04.559Z Downloaded serde-big-array v0.4.1
12502024-04-03T07:32:04.559Z Downloaded serde v1.0.197
12512024-04-03T07:32:04.560Z Downloaded semver-parser v0.10.2
12522024-04-03T07:32:04.560Z Downloaded semver v1.0.22
12532024-04-03T07:32:04.560Z Downloaded sec1 v0.7.3
12542024-04-03T07:32:04.560Z Downloaded sct v0.7.0
12552024-04-03T07:32:04.560Z Downloaded scroll_derive v0.12.0
12562024-04-03T07:32:04.561Z Downloaded scroll v0.12.0
12572024-04-03T07:32:04.561Z Downloaded polar-core v0.27.0
12582024-04-03T07:32:04.561Z Downloaded gimli v0.28.0
12592024-04-03T07:32:04.561Z Downloaded ron v0.7.1
12602024-04-03T07:32:04.562Z Downloaded openssl-sys v0.9.96
12612024-04-03T07:32:04.562Z Downloaded openssl-probe v0.1.5
12622024-04-03T07:32:04.562Z Downloaded fnv v1.0.7
12632024-04-03T07:32:04.562Z Downloaded flume v0.11.0
12642024-04-03T07:32:04.562Z Downloaded float-cmp v0.9.0
12652024-04-03T07:32:04.562Z Downloaded flate2 v1.0.28
12662024-04-03T07:32:04.562Z Downloaded openapiv3 v2.0.0
12672024-04-03T07:32:04.562Z Downloaded inout v0.1.3
12682024-04-03T07:32:04.563Z Downloaded openssl-macros v0.1.1
12692024-04-03T07:32:04.563Z Downloaded sled v0.34.7
12702024-04-03T07:32:04.563Z Downloaded ppv-lite86 v0.2.17
12712024-04-03T07:32:04.563Z Downloaded postgres-types v0.2.6
12722024-04-03T07:32:04.563Z Downloaded packed_struct v0.10.1
12732024-04-03T07:32:04.564Z Downloaded flagset v0.4.3
12742024-04-03T07:32:04.564Z Downloaded portpicker v0.1.1
12752024-04-03T07:32:04.564Z Downloaded poly1305 v0.8.0
12762024-04-03T07:32:04.564Z Downloaded filetime v0.2.23
12772024-04-03T07:32:04.564Z Downloaded derive_more v0.99.17
12782024-04-03T07:32:04.564Z Downloaded der_derive v0.7.2
12792024-04-03T07:32:04.565Z Downloaded zeroize v1.7.0
12802024-04-03T07:32:04.565Z Downloaded zerocopy-derive v0.7.32
12812024-04-03T07:32:04.565Z Downloaded plain v0.2.3
12822024-04-03T07:32:04.565Z Downloaded pkg-config v0.3.27
12832024-04-03T07:32:04.565Z Downloaded string_cache v0.8.7
12842024-04-03T07:32:04.566Z Downloaded trust-dns-proto v0.22.0
12852024-04-03T07:32:04.566Z Downloaded static_assertions v1.1.0
12862024-04-03T07:32:04.566Z Downloaded stable_deref_trait v1.2.0
12872024-04-03T07:32:04.567Z Downloaded prettyplease v0.2.16
12882024-04-03T07:32:04.567Z Downloaded gethostname v0.4.3
12892024-04-03T07:32:04.567Z Downloaded dof v0.3.0
12902024-04-03T07:32:04.567Z Downloaded ena v0.14.2
12912024-04-03T07:32:04.568Z Downloaded utf8parse v0.2.1
12922024-04-03T07:32:04.568Z Downloaded utf-8 v0.7.6
12932024-04-03T07:32:04.568Z Downloaded toml_datetime v0.6.5
12942024-04-03T07:32:04.568Z Downloaded dtrace-parser v0.1.14
12952024-04-03T07:32:04.568Z Downloaded downcast v0.11.0
12962024-04-03T07:32:04.569Z Downloaded diesel_table_macro_syntax v0.1.0
12972024-04-03T07:32:04.569Z Downloaded usdt-macro v0.5.0
12982024-04-03T07:32:04.569Z Downloaded usdt-macro v0.3.5
12992024-04-03T07:32:04.569Z Downloaded toml v0.8.12
13002024-04-03T07:32:04.569Z Downloaded toml v0.5.11
13012024-04-03T07:32:04.570Z Downloaded usdt-impl v0.3.5
13022024-04-03T07:32:04.570Z Downloaded time-macros v0.2.17
13032024-04-03T07:32:04.570Z Downloaded usdt-attr-macro v0.3.5
13042024-04-03T07:32:04.570Z Downloaded time-core v0.1.2
13052024-04-03T07:32:04.570Z Downloaded time v0.3.34
13062024-04-03T07:32:04.571Z Downloaded strum_macros v0.24.3
13072024-04-03T07:32:04.571Z Downloaded strum v0.26.1
13082024-04-03T07:32:04.571Z Downloaded strum v0.25.0
13092024-04-03T07:32:04.571Z Downloaded object v0.32.1
13102024-04-03T07:32:04.571Z Downloaded same-file v1.0.6
13112024-04-03T07:32:04.572Z Downloaded schemars v0.8.16
13122024-04-03T07:32:04.572Z Downloaded nu-ansi-term v0.50.0
13132024-04-03T07:32:04.572Z Downloaded num-bigint-dig v0.8.4
13142024-04-03T07:32:04.572Z Downloaded normalize-line-endings v0.3.0
13152024-04-03T07:32:04.572Z Downloaded rustls-pemfile v1.0.3
13162024-04-03T07:32:04.573Z Downloaded half v2.3.1
13172024-04-03T07:32:04.573Z Downloaded form_urlencoded v1.2.1
13182024-04-03T07:32:04.573Z Downloaded foreign-types v0.5.0
13192024-04-03T07:32:04.573Z Downloaded erased-serde v0.3.31
13202024-04-03T07:32:04.573Z Downloaded equivalent v1.0.1
13212024-04-03T07:32:04.574Z Downloaded env_logger v0.10.0
13222024-04-03T07:32:04.574Z Downloaded bzip2-sys v0.1.11+1.0.8
13232024-04-03T07:32:04.574Z Downloaded ring v0.17.8
13242024-04-03T07:32:04.575Z Downloaded which v4.4.0
13252024-04-03T07:32:04.575Z Downloaded once_cell v1.19.0
13262024-04-03T07:32:04.575Z Downloaded number_prefix v0.4.0
13272024-04-03T07:32:04.575Z Downloaded whoami v1.5.0
13282024-04-03T07:32:04.575Z Downloaded num-traits v0.2.18
13292024-04-03T07:32:04.575Z Downloaded webpki-roots v0.25.2
13302024-04-03T07:32:04.576Z Downloaded derive_builder_core v0.12.0
13312024-04-03T07:32:04.576Z Downloaded cstr-argument v0.1.2
13322024-04-03T07:32:04.576Z Downloaded crypto-common v0.1.6
13332024-04-03T07:32:04.620Z Downloaded crypto-bigint v0.5.2
13342024-04-03T07:32:04.620Z Downloaded try-lock v0.2.4
13352024-04-03T07:32:04.620Z Downloaded trust-dns-resolver v0.22.0
13362024-04-03T07:32:04.620Z Downloaded toml_edit v0.22.9
13372024-04-03T07:32:04.621Z Downloaded trust-dns-server v0.22.1
13382024-04-03T07:32:04.621Z Downloaded swrite v0.1.0
13392024-04-03T07:32:04.621Z Downloaded supports-color v3.0.0
13402024-04-03T07:32:04.621Z Downloaded subtle v2.5.0
13412024-04-03T07:32:04.621Z Downloaded subprocess v0.2.9
13422024-04-03T07:32:04.621Z Downloaded strum_macros v0.26.1
13432024-04-03T07:32:04.621Z Downloaded slog-stdlog v4.1.1
13442024-04-03T07:32:04.621Z Downloaded slog-scope v4.4.0
13452024-04-03T07:32:04.621Z Downloaded slog-json v2.6.1
13462024-04-03T07:32:04.621Z Downloaded ring v0.16.20
13472024-04-03T07:32:04.621Z Downloaded libc v0.2.153
13482024-04-03T07:32:04.621Z Downloaded rustix v0.38.31
13492024-04-03T07:32:04.621Z Downloaded rustls-pki-types v1.3.0
13502024-04-03T07:32:04.621Z Downloaded rcgen v0.12.1
13512024-04-03T07:32:04.621Z Downloaded rayon-core v1.12.1
13522024-04-03T07:32:04.621Z Downloaded postcard v1.0.8
13532024-04-03T07:32:04.621Z Downloaded platforms v3.0.2
13542024-04-03T07:32:04.621Z Downloaded parking_lot v0.11.2
13552024-04-03T07:32:04.621Z Downloaded publicsuffix v2.2.3
13562024-04-03T07:32:04.622Z Downloaded olpc-cjson v0.1.3
13572024-04-03T07:32:04.622Z Downloaded idna v0.3.0
13582024-04-03T07:32:04.622Z Downloaded parse-size v1.0.0
13592024-04-03T07:32:04.622Z Downloaded parse-display-derive v0.9.0
13602024-04-03T07:32:04.622Z Downloaded parse-display v0.9.0
13612024-04-03T07:32:04.622Z Downloaded parking_lot v0.12.1
13622024-04-03T07:32:04.622Z Downloaded num-iter v0.1.44
13632024-04-03T07:32:04.622Z Downloaded num-integer v0.1.46
13642024-04-03T07:32:04.622Z Downloaded num-bigint v0.4.4
13652024-04-03T07:32:04.622Z Downloaded bstr v1.9.0
13662024-04-03T07:32:04.622Z Downloaded regex-syntax v0.6.29
13672024-04-03T07:32:04.622Z Downloaded foreign-types-shared v0.1.1
13682024-04-03T07:32:04.622Z Downloaded foreign-types-macros v0.2.3
13692024-04-03T07:32:04.622Z Downloaded fallible-iterator v0.2.0
13702024-04-03T07:32:04.622Z Downloaded embedded-io v0.4.0
13712024-04-03T07:32:04.622Z Downloaded either v1.10.0
13722024-04-03T07:32:04.622Z Downloaded zerocopy v0.6.4
13732024-04-03T07:32:04.622Z Downloaded nix v0.27.1
13742024-04-03T07:32:04.623Z Downloaded darling_core v0.20.3
13752024-04-03T07:32:04.623Z Downloaded darling_core v0.14.4
13762024-04-03T07:32:04.623Z Downloaded darling v0.20.3
13772024-04-03T07:32:04.623Z Downloaded crossterm v0.27.0
13782024-04-03T07:32:04.623Z Downloaded want v0.3.1
13792024-04-03T07:32:04.623Z Downloaded walkdir v2.4.0
13802024-04-03T07:32:04.623Z Downloaded waitgroup v0.1.2
13812024-04-03T07:32:04.623Z Downloaded vec_map v0.8.2
13822024-04-03T07:32:04.623Z Downloaded unicode-xid v0.2.4
13832024-04-03T07:32:04.623Z Downloaded unicode-width v0.1.11
13842024-04-03T07:32:04.623Z Downloaded toml v0.7.8
13852024-04-03T07:32:04.623Z Downloaded tokio-native-tls v0.3.1
13862024-04-03T07:32:04.623Z Downloaded thiserror-impl v1.0.57
13872024-04-03T07:32:04.623Z Downloaded tap v1.0.1
13882024-04-03T07:32:04.623Z Downloaded take_mut v0.2.2
13892024-04-03T07:32:04.623Z Downloaded strip-ansi-escapes v0.2.0
13902024-04-03T07:32:04.623Z Downloaded spin v0.5.2
13912024-04-03T07:32:04.623Z Downloaded socket2 v0.5.5
13922024-04-03T07:32:04.623Z Downloaded sigpipe v0.1.3
13932024-04-03T07:32:04.623Z Downloaded signature v2.1.0
13942024-04-03T07:32:04.624Z Downloaded signature v1.6.4
13952024-04-03T07:32:04.624Z Downloaded signal-hook-tokio v0.3.1
13962024-04-03T07:32:04.624Z Downloaded serde_tokenstream v0.2.0
13972024-04-03T07:32:04.624Z Downloaded tracing v0.1.40
13982024-04-03T07:32:04.624Z Downloaded tower-service v0.3.2
13992024-04-03T07:32:04.624Z Downloaded serde_urlencoded v0.7.1
14002024-04-03T07:32:04.624Z Downloaded semver v0.1.20
14012024-04-03T07:32:04.624Z Downloaded secrecy v0.8.0
14022024-04-03T07:32:04.624Z Downloaded schemars_derive v0.8.16
14032024-04-03T07:32:04.624Z Downloaded ryu v1.0.15
14042024-04-03T07:32:04.624Z Downloaded ref-cast-impl v1.0.20
14052024-04-03T07:32:04.624Z Downloaded tar v0.4.40
14062024-04-03T07:32:04.624Z Downloaded rustc_version v0.4.0
14072024-04-03T07:32:04.624Z Downloaded rtoolbox v0.0.1
14082024-04-03T07:32:04.624Z Downloaded serde_derive v1.0.197
14092024-04-03T07:32:04.624Z Downloaded idna v0.5.0
14102024-04-03T07:32:04.624Z Downloaded idna v0.2.3
14112024-04-03T07:32:04.624Z Downloaded lalrpop v0.19.12
14122024-04-03T07:32:04.624Z Downloaded itoa v1.0.9
14132024-04-03T07:32:04.624Z Downloaded hubpack v0.1.2
14142024-04-03T07:32:04.624Z Downloaded mockall_derive v0.12.0
14152024-04-03T07:32:04.624Z Downloaded mockall v0.12.0
14162024-04-03T07:32:04.625Z Downloaded mio v0.8.11
14172024-04-03T07:32:04.625Z Downloaded hostname v0.3.1
14182024-04-03T07:32:04.625Z Downloaded highway v1.1.0
14192024-04-03T07:32:04.625Z Downloaded const_format_proc_macros v0.2.32
14202024-04-03T07:32:04.625Z Downloaded cobs v0.2.3
14212024-04-03T07:32:04.625Z Downloaded clap_lex v0.7.0
14222024-04-03T07:32:04.625Z Downloaded chacha20 v0.9.1
14232024-04-03T07:32:04.625Z Downloaded bstr v0.2.17
14242024-04-03T07:32:04.625Z Downloaded block-buffer v0.10.4
14252024-04-03T07:32:04.625Z Downloaded blake2 v0.10.6
14262024-04-03T07:32:04.625Z Downloaded bitstruct_derive v0.1.0
14272024-04-03T07:32:04.625Z Downloaded bitstruct v0.1.1
14282024-04-03T07:32:04.625Z Downloaded bb8 v0.8.3
14292024-04-03T07:32:04.625Z Downloaded base64 v0.13.1
14302024-04-03T07:32:04.625Z Downloaded crossbeam-deque v0.8.3
14312024-04-03T07:32:04.625Z Downloaded crossbeam-channel v0.5.8
14322024-04-03T07:32:04.625Z Downloaded atty v0.2.14
14332024-04-03T07:32:04.705Z Downloaded crc-catalog v2.2.0
14342024-04-03T07:32:04.705Z Downloaded memchr v2.7.1
14352024-04-03T07:32:04.705Z Downloaded crc-any v2.4.3
14362024-04-03T07:32:04.705Z Downloaded corncobs v0.1.3
14372024-04-03T07:32:04.706Z Downloaded cookie_store v0.20.0
14382024-04-03T07:32:04.706Z Downloaded maplit v1.0.2
14392024-04-03T07:32:04.706Z Downloaded managed v0.8.0
14402024-04-03T07:32:04.706Z Downloaded macaddr v1.0.1
14412024-04-03T07:32:04.706Z Downloaded lru-cache v0.1.2
14422024-04-03T07:32:04.706Z Downloaded lru v0.12.1
14432024-04-03T07:32:04.706Z Downloaded cookie v0.18.0
14442024-04-03T07:32:04.706Z Downloaded cookie v0.17.0
14452024-04-03T07:32:04.707Z Downloaded lock_api v0.4.10
14462024-04-03T07:32:04.707Z Downloaded linked-hash-map v0.5.6
14472024-04-03T07:32:04.707Z Downloaded linear-map v1.2.0
14482024-04-03T07:32:04.707Z Downloaded libxml v0.3.3
14492024-04-03T07:32:04.707Z Downloaded convert_case v0.4.0
14502024-04-03T07:32:04.707Z Downloaded constant_time_eq v0.3.0
14512024-04-03T07:32:04.707Z Downloaded const_format v0.2.32
14522024-04-03T07:32:04.708Z Downloaded const-oid v0.9.6
14532024-04-03T07:32:04.708Z Downloaded argon2 v0.5.3
14542024-04-03T07:32:04.708Z Downloaded console v0.15.8
14552024-04-03T07:32:04.708Z Downloaded compact_str v0.7.1
14562024-04-03T07:32:04.708Z Downloaded colored v2.1.0
14572024-04-03T07:32:04.708Z Downloaded colorchoice v1.0.0
14582024-04-03T07:32:04.708Z Downloaded clap_derive v4.5.0
14592024-04-03T07:32:04.708Z Downloaded clap v4.5.1
14602024-04-03T07:32:04.708Z Downloaded chrono v0.4.34
14612024-04-03T07:32:04.708Z Downloaded chacha20poly1305 v0.10.1
14622024-04-03T07:32:04.708Z Downloaded cexpr v0.6.0
14632024-04-03T07:32:04.708Z Downloaded is-terminal v0.4.9
14642024-04-03T07:32:04.708Z Downloaded ipnetwork v0.20.0
14652024-04-03T07:32:04.708Z Downloaded ipnet v2.9.0
14662024-04-03T07:32:04.708Z Downloaded instant v0.1.12
14672024-04-03T07:32:04.709Z Downloaded indoc v2.0.3
14682024-04-03T07:32:04.709Z Downloaded indoc v1.0.9
14692024-04-03T07:32:04.709Z Downloaded castaway v0.2.2
14702024-04-03T07:32:04.709Z Downloaded cassowary v0.3.0
14712024-04-03T07:32:04.709Z Downloaded cancel-safe-futures v0.1.5
14722024-04-03T07:32:04.709Z Downloaded camino-tempfile v1.1.1
14732024-04-03T07:32:04.709Z Downloaded camino v1.1.6
14742024-04-03T07:32:04.709Z Downloaded bit-vec v0.6.3
14752024-04-03T07:32:04.709Z Downloaded hkdf v0.12.4
14762024-04-03T07:32:04.709Z Downloaded bindgen v0.69.2
14772024-04-03T07:32:04.709Z Downloaded bcs v0.1.6
14782024-04-03T07:32:04.709Z Downloaded base64 v0.21.7
14792024-04-03T07:32:04.709Z Downloaded headers v0.3.9
14802024-04-03T07:32:04.709Z Downloaded base64 v0.22.0
14812024-04-03T07:32:04.710Z Downloaded base16ct v0.2.0
14822024-04-03T07:32:04.710Z Downloaded backtrace v0.3.69
14832024-04-03T07:32:04.710Z Downloaded backoff v0.4.0
14842024-04-03T07:32:04.710Z Downloaded autocfg v1.1.0
14852024-04-03T07:32:04.710Z Downloaded atomicwrites v0.4.3
14862024-04-03T07:32:04.710Z Downloaded atomic-waker v1.1.1
14872024-04-03T07:32:04.710Z Downloaded async-stream v0.3.5
14882024-04-03T07:32:04.710Z Downloaded async-recursion v1.0.5
14892024-04-03T07:32:04.710Z Downloaded hash32 v0.3.1
14902024-04-03T07:32:04.710Z Downloaded ascii-canvas v3.0.0
14912024-04-03T07:32:04.710Z Downloaded ascii v1.1.0
14922024-04-03T07:32:04.710Z Downloaded arrayvec v0.7.4
14932024-04-03T07:32:04.710Z Downloaded array-init v0.0.4
14942024-04-03T07:32:04.710Z Downloaded arc-swap v1.6.0
14952024-04-03T07:32:04.710Z Downloaded crossbeam-epoch v0.9.18
14962024-04-03T07:32:04.710Z Downloaded anstyle-parse v0.2.1
14972024-04-03T07:32:04.710Z Downloaded allocator-api2 v0.2.16
14982024-04-03T07:32:04.710Z Compiling proc-macro2 v1.0.78
14992024-04-03T07:32:04.710Z Compiling unicode-ident v1.0.12
15002024-04-03T07:32:04.710Z Compiling libc v0.2.153
15012024-04-03T07:32:04.711Z Compiling serde v1.0.197
15022024-04-03T07:32:04.711Z Compiling version_check v0.9.4
15032024-04-03T07:32:04.711Z Compiling autocfg v1.1.0
15042024-04-03T07:32:04.711Z Compiling cfg-if v1.0.0
15052024-04-03T07:32:04.711Z Compiling syn v1.0.109
15062024-04-03T07:32:04.711Z Compiling once_cell v1.19.0
15072024-04-03T07:32:04.711Z Compiling byteorder v1.5.0
15082024-04-03T07:32:04.711Z Compiling memchr v2.7.1
15092024-04-03T07:32:04.711Z Compiling serde_json v1.0.114
15102024-04-03T07:32:04.711Z Compiling ahash v0.8.8
15112024-04-03T07:32:04.711Z Compiling lock_api v0.4.10
15122024-04-03T07:32:04.711Z Compiling parking_lot_core v0.9.8
15132024-04-03T07:32:04.711Z Compiling libm v0.2.7
15142024-04-03T07:32:04.711Z Compiling num-traits v0.2.18
15152024-04-03T07:32:04.711Z Compiling thiserror v1.0.57
15162024-04-03T07:32:04.711Z Compiling typenum v1.16.0
15172024-04-03T07:32:04.711Z Compiling generic-array v0.14.7
15182024-04-03T07:32:04.711Z Compiling itoa v1.0.9
15192024-04-03T07:32:04.711Z Compiling log v0.4.21
15202024-04-03T07:32:04.711Z Compiling scopeguard v1.2.0
15212024-04-03T07:32:04.723Z Compiling quote v1.0.35
15222024-04-03T07:32:05.007Z Compiling pkg-config v0.3.27
15232024-04-03T07:32:05.069Z Compiling syn v2.0.52
15242024-04-03T07:32:05.661Z Compiling cc v1.0.83
15252024-04-03T07:32:05.661Z Compiling getrandom v0.2.12
15262024-04-03T07:32:05.732Z Compiling allocator-api2 v0.2.16
15272024-04-03T07:32:05.858Z Compiling slab v0.4.9
15282024-04-03T07:32:05.925Z Compiling ryu v1.0.15
15292024-04-03T07:32:06.266Z Compiling schemars v0.8.16
15302024-04-03T07:32:06.291Z Compiling pin-project-lite v0.2.13
15312024-04-03T07:32:06.411Z Compiling smallvec v1.13.1
15322024-04-03T07:32:06.650Z Compiling heck v0.4.1
15332024-04-03T07:32:06.782Z Compiling equivalent v1.0.1
15342024-04-03T07:32:07.224Z Compiling vcpkg v0.2.15
15352024-04-03T07:32:07.906Z Compiling ring v0.17.8
15362024-04-03T07:32:07.906Z Compiling parking_lot v0.12.1
15372024-04-03T07:32:08.846Z Compiling signal-hook-registry v1.4.1
15382024-04-03T07:32:08.939Z Compiling openssl-sys v0.9.96
15392024-04-03T07:32:09.727Z Compiling mio v0.8.11
15402024-04-03T07:32:09.909Z Compiling fnv v1.0.7
15412024-04-03T07:32:10.040Z Compiling rand_core v0.6.4
15422024-04-03T07:32:10.447Z Compiling time-core v0.1.2
15432024-04-03T07:32:10.465Z Compiling num-conv v0.1.0
15442024-04-03T07:32:10.543Z Compiling ring v0.16.20
15452024-04-03T07:32:10.603Z Compiling socket2 v0.5.5
15462024-04-03T07:32:10.749Z Compiling time-macros v0.2.17
15472024-04-03T07:32:11.252Z Compiling num_cpus v1.16.0
15482024-04-03T07:32:11.457Z Compiling httparse v1.8.0
15492024-04-03T07:32:11.871Z Compiling ucd-trie v0.1.6
15502024-04-03T07:32:12.101Z Compiling futures-core v0.3.30
15512024-04-03T07:32:12.379Z Compiling spin v0.5.2
15522024-04-03T07:32:12.389Z Compiling openssl v0.10.60
15532024-04-03T07:32:12.475Z Compiling serde_derive_internals v0.26.0
15542024-04-03T07:32:13.388Z Compiling iana-time-zone v0.1.57
15552024-04-03T07:32:13.389Z Compiling semver v1.0.22
15562024-04-03T07:32:13.389Z Compiling crossbeam-utils v0.8.19
15572024-04-03T07:32:14.120Z Compiling rustls v0.21.9
15582024-04-03T07:32:14.143Z Compiling native-tls v0.2.11
15592024-04-03T07:32:14.143Z Compiling tinyvec_macros v0.1.1
15602024-04-03T07:32:14.144Z Compiling tinyvec v1.6.0
15612024-04-03T07:32:14.144Z Compiling spin v0.9.8
15622024-04-03T07:32:14.144Z Compiling unicode-xid v0.2.4
15632024-04-03T07:32:14.219Z Compiling rustix v0.38.31
15642024-04-03T07:32:14.456Z Compiling const-oid v0.9.6
15652024-04-03T07:32:14.676Z Compiling subtle v2.5.0
15662024-04-03T07:32:14.813Z Compiling futures-sink v0.3.30
15672024-04-03T07:32:14.924Z Compiling synstructure v0.12.6
15682024-04-03T07:32:14.981Z Compiling backtrace v0.3.69
15692024-04-03T07:32:15.363Z Compiling unicode-normalization v0.1.22
15702024-04-03T07:32:16.072Z Compiling cookie v0.17.0
15712024-04-03T07:32:16.306Z Compiling slog v2.7.0
15722024-04-03T07:32:16.778Z Compiling unicode-bidi v0.3.15
15732024-04-03T07:32:16.782Z Compiling uuid v0.8.2
15742024-04-03T07:32:16.782Z Compiling dyn-clone v1.0.17
15752024-04-03T07:32:16.782Z Compiling futures-channel v0.3.30
15762024-04-03T07:32:16.943Z Compiling tracing-core v0.1.32
15772024-04-03T07:32:17.003Z Compiling futures-task v0.3.30
15782024-04-03T07:32:17.172Z Compiling pin-utils v0.1.0
15792024-04-03T07:32:17.270Z Compiling futures-io v0.3.30
15802024-04-03T07:32:17.783Z Compiling aho-corasick v1.1.2
15812024-04-03T07:32:18.024Z Compiling regex-syntax v0.8.2
15822024-04-03T07:32:18.034Z Compiling serde_derive v1.0.197
15832024-04-03T07:32:18.151Z Compiling zerocopy-derive v0.7.32
15842024-04-03T07:32:18.662Z Compiling zeroize_derive v1.4.2
15852024-04-03T07:32:19.260Z Compiling thiserror-impl v1.0.57
15862024-04-03T07:32:19.945Z Compiling tokio-macros v2.2.0
15872024-04-03T07:32:19.982Z Compiling zerocopy v0.7.32
15882024-04-03T07:32:20.446Z Compiling futures-macro v0.3.30
15892024-04-03T07:32:21.684Z Compiling tracing-attributes v0.1.27
15902024-04-03T07:32:21.901Z Compiling schemars_derive v0.8.16
15912024-04-03T07:32:22.093Z Compiling zeroize v1.7.0
15922024-04-03T07:32:22.176Z Compiling hashbrown v0.14.3
15932024-04-03T07:32:23.563Z Compiling pest v2.7.6
15942024-04-03T07:32:23.603Z Compiling openssl-macros v0.1.1
15952024-04-03T07:32:24.273Z Compiling zerocopy-derive v0.2.0
15962024-04-03T07:32:24.493Z Compiling tracing v0.1.40
15972024-04-03T07:32:24.791Z Compiling crypto-common v0.1.6
15982024-04-03T07:32:25.303Z Compiling futures-util v0.3.30
15992024-04-03T07:32:25.653Z Compiling der_derive v0.7.2
16002024-04-03T07:32:25.762Z Compiling pest_meta v2.7.6
16012024-04-03T07:32:26.027Z Compiling anyhow v1.0.79
16022024-04-03T07:32:26.551Z Compiling winnow v0.5.15
16032024-04-03T07:32:27.935Z Compiling pest_generator v2.7.6
16042024-04-03T07:32:29.689Z Compiling block-buffer v0.10.4
16052024-04-03T07:32:29.810Z Compiling pest_derive v2.7.6
16062024-04-03T07:32:29.907Z Compiling regex-automata v0.4.5
16072024-04-03T07:32:30.399Z Compiling usdt-impl v0.3.5
16082024-04-03T07:32:30.736Z Compiling bytes v1.5.0
16092024-04-03T07:32:32.310Z Compiling indexmap v2.2.6
16102024-04-03T07:32:32.317Z Compiling tokio v1.36.0
16112024-04-03T07:32:32.858Z Compiling uuid v1.7.0
16122024-04-03T07:32:33.395Z Compiling chrono v0.4.34
16132024-04-03T07:32:34.095Z Compiling bitflags v2.4.2
16142024-04-03T07:32:34.770Z Compiling toml_datetime v0.6.5
16152024-04-03T07:32:35.600Z Compiling serde_spanned v0.6.5
16162024-04-03T07:32:35.837Z Compiling http v0.2.12
16172024-04-03T07:32:37.761Z Compiling rustc_version v0.4.0
16182024-04-03T07:32:38.394Z Compiling toml_edit v0.19.15
16192024-04-03T07:32:38.999Z Compiling unicode-width v0.1.11
16202024-04-03T07:32:39.043Z Compiling untrusted v0.9.0
16212024-04-03T07:32:39.169Z Compiling powerfmt v0.2.0
16222024-04-03T07:32:39.231Z Compiling crc32fast v1.3.2
16232024-04-03T07:32:39.621Z Compiling rustversion v1.0.14
16242024-04-03T07:32:39.650Z Compiling deranged v0.3.11
16252024-04-03T07:32:40.260Z Compiling heapless v0.7.16
16262024-04-03T07:32:41.165Z Compiling digest v0.10.7
16272024-04-03T07:32:41.583Z Compiling scroll_derive v0.12.0
16282024-04-03T07:32:42.344Z Compiling bzip2-sys v0.1.11+1.0.8
16292024-04-03T07:32:42.861Z Compiling signal-hook v0.3.17
16302024-04-03T07:32:42.947Z Compiling percent-encoding v2.3.1
16312024-04-03T07:32:43.133Z Compiling async-trait v0.1.79
16322024-04-03T07:32:43.165Z Compiling num_threads v0.1.6
16332024-04-03T07:32:43.294Z Compiling ppv-lite86 v0.2.17
16342024-04-03T07:32:43.636Z Compiling time v0.3.34
16352024-04-03T07:32:44.051Z Compiling rand_chacha v0.3.1
16362024-04-03T07:32:45.322Z Compiling regex v1.10.4
16372024-04-03T07:32:46.418Z Compiling zerocopy v0.3.0
16382024-04-03T07:32:48.232Z Compiling thread-id v4.2.0
16392024-04-03T07:32:48.232Z Compiling dof v0.1.5
16402024-04-03T07:32:48.774Z Compiling rand v0.8.5
16412024-04-03T07:32:49.346Z Compiling tokio-util v0.7.10
16422024-04-03T07:32:50.774Z Compiling dtrace-parser v0.1.14
16432024-04-03T07:32:50.983Z Compiling num-bigint v0.4.4
16442024-04-03T07:32:51.161Z Compiling base64 v0.21.7
16452024-04-03T07:32:51.394Z Compiling adler v1.0.2
16462024-04-03T07:32:51.672Z Compiling smoltcp v0.9.1
16472024-04-03T07:32:51.744Z Compiling untrusted v0.7.1
16482024-04-03T07:32:51.977Z Compiling foreign-types-shared v0.1.1
16492024-04-03T07:32:52.078Z Compiling base64ct v1.6.0
16502024-04-03T07:32:52.238Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16512024-04-03T07:32:52.294Z Compiling foreign-types v0.3.2
16522024-04-03T07:32:52.597Z Compiling pem-rfc7468 v0.7.0
16532024-04-03T07:32:52.648Z Compiling miniz_oxide v0.7.1
16542024-04-03T07:32:54.466Z Compiling form_urlencoded v1.2.1
16552024-04-03T07:32:56.507Z Compiling hmac v0.12.1
16562024-04-03T07:32:56.553Z Compiling serde_tokenstream v0.1.7
16572024-04-03T07:32:56.553Z Compiling lazy_static v1.4.0
16582024-04-03T07:32:56.553Z Compiling siphasher v0.3.11
16592024-04-03T07:32:56.553Z Compiling flagset v0.4.3
16602024-04-03T07:32:56.553Z Compiling try-lock v0.2.4
16612024-04-03T07:32:56.553Z Compiling unicode-segmentation v1.10.1
16622024-04-03T07:32:56.553Z Compiling bitflags v1.3.2
16632024-04-03T07:32:56.589Z Compiling want v0.3.1
16642024-04-03T07:32:56.880Z Compiling der v0.7.8
16652024-04-03T07:32:57.242Z Compiling sct v0.7.0
16662024-04-03T07:32:57.516Z Compiling rustls-webpki v0.101.7
16672024-04-03T07:32:57.722Z Compiling h2 v0.3.24
16682024-04-03T07:32:59.119Z Compiling http-body v0.4.5
16692024-04-03T07:32:59.985Z Compiling openapiv3 v2.0.0
16702024-04-03T07:33:00.052Z Compiling hubpack_derive v0.1.1
16712024-04-03T07:33:00.663Z Compiling zerocopy-derive v0.6.4
16722024-04-03T07:33:01.032Z Compiling idna v0.5.0
16732024-04-03T07:33:02.024Z Compiling errno v0.3.8
16742024-04-03T07:33:02.031Z Compiling usdt-impl v0.5.0
16752024-04-03T07:33:02.164Z Compiling tower-service v0.3.2
16762024-04-03T07:33:02.294Z Compiling anstyle v1.0.6
16772024-04-03T07:33:02.400Z Compiling httpdate v1.0.3
16782024-04-03T07:33:02.554Z Compiling cpufeatures v0.2.12
16792024-04-03T07:33:02.736Z Compiling stable_deref_trait v1.2.0
16802024-04-03T07:33:02.786Z Compiling gimli v0.28.0
16812024-04-03T07:33:02.841Z Compiling utf8parse v0.2.1
16822024-04-03T07:33:08.047Z Compiling openssl-probe v0.1.5
16832024-04-03T07:33:08.172Z Compiling anstyle-parse v0.2.1
16842024-04-03T07:33:08.172Z Compiling hyper v0.14.28
16852024-04-03T07:33:08.172Z Compiling sha2 v0.10.8
16862024-04-03T07:33:08.173Z Compiling url v2.5.0
16872024-04-03T07:33:08.173Z Compiling addr2line v0.21.0
16882024-04-03T07:33:08.355Z Compiling spki v0.7.2
16892024-04-03T07:33:08.926Z Compiling usdt-macro v0.3.5
16902024-04-03T07:33:08.965Z Compiling usdt-attr-macro v0.3.5
16912024-04-03T07:33:09.418Z Compiling scroll v0.12.0
16922024-04-03T07:33:10.222Z Compiling md-5 v0.10.5
16932024-04-03T07:33:10.837Z Compiling serde_tokenstream v0.2.0
16942024-04-03T07:33:11.161Z Compiling stringprep v0.1.3
16952024-04-03T07:33:11.940Z Compiling idna v0.3.0
16962024-04-03T07:33:13.456Z Compiling diesel_table_macro_syntax v0.1.0
16972024-04-03T07:33:13.806Z Compiling num-integer v0.1.46
16982024-04-03T07:33:13.979Z Compiling object v0.32.1
16992024-04-03T07:33:14.415Z Compiling hash32 v0.2.1
17002024-04-03T07:33:14.965Z Compiling plain v0.2.3
17012024-04-03T07:33:15.005Z Compiling psl-types v2.0.11
17022024-04-03T07:33:15.038Z Compiling rustc-demangle v0.1.23
17032024-04-03T07:33:15.183Z Compiling anstyle-query v1.0.0
17042024-04-03T07:33:16.280Z Compiling fallible-iterator v0.2.0
17052024-04-03T07:33:17.734Z Compiling colorchoice v1.0.0
17062024-04-03T07:33:18.303Z Compiling anstream v0.6.11
17072024-04-03T07:33:18.585Z Compiling postgres-protocol v0.6.6
17082024-04-03T07:33:18.620Z Compiling publicsuffix v2.2.3
17092024-04-03T07:33:18.874Z Compiling goblin v0.8.0
17102024-04-03T07:33:24.410Z Compiling diesel_derives v2.1.2
17112024-04-03T07:33:25.371Z Compiling tokio-rustls v0.24.1
17122024-04-03T07:33:29.340Z Compiling pkcs8 v0.10.2
17132024-04-03T07:33:29.884Z Compiling terminal_size v0.3.0
17142024-04-03T07:33:30.165Z Compiling tokio-native-tls v0.3.1
17152024-04-03T07:33:30.486Z Compiling phf_shared v0.11.2
17162024-04-03T07:33:31.392Z Compiling strum_macros v0.25.2
17172024-04-03T07:33:31.700Z Compiling block-padding v0.3.3
17182024-04-03T07:33:31.854Z Compiling regress v0.9.0
17192024-04-03T07:33:31.911Z Compiling enum-as-inner v0.5.1
17202024-04-03T07:33:32.784Z Compiling serde_repr v0.1.16
17212024-04-03T07:33:32.828Z Compiling clap_derive v4.5.0
17222024-04-03T07:33:37.328Z Compiling ff v0.13.0
17232024-04-03T07:33:37.509Z Compiling scheduled-thread-pool v0.2.7
17242024-04-03T07:33:37.509Z Compiling encoding_rs v0.8.33
17252024-04-03T07:33:37.510Z Compiling pretty-hex v0.4.1
17262024-04-03T07:33:37.510Z Compiling matches v0.1.10
17272024-04-03T07:33:37.510Z Compiling clap_lex v0.7.0
17282024-04-03T07:33:37.510Z Compiling bit-vec v0.6.3
17292024-04-03T07:33:37.510Z Compiling strsim v0.10.0
17302024-04-03T07:33:37.510Z Compiling strsim v0.11.0
17312024-04-03T07:33:37.510Z Compiling managed v0.8.0
17322024-04-03T07:33:37.648Z Compiling base16ct v0.2.0
17332024-04-03T07:33:38.338Z Compiling ident_case v1.0.1
17342024-04-03T07:33:38.338Z Compiling regex-automata v0.1.10
17352024-04-03T07:33:38.339Z Compiling mime v0.3.17
17362024-04-03T07:33:38.406Z Compiling ipnet v2.9.0
17372024-04-03T07:33:39.085Z Compiling bstr v0.2.17
17382024-04-03T07:33:39.778Z Compiling darling_core v0.20.3
17392024-04-03T07:33:40.380Z Compiling sec1 v0.7.3
17402024-04-03T07:33:41.465Z Compiling clap_builder v4.5.1
17412024-04-03T07:33:41.505Z Compiling idna v0.2.3
17422024-04-03T07:33:42.218Z Compiling dof v0.3.0
17432024-04-03T07:33:42.892Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17442024-04-03T07:33:44.071Z Compiling r2d2 v0.8.10
17452024-04-03T07:33:45.025Z Compiling group v0.13.0
17462024-04-03T07:33:45.578Z Compiling inout v0.1.3
17472024-04-03T07:33:47.653Z Compiling phf v0.11.2
17482024-04-03T07:33:47.965Z Compiling hyper-tls v0.5.0
17492024-04-03T07:33:48.324Z Compiling signal-hook-mio v0.2.3
17502024-04-03T07:33:48.459Z Compiling flate2 v1.0.28
17512024-04-03T07:33:48.622Z Compiling bzip2 v0.4.4
17522024-04-03T07:33:48.688Z Compiling hyper-rustls v0.24.2
17532024-04-03T07:33:48.981Z Compiling cookie_store v0.20.0
17542024-04-03T07:33:49.078Z Compiling postgres-types v0.2.6
17552024-04-03T07:33:49.350Z Compiling zerocopy v0.6.4
17562024-04-03T07:33:49.502Z Compiling hubpack v0.1.2
17572024-04-03T07:33:49.915Z Compiling rustls-pemfile v1.0.3
17582024-04-03T07:33:50.155Z Compiling phf_shared v0.10.0
17592024-04-03T07:33:50.248Z Compiling hkdf v0.12.4
17602024-04-03T07:33:50.302Z Compiling crossbeam-epoch v0.9.18
17612024-04-03T07:33:50.483Z Compiling serde_urlencoded v0.7.1
17622024-04-03T07:33:50.625Z Compiling ipnetwork v0.20.0
17632024-04-03T07:33:51.035Z Compiling futures-executor v0.3.30
17642024-04-03T07:33:51.517Z Compiling dtrace-parser v0.2.0
17652024-04-03T07:33:51.678Z Compiling crypto-bigint v0.5.2
17662024-04-03T07:33:51.796Z Compiling float-cmp v0.9.0
17672024-04-03T07:33:52.010Z Compiling difflib v0.4.0
17682024-04-03T07:33:53.194Z Compiling static_assertions v1.1.0
17692024-04-03T07:33:53.283Z Compiling normalize-line-endings v0.3.0
17702024-04-03T07:33:53.413Z Compiling new_debug_unreachable v1.0.4
17712024-04-03T07:33:53.510Z Compiling either v1.10.0
17722024-04-03T07:33:53.956Z Compiling sync_wrapper v0.1.2
17732024-04-03T07:33:54.084Z Compiling precomputed-hash v0.1.1
17742024-04-03T07:33:54.151Z Compiling data-encoding v2.4.0
17752024-04-03T07:33:54.210Z Compiling minimal-lexical v0.2.1
17762024-04-03T07:33:54.402Z Compiling whoami v1.5.0
17772024-04-03T07:33:54.692Z Compiling webpki-roots v0.25.2
17782024-04-03T07:33:54.714Z Compiling predicates-core v1.0.6
17792024-04-03T07:33:54.855Z Compiling winnow v0.6.1
17802024-04-03T07:33:55.022Z Compiling fixedbitset v0.4.2
17812024-04-03T07:33:55.043Z Compiling predicates v3.1.0
17822024-04-03T07:33:55.298Z Compiling petgraph v0.6.4
17832024-04-03T07:33:55.401Z Compiling reqwest v0.11.24
17842024-04-03T07:33:55.896Z Compiling tokio-postgres v0.7.10
17852024-04-03T07:33:55.989Z Compiling trust-dns-proto v0.22.0
17862024-04-03T07:33:58.019Z Compiling itertools v0.10.5
17872024-04-03T07:33:58.510Z Compiling toml_edit v0.22.9
17882024-04-03T07:33:59.069Z Compiling nom v7.1.3
17892024-04-03T07:33:59.403Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17902024-04-03T07:34:00.354Z Compiling string_cache v0.8.7
17912024-04-03T07:34:02.401Z Compiling elliptic-curve v0.13.8
17922024-04-03T07:34:02.810Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17932024-04-03T07:34:04.241Z Compiling futures v0.3.30
17942024-04-03T07:34:04.354Z Compiling diesel v2.1.5
17952024-04-03T07:34:04.418Z Compiling yasna v0.5.2
17962024-04-03T07:34:04.864Z Compiling zip v0.6.6
17972024-04-03T07:34:05.707Z Compiling crossterm v0.27.0
17982024-04-03T07:34:06.033Z Compiling cipher v0.4.4
17992024-04-03T07:34:06.442Z Compiling darling_macro v0.20.3
18002024-04-03T07:34:12.602Z Compiling clap v4.5.1
18012024-04-03T07:34:12.746Z Compiling similar v2.4.0
18022024-04-03T07:34:12.746Z Compiling bit-set v0.5.3
18032024-04-03T07:34:12.756Z Compiling num-iter v0.1.44
18042024-04-03T07:34:12.756Z Compiling usdt v0.3.5
18052024-04-03T07:34:12.756Z Compiling console v0.15.8
18062024-04-03T07:34:12.756Z Compiling tokio-stream v0.1.14
18072024-04-03T07:34:12.756Z Compiling toml v0.7.8
18082024-04-03T07:34:12.756Z Compiling bstr v1.9.0
18092024-04-03T07:34:12.757Z Compiling hex v0.4.3
18102024-04-03T07:34:12.757Z Compiling proc-macro-error-attr v1.0.4
18112024-04-03T07:34:12.757Z Compiling lalrpop-util v0.19.12
18122024-04-03T07:34:12.757Z Compiling peg-runtime v0.8.2
18132024-04-03T07:34:12.757Z Compiling darling v0.20.3
18142024-04-03T07:34:12.757Z Compiling proc-macro-crate v1.3.1
18152024-04-03T07:34:12.757Z Compiling proc-macro-error v1.0.4
18162024-04-03T07:34:12.757Z Compiling camino v1.1.6
18172024-04-03T07:34:12.757Z Compiling heapless v0.8.0
18182024-04-03T07:34:13.809Z Compiling num_enum_derive v0.5.11
18192024-04-03T07:34:22.639Z Compiling atty v0.2.14
18202024-04-03T07:34:22.808Z Compiling hash32 v0.3.1
18212024-04-03T07:34:23.579Z Compiling smoltcp v0.11.0
18222024-04-03T07:34:24.218Z Compiling rustls-pki-types v1.3.0
18232024-04-03T07:34:25.468Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242024-04-03T07:34:41.281Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252024-04-03T07:34:51.000Z Compiling num_enum v0.5.11
18262024-04-03T07:34:54.223Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18272024-04-03T07:34:54.413Z Compiling getopts v0.2.21
18282024-04-03T07:34:56.231Z Compiling dirs-sys-next v0.1.2
18292024-04-03T07:34:56.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18302024-04-03T07:34:56.436Z Compiling embedded-io v0.4.0
18312024-04-03T07:34:56.635Z Compiling cobs v0.2.3
18322024-04-03T07:34:56.960Z Compiling rustls v0.22.2
18332024-04-03T07:34:57.003Z Compiling unsafe-libyaml v0.2.10
18342024-04-03T07:35:04.651Z Compiling serde_yaml v0.9.25
18352024-04-03T07:35:04.652Z Compiling postcard v1.0.8
18362024-04-03T07:35:04.652Z Compiling dirs-next v2.0.0
18372024-04-03T07:35:04.652Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18382024-04-03T07:35:09.268Z Compiling rustls-webpki v0.102.1
18392024-04-03T07:35:13.841Z Compiling strum_macros v0.26.1
18402024-04-03T07:35:15.988Z Compiling foreign-types-macros v0.2.3
18412024-04-03T07:35:16.737Z Compiling structmeta-derive v0.3.0
18422024-04-03T07:35:17.262Z Compiling thread_local v1.1.7
18432024-04-03T07:35:17.377Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18442024-04-03T07:35:17.432Z Compiling multer v3.0.0
18452024-04-03T07:35:18.426Z Compiling foreign-types-shared v0.3.1
18462024-04-03T07:35:18.555Z Compiling match_cfg v0.1.0
18472024-04-03T07:35:18.641Z Compiling paste v1.0.14
18482024-04-03T07:35:18.917Z Compiling slog-async v2.8.0
18492024-04-03T07:35:19.354Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18502024-04-03T07:35:19.374Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18512024-04-03T07:35:19.592Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18522024-04-03T07:35:23.226Z Compiling structmeta v0.3.0
18532024-04-03T07:35:24.605Z Compiling hostname v0.3.1
18542024-04-03T07:35:24.683Z Compiling foreign-types v0.5.0
18552024-04-03T07:35:24.800Z Compiling strum v0.26.1
18562024-04-03T07:35:30.395Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18572024-04-03T07:35:36.646Z Compiling term v0.7.0
18582024-04-03T07:35:37.741Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18592024-04-03T07:35:39.256Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18602024-04-03T07:35:45.570Z Compiling slog-json v2.6.1
18612024-04-03T07:35:45.712Z Compiling crossbeam-channel v0.5.8
18622024-04-03T07:35:45.802Z Compiling tabwriter v1.4.0
18632024-04-03T07:35:45.802Z Compiling http v1.0.0
18642024-04-03T07:35:45.803Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18652024-04-03T07:35:45.803Z Compiling async-stream-impl v0.3.5
18662024-04-03T07:35:45.803Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18672024-04-03T07:35:45.803Z Compiling cstr-argument v0.1.2
18682024-04-03T07:35:45.803Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18692024-04-03T07:35:45.803Z Compiling crucible-workspace-hack v0.1.0
18702024-04-03T07:35:45.803Z Compiling rayon-core v1.12.1
18712024-04-03T07:35:45.930Z Compiling fastrand v2.0.1
18722024-04-03T07:35:45.985Z Compiling take_mut v0.2.2
18732024-04-03T07:35:46.022Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18742024-04-03T07:35:46.290Z Compiling atomic-waker v1.1.1
18752024-04-03T07:35:46.360Z Compiling pretty-hex v0.2.1
18762024-04-03T07:35:46.480Z Compiling waitgroup v0.1.2
18772024-04-03T07:35:46.577Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18782024-04-03T07:35:46.649Z Compiling tempfile v3.10.0
18792024-04-03T07:35:47.280Z Compiling async-stream v0.3.5
18802024-04-03T07:35:47.598Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18812024-04-03T07:35:48.498Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18822024-04-03T07:35:48.578Z Compiling slog-bunyan v2.5.0
18832024-04-03T07:35:48.722Z Compiling slog-term v2.9.0
18842024-04-03T07:35:48.816Z Compiling tokio-rustls v0.25.0
18852024-04-03T07:35:49.249Z Compiling parse-display-derive v0.9.0
18862024-04-03T07:35:49.881Z Compiling toml v0.8.12
18872024-04-03T07:35:49.941Z Compiling rustls-pemfile v2.1.1
18882024-04-03T07:35:50.278Z Compiling serde_with_macros v3.6.1
18892024-04-03T07:35:50.731Z Compiling sha1 v0.10.6
18902024-04-03T07:35:52.073Z Compiling crossbeam-deque v0.8.3
18912024-04-03T07:35:52.081Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18922024-04-03T07:35:52.081Z Compiling colored v2.1.0
18932024-04-03T07:35:53.061Z Compiling newtype-uuid v1.0.1
18942024-04-03T07:35:53.205Z Compiling serde_path_to_error v0.1.16
18952024-04-03T07:35:53.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18962024-04-03T07:35:53.413Z Compiling socket2 v0.4.9
18972024-04-03T07:35:53.743Z Compiling instant v0.1.12
18982024-04-03T07:35:53.913Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18992024-04-03T07:35:54.090Z Compiling debug-ignore v1.0.5
19002024-04-03T07:35:54.162Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19012024-04-03T07:35:54.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19022024-04-03T07:35:55.070Z Compiling backoff v0.4.0
19032024-04-03T07:35:55.450Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19042024-04-03T07:35:55.878Z Compiling parse-display v0.9.0
19052024-04-03T07:35:56.710Z Compiling serde_with v3.6.1
19062024-04-03T07:35:57.989Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19072024-04-03T07:35:58.415Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19082024-04-03T07:35:58.779Z Compiling camino-tempfile v1.1.1
19092024-04-03T07:35:59.615Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19102024-04-03T07:36:00.117Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19112024-04-03T07:36:00.281Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19122024-04-03T07:36:00.903Z Compiling heck v0.3.3
19132024-04-03T07:36:01.042Z Compiling textwrap v0.11.0
19142024-04-03T07:36:01.267Z Compiling macaddr v1.0.1
19152024-04-03T07:36:01.660Z Compiling num-derive v0.4.0
19162024-04-03T07:36:01.891Z Compiling sigpipe v0.1.3
19172024-04-03T07:36:02.027Z Compiling vec_map v0.8.2
19182024-04-03T07:36:02.050Z Compiling libefi-sys v0.1.0
19192024-04-03T07:36:02.342Z Compiling ansi_term v0.12.1
19202024-04-03T07:36:02.356Z Compiling strsim v0.8.0
19212024-04-03T07:36:03.137Z Compiling clap v2.34.0
19222024-04-03T07:36:03.870Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19232024-04-03T07:36:03.904Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
19242024-04-03T07:36:03.904Z Compiling structopt-derive v0.4.18
19252024-04-03T07:36:04.168Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19262024-04-03T07:36:04.955Z Compiling rayon v1.9.0
19272024-04-03T07:36:05.925Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19282024-04-03T07:36:06.601Z Compiling smf v0.2.2
19292024-04-03T07:36:07.642Z Compiling blake3 v1.5.0
19302024-04-03T07:36:09.197Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19312024-04-03T07:36:09.706Z Compiling portable-atomic v1.4.3
19322024-04-03T07:36:09.706Z Compiling structopt v0.3.26
19332024-04-03T07:36:09.706Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19342024-04-03T07:36:09.706Z Compiling xattr v1.0.1
19352024-04-03T07:36:09.706Z Compiling filetime v0.2.23
19362024-04-03T07:36:09.711Z Compiling memmap2 v0.7.1
19372024-04-03T07:36:10.034Z Compiling arrayref v0.3.7
19382024-04-03T07:36:10.142Z Compiling constant_time_eq v0.3.0
19392024-04-03T07:36:10.258Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19402024-04-03T07:36:10.314Z Compiling same-file v1.0.6
19412024-04-03T07:36:10.418Z Compiling arrayvec v0.7.4
19422024-04-03T07:36:10.500Z Compiling walkdir v2.4.0
19432024-04-03T07:36:10.551Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19442024-04-03T07:36:10.601Z Compiling tar v0.4.40
19452024-04-03T07:36:12.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19462024-04-03T07:36:12.849Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19472024-04-03T07:36:13.531Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19482024-04-03T07:36:15.384Z Compiling gethostname v0.4.3
19492024-04-03T07:36:15.670Z Compiling topological-sort v0.2.2
19502024-04-03T07:36:15.698Z Compiling number_prefix v0.4.0
19512024-04-03T07:36:15.883Z Compiling omicron-zone-package v0.11.0
19522024-04-03T07:36:15.929Z Compiling swrite v0.1.0
19532024-04-03T07:36:16.008Z Compiling indicatif v0.17.8
19542024-04-03T07:36:22.322Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19552024-04-03T07:36:25.662Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19562024-04-03T07:36:27.260Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19572024-04-03T07:36:29.948Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19582024-04-03T07:36:45.940Z Finished release [optimized] target(s) in 5m 44s
19592024-04-03T07:36:46.204Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19602024-04-03T07:36:46.283ZLogging to: /work/oxidecomputer/omicron/out/LOG
19612024-04-03T07:36:46.707ZCreated new build target 'test' and set it as active
19622024-04-03T07:36:46.707Z
19632024-04-03T07:36:46.707Zreal 5:45.315364621
19642024-04-03T07:36:46.707Zuser 32:29.690542374
19652024-04-03T07:36:46.707Zsys 3:53.663910943
19662024-04-03T07:36:46.708Ztrap 0.925659283
19672024-04-03T07:36:46.708Ztflt 7.558504399
19682024-04-03T07:36:46.708Zdflt 6.389905777
19692024-04-03T07:36:46.708Zkflt 0.155066829
19702024-04-03T07:36:46.708Zlock 1:08:48.671134912
19712024-04-03T07:36:46.708Zslp 1:32:57.450854233
19722024-04-03T07:36:46.708Zlat 2:05.414480860
19732024-04-03T07:36:46.708Zstop 3:36.469441849
19742024-04-03T07:36:46.708Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19752024-04-03T07:36:47.055Z Finished release [optimized] target(s) in 0.75s
19762024-04-03T07:36:47.075Z Running `target/release/omicron-package -t test package`
19772024-04-03T07:36:47.103ZLogging to: /work/oxidecomputer/omicron/out/LOG
19782024-04-03T07:36:47.951Z Compiling base64 v0.22.0
19792024-04-03T07:36:47.951Z Compiling newline-converter v0.3.0
19802024-04-03T07:36:47.952Z Compiling usdt-macro v0.5.0
19812024-04-03T07:36:48.032Z Compiling usdt-attr-macro v0.5.0
19822024-04-03T07:36:48.032Z Compiling memmap v0.7.0
19832024-04-03T07:36:48.062Z Compiling humantime v2.1.0
19842024-04-03T07:36:48.062Z Compiling linked-hash-map v0.5.6
19852024-04-03T07:36:48.063Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19862024-04-03T07:36:48.160Z Compiling expectorate v1.1.0
19872024-04-03T07:36:48.296Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19882024-04-03T07:36:48.324Z Compiling password-hash v0.5.0
19892024-04-03T07:36:48.413Z Compiling lru-cache v0.1.2
19902024-04-03T07:36:48.416Z Compiling blake2 v0.10.6
19912024-04-03T07:36:48.625Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19922024-04-03T07:36:48.844Z Compiling argon2 v0.5.3
19932024-04-03T07:36:49.121Z Compiling semver v0.1.20
19942024-04-03T07:36:49.252Z Compiling bytecount v0.6.3
19952024-04-03T07:36:49.379Z Compiling usdt v0.5.0
19962024-04-03T07:36:49.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19972024-04-03T07:36:49.654Z Compiling rustc_version v0.1.7
19982024-04-03T07:36:49.743Z Compiling papergrid v0.11.0
19992024-04-03T07:36:50.041Z Compiling newtype_derive v0.1.6
20002024-04-03T07:36:50.150Z Compiling tabled_derive v0.7.0
20012024-04-03T07:36:50.549Z Compiling quick-error v1.2.3
20022024-04-03T07:36:50.599Z Compiling steno v0.4.0
20032024-04-03T07:36:50.687Z Compiling resolv-conf v0.7.0
20042024-04-03T07:36:50.954Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20052024-04-03T07:36:51.596Z Compiling derive-where v1.2.7
20062024-04-03T07:36:52.364Z Compiling num-rational v0.4.1
20072024-04-03T07:36:52.449Z Compiling tabled v0.15.0
20082024-04-03T07:36:52.649Z Compiling slog-dtrace v0.3.0
20092024-04-03T07:36:52.922Z Compiling termcolor v1.2.0
20102024-04-03T07:36:54.246Z Compiling trust-dns-resolver v0.22.0
20112024-04-03T07:36:54.451Z Compiling itertools v0.12.1
20122024-04-03T07:36:54.794Z Compiling utf-8 v0.7.6
20132024-04-03T07:36:58.172Z Compiling num-complex v0.4.4
20142024-04-03T07:36:59.278Z Compiling num v0.4.1
20152024-04-03T07:36:59.379Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20162024-04-03T07:36:59.493Z Compiling nibble_vec v0.1.0
20172024-04-03T07:37:00.423Z Compiling radium v0.7.0
20182024-04-03T07:37:00.424Z Compiling endian-type v0.1.2
20192024-04-03T07:37:00.424Z Compiling radix_trie v0.2.1
20202024-04-03T07:37:00.424Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20212024-04-03T07:37:01.313Z Compiling tungstenite v0.20.1
20222024-04-03T07:37:03.828Z Compiling tap v1.0.1
20232024-04-03T07:37:04.028Z Compiling maybe-uninit v2.0.0
20242024-04-03T07:37:04.517Z Compiling wyz v0.5.1
20252024-04-03T07:37:04.681Z Compiling tokio-tungstenite v0.20.1
20262024-04-03T07:37:05.637Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20272024-04-03T07:37:05.651Z Compiling arc-swap v1.6.0
20282024-04-03T07:37:06.293Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20292024-04-03T07:37:06.703Z Compiling packed_struct v0.10.1
20302024-04-03T07:37:07.086Z Compiling crc-catalog v2.2.0
20312024-04-03T07:37:07.223Z Compiling num-bigint-dig v0.8.4
20322024-04-03T07:37:07.492Z Compiling funty v2.0.0
20332024-04-03T07:37:10.040Z Compiling cancel-safe-futures v0.1.5
20342024-04-03T07:37:10.368Z Compiling display-error-chain v0.2.0
20352024-04-03T07:37:10.572Z Compiling bitvec v1.0.1
20362024-04-03T07:37:11.010Z Compiling crc v3.0.1
20372024-04-03T07:37:11.783Z Compiling slog-scope v4.4.0
20382024-04-03T07:37:12.805Z Compiling fxhash v0.2.1
20392024-04-03T07:37:13.018Z Compiling packed_struct_codegen v0.10.1
20402024-04-03T07:37:14.505Z Compiling indexmap v1.9.3
20412024-04-03T07:37:14.727Z Compiling nodrop v0.1.14
20422024-04-03T07:37:14.817Z Compiling array-init v0.0.4
20432024-04-03T07:37:15.255Z Compiling smallvec v0.6.14
20442024-04-03T07:37:15.296Z Compiling slog-stdlog v4.1.1
20452024-04-03T07:37:16.247Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20462024-04-03T07:37:16.686Z Compiling rayon-core v1.12.1
20472024-04-03T07:37:16.704Z Compiling pkcs1 v0.7.5
20482024-04-03T07:37:17.571Z Compiling is-terminal v0.4.9
20492024-04-03T07:37:17.701Z Compiling signature v2.1.0
20502024-04-03T07:37:17.939Z Compiling crossbeam-deque v0.8.3
20512024-04-03T07:37:18.289Z Compiling dirs-sys-next v0.1.2
20522024-04-03T07:37:18.788Z Compiling half v2.3.1
20532024-04-03T07:37:19.474Z Compiling fastrand v2.0.1
20542024-04-03T07:37:19.943Z Compiling glob v0.3.1
20552024-04-03T07:37:20.368Z Compiling bitfield v0.14.0
20562024-04-03T07:37:20.369Z Compiling same-file v1.0.6
20572024-04-03T07:37:20.473Z Compiling crunchy v0.2.2
20582024-04-03T07:37:21.144Z Compiling ciborium-io v0.2.2
20592024-04-03T07:37:21.155Z Compiling hashbrown v0.12.3
20602024-04-03T07:37:21.155Z Compiling ciborium-ll v0.2.2
20612024-04-03T07:37:21.155Z Compiling clang-sys v1.6.1
20622024-04-03T07:37:21.308Z Compiling walkdir v2.4.0
20632024-04-03T07:37:21.544Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20642024-04-03T07:37:21.905Z Compiling tempfile v3.10.0
20652024-04-03T07:37:22.662Z Compiling rsa v0.9.2
20662024-04-03T07:37:23.220Z Compiling dirs-next v2.0.0
20672024-04-03T07:37:25.074Z Compiling env_logger v0.10.0
20682024-04-03T07:37:25.787Z Compiling serde-hex v0.1.0
20692024-04-03T07:37:27.992Z Compiling slog-envlogger v2.2.0
20702024-04-03T07:37:28.115Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20712024-04-03T07:37:28.647Z Compiling camino v1.1.6
20722024-04-03T07:37:28.647Z Compiling x509-cert v0.2.4
20732024-04-03T07:37:28.983Z Compiling ron v0.8.1
20742024-04-03T07:37:30.749Z Compiling hashbrown v0.13.2
20752024-04-03T07:37:30.962Z Compiling semver-parser v0.10.2
20762024-04-03T07:37:32.026Z Compiling unicase v2.7.0
20772024-04-03T07:37:32.332Z Compiling prettyplease v0.2.16
20782024-04-03T07:37:32.612Z Compiling tiny-keccak v2.0.2
20792024-04-03T07:37:32.751Z Compiling crc-any v2.4.3
20802024-04-03T07:37:33.363Z Compiling blake3 v1.5.0
20812024-04-03T07:37:33.363Z Compiling object v0.30.4
20822024-04-03T07:37:33.718Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20832024-04-03T07:37:35.098Z Compiling semver v0.11.0
20842024-04-03T07:37:36.218Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20852024-04-03T07:37:38.535Z Compiling rayon v1.9.0
20862024-04-03T07:37:38.566Z Compiling term v0.7.0
20872024-04-03T07:37:39.797Z Compiling ciborium v0.2.2
20882024-04-03T07:37:41.083Z Compiling darling_core v0.14.4
20892024-04-03T07:37:41.995Z Compiling memmap2 v0.7.1
20902024-04-03T07:37:42.371Z Compiling filetime v0.2.23
20912024-04-03T07:37:42.657Z Compiling xattr v1.0.1
20922024-04-03T07:37:43.241Z Compiling arrayref v0.3.7
20932024-04-03T07:37:43.242Z Compiling arrayvec v0.7.4
20942024-04-03T07:37:43.328Z Compiling constant_time_eq v0.3.0
20952024-04-03T07:37:43.369Z Compiling path-slash v0.1.5
20962024-04-03T07:37:43.457Z Compiling home v0.5.5
20972024-04-03T07:37:43.561Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20982024-04-03T07:37:43.695Z Compiling toolchain_find v0.2.0
20992024-04-03T07:37:45.653Z Compiling tar v0.4.40
21002024-04-03T07:37:46.151Z Compiling darling_macro v0.14.4
21012024-04-03T07:37:47.076Z Compiling ascii-canvas v3.0.0
21022024-04-03T07:37:47.420Z Compiling camino-tempfile v1.1.1
21032024-04-03T07:37:47.432Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21042024-04-03T07:37:47.643Z Compiling libsw v3.3.1
21052024-04-03T07:37:47.837Z Compiling toml v0.5.11
21062024-04-03T07:37:47.850Z Compiling ena v0.14.2
21072024-04-03T07:37:47.969Z Compiling libloading v0.7.4
21082024-04-03T07:37:48.241Z Compiling convert_case v0.4.0
21092024-04-03T07:37:48.322Z Compiling diff v0.1.13
21102024-04-03T07:37:48.868Z Compiling parking_lot_core v0.8.6
21112024-04-03T07:37:49.021Z Compiling linear-map v1.2.0
21122024-04-03T07:37:49.689Z Compiling topological-sort v0.2.2
21132024-04-03T07:37:49.716Z Compiling regex-syntax v0.6.29
21142024-04-03T07:37:49.716Z Compiling owo-colors v4.0.0
21152024-04-03T07:37:51.057Z Compiling bindgen v0.69.2
21162024-04-03T07:37:51.472Z Compiling rustfmt-wrapper v0.2.0
21172024-04-03T07:37:52.023Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21182024-04-03T07:37:52.088Z Compiling omicron-zone-package v0.11.0
21192024-04-03T07:37:52.288Z Compiling derive_more v0.99.17
21202024-04-03T07:37:54.857Z Compiling lalrpop v0.19.12
21212024-04-03T07:37:55.599Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21222024-04-03T07:37:55.699Z Compiling darling v0.14.4
21232024-04-03T07:37:57.604Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21242024-04-03T07:37:58.881Z Compiling toml v0.8.12
21252024-04-03T07:37:59.628Z Compiling cexpr v0.6.0
21262024-04-03T07:37:59.761Z Compiling which v4.4.0
21272024-04-03T07:37:59.906Z Compiling rustc-hash v1.1.0
21282024-04-03T07:38:00.042Z Compiling shlex v1.3.0
21292024-04-03T07:38:00.285Z Compiling peeking_take_while v0.1.2
21302024-04-03T07:38:00.403Z Compiling lazycell v1.3.0
21312024-04-03T07:38:00.413Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21322024-04-03T07:38:01.386Z Compiling derive_builder_core v0.12.0
21332024-04-03T07:38:02.487Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21342024-04-03T07:38:03.130Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21352024-04-03T07:38:03.321Z Compiling headers-core v0.2.0
21362024-04-03T07:38:03.346Z Compiling pem v3.0.2
21372024-04-03T07:38:03.459Z Compiling libxml v0.3.3
21382024-04-03T07:38:03.480Z Compiling async-recursion v1.0.5
21392024-04-03T07:38:03.934Z Compiling platforms v3.0.2
21402024-04-03T07:38:03.938Z Compiling ref-cast v1.0.20
21412024-04-03T07:38:03.938Z Compiling heck v0.5.0
21422024-04-03T07:38:04.303Z Compiling derive_builder_macro v0.12.0
21432024-04-03T07:38:04.314Z Compiling headers v0.3.9
21442024-04-03T07:38:04.443Z Compiling parking_lot v0.11.2
21452024-04-03T07:38:04.923Z Compiling mime_guess v2.0.4
21462024-04-03T07:38:05.057Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21472024-04-03T07:38:06.235Z Compiling trust-dns-client v0.22.0
21482024-04-03T07:38:06.915Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21492024-04-03T07:38:07.200Z Compiling strum_macros v0.24.3
21502024-04-03T07:38:10.593Z Compiling ref-cast-impl v1.0.20
21512024-04-03T07:38:11.631Z Compiling vte_generate_state_changes v0.1.1
21522024-04-03T07:38:11.703Z Compiling cookie v0.18.0
21532024-04-03T07:38:11.979Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21542024-04-03T07:38:12.202Z Compiling buf-list v1.0.3
21552024-04-03T07:38:12.273Z Compiling doc-comment v0.3.3
21562024-04-03T07:38:12.684Z Compiling indoc v1.0.9
21572024-04-03T07:38:12.922Z Compiling vte v0.11.1
21582024-04-03T07:38:13.801Z Compiling trust-dns-server v0.22.1
21592024-04-03T07:38:14.873Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21602024-04-03T07:38:15.396Z Compiling derive_builder v0.12.0
21612024-04-03T07:38:15.629Z Compiling sled v0.34.7
21622024-04-03T07:38:18.672Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21632024-04-03T07:38:21.370Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21642024-04-03T07:38:21.633Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21652024-04-03T07:38:21.985Z Compiling bb8 v0.8.3
21662024-04-03T07:38:22.192Z Compiling polar-core v0.27.0
21672024-04-03T07:38:22.492Z Compiling const_format_proc_macros v0.2.32
21682024-04-03T07:38:22.784Z Compiling quick-xml v0.30.0
21692024-04-03T07:38:24.388Z Compiling pin-project-internal v1.1.3
21702024-04-03T07:38:27.748Z Compiling oso-derive v0.27.0
21712024-04-03T07:38:27.814Z Compiling impl-trait-for-tuples v0.2.2
21722024-04-03T07:38:27.920Z Compiling memoffset v0.7.1
21732024-04-03T07:38:28.219Z Compiling maplit v1.0.2
21742024-04-03T07:38:28.456Z Compiling pin-project v1.1.3
21752024-04-03T07:38:28.580Z Compiling const_format v0.2.32
21762024-04-03T07:38:29.822Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21772024-04-03T07:38:36.446Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21782024-04-03T07:38:37.089Z Compiling curve25519-dalek v4.1.1
21792024-04-03T07:38:39.096Z Compiling strip-ansi-escapes v0.2.0
21802024-04-03T07:38:43.853Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21812024-04-03T07:38:45.346Z Compiling oso v0.27.0
21822024-04-03T07:38:51.378Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
21832024-04-03T07:38:53.976Z Compiling fd-lock v3.0.13
21842024-04-03T07:38:54.195Z Compiling kstat-rs v0.2.3
21852024-04-03T07:38:55.116Z Compiling snafu-derive v0.7.5
21862024-04-03T07:38:56.433Z Compiling fs-err v2.11.0
21872024-04-03T07:38:56.726Z Compiling strum v0.25.0
21882024-04-03T07:38:56.901Z Compiling nu-ansi-term v0.50.0
21892024-04-03T07:38:58.165Z Compiling keccak v0.1.4
21902024-04-03T07:38:59.098Z Compiling sha3 v0.10.8
21912024-04-03T07:39:00.032Z Compiling reedline v0.30.0
21922024-04-03T07:39:00.120Z Compiling snafu v0.7.5
21932024-04-03T07:39:01.741Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21942024-04-03T07:39:02.679Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21952024-04-03T07:39:04.667Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
21962024-04-03T07:39:09.119Z Compiling env_logger v0.9.3
21972024-04-03T07:39:13.874Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21982024-04-03T07:39:17.223Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21992024-04-03T07:39:17.700Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22002024-04-03T07:39:17.814Z Compiling globset v0.4.13
22012024-04-03T07:39:19.266Z Compiling fd-lock v4.0.2
22022024-04-03T07:39:19.495Z Compiling peg-macros v0.8.2
22032024-04-03T07:39:30.090Z Compiling olpc-cjson v0.1.3
22042024-04-03T07:39:30.776Z Compiling universal-hash v0.5.1
22052024-04-03T07:39:30.777Z Compiling nix v0.27.1
22062024-04-03T07:39:30.777Z Compiling secrecy v0.8.0
22072024-04-03T07:39:30.777Z Compiling serde_plain v1.0.2
22082024-04-03T07:39:30.777Z Compiling curve25519-dalek-derive v0.1.0
22092024-04-03T07:39:30.777Z Compiling nanorand v0.7.0
22102024-04-03T07:39:30.777Z Compiling bitstruct_derive v0.1.0
22112024-04-03T07:39:30.777Z Compiling thiserror-impl-no-std v2.0.2
22122024-04-03T07:39:30.777Z Compiling sqlparser_derive v0.2.2
22132024-04-03T07:39:30.777Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22142024-04-03T07:39:30.777Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22152024-04-03T07:39:30.777Z Compiling typed-path v0.7.0
22162024-04-03T07:39:30.777Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22172024-04-03T07:39:30.777Z Compiling opaque-debug v0.3.0
22182024-04-03T07:39:30.777Z Compiling signature v1.6.4
22192024-04-03T07:39:30.777Z Compiling ascii v1.1.0
22202024-04-03T07:39:30.778Z Compiling unicode_categories v0.1.1
22212024-04-03T07:39:30.778Z Compiling salty v0.2.0
22222024-04-03T07:39:30.778Z Compiling sqlformat v0.2.3
22232024-04-03T07:39:30.778Z Compiling thiserror-no-std v2.0.2
22242024-04-03T07:39:30.778Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22252024-04-03T07:39:30.778Z Compiling rustyline v13.0.0
22262024-04-03T07:39:30.778Z Compiling tough v0.16.0
22272024-04-03T07:39:30.778Z Compiling ed25519 v1.5.3
22282024-04-03T07:39:30.778Z Compiling poly1305 v0.8.0
22292024-04-03T07:39:31.998Z Compiling sqlparser v0.43.1
22302024-04-03T07:39:32.695Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22312024-04-03T07:39:32.958Z Compiling bitstruct v0.1.1
22322024-04-03T07:39:35.678Z Compiling flume v0.11.0
22332024-04-03T07:39:36.424Z Compiling peg v0.8.2
22342024-04-03T07:39:36.498Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22352024-04-03T07:39:40.456Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22362024-04-03T07:39:40.611Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22372024-04-03T07:39:46.267Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22382024-04-03T07:39:48.058Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22392024-04-03T07:39:48.382Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22402024-04-03T07:39:48.643Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22412024-04-03T07:39:49.797Z Compiling chacha20 v0.9.1
22422024-04-03T07:39:50.249Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22432024-04-03T07:39:52.487Z Compiling aead v0.5.2
22442024-04-03T07:39:52.607Z Compiling bcs v0.1.6
22452024-04-03T07:39:52.810Z Compiling serde_arrays v0.1.0
22462024-04-03T07:39:52.979Z Compiling erased-serde v0.3.31
22472024-04-03T07:39:53.552Z Compiling serde-big-array v0.5.1
22482024-04-03T07:39:53.791Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22492024-04-03T07:39:54.614Z Compiling highway v1.1.0
22502024-04-03T07:39:54.679Z Compiling parse-size v1.0.0
22512024-04-03T07:39:54.962Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22522024-04-03T07:39:56.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22532024-04-03T07:39:58.312Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22542024-04-03T07:39:58.808Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22552024-04-03T07:40:06.684Z Compiling chacha20poly1305 v0.10.1
22562024-04-03T07:40:06.910Z Compiling vsss-rs v3.3.4
22572024-04-03T07:40:16.186Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22582024-04-03T07:40:16.904Z Compiling signal-hook-tokio v0.3.1
22592024-04-03T07:40:17.091Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22602024-04-03T07:40:19.370Z Compiling castaway v0.2.2
22612024-04-03T07:40:19.556Z Compiling rand_seeder v0.2.3
22622024-04-03T07:40:19.950Z Compiling serde-big-array v0.4.1
22632024-04-03T07:40:20.088Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22642024-04-03T07:40:20.373Z Compiling http-range v0.1.5
22652024-04-03T07:40:20.918Z Compiling hyper-staticfile v0.9.5
22662024-04-03T07:40:22.174Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22672024-04-03T07:40:24.290Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22682024-04-03T07:40:24.294Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22692024-04-03T07:40:24.427Z Compiling compact_str v0.7.1
22702024-04-03T07:40:25.296Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22712024-04-03T07:40:26.024Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22722024-04-03T07:40:33.458Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22732024-04-03T07:40:34.074Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22742024-04-03T07:40:40.858Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22752024-04-03T07:40:42.304Z Compiling zone_cfg_derive v0.1.2
22762024-04-03T07:40:43.677Z Compiling tungstenite v0.21.0
22772024-04-03T07:40:48.651Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22782024-04-03T07:40:48.651Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22792024-04-03T07:40:48.651Z Compiling lru v0.12.1
22802024-04-03T07:40:48.834Z Compiling stability v0.1.1
22812024-04-03T07:40:49.065Z Compiling indoc v2.0.3
22822024-04-03T07:40:49.731Z Compiling cassowary v0.3.0
22832024-04-03T07:40:49.850Z Compiling corncobs v0.1.3
22842024-04-03T07:40:50.176Z Compiling base64 v0.13.1
22852024-04-03T07:40:50.211Z Compiling ratatui v0.26.1
22862024-04-03T07:40:50.959Z Compiling ron v0.7.1
22872024-04-03T07:40:54.017Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22882024-04-03T07:40:54.827Z Compiling tokio-tungstenite v0.21.0
22892024-04-03T07:40:55.392Z Compiling zone v0.1.8
22902024-04-03T07:40:56.662Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22912024-04-03T07:40:59.009Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22922024-04-03T07:40:59.662Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22932024-04-03T07:41:07.787Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22942024-04-03T07:41:20.838Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22952024-04-03T07:41:21.145Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22962024-04-03T07:41:22.096Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22972024-04-03T07:41:24.023Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22982024-04-03T07:41:24.298Z Compiling portpicker v0.1.1
22992024-04-03T07:41:24.858Z Compiling unicode-linebreak v0.1.5
23002024-04-03T07:41:25.391Z Compiling smawk v0.3.1
23012024-04-03T07:41:25.658Z Compiling textwrap v0.16.1
23022024-04-03T07:41:29.578Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
23032024-04-03T07:41:30.458Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23042024-04-03T07:41:32.214Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23052024-04-03T07:41:40.834Z Compiling rcgen v0.12.1
23062024-04-03T07:41:41.622Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23072024-04-03T07:41:42.063Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
23082024-04-03T07:41:44.816Z Compiling atomicwrites v0.4.3
23092024-04-03T07:41:45.349Z Compiling fatfs v0.3.6
23102024-04-03T07:41:45.944Z Compiling rtoolbox v0.0.1
23112024-04-03T07:41:46.544Z Compiling subprocess v0.2.9
23122024-04-03T07:41:46.577Z Compiling assert_matches v1.5.0
23132024-04-03T07:41:46.577Z Compiling is_ci v1.2.0
23142024-04-03T07:41:48.332Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23152024-04-03T07:41:48.567Z Compiling supports-color v3.0.0
23162024-04-03T07:41:49.252Z Compiling rpassword v7.3.1
23172024-04-03T07:41:49.681Z Compiling tui-tree-widget v0.19.0
23182024-04-03T07:41:50.040Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23192024-04-03T07:41:51.509Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23202024-04-03T07:41:51.814Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23212024-04-03T07:41:52.097Z Compiling csv-core v0.1.11
23222024-04-03T07:41:53.239Z Compiling shell-words v1.1.0
23232024-04-03T07:41:53.453Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23242024-04-03T07:41:55.372Z Compiling csv v1.3.0
23252024-04-03T07:41:56.694Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23262024-04-03T07:41:57.527Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23272024-04-03T07:42:08.362Z Compiling multimap v0.10.0
23282024-04-03T07:44:12.489Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23292024-04-03T07:44:35.676Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23302024-04-03T07:44:40.426Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312024-04-03T07:50:43.021Z Finished release [optimized] target(s) in 13m 55s
23322024-04-03T07:52:01.664Z
23332024-04-03T07:52:01.667Zreal 15:15.311239329
23342024-04-03T07:52:01.667Zuser 1:43:42.406201757
23352024-04-03T07:52:01.668Zsys 4:32.496069563
23362024-04-03T07:52:01.668Ztrap 2.355309122
23372024-04-03T07:52:01.668Ztflt 2.151267673
23382024-04-03T07:52:01.668Zdflt 2.969777980
23392024-04-03T07:52:01.668Zkflt 0.017995186
23402024-04-03T07:52:01.668Zlock 6:51:30.812542553
23412024-04-03T07:52:01.668Zslp 4:07:59.963456842
23422024-04-03T07:52:01.668Zlat 2:26.042401197
23432024-04-03T07:52:01.668Zstop 1:01.819104971
23442024-04-03T07:52:01.668Z+ 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/*)
23452024-04-03T07:52:01.668Z+ pfexec mkdir -p /work
23462024-04-03T07:52:01.672Z+ pfexec chown build /work
23472024-04-03T07:52:01.672Z+ 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
23482024-04-03T07:52:11.509ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23492024-04-03T07:52:11.509Za out/mg-ddm-gz.tar 73905K
23502024-04-03T07:52:11.509Za out/omicron-sled-agent.tar 112927K
23512024-04-03T07:52:11.510Za out/oxlog.tar 6114K
23522024-04-03T07:52:11.510Za out/target/test 1K
23532024-04-03T07:52:11.510Za out/npuzone/npuzone 36313K
23542024-04-03T07:52:11.510Za package-manifest.toml 26K
23552024-04-03T07:52:11.510Za smf/sled-agent/non-gimlet/config.toml 4K
23562024-04-03T07:52:11.510Za target/release/omicron-package 39334K
23572024-04-03T07:52:11.510Za tools/create_virtual_hardware.sh 4K
23582024-04-03T07:52:11.510Za tools/virtual_hardware.sh 4K
23592024-04-03T07:52:11.510Za tools/scrimlet/create-softnpu-zone.sh 1K
23602024-04-03T07:52:11.510Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23612024-04-03T07:52:11.510Za tools/scrimlet/softnpu-init.sh 3K
23622024-04-03T07:52:11.510Za tools/scrimlet/softnpu-zone.txt 1K
23632024-04-03T07:52:11.510Za tools/scrimlet/softnpu.toml 1K
23642024-04-03T07:52:11.517Z
23652024-04-03T07:52:11.517Zreal 9.835021172
23662024-04-03T07:52:11.517Zuser 9.501711599
23672024-04-03T07:52:11.517Zsys 0.690542911
23682024-04-03T07:52:11.517Ztrap 0.001962037
23692024-04-03T07:52:11.517Ztflt 0.000000000
23702024-04-03T07:52:11.517Zdflt 0.000000000
23712024-04-03T07:52:11.518Zkflt 0.000000000
23722024-04-03T07:52:11.518Zlock 0.000000000
23732024-04-03T07:52:11.518Zslp 9.246892468
23742024-04-03T07:52:11.518Zlat 0.226057951
23752024-04-03T07:52:11.518Zstop 0.000182164
23762024-04-03T07:52:11.518Z++ pwd
23772024-04-03T07:52:11.518Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23782024-04-03T07:52:11.518Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23792024-04-03T07:52:11.518Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23802024-04-03T07:52:12.334Z Finished release [optimized] target(s) in 0.74s
23812024-04-03T07:52:12.469Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23822024-04-03T07:52:12.498ZLogging to: /work/oxidecomputer/omicron/out/LOG
23832024-04-03T07:52:12.498ZCreated new build target 'host' and set it as active
23842024-04-03T07:52:12.498Z
23852024-04-03T07:52:12.498Zreal 0.842532591
23862024-04-03T07:52:12.498Zuser 0.548215932
23872024-04-03T07:52:12.498Zsys 0.274671501
23882024-04-03T07:52:12.498Ztrap 0.000041017
23892024-04-03T07:52:12.498Ztflt 0.000001059
23902024-04-03T07:52:12.498Zdflt 0.000000000
23912024-04-03T07:52:12.499Zkflt 0.000000000
23922024-04-03T07:52:12.499Zlock 0.023305418
23932024-04-03T07:52:12.499Zslp 0.108946848
23942024-04-03T07:52:12.499Zlat 0.003662181
23952024-04-03T07:52:12.499Zstop 0.000265124
23962024-04-03T07:52:12.499Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23972024-04-03T07:52:13.133Z Finished release [optimized] target(s) in 0.72s
23982024-04-03T07:52:13.152Z Running `target/release/omicron-package -t host package`
23992024-04-03T07:52:13.188ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002024-04-03T07:52:13.986Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24012024-04-03T07:54:39.231Z Finished release [optimized] target(s) in 2m 25s
24022024-04-03T07:55:38.086Z
24032024-04-03T07:55:38.116Zreal 3:25.695073228
24042024-04-03T07:55:38.116Zuser 13:47.298651082
24052024-04-03T07:55:38.116Zsys 36.364346428
24062024-04-03T07:55:38.116Ztrap 0.236205886
24072024-04-03T07:55:38.116Ztflt 0.262640243
24082024-04-03T07:55:38.116Zdflt 10.402534857
24092024-04-03T07:55:38.116Zkflt 0.799493307
24102024-04-03T07:55:38.117Zlock 1:32:16.778024159
24112024-04-03T07:55:38.117Zslp 12:46.148504459
24122024-04-03T07:55:38.117Zlat 6.956257049
24132024-04-03T07:55:38.117Zstop 2.287940810
24142024-04-03T07:55:38.117Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24152024-04-03T07:55:38.117Z+ for package in "$@"
24162024-04-03T07:55:38.117Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24172024-04-03T07:55:38.117Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gite33f57601f4
24182024-04-03T07:55:38.883Z Finished release [optimized] target(s) in 0.74s
24192024-04-03T07:55:38.916Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gite33f57601f4`
24202024-04-03T07:55:38.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212024-04-03T07:55:39.131ZCreated: out/versioned/omicron-sled-agent.tar
24222024-04-03T07:55:39.142Z+ for package in "$@"
24232024-04-03T07:55:39.142Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24242024-04-03T07:55:39.142Z+ echo 0.0.0
24252024-04-03T07:55:39.142Z+ tar rvf out/mg-ddm-gz.tar VERSION
24262024-04-03T07:55:39.142Za VERSION 1K
24272024-04-03T07:55:39.142Z+ rm VERSION
24282024-04-03T07:55:39.142Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4
24292024-04-03T07:55:39.910Z Finished release [optimized] target(s) in 0.73s
24302024-04-03T07:55:39.931Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4`
24312024-04-03T07:55:39.963ZLogging to: /work/oxidecomputer/omicron/out/LOG
24322024-04-03T07:55:40.111ZCreated: out/versioned/mg-ddm-gz.tar
24332024-04-03T07:55:40.148Z+ for package in "$@"
24342024-04-03T07:55:40.148Z+ [[ propolis-server == mg-ddm-gz ]]
24352024-04-03T07:55:40.148Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gite33f57601f4
24362024-04-03T07:55:40.923Z Finished release [optimized] target(s) in 0.77s
24372024-04-03T07:55:40.947Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gite33f57601f4`
24382024-04-03T07:55:40.978ZLogging to: /work/oxidecomputer/omicron/out/LOG
24392024-04-03T07:55:42.091ZCreated: out/versioned/propolis-server.tar.gz
24402024-04-03T07:55:42.193Z+ for package in "$@"
24412024-04-03T07:55:42.193Z+ [[ overlay == mg-ddm-gz ]]
24422024-04-03T07:55:42.193Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gite33f57601f4
24432024-04-03T07:55:42.789Z Finished release [optimized] target(s) in 0.72s
24442024-04-03T07:55:42.895Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gite33f57601f4`
24452024-04-03T07:55:42.895ZLogging to: /work/oxidecomputer/omicron/out/LOG
24462024-04-03T07:55:42.895ZCreated: out/versioned/overlay.tar.gz
24472024-04-03T07:55:42.895Z+ for package in "$@"
24482024-04-03T07:55:42.895Z+ [[ oxlog == mg-ddm-gz ]]
24492024-04-03T07:55:42.895Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gite33f57601f4
24502024-04-03T07:55:43.862Z Finished release [optimized] target(s) in 0.72s
24512024-04-03T07:55:43.981Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gite33f57601f4`
24522024-04-03T07:55:43.982ZLogging to: /work/oxidecomputer/omicron/out/LOG
24532024-04-03T07:55:43.982ZCreated: out/versioned/oxlog.tar
24542024-04-03T07:55:43.982Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24552024-04-03T07:55:43.982Z+++ dirname -- ./tools/build-global-zone-packages.sh
24562024-04-03T07:55:43.982Z++ cd -- ./tools
24572024-04-03T07:55:43.983Z++ pwd
24582024-04-03T07:55:43.983Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24592024-04-03T07:55:43.983Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24602024-04-03T07:55:43.984Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24612024-04-03T07:55:43.984Z++ readlink -f /work
24622024-04-03T07:55:43.984Z+ out_dir=/work
24632024-04-03T07:55:43.984Z+ 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")
24642024-04-03T07:55:43.985Z+ for dep in "${deps[@]}"
24652024-04-03T07:55:43.985Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24662024-04-03T07:55:43.985Z+ for dep in "${deps[@]}"
24672024-04-03T07:55:43.985Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24682024-04-03T07:55:43.985Z+ for dep in "${deps[@]}"
24692024-04-03T07:55:43.986Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24702024-04-03T07:55:43.986Z+ for dep in "${deps[@]}"
24712024-04-03T07:55:43.986Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24722024-04-03T07:55:43.986Z+ for dep in "${deps[@]}"
24732024-04-03T07:55:43.986Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24742024-04-03T07:55:43.986Z++ mktemp -d
24752024-04-03T07:55:43.987Z+ tmp_gz=/tmp/tmp._qaG3h
24762024-04-03T07:55:43.987Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24772024-04-03T07:55:43.987Z+ echo '{"v":"1","t":"layer"}'
24782024-04-03T07:55:43.987Z+ pkg_dir=/tmp/tmp._qaG3h/root/opt/oxide/sled-agent
24792024-04-03T07:55:43.988Z+ mkdir -p /tmp/tmp._qaG3h/root/opt/oxide/sled-agent
24802024-04-03T07:55:43.988Z+ cd /tmp/tmp._qaG3h/root/opt/oxide/sled-agent
24812024-04-03T07:55:43.988Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24822024-04-03T07:55:44.187Zx ., 0 bytes, 0 tape blocks
24832024-04-03T07:55:44.187Zx zone-bundle, 36111008 bytes, 70530 tape blocks
24842024-04-03T07:55:44.187Zx sled-agent, 79509752 bytes, 155293 tape blocks
24852024-04-03T07:55:44.187Zx pkg, 0 bytes, 0 tape blocks
24862024-04-03T07:55:44.188Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24872024-04-03T07:55:44.188Zx pkg/README.md, 54 bytes, 1 tape blocks
24882024-04-03T07:55:44.188Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24892024-04-03T07:55:44.188Zx VERSION, 25 bytes, 1 tape blocks
24902024-04-03T07:55:44.188Z+ mkdir -p /tmp/tmp._qaG3h/root/lib/svc/manifest/site/
24912024-04-03T07:55:44.188Z+ mv pkg/manifest.xml /tmp/tmp._qaG3h/root/lib/svc/manifest/site/sled-agent.xml
24922024-04-03T07:55:44.188Z+ cd -
24932024-04-03T07:55:44.188Z/work/oxidecomputer/omicron
24942024-04-03T07:55:44.188Z+ pkg_dir=/tmp/tmp._qaG3h/root/opt/oxide/mg-ddm
24952024-04-03T07:55:44.188Z+ mkdir -p /tmp/tmp._qaG3h/root/opt/oxide/mg-ddm
24962024-04-03T07:55:44.188Z+ cd /tmp/tmp._qaG3h/root/opt/oxide/mg-ddm
24972024-04-03T07:55:44.188Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24982024-04-03T07:55:44.188Zx ., 0 bytes, 0 tape blocks
24992024-04-03T07:55:44.189Zx ddmadm, 26051952 bytes, 50883 tape blocks
25002024-04-03T07:55:44.189Zx ddmd, 49611120 bytes, 96897 tape blocks
25012024-04-03T07:55:44.189Zx pkg, 0 bytes, 0 tape blocks
25022024-04-03T07:55:44.189Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
25032024-04-03T07:55:44.189Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25042024-04-03T07:55:44.189Zx pkg/mgd, 0 bytes, 0 tape blocks
25052024-04-03T07:55:44.189Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25062024-04-03T07:55:44.189Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25072024-04-03T07:55:44.189Zx pkg/ddm, 0 bytes, 0 tape blocks
25082024-04-03T07:55:44.189Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25092024-04-03T07:55:44.189Zx VERSION, 25 bytes, 1 tape blocks
25102024-04-03T07:55:44.189Z+ cd -
25112024-04-03T07:55:44.189Z/work/oxidecomputer/omicron
25122024-04-03T07:55:44.189Z+ pkg_dir=/tmp/tmp._qaG3h/root/opt/oxide/oxlog
25132024-04-03T07:55:44.189Z+ mkdir -p /tmp/tmp._qaG3h/root/opt/oxide/oxlog
25142024-04-03T07:55:44.189Z+ cd /tmp/tmp._qaG3h/root/opt/oxide/oxlog
25152024-04-03T07:55:44.189Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25162024-04-03T07:55:44.189Zx ., 0 bytes, 0 tape blocks
25172024-04-03T07:55:44.189Zx oxlog, 6257744 bytes, 12223 tape blocks
25182024-04-03T07:55:44.189Zx VERSION, 25 bytes, 1 tape blocks
25192024-04-03T07:55:44.190Z+ cd -
25202024-04-03T07:55:44.190Z/work/oxidecomputer/omicron
25212024-04-03T07:55:44.190Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp._qaG3h/root/opt/oxide
25222024-04-03T07:55:44.343Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp._qaG3h/root/opt/oxide
25232024-04-03T07:55:44.344Z+ cd /tmp/tmp._qaG3h
25242024-04-03T07:55:44.344Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25252024-04-03T07:56:04.192ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25262024-04-03T07:56:04.512Za oxide.json 1K
25272024-04-03T07:56:04.513Za root/ 0K
25282024-04-03T07:56:04.513Za root/opt/ 0K
25292024-04-03T07:56:04.513Za root/opt/oxide/ 0K
25302024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/ 0K
25312024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/zone-bundle 35265K
25322024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/sled-agent 77647K
25332024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/pkg/ 0K
25342024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25352024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/pkg/README.md 1K
25362024-04-03T07:56:04.513Za root/opt/oxide/sled-agent/VERSION 1K
25372024-04-03T07:56:04.513Za root/opt/oxide/mg-ddm/ 0K
25382024-04-03T07:56:04.513Za root/opt/oxide/mg-ddm/ddmadm 25442K
25392024-04-03T07:56:04.513Za root/opt/oxide/mg-ddm/ddmd 48449K
25402024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/ 0K
25412024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25422024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25432024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25442024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25452024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25462024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25472024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25482024-04-03T07:56:04.514Za root/opt/oxide/mg-ddm/VERSION 1K
25492024-04-03T07:56:04.514Za root/opt/oxide/oxlog/ 0K
25502024-04-03T07:56:04.514Za root/opt/oxide/oxlog/oxlog 6112K
25512024-04-03T07:56:04.514Za root/opt/oxide/oxlog/VERSION 1K
25522024-04-03T07:56:04.514Za root/opt/oxide/propolis-server.tar.gz 62568K
25532024-04-03T07:56:04.514Za root/opt/oxide/overlay.tar.gz 3K
25542024-04-03T07:56:04.514Za root/lib/ 0K
25552024-04-03T07:56:04.514Za root/lib/svc/ 0K
25562024-04-03T07:56:04.514Za root/lib/svc/manifest/ 0K
25572024-04-03T07:56:04.514Za root/lib/svc/manifest/site/ 0K
25582024-04-03T07:56:04.514Za root/lib/svc/manifest/site/sled-agent.xml 3K
25592024-04-03T07:56:04.514Z+ cd /
25602024-04-03T07:56:04.514Z+ rm -rf /tmp/tmp._qaG3h
25612024-04-03T07:56:04.515Z
25622024-04-03T07:56:04.515Zreal 9.021287871
25632024-04-03T07:56:04.515Zuser 8.317642088
25642024-04-03T07:56:04.515Zsys 0.604676508
25652024-04-03T07:56:04.515Ztrap 0.001300745
25662024-04-03T07:56:04.515Ztflt 0.000000000
25672024-04-03T07:56:04.515Zdflt 0.000000000
25682024-04-03T07:56:04.515Zkflt 0.000000000
25692024-04-03T07:56:04.515Zlock 0.000000000
25702024-04-03T07:56:04.515Zslp 17.505413864
25712024-04-03T07:56:04.515Zlat 0.199912318
25722024-04-03T07:56:04.515Zstop 0.000206921
25732024-04-03T07:56:04.515Z+ mkdir -p /work/zones
25742024-04-03T07:56:04.515Z+ 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)
25752024-04-03T07:56:04.515Z+ 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/
25762024-04-03T07:56:04.515Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25772024-04-03T07:56:04.516Z Finished release [optimized] target(s) in 0.78s
25782024-04-03T07:56:04.516Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25792024-04-03T07:56:04.516ZLogging to: /work/oxidecomputer/omicron/out/LOG
25802024-04-03T07:56:04.516ZCreated new build target 'recovery' and set it as active
25812024-04-03T07:56:04.516Z
25822024-04-03T07:56:04.516Zreal 0.891224236
25832024-04-03T07:56:04.516Zuser 0.576730372
25842024-04-03T07:56:04.516Zsys 0.293389016
25852024-04-03T07:56:04.516Ztrap 0.000629374
25862024-04-03T07:56:04.516Ztflt 0.000010087
25872024-04-03T07:56:04.516Zdflt 0.000000000
25882024-04-03T07:56:04.516Zkflt 0.000000000
25892024-04-03T07:56:04.516Zlock 0.024140582
25902024-04-03T07:56:04.517Zslp 0.109660849
25912024-04-03T07:56:04.517Zlat 0.005111278
25922024-04-03T07:56:04.517Zstop 0.000260402
25932024-04-03T07:56:04.517Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25942024-04-03T07:56:04.517Z Finished release [optimized] target(s) in 0.74s
25952024-04-03T07:56:04.517Z Running `target/release/omicron-package -t recovery package`
25962024-04-03T07:56:04.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
25972024-04-03T07:56:04.517Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25982024-04-03T07:56:04.517Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25992024-04-03T07:56:18.965Z Finished release [optimized] target(s) in 21.78s
26002024-04-03T07:56:42.858Z
26012024-04-03T07:56:43.289Zreal 46.548337482
26022024-04-03T07:56:43.289Zuser 1:37.271560689
26032024-04-03T07:56:43.289Zsys 6.694694615
26042024-04-03T07:56:43.289Ztrap 0.061973520
26052024-04-03T07:56:43.290Ztflt 0.023978061
26062024-04-03T07:56:43.290Zdflt 0.313230400
26072024-04-03T07:56:43.290Zkflt 0.008345716
26082024-04-03T07:56:43.290Zlock 13:56.343389439
26092024-04-03T07:56:43.290Zslp 1:46.139746244
26102024-04-03T07:56:43.290Zlat 1.379687815
26112024-04-03T07:56:43.290Zstop 0.555210984
26122024-04-03T07:56:43.291Z+ stamp_packages installinator mg-ddm-gz
26132024-04-03T07:56:43.291Z+ for package in "$@"
26142024-04-03T07:56:43.291Z+ [[ installinator == mg-ddm-gz ]]
26152024-04-03T07:56:43.291Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gite33f57601f4
26162024-04-03T07:56:43.648Z Finished release [optimized] target(s) in 0.74s
26172024-04-03T07:56:43.670Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gite33f57601f4`
26182024-04-03T07:56:43.703ZLogging to: /work/oxidecomputer/omicron/out/LOG
26192024-04-03T07:56:43.765ZCreated: out/versioned/installinator.tar
26202024-04-03T07:56:43.773Z+ for package in "$@"
26212024-04-03T07:56:43.773Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26222024-04-03T07:56:43.773Z+ echo 0.0.0
26232024-04-03T07:56:43.773Z+ tar rvf out/mg-ddm-gz.tar VERSION
26242024-04-03T07:56:43.773Za VERSION 1K
26252024-04-03T07:56:43.773Z+ rm VERSION
26262024-04-03T07:56:43.778Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4
26272024-04-03T07:56:44.550Z Finished release [optimized] target(s) in 0.72s
26282024-04-03T07:56:44.572Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4`
26292024-04-03T07:56:44.592ZLogging to: /work/oxidecomputer/omicron/out/LOG
26302024-04-03T07:56:44.737ZCreated: out/versioned/mg-ddm-gz.tar
26312024-04-03T07:56:44.743Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26322024-04-03T07:56:44.744Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26332024-04-03T07:56:44.744Z++ cd -- ./tools
26342024-04-03T07:56:44.744Z++ pwd
26352024-04-03T07:56:44.744Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26362024-04-03T07:56:44.744Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26372024-04-03T07:56:44.744Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26382024-04-03T07:56:44.744Z++ readlink -f /work
26392024-04-03T07:56:44.744Z+ out_dir=/work
26402024-04-03T07:56:44.744Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26412024-04-03T07:56:44.744Z+ for dep in "${deps[@]}"
26422024-04-03T07:56:44.744Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26432024-04-03T07:56:44.744Z+ for dep in "${deps[@]}"
26442024-04-03T07:56:44.744Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26452024-04-03T07:56:44.744Z++ mktemp -d
26462024-04-03T07:56:44.744Z+ tmp_trampoline=/tmp/tmp.8iai8h
26472024-04-03T07:56:44.744Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26482024-04-03T07:56:44.744Z+ echo '{"v":"1","t":"layer"}'
26492024-04-03T07:56:44.744Z+ pkg_dir=/tmp/tmp.8iai8h/root/opt/oxide/installinator
26502024-04-03T07:56:44.744Z+ mkdir -p /tmp/tmp.8iai8h/root/opt/oxide/installinator
26512024-04-03T07:56:44.744Z+ cd /tmp/tmp.8iai8h/root/opt/oxide/installinator
26522024-04-03T07:56:44.745Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26532024-04-03T07:56:44.773Zx ., 0 bytes, 0 tape blocks
26542024-04-03T07:56:44.773Zx installinator, 47298696 bytes, 92381 tape blocks
26552024-04-03T07:56:44.773Zx pkg, 0 bytes, 0 tape blocks
26562024-04-03T07:56:44.773Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26572024-04-03T07:56:44.773Zx VERSION, 25 bytes, 1 tape blocks
26582024-04-03T07:56:44.784Z+ mkdir -p /tmp/tmp.8iai8h/root/lib/svc/manifest/site/
26592024-04-03T07:56:44.784Z+ mv pkg/manifest.xml /tmp/tmp.8iai8h/root/lib/svc/manifest/site/installinator.xml
26602024-04-03T07:56:44.784Z+ cd -
26612024-04-03T07:56:44.784Z/work/oxidecomputer/omicron
26622024-04-03T07:56:44.784Z+ pkg_dir=/tmp/tmp.8iai8h/root/opt/oxide/mg-ddm
26632024-04-03T07:56:44.784Z+ mkdir -p /tmp/tmp.8iai8h/root/opt/oxide/mg-ddm
26642024-04-03T07:56:44.784Z+ cd /tmp/tmp.8iai8h/root/opt/oxide/mg-ddm
26652024-04-03T07:56:44.784Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26662024-04-03T07:56:44.842Zx ., 0 bytes, 0 tape blocks
26672024-04-03T07:56:44.842Zx ddmadm, 26051952 bytes, 50883 tape blocks
26682024-04-03T07:56:44.842Zx ddmd, 49611120 bytes, 96897 tape blocks
26692024-04-03T07:56:44.842Zx pkg, 0 bytes, 0 tape blocks
26702024-04-03T07:56:44.842Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26712024-04-03T07:56:44.842Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26722024-04-03T07:56:44.842Zx pkg/mgd, 0 bytes, 0 tape blocks
26732024-04-03T07:56:44.842Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26742024-04-03T07:56:44.842Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26752024-04-03T07:56:44.843Zx pkg/ddm, 0 bytes, 0 tape blocks
26762024-04-03T07:56:44.843Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26772024-04-03T07:56:44.843Zx VERSION, 25 bytes, 1 tape blocks
26782024-04-03T07:56:44.853Z+ cd -
26792024-04-03T07:56:44.853Z/work/oxidecomputer/omicron
26802024-04-03T07:56:44.853Z+ cd /tmp/tmp.8iai8h
26812024-04-03T07:56:44.853Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26822024-04-03T07:56:49.271ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26832024-04-03T07:56:49.271Za oxide.json 1K
26842024-04-03T07:56:49.271Za root/ 0K
26852024-04-03T07:56:49.271Za root/opt/ 0K
26862024-04-03T07:56:49.272Za root/opt/oxide/ 0K
26872024-04-03T07:56:49.272Za root/opt/oxide/installinator/ 0K
26882024-04-03T07:56:49.272Za root/opt/oxide/installinator/installinator 46191K
26892024-04-03T07:56:49.272Za root/opt/oxide/installinator/pkg/ 0K
26902024-04-03T07:56:49.272Za root/opt/oxide/installinator/VERSION 1K
26912024-04-03T07:56:49.273Za root/opt/oxide/mg-ddm/ 0K
26922024-04-03T07:56:49.273Za root/opt/oxide/mg-ddm/ddmadm 25442K
26932024-04-03T07:56:49.273Za root/opt/oxide/mg-ddm/ddmd 48449K
26942024-04-03T07:56:49.273Za root/opt/oxide/mg-ddm/pkg/ 0K
26952024-04-03T07:56:49.274Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26962024-04-03T07:56:49.274Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26972024-04-03T07:56:49.274Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26982024-04-03T07:56:49.274Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26992024-04-03T07:56:49.275Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
27002024-04-03T07:56:49.275Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
27012024-04-03T07:56:49.275Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
27022024-04-03T07:56:49.275Za root/opt/oxide/mg-ddm/VERSION 1K
27032024-04-03T07:56:49.275Za root/lib/ 0K
27042024-04-03T07:56:49.276Za root/lib/svc/ 0K
27052024-04-03T07:56:49.276Za root/lib/svc/manifest/ 0K
27062024-04-03T07:56:49.276Za root/lib/svc/manifest/site/ 0K
27072024-04-03T07:56:49.276Za root/lib/svc/manifest/site/installinator.xml 3K
27082024-04-03T07:56:49.303Z+ cd /
27092024-04-03T07:56:49.303Z+ rm -rf /tmp/tmp.8iai8h
27102024-04-03T07:56:49.303Z
27112024-04-03T07:56:49.303Zreal 4.558098138
27122024-04-03T07:56:49.303Zuser 4.309858769
27132024-04-03T07:56:49.303Zsys 0.263207462
27142024-04-03T07:56:49.304Ztrap 0.000987278
27152024-04-03T07:56:49.304Ztflt 0.000000000
27162024-04-03T07:56:49.304Zdflt 0.000000000
27172024-04-03T07:56:49.304Zkflt 0.000000000
27182024-04-03T07:56:49.304Zlock 0.000000000
27192024-04-03T07:56:49.304Zslp 8.858285793
27202024-04-03T07:56:49.304Zlat 0.095999603
27212024-04-03T07:56:49.304Zstop 0.000198395
27222024-04-03T07:56:49.304Zprocess exited: duration 1705311 ms, exit code 0
 
27232024-04-03T07:56:49.337Zfound 22 output files
27242024-04-03T07:56:49.338Zuploading: /work/version.txt (26 bytes)
27252024-04-03T07:56:50.411Zuploaded: /work/version.txt
27262024-04-03T07:56:50.412Zuploading: /work/package.tar.gz (85404763 bytes)
27272024-04-03T07:57:20.655Zuploaded: /work/package.tar.gz
27282024-04-03T07:57:20.655Zuploading: /work/global-zone-packages.tar.gz (125105159 bytes)
27292024-04-03T07:58:02.040Zuploaded: /work/global-zone-packages.tar.gz
27302024-04-03T07:58:02.040Zuploading: /work/trampoline-global-zone-packages.tar.gz (38519882 bytes)
27312024-04-03T07:58:16.102Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27322024-04-03T07:58:16.103Zuploading: /work/zones/clickhouse.tar.gz (231183129 bytes)
27332024-04-03T07:59:47.644Zuploaded: /work/zones/clickhouse.tar.gz
27342024-04-03T07:59:47.645Zuploading: /work/zones/clickhouse_keeper.tar.gz (231170332 bytes)
27352024-04-03T08:01:38.961Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27362024-04-03T08:01:38.961Zuploading: /work/zones/cockroachdb.tar.gz (126676928 bytes)
27372024-04-03T08:02:35.267Zuploaded: /work/zones/cockroachdb.tar.gz
27382024-04-03T08:02:35.268Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25315191 bytes)
27392024-04-03T08:02:48.768Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27402024-04-03T08:02:48.769Zuploading: /work/zones/crucible-zone.tar.gz (37017289 bytes)
27412024-04-03T08:03:07.917Zuploaded: /work/zones/crucible-zone.tar.gz
27422024-04-03T08:03:07.918Zuploading: /work/zones/external-dns.tar.gz (31058455 bytes)
27432024-04-03T08:03:20.946Zuploaded: /work/zones/external-dns.tar.gz
27442024-04-03T08:03:20.946Zuploading: /work/zones/internal-dns.tar.gz (31058086 bytes)
27452024-04-03T08:03:35.588Zuploaded: /work/zones/internal-dns.tar.gz
27462024-04-03T08:03:35.588Zuploading: /work/zones/nexus-single-sled.tar.gz (92057294 bytes)
27472024-04-03T08:04:12.153Zuploaded: /work/zones/nexus-single-sled.tar.gz
27482024-04-03T08:04:12.153Zuploading: /work/zones/nexus.tar.gz (92055969 bytes)
27492024-04-03T08:04:58.141Zuploaded: /work/zones/nexus.tar.gz
27502024-04-03T08:04:58.141Zuploading: /work/zones/ntp.tar.gz (10439672 bytes)
27512024-04-03T08:05:04.933Zuploaded: /work/zones/ntp.tar.gz
27522024-04-03T08:05:04.933Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16575553 bytes)
27532024-04-03T08:05:10.931Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27542024-04-03T08:05:10.931Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16573204 bytes)
27552024-04-03T08:05:22.126Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27562024-04-03T08:05:22.127Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27572024-04-03T08:05:23.590Zuploaded: /work/zones/overlay.tar.gz
27582024-04-03T08:05:23.590Zuploading: /work/zones/oximeter.tar.gz (50198119 bytes)
27592024-04-03T08:05:44.978Zuploaded: /work/zones/oximeter.tar.gz
27602024-04-03T08:05:44.978Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27612024-04-03T08:05:47.062Zuploaded: /work/zones/probe.tar.gz
27622024-04-03T08:05:47.062Zuploading: /work/zones/propolis-server.tar.gz (64067178 bytes)
27632024-04-03T08:06:13.660Zuploaded: /work/zones/propolis-server.tar.gz
27642024-04-03T08:06:13.661Zuploading: /work/zones/switch-asic.tar.gz (292969193 bytes)
27652024-04-03T08:08:10.764Zuploaded: /work/zones/switch-asic.tar.gz
27662024-04-03T08:08:10.765Zuploading: /work/zones/switch-softnpu.tar.gz (214598832 bytes)
27672024-04-03T08:09:45.269Zuploaded: /work/zones/switch-softnpu.tar.gz