01HSXZSY4WXXFFRR1AKSJF5R38: 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: 01HSXZT8ABN3HBRACHYXFZ3GPV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T18:23:17.621Zjob assigned to worker 01HSXZXQ3ZC4F6SQYW1ZRR6EAX (queued for 3 m 47 s)
 
22024-03-26T18:23:25.345Zstarting task 0: "setup"
32024-03-26T18:23:25.441Z++ uname -s
42024-03-26T18:23:25.447Z+ kern=SunOS
52024-03-26T18:23:25.448Z+ case "$kern" in
62024-03-26T18:23:25.448Z+ groupadd -g 12345 build
72024-03-26T18:23:25.533Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T18:23:27.546Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T18:23:28.267Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T18:23:28.277Z+ home_fs=zfs
112024-03-26T18:23:28.278Z+ [[ zfs == autofs ]]
122024-03-26T18:23:28.278Z+ mkdir -p /home/build
132024-03-26T18:23:28.278Z+ chown build:build /home/build /work
142024-03-26T18:23:29.276Z+ chmod 0700 /home/build /work
152024-03-26T18:23:29.292Zprocess exited: duration 3931 ms, exit code 0
 
162024-03-26T18:23:29.316Zstarting task 1: "rust-toolchain"
172024-03-26T18:23:29.731Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T18:23:29.732Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T18:23:29.749Zinfo: downloading installer
202024-03-26T18:23:30.739Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T18:23:30.739Zwarning: /opt/ooce/bin
222024-03-26T18:23:30.740Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T18:23:30.740Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T18:23:30.740Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T18:23:30.740Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T18:23:30.740Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T18:23:30.741Zerror: cannot install while Rust is installed
282024-03-26T18:23:30.741Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T18:23:30.955Zinfo: profile set to 'default'
302024-03-26T18:23:30.955Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T18:23:30.958Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T18:23:31.171Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T18:23:31.171Zinfo: downloading component 'cargo'
342024-03-26T18:23:32.153Zinfo: downloading component 'clippy'
352024-03-26T18:23:32.586Zinfo: downloading component 'rust-docs'
362024-03-26T18:23:33.885Zinfo: downloading component 'rust-std'
372024-03-26T18:23:36.082Zinfo: downloading component 'rustc'
382024-03-26T18:23:40.940Zinfo: downloading component 'rustfmt'
392024-03-26T18:23:41.260Zinfo: installing component 'cargo'
402024-03-26T18:23:42.122Zinfo: installing component 'clippy'
412024-03-26T18:23:42.486Zinfo: installing component 'rust-docs'
422024-03-26T18:23:43.983Zinfo: installing component 'rust-std'
432024-03-26T18:23:45.757Zinfo: installing component 'rustc'
442024-03-26T18:23:49.762Zinfo: installing component 'rustfmt'
452024-03-26T18:23:50.111Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T18:23:50.111Z
472024-03-26T18:23:50.377Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T18:23:50.377Z
492024-03-26T18:23:50.381Z
502024-03-26T18:23:50.381ZRust is installed now. Great!
512024-03-26T18:23:50.381Z
522024-03-26T18:23:50.381ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T18:23:50.381Zenvironment variable. This has not been done automatically.
542024-03-26T18:23:50.381Z
552024-03-26T18:23:50.381ZTo configure your current shell, you need to source
562024-03-26T18:23:50.381Zthe corresponding env file under $HOME/.cargo.
572024-03-26T18:23:50.381Z
582024-03-26T18:23:50.381ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T18:23:50.381Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T18:23:50.381Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T18:23:50.504Z+ rustc --version
622024-03-26T18:23:51.001Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T18:23:51.002Zprocess exited: duration 21250 ms, exit code 0
 
642024-03-26T18:23:51.018Zstarting task 2: "authentication"
652024-03-26T18:23:51.063Zprocess exited: duration 26 ms, exit code 0
 
662024-03-26T18:23:51.076Zstarting task 3: "clone repository"
672024-03-26T18:23:51.079Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T18:23:51.083Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T18:23:51.638ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T18:23:57.719Z+ cd /work/oxidecomputer/omicron
712024-03-26T18:23:57.720Z+ git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130
722024-03-26T18:23:58.023ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T18:23:58.023Z * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD
742024-03-26T18:23:58.044Z+ [[ -n refresh-oximeter-producer-list ]]
752024-03-26T18:23:58.051Z++ git branch --show-current
762024-03-26T18:23:58.051Z+ current=main
772024-03-26T18:23:58.051Z+ [[ main != refresh-oximeter-producer-list ]]
782024-03-26T18:23:58.051Z+ git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130
792024-03-26T18:23:58.051Z+ git checkout -f refresh-oximeter-producer-list
802024-03-26T18:23:58.093ZSwitched to branch 'refresh-oximeter-producer-list'
812024-03-26T18:23:58.103Z+ git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130
822024-03-26T18:23:58.152ZHEAD is now at f784f78d6 clippy
832024-03-26T18:23:58.170Zprocess exited: duration 7066 ms, exit code 0
 
842024-03-26T18:23:58.631Zstarting task 4: "build"
852024-03-26T18:23:59.061Z+ cargo --version
862024-03-26T18:23:59.061Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-26T18:23:59.067Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-26T18:23:59.067Zinfo: downloading component 'cargo'
892024-03-26T18:23:59.435Zinfo: downloading component 'clippy'
902024-03-26T18:23:59.641Zinfo: downloading component 'rust-docs'
912024-03-26T18:24:00.469Zinfo: downloading component 'rust-std'
922024-03-26T18:24:01.864Zinfo: downloading component 'rustc'
932024-03-26T18:24:05.366Zinfo: downloading component 'rustfmt'
942024-03-26T18:24:05.551Zinfo: installing component 'cargo'
952024-03-26T18:24:06.421Zinfo: installing component 'clippy'
962024-03-26T18:24:06.760Zinfo: installing component 'rust-docs'
972024-03-26T18:24:08.226Zinfo: installing component 'rust-std'
982024-03-26T18:24:10.105Zinfo: installing component 'rustc'
992024-03-26T18:24:14.077Zinfo: installing component 'rustfmt'
1002024-03-26T18:24:14.474Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-26T18:24:14.477Z+ rustc --version
1022024-03-26T18:24:14.540Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-26T18:24:14.546Z++ git rev-parse HEAD
1042024-03-26T18:24:14.552Z+ COMMIT=f784f78d67f703e3f8063c5525deed07f6c2c130
1052024-03-26T18:24:14.552Z+ VERSION=7.0.0-0.ci+gitf784f78d67f
1062024-03-26T18:24:14.552Z+ echo 7.0.0-0.ci+gitf784f78d67f
1072024-03-26T18:24:14.552Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-03-26T18:24:25.212Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-03-26T18:24:26.631Z Startup: Caching catalogs ... Done
1102024-03-26T18:24:28.292ZPlanning: Solver setup ... Done (1.286s)
1112024-03-26T18:24:28.317ZPlanning: Running solver ... Done (0.025s)
1122024-03-26T18:24:28.473ZPlanning: Finding local manifests ... Done (0.127s)
1132024-03-26T18:24:28.480ZPlanning: Fetching manifests: 0/4 0% complete
1142024-03-26T18:24:29.156ZPlanning: Fetching manifests: 4/4 100% complete
1152024-03-26T18:24:29.204ZPlanning: Package planning ... Done (0.049s)
1162024-03-26T18:24:29.256ZPlanning: Merging actions ... Done (0.052s)
1172024-03-26T18:24:29.718ZPlanning: Checking for conflicting actions ... Done (0.450s)
1182024-03-26T18:24:29.733ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-03-26T18:24:35.675ZPlanning: Evaluating mediators ... Done (5.952s)
1202024-03-26T18:24:35.686ZPlanning: Planning completed in 8.99 seconds
1212024-03-26T18:24:35.702Z Packages to install: 4
1222024-03-26T18:24:35.702Z Mediators to change: 2
1232024-03-26T18:24:35.707Z Services to change: 1
1242024-03-26T18:24:35.707Z Estimated space available: 155.32 GB
1252024-03-26T18:24:35.707ZEstimated space to be consumed: 1.43 GB
1262024-03-26T18:24:35.708Z Create boot environment: No
1272024-03-26T18:24:35.708ZCreate backup boot environment: No
1282024-03-26T18:24:35.708Z Rebuild boot archive: No
1292024-03-26T18:24:35.708Z
1302024-03-26T18:24:35.708ZChanged mediators:
1312024-03-26T18:24:35.708Z mediator clang:
1322024-03-26T18:24:35.708Z version: None -> 15 (system default)
1332024-03-26T18:24:35.708Z
1342024-03-26T18:24:35.708Z mediator llvm:
1352024-03-26T18:24:35.708Z version: 14 (system default) -> 15 (system default)
1362024-03-26T18:24:35.708Z
1372024-03-26T18:24:35.708ZChanged packages:
1382024-03-26T18:24:35.708Zhelios-dev
1392024-03-26T18:24:35.709Z developer/build-essential
1402024-03-26T18:24:35.709Z None -> 11-2.0
1412024-03-26T18:24:35.709Z library/libxmlsec1
1422024-03-26T18:24:35.709Z None -> 1.2.35-2.0
1432024-03-26T18:24:35.709Z ooce/developer/clang-15
1442024-03-26T18:24:35.709Z None -> 15.0.7-2.0
1452024-03-26T18:24:35.709Z ooce/developer/llvm-15
1462024-03-26T18:24:35.709Z None -> 15.0.7-2.0
1472024-03-26T18:24:35.709Z
1482024-03-26T18:24:35.709ZServices:
1492024-03-26T18:24:35.709Z restart_fmri:
1502024-03-26T18:24:35.709Z svc:/system/update-man-index:default
1512024-03-26T18:24:35.786Z
1522024-03-26T18:24:35.786ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-03-26T18:24:40.781ZDownload: 1093/3290 items 19.8/212.6MB 9% complete (4.0M/s)
1542024-03-26T18:24:45.785ZDownload: 1789/3290 items 118.3/212.6MB 55% complete (12.0M/s)
1552024-03-26T18:24:50.798ZDownload: 2331/3290 items 119.6/212.6MB 56% complete (10.0M/s)
1562024-03-26T18:24:55.791ZDownload: 2822/3290 items 121.1/212.6MB 56% complete (310k/s)
1572024-03-26T18:25:00.816ZDownload: 3239/3290 items 180.7/212.6MB 84% complete (6.0M/s)
1582024-03-26T18:25:05.824ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.2M/s)
1592024-03-26T18:25:12.721ZDownload: 3287/3290 items 210.9/212.6MB 99% complete (7.6M/s)
1602024-03-26T18:25:31.911ZDownload: 3288/3290 items 210.9/212.6MB 99% complete
1612024-03-26T18:25:31.954ZDownload: Completed 212.60 MB in 56.17 seconds (3.8M/s)
1622024-03-26T18:25:32.115Z Actions: 1/3689 actions (Installing new actions)
1632024-03-26T18:25:37.125Z Actions: 3567/3689 actions (Installing new actions)
1642024-03-26T18:25:37.176Z Actions: Completed 3689 actions in 5.06 seconds.
1652024-03-26T18:25:37.282Z Done (0.100s)
1662024-03-26T18:25:37.282Z Done (0.000s)
1672024-03-26T18:25:37.528Z Done (0.246s)
1682024-03-26T18:25:42.679Z Done (5.014s)
1692024-03-26T18:25:42.835Z Done (0.082s)
1702024-03-26T18:25:42.838Z Done (0.000s)
1712024-03-26T18:25:43.033Z Done (0.000s)
1722024-03-26T18:25:43.551ZPlanning: Evaluating mediator changes ... Done
1732024-03-26T18:25:43.709ZPlanning: Checking for conflicting actions ... Done
1742024-03-26T18:25:43.713ZPlanning: Consolidating action changes ... Done
1752024-03-26T18:25:43.992ZPlanning: Evaluating mediators ... Done
1762024-03-26T18:25:44.010ZPlanning: Planning completed in 0.43 seconds
1772024-03-26T18:25:44.019Z Mediators to change: 2
1782024-03-26T18:25:44.020Z Create boot environment: No
1792024-03-26T18:25:44.020ZCreate backup boot environment: No
1802024-03-26T18:25:44.091Z Done
1812024-03-26T18:25:44.092Z Done
1822024-03-26T18:25:44.237Z Done
1832024-03-26T18:25:47.959Z Done
1842024-03-26T18:25:48.055Z Done
1852024-03-26T18:25:48.072Z Done
1862024-03-26T18:25:48.167Z Done
1872024-03-26T18:25:48.813ZPlanning: Evaluating mediator changes ... Done
1882024-03-26T18:25:48.816ZPlanning: Merging actions ... Done
1892024-03-26T18:25:49.005ZPlanning: Checking for conflicting actions ... Done
1902024-03-26T18:25:49.009ZPlanning: Consolidating action changes ... Done
1912024-03-26T18:25:49.276ZPlanning: Evaluating mediators ... Done
1922024-03-26T18:25:49.330ZPlanning: Planning completed in 0.79 seconds
1932024-03-26T18:25:49.365Z Packages to change: 1
1942024-03-26T18:25:49.369Z Mediators to change: 1
1952024-03-26T18:25:49.369Z Services to change: 1
1962024-03-26T18:25:49.369Z Create boot environment: No
1972024-03-26T18:25:49.369ZCreate backup boot environment: Yes
1982024-03-26T18:25:51.300Z Actions: 1/6 actions (Updating modified actions)
1992024-03-26T18:25:51.304Z Actions: Completed 6 actions in 0.00 seconds.
2002024-03-26T18:25:51.304Z Done
2012024-03-26T18:25:51.304Z Done
2022024-03-26T18:25:51.356Z Done
2032024-03-26T18:25:54.994Z Done
2042024-03-26T18:25:55.094Z Done
2052024-03-26T18:25:55.100Z Done
2062024-03-26T18:25:55.197Z Done
2072024-03-26T18:25:56.170ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-03-26T18:25:56.170Zclang system 15 system
2092024-03-26T18:25:56.170Zcsh system system illumos
2102024-03-26T18:25:56.170Zctags system system illumos
2112024-03-26T18:25:56.170Zgcc vendor 12 vendor
2122024-03-26T18:25:56.170Zgcc system 10 system
2132024-03-26T18:25:56.171Zgcc system 7 system
2142024-03-26T18:25:56.171Zgo system 1.20 system
2152024-03-26T18:25:56.171Zgo system 1.19 system
2162024-03-26T18:25:56.171Zllvm system 15 system
2172024-03-26T18:25:56.171Zllvm system 14 system
2182024-03-26T18:25:56.171Zmariadb system 10.6 system
2192024-03-26T18:25:56.171Zmta vendor vendor dma
2202024-03-26T18:25:56.171Zopenjdk system 17 system
2212024-03-26T18:25:56.171Zopenjdk system 11 system
2222024-03-26T18:25:56.171Zopenjdk system 1.8 system
2232024-03-26T18:25:56.171Zopenssl vendor 3 vendor
2242024-03-26T18:25:56.171Zperl system 5.36 system
2252024-03-26T18:25:56.171Zpostgresql system 15 system
2262024-03-26T18:25:56.171Zpostgresql system 13 system
2272024-03-26T18:25:56.171Zpython vendor 3 vendor
2282024-03-26T18:25:56.171Zpython system 2 system
2292024-03-26T18:25:56.171Zpython3 system 3.11 system
2302024-03-26T18:25:56.171Zruby system 3.0 system
2312024-03-26T18:25:56.171Zwords vendor vendor american-english
2322024-03-26T18:25:56.171Zwords system system australian-english
2332024-03-26T18:25:56.171Zwords system system british-english
2342024-03-26T18:25:56.172Zwords system system canadian-english
2352024-03-26T18:25:56.172Zwords system system french
2362024-03-26T18:25:56.172Zwords system system italian
2372024-03-26T18:25:56.172Zwords system system ngerman
2382024-03-26T18:25:56.172Zwords system system ogerman
2392024-03-26T18:25:56.172Zwords system system spanish
2402024-03-26T18:25:56.175ZPUBLISHER TYPE STATUS P LOCATION
2412024-03-26T18:25:56.175Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-03-26T18:25:57.185ZFMRI IFO
2432024-03-26T18:25:57.186Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-03-26T18:25:57.186Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-03-26T18:25:57.186Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-03-26T18:25:57.186Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-03-26T18:25:57.186Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-03-26T18:25:57.186Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-03-26T18:25:57.186Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-03-26T18:25:57.186Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-03-26T18:25:57.186Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-03-26T18:25:57.186Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-03-26T18:25:57.187Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-03-26T18:25:57.187Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-03-26T18:25:57.442Z+ set -o errexit
2562024-03-26T18:25:57.466Z+++ dirname ./tools/ci_download_cockroachdb
2572024-03-26T18:25:57.466Z++ cd ./tools
2582024-03-26T18:25:57.467Z++ pwd
2592024-03-26T18:25:57.467Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602024-03-26T18:25:57.467Z++ basename ./tools/ci_download_cockroachdb
2612024-03-26T18:25:57.467Z+ ARG0=ci_download_cockroachdb
2622024-03-26T18:25:57.468Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632024-03-26T18:25:57.468Z+ CIDL_VERSION=v22.1.9
2642024-03-26T18:25:57.468Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652024-03-26T18:25:57.468Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2662024-03-26T18:25:57.468Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2672024-03-26T18:25:57.469Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-03-26T18:25:57.469Z+ TARGET_DIR=out
2692024-03-26T18:25:57.469Z+ DOWNLOAD_DIR=out/downloads
2702024-03-26T18:25:57.469Z+ DEST_DIR=./out/cockroachdb
2712024-03-26T18:25:57.470Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722024-03-26T18:25:57.470Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732024-03-26T18:25:57.470Z+ main
2742024-03-26T18:25:57.470Z+ [[ 0 != 0 ]]
2752024-03-26T18:25:57.470Z+ CIDL_OS=solaris2.11
2762024-03-26T18:25:57.471Z+ [[ 0 != 0 ]]
2772024-03-26T18:25:57.471Z+ configure_os solaris2.11
2782024-03-26T18:25:57.471Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792024-03-26T18:25:57.471Zcurrent directory: /work/oxidecomputer/omicron
2802024-03-26T18:25:57.471Z+ echo 'configuring based on OS: "solaris2.11"'
2812024-03-26T18:25:57.471Z+ case "$1" in
2822024-03-26T18:25:57.472Z+ CIDL_BUILD=illumos
2832024-03-26T18:25:57.472Z+ CIDL_SUFFIX=tar.gz
2842024-03-26T18:25:57.472Zconfiguring based on OS: "solaris2.11"
2852024-03-26T18:25:57.472Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-03-26T18:25:57.472Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-03-26T18:25:57.472Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-03-26T18:25:57.472Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-03-26T18:25:57.472Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-03-26T18:25:57.472Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-03-26T18:25:57.473Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2922024-03-26T18:25:57.473Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-26T18:25:57.473Z+ CIDL_SHA256FUNC=do_sha256sum
2942024-03-26T18:25:57.473Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-03-26T18:25:57.473Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-03-26T18:25:57.473ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-03-26T18:25:57.473Z+ mkdir -p out/downloads
2982024-03-26T18:25:57.473ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-03-26T18:25:57.473Z+ mkdir -p ./out/cockroachdb
3002024-03-26T18:25:57.473Z+ local DO_DOWNLOAD=true
3012024-03-26T18:25:57.474Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022024-03-26T18:25:57.474Z+ '[' true == true ']'
3032024-03-26T18:25:57.474Z+ echo Downloading...
3042024-03-26T18:25:57.474ZDownloading...
3052024-03-26T18:25:57.474Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-03-26T18:25:57.474Z+ 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
3072024-03-26T18:26:06.160Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-03-26T18:26:06.164Z++ sha256sum
3092024-03-26T18:26:06.164Z++ awk '{print $1}'
3102024-03-26T18:26:06.268Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-03-26T18:26:06.268Z+ [[ 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 ]]
3122024-03-26T18:26:06.272Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-03-26T18:26:06.272Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142024-03-26T18:26:08.446Z+ do_assemble_illumos
3152024-03-26T18:26:08.446Z+ rm -r ./out/cockroachdb
3162024-03-26T18:26:08.451Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172024-03-26T18:26:08.893Z+ ./out/cockroachdb/bin/cockroach version
3182024-03-26T18:26:09.065ZBuild Tag: v22.1.9-dirty
3192024-03-26T18:26:09.065ZBuild Time: 2022/10/26 21:17:46
3202024-03-26T18:26:09.065ZDistribution: OSS
3212024-03-26T18:26:09.066ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222024-03-26T18:26:09.066ZGo Version: go1.17.13
3232024-03-26T18:26:09.066ZC Compiler: gcc 10.3.0
3242024-03-26T18:26:09.066ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252024-03-26T18:26:09.066ZBuild Type: release
3262024-03-26T18:26:09.498Z+ set -o errexit
3272024-03-26T18:26:09.505Z+++ dirname ./tools/ci_download_clickhouse
3282024-03-26T18:26:09.505Z++ cd ./tools
3292024-03-26T18:26:09.505Z++ pwd
3302024-03-26T18:26:09.505Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312024-03-26T18:26:09.505Z++ basename ./tools/ci_download_clickhouse
3322024-03-26T18:26:09.505Z+ ARG0=ci_download_clickhouse
3332024-03-26T18:26:09.505Z+ TARGET_DIR=out
3342024-03-26T18:26:09.505Z+ DOWNLOAD_DIR=out/downloads
3352024-03-26T18:26:09.505Z+ DEST_DIR=./out/clickhouse
3362024-03-26T18:26:09.505Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3372024-03-26T18:26:09.505Z+ CIDL_VERSION=v23.8.7.24
3382024-03-26T18:26:09.505Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392024-03-26T18:26:09.505Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3402024-03-26T18:26:09.506Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3412024-03-26T18:26:09.506Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3422024-03-26T18:26:09.506Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432024-03-26T18:26:09.506Z+ main
3442024-03-26T18:26:09.506Z+ [[ 0 != 0 ]]
3452024-03-26T18:26:09.506Z+ CIDL_OS=solaris2.11
3462024-03-26T18:26:09.506Z+ [[ 0 != 0 ]]
3472024-03-26T18:26:09.506Z+ configure_os solaris2.11
3482024-03-26T18:26:09.506Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492024-03-26T18:26:09.506Zcurrent directory: /work/oxidecomputer/omicron
3502024-03-26T18:26:09.506Z+ echo 'configuring based on OS: "solaris2.11"'
3512024-03-26T18:26:09.506Z+ CIDL_DASHREV=
3522024-03-26T18:26:09.506Z+ case "$1" in
3532024-03-26T18:26:09.506Z+ CIDL_PLATFORM=illumos
3542024-03-26T18:26:09.506Zconfiguring based on OS: "solaris2.11"
3552024-03-26T18:26:09.506Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3562024-03-26T18:26:09.507Z+ CIDL_MD5FUNC=do_md5sum
3572024-03-26T18:26:09.507Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3582024-03-26T18:26:09.507Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-26T18:26:09.507Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-03-26T18:26:09.507Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-03-26T18:26:09.507Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-03-26T18:26:09.507Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-03-26T18:26:09.507ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-03-26T18:26:09.507ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-03-26T18:26:09.507Z+ mkdir -p out/downloads
3662024-03-26T18:26:09.507Z+ mkdir -p ./out/clickhouse
3672024-03-26T18:26:09.507Z+ local DO_DOWNLOAD=true
3682024-03-26T18:26:09.507Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3692024-03-26T18:26:09.507Z+ '[' true == true ']'
3702024-03-26T18:26:09.507Z+ echo Downloading...
3712024-03-26T18:26:09.507ZDownloading...
3722024-03-26T18:26:09.508Z+ 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
3732024-03-26T18:26:09.508Z+ 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
3742024-03-26T18:26:10.984Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-03-26T18:26:10.987Z++ md5sum
3762024-03-26T18:26:10.987Z++ awk '{print $1}'
3772024-03-26T18:26:11.208Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3782024-03-26T18:26:11.208Z+ [[ 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 ]]
3792024-03-26T18:26:11.211Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3802024-03-26T18:26:11.211Z+ mkdir -p ./out/clickhouse
3812024-03-26T18:26:11.211Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3822024-03-26T18:26:15.053Z+ [[ solaris2.11 == darwin* ]]
3832024-03-26T18:26:15.054Z+ ./out/clickhouse/clickhouse server --version
3842024-03-26T18:26:15.325ZClickHouse server version 23.8.7.1.
3852024-03-26T18:26:15.346Z+ set -o errexit
3862024-03-26T18:26:15.349Z+++ dirname ./tools/ci_download_console
3872024-03-26T18:26:15.366Z++ cd ./tools
3882024-03-26T18:26:15.366Z++ pwd
3892024-03-26T18:26:15.366Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902024-03-26T18:26:15.366Z++ basename ./tools/ci_download_console
3912024-03-26T18:26:15.366Z+ ARG0=ci_download_console
3922024-03-26T18:26:15.366Z+ TARGET_DIR=out
3932024-03-26T18:26:15.366Z+ DOWNLOAD_DIR=out/downloads
3942024-03-26T18:26:15.366Z+ DEST_DIR=./out/console-assets
3952024-03-26T18:26:15.366Z+ source /work/oxidecomputer/omicron/tools/console_version
3962024-03-26T18:26:15.366Z++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137
3972024-03-26T18:26:15.366Z++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
3982024-03-26T18:26:15.366Z+ URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
3992024-03-26T18:26:15.366Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002024-03-26T18:26:15.366Z+ main
4012024-03-26T18:26:15.366Z+ [[ 0 != 0 ]]
4022024-03-26T18:26:15.366Z+ echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz'
4032024-03-26T18:26:15.366ZURL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4042024-03-26T18:26:15.367Z+ echo 'Local file: out/downloads/console.tar.gz'
4052024-03-26T18:26:15.367ZLocal file: out/downloads/console.tar.gz
4062024-03-26T18:26:15.367Z+ local DO_DOWNLOAD=true
4072024-03-26T18:26:15.367Z+ [[ -f out/downloads/console.tar.gz ]]
4082024-03-26T18:26:15.367Z+ mkdir -p out/downloads
4092024-03-26T18:26:15.367Z+ '[' true == true ']'
4102024-03-26T18:26:15.367Z+ echo Downloading...
4112024-03-26T18:26:15.367ZDownloading...
4122024-03-26T18:26:15.367Z+ do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz
4132024-03-26T18:26:15.367Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz
4142024-03-26T18:26:15.879Z++ do_sha256sum out/downloads/console.tar.gz
4152024-03-26T18:26:15.879Z++ case "$OSTYPE" in
4162024-03-26T18:26:15.885Z++ SHA=sha256sum
4172024-03-26T18:26:15.885Z++ sha256sum
4182024-03-26T18:26:15.885Z++ awk '{print $1}'
4192024-03-26T18:26:15.889Z+ calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada
4202024-03-26T18:26:15.889Z+ [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]]
4212024-03-26T18:26:15.889Z+ rm -rf ./out/console-assets
4222024-03-26T18:26:15.894Z+ mkdir -p ./out/console-assets
4232024-03-26T18:26:15.894Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242024-03-26T18:26:15.894Z+ mkdir -p ./out/console-assets
4252024-03-26T18:26:15.894Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262024-03-26T18:26:15.984Z+ set -o errexit
4272024-03-26T18:26:15.987Z+++ dirname ./tools/ci_download_maghemite_openapi
4282024-03-26T18:26:15.987Z++ cd ./tools
4292024-03-26T18:26:15.987Z++ pwd
4302024-03-26T18:26:15.990Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312024-03-26T18:26:15.990Z++ basename ./tools/ci_download_maghemite_openapi
4322024-03-26T18:26:15.990Z+ ARG0=ci_download_maghemite_openapi
4332024-03-26T18:26:15.991Z+ TARGET_DIR=out
4342024-03-26T18:26:15.991Z+ DOWNLOAD_DIR=out/downloads
4352024-03-26T18:26:15.991Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4362024-03-26T18:26:15.991Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4372024-03-26T18:26:15.991Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4382024-03-26T18:26:15.991Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-03-26T18:26:15.991Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4402024-03-26T18:26:15.991Z+ main
4412024-03-26T18:26:15.991Z+ rm -rf out/downloads/root
4422024-03-26T18:26:15.994Z+ [[ 0 != 0 ]]
4432024-03-26T18:26:15.994Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4442024-03-26T18:26:15.995ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4452024-03-26T18:26:15.995Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4462024-03-26T18:26:15.995ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4472024-03-26T18:26:15.995Z+ local DO_DOWNLOAD=true
4482024-03-26T18:26:15.995Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4492024-03-26T18:26:15.995Z+ mkdir -p out/downloads
4502024-03-26T18:26:15.995Z+ '[' true == true ']'
4512024-03-26T18:26:15.995Z+ echo Downloading...
4522024-03-26T18:26:15.995ZDownloading...
4532024-03-26T18:26:15.995Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-03-26T18:26:15.995Z+ 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
4552024-03-26T18:26:16.094Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4562024-03-26T18:26:16.094Z++ case "$OSTYPE" in
4572024-03-26T18:26:16.098Z++ SHA=sha256sum
4582024-03-26T18:26:16.098Z++ sha256sum
4592024-03-26T18:26:16.098Z++ awk '{print $1}'
4602024-03-26T18:26:16.101Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4612024-03-26T18:26:16.101Z+ [[ 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 ]]
4622024-03-26T18:26:16.101Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4632024-03-26T18:26:16.101Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4642024-03-26T18:26:16.101Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4652024-03-26T18:26:16.101Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4662024-03-26T18:26:16.101Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4672024-03-26T18:26:16.101Z+ main
4682024-03-26T18:26:16.101Z+ rm -rf out/downloads/root
4692024-03-26T18:26:16.101Z+ [[ 0 != 0 ]]
4702024-03-26T18:26:16.105Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4712024-03-26T18:26:16.105ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4722024-03-26T18:26:16.105Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4732024-03-26T18:26:16.105ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4742024-03-26T18:26:16.105Z+ local DO_DOWNLOAD=true
4752024-03-26T18:26:16.105Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4762024-03-26T18:26:16.105Z+ mkdir -p out/downloads
4772024-03-26T18:26:16.105Z+ '[' true == true ']'
4782024-03-26T18:26:16.105Z+ echo Downloading...
4792024-03-26T18:26:16.105ZDownloading...
4802024-03-26T18:26:16.105Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-03-26T18:26:16.105Z+ 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
4822024-03-26T18:26:16.196Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4832024-03-26T18:26:16.204Z++ case "$OSTYPE" in
4842024-03-26T18:26:16.204Z++ SHA=sha256sum
4852024-03-26T18:26:16.205Z++ sha256sum
4862024-03-26T18:26:16.205Z++ awk '{print $1}'
4872024-03-26T18:26:16.216Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4882024-03-26T18:26:16.216Z+ [[ 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 ]]
4892024-03-26T18:26:16.216Z+ set -o errexit
4902024-03-26T18:26:16.224Z+++ dirname ./tools/ci_download_dendrite_openapi
4912024-03-26T18:26:16.224Z++ cd ./tools
4922024-03-26T18:26:16.224Z++ pwd
4932024-03-26T18:26:16.225Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4942024-03-26T18:26:16.225Z++ basename ./tools/ci_download_dendrite_openapi
4952024-03-26T18:26:16.225Z+ ARG0=ci_download_dendrite_openapi
4962024-03-26T18:26:16.225Z+ TARGET_DIR=out
4972024-03-26T18:26:16.225Z+ DOWNLOAD_DIR=out/downloads
4982024-03-26T18:26:16.225Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4992024-03-26T18:26:16.225Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5002024-03-26T18:26:16.225Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5012024-03-26T18:26:16.226Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5022024-03-26T18:26:16.226Z+ LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5032024-03-26T18:26:16.226Z+ main
5042024-03-26T18:26:16.226Z+ [[ 0 != 0 ]]
5052024-03-26T18:26:16.226Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json'
5062024-03-26T18:26:16.226ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5072024-03-26T18:26:16.226Z+ echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json'
5082024-03-26T18:26:16.226ZLocal file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5092024-03-26T18:26:16.227Z+ local DO_DOWNLOAD=true
5102024-03-26T18:26:16.227Z+ [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]]
5112024-03-26T18:26:16.227Z+ mkdir -p out/downloads
5122024-03-26T18:26:16.227Z+ '[' true == true ']'
5132024-03-26T18:26:16.227Z+ echo Downloading...
5142024-03-26T18:26:16.227ZDownloading...
5152024-03-26T18:26:16.227Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5162024-03-26T18:26:16.227Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json
5172024-03-26T18:26:16.349Z++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json
5182024-03-26T18:26:16.349Z++ case "$OSTYPE" in
5192024-03-26T18:26:16.353Z++ SHA=sha256sum
5202024-03-26T18:26:16.353Z++ sha256sum
5212024-03-26T18:26:16.353Z++ awk '{print $1}'
5222024-03-26T18:26:16.359Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5232024-03-26T18:26:16.359Z+ [[ 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 ]]
5242024-03-26T18:26:16.364Z+ set -o errexit
5252024-03-26T18:26:16.367Z+++ dirname ./tools/ci_download_dendrite_stub
5262024-03-26T18:26:16.367Z++ cd ./tools
5272024-03-26T18:26:16.367Z++ pwd
5282024-03-26T18:26:16.367Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-03-26T18:26:16.371Z++ basename ./tools/ci_download_dendrite_stub
5302024-03-26T18:26:16.371Z+ ARG0=ci_download_dendrite_stub
5312024-03-26T18:26:16.371Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5322024-03-26T18:26:16.371Z++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5332024-03-26T18:26:16.371Z++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a
5342024-03-26T18:26:16.371Z++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d
5352024-03-26T18:26:16.371Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5362024-03-26T18:26:16.371Z++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb
5372024-03-26T18:26:16.371Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5382024-03-26T18:26:16.371Z+ TARGET_DIR=out
5392024-03-26T18:26:16.371Z+ DOWNLOAD_DIR=out/downloads
5402024-03-26T18:26:16.371Z+ DEST_DIR=./out/dendrite-stub
5412024-03-26T18:26:16.371Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5422024-03-26T18:26:16.371Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432024-03-26T18:26:16.371Z+ REPO=oxidecomputer/dendrite
5442024-03-26T18:26:16.371Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb
5452024-03-26T18:26:16.372Z+ main
5462024-03-26T18:26:16.372Z+ [[ 0 != 0 ]]
5472024-03-26T18:26:16.372Z+ CIDL_OS=solaris2.11
5482024-03-26T18:26:16.372Z+ [[ 0 != 0 ]]
5492024-03-26T18:26:16.372Z+ configure_os solaris2.11
5502024-03-26T18:26:16.372Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512024-03-26T18:26:16.372Zcurrent directory: /work/oxidecomputer/omicron
5522024-03-26T18:26:16.372Z+ echo 'configuring based on OS: "solaris2.11"'
5532024-03-26T18:26:16.372Zconfiguring based on OS: "solaris2.11"
5542024-03-26T18:26:16.372Z+ case "$1" in
5552024-03-26T18:26:16.372Z+ SET_BINARIES=
5562024-03-26T18:26:16.372Z+ CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5572024-03-26T18:26:16.372Z+ CIDL_SHA256FUNC=do_sha256sum
5582024-03-26T18:26:16.372Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5592024-03-26T18:26:16.372Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5602024-03-26T18:26:16.372Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5612024-03-26T18:26:16.372Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz'
5622024-03-26T18:26:16.372ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5632024-03-26T18:26:16.372Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5642024-03-26T18:26:16.372Z+ mkdir -p out/downloads
5652024-03-26T18:26:16.372ZLocal file: out/downloads/dendrite-stub.tar.gz
5662024-03-26T18:26:16.377Z+ mkdir -p ./out/dendrite-stub
5672024-03-26T18:26:16.377Z+ fetch_and_verify
5682024-03-26T18:26:16.377Z+ local DO_DOWNLOAD=true
5692024-03-26T18:26:16.377Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5702024-03-26T18:26:16.377Z+ '[' true == true ']'
5712024-03-26T18:26:16.377Z+ echo Downloading...
5722024-03-26T18:26:16.378ZDownloading...
5732024-03-26T18:26:16.378Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5742024-03-26T18:26:16.378Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz
5752024-03-26T18:26:27.297Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5762024-03-26T18:26:27.310Z++ sha256sum
5772024-03-26T18:26:27.310Z++ awk '{print $1}'
5782024-03-26T18:26:27.351Z+ calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a
5792024-03-26T18:26:27.351Z+ [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]]
5802024-03-26T18:26:27.352Z+ do_untar out/downloads/dendrite-stub.tar.gz
5812024-03-26T18:26:27.352Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5822024-03-26T18:26:27.919Z+ do_assemble
5832024-03-26T18:26:27.919Z+ rm -r ./out/dendrite-stub
5842024-03-26T18:26:27.928Z+ mkdir ./out/dendrite-stub
5852024-03-26T18:26:27.928Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5862024-03-26T18:26:28.004Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5872024-03-26T18:26:28.417Z+ set -o errexit
5882024-03-26T18:26:28.417Z+++ dirname ./tools/ci_download_maghemite_mgd
5892024-03-26T18:26:28.417Z++ cd ./tools
5902024-03-26T18:26:28.418Z++ pwd
5912024-03-26T18:26:28.418Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5922024-03-26T18:26:28.418Z++ basename ./tools/ci_download_maghemite_mgd
5932024-03-26T18:26:28.418Z+ ARG0=ci_download_maghemite_mgd
5942024-03-26T18:26:28.418Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5952024-03-26T18:26:28.418Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5962024-03-26T18:26:28.418Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5972024-03-26T18:26:28.419Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5982024-03-26T18:26:28.419Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5992024-03-26T18:26:28.419Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6002024-03-26T18:26:28.419Z+ TARGET_DIR=out
6012024-03-26T18:26:28.419Z+ DOWNLOAD_DIR=out/downloads
6022024-03-26T18:26:28.419Z+ DEST_DIR=./out/mgd
6032024-03-26T18:26:28.419Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6042024-03-26T18:26:28.419Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6052024-03-26T18:26:28.419Z+ REPO=oxidecomputer/maghemite
6062024-03-26T18:26:28.420Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6072024-03-26T18:26:28.420Z+ main
6082024-03-26T18:26:28.420Z+ rm -rf out/downloads/root
6092024-03-26T18:26:28.420Z+ [[ 0 != 0 ]]
6102024-03-26T18:26:28.420Z+ CIDL_OS=solaris2.11
6112024-03-26T18:26:28.420Z+ [[ 0 != 0 ]]
6122024-03-26T18:26:28.420Z+ configure_os solaris2.11
6132024-03-26T18:26:28.421Z+ echo 'current directory: /work/oxidecomputer/omicron'
6142024-03-26T18:26:28.421Zcurrent directory: /work/oxidecomputer/omicron
6152024-03-26T18:26:28.421Z+ echo 'configuring based on OS: "solaris2.11"'
6162024-03-26T18:26:28.421Z+ case "$1" in
6172024-03-26T18:26:28.421Zconfiguring based on OS: "solaris2.11"
6182024-03-26T18:26:28.421Z+ SET_BINARIES=
6192024-03-26T18:26:28.421Z+ CIDL_SHA256FUNC=do_sha256sum
6202024-03-26T18:26:28.421Z+ TARBALL_FILENAME=mgd.tar.gz
6212024-03-26T18:26:28.422Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6222024-03-26T18:26:28.422Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6232024-03-26T18:26:28.422Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6242024-03-26T18:26:28.422ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6252024-03-26T18:26:28.422ZLocal file: out/downloads/mgd.tar.gz
6262024-03-26T18:26:28.422Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6272024-03-26T18:26:28.422Z+ mkdir -p out/downloads
6282024-03-26T18:26:28.422Z+ mkdir -p ./out/mgd
6292024-03-26T18:26:28.422Z+ fetch_and_verify
6302024-03-26T18:26:28.423Z+ local DO_DOWNLOAD=true
6312024-03-26T18:26:28.423Z+ [[ -f out/downloads/mgd.tar.gz ]]
6322024-03-26T18:26:28.423Z+ '[' true == true ']'
6332024-03-26T18:26:28.423Z+ echo Downloading...
6342024-03-26T18:26:28.423ZDownloading...
6352024-03-26T18:26:28.423Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6362024-03-26T18:26:28.423Z+ 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
6372024-03-26T18:26:39.318Z++ do_sha256sum out/downloads/mgd.tar.gz
6382024-03-26T18:26:39.321Z++ sha256sum
6392024-03-26T18:26:39.321Z++ awk '{print $1}'
6402024-03-26T18:26:39.343Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6412024-03-26T18:26:39.354Z+ [[ 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 ]]
6422024-03-26T18:26:39.354Z+ do_untar out/downloads/mgd.tar.gz
6432024-03-26T18:26:39.354Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6442024-03-26T18:26:39.938Z+ do_assemble
6452024-03-26T18:26:39.938Z+ rm -r ./out/mgd
6462024-03-26T18:26:39.941Z+ mkdir ./out/mgd
6472024-03-26T18:26:39.945Z+ cp -r out/downloads/root ./out/mgd/root
6482024-03-26T18:26:40.035Z+ set -o errexit
6492024-03-26T18:26:40.061Z+++ dirname ./tools/ci_download_transceiver_control
6502024-03-26T18:26:40.061Z++ cd ./tools
6512024-03-26T18:26:40.061Z++ pwd
6522024-03-26T18:26:40.061Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6532024-03-26T18:26:40.061Z++ basename ./tools/ci_download_transceiver_control
6542024-03-26T18:26:40.061Z+ ARG0=ci_download_transceiver_control
6552024-03-26T18:26:40.062Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6562024-03-26T18:26:40.062Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6572024-03-26T18:26:40.062Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582024-03-26T18:26:40.062Z+ TARGET_DIR=out
6592024-03-26T18:26:40.062Z+ DOWNLOAD_DIR=out/downloads
6602024-03-26T18:26:40.062Z+ DEST_DIR=./out/transceiver-control
6612024-03-26T18:26:40.062Z+ BIN_DIR=/opt/oxide/bin
6622024-03-26T18:26:40.062Z+ BINARY=xcvradm
6632024-03-26T18:26:40.062Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6642024-03-26T18:26:40.062Z+ REPO=oxidecomputer/transceiver-control
6652024-03-26T18:26:40.062Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6662024-03-26T18:26:40.062Z+ main
6672024-03-26T18:26:40.062Z+ [[ 0 != 0 ]]
6682024-03-26T18:26:40.062Z+ CIDL_OS=solaris2.11
6692024-03-26T18:26:40.062Z+ [[ 0 != 0 ]]
6702024-03-26T18:26:40.062Z+ configure_os solaris2.11
6712024-03-26T18:26:40.062Z+ echo 'current directory: /work/oxidecomputer/omicron'
6722024-03-26T18:26:40.062Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-03-26T18:26:40.062Z+ case "$1" in
6742024-03-26T18:26:40.062Zcurrent directory: /work/oxidecomputer/omicron
6752024-03-26T18:26:40.062Z+ SET_BINARIES=
6762024-03-26T18:26:40.063Zconfiguring based on OS: "solaris2.11"
6772024-03-26T18:26:40.063Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782024-03-26T18:26:40.063Z+ CIDL_SHA256FUNC=do_sha256sum
6792024-03-26T18:26:40.063Z+ ARCHIVE_FILENAME=xcvradm.gz
6802024-03-26T18:26:40.063Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-03-26T18:26:40.063Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6822024-03-26T18:26:40.063Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6832024-03-26T18:26:40.063ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6842024-03-26T18:26:40.063Z+ echo 'Local file: out/downloads/xcvradm.gz'
6852024-03-26T18:26:40.063Z+ mkdir -p out/downloads
6862024-03-26T18:26:40.063ZLocal file: out/downloads/xcvradm.gz
6872024-03-26T18:26:40.063Z+ mkdir -p ./out/transceiver-control
6882024-03-26T18:26:40.063Z+ fetch_and_verify
6892024-03-26T18:26:40.063Z+ local DO_DOWNLOAD=true
6902024-03-26T18:26:40.063Z+ [[ -f out/downloads/xcvradm.gz ]]
6912024-03-26T18:26:40.063Z+ '[' true == true ']'
6922024-03-26T18:26:40.063Z+ echo Downloading...
6932024-03-26T18:26:40.063ZDownloading...
6942024-03-26T18:26:40.063Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6952024-03-26T18:26:40.063Z+ 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
6962024-03-26T18:26:41.579Z++ do_sha256sum out/downloads/xcvradm.gz
6972024-03-26T18:26:41.583Z++ sha256sum
6982024-03-26T18:26:41.583Z++ awk '{print $1}'
6992024-03-26T18:26:41.591Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7002024-03-26T18:26:41.596Z+ [[ 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 ]]
7012024-03-26T18:26:41.596Z+ do_unpack out/downloads/xcvradm.gz
7022024-03-26T18:26:41.596Z+ mkdir -p out/downloads/root//opt/oxide/bin
7032024-03-26T18:26:41.596Z+ gzip -dc out/downloads/xcvradm.gz
7042024-03-26T18:26:41.723Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7052024-03-26T18:26:41.732Z+ do_assemble
7062024-03-26T18:26:41.732Z+ rm -r ./out/transceiver-control
7072024-03-26T18:26:41.732Z+ mkdir ./out/transceiver-control
7082024-03-26T18:26:41.732Z+ cp -r out/downloads/root ./out/transceiver-control/root
7092024-03-26T18:26:41.822Z+ set -o errexit
7102024-03-26T18:26:41.830Z+++ dirname ./tools/ci_download_thundermuffin
7112024-03-26T18:26:41.830Z++ cd ./tools
7122024-03-26T18:26:41.830Z++ pwd
7132024-03-26T18:26:41.831Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7142024-03-26T18:26:41.831Z++ basename ./tools/ci_download_thundermuffin
7152024-03-26T18:26:41.839Z+ ARG0=ci_download_thundermuffin
7162024-03-26T18:26:41.839Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7172024-03-26T18:26:41.839Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7182024-03-26T18:26:41.839Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7192024-03-26T18:26:41.839Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7202024-03-26T18:26:41.840Z+ TARGET_DIR=out
7212024-03-26T18:26:41.840Z+ DOWNLOAD_DIR=out/downloads
7222024-03-26T18:26:41.840Z+ DEST_DIR=./out/thundermuffin
7232024-03-26T18:26:41.840Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7242024-03-26T18:26:41.841Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7252024-03-26T18:26:41.841Z+ REPO=oxidecomputer/thundermuffin
7262024-03-26T18:26:41.841Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7272024-03-26T18:26:41.842Z+ main
7282024-03-26T18:26:41.842Z+ rm -rf out/downloads/root
7292024-03-26T18:26:42.256Z+ [[ 0 != 0 ]]
7302024-03-26T18:26:42.256Z+ CIDL_OS=solaris2.11
7312024-03-26T18:26:42.256Z+ [[ 0 != 0 ]]
7322024-03-26T18:26:42.256Z+ configure_os solaris2.11
7332024-03-26T18:26:42.256Z+ echo 'current directory: /work/oxidecomputer/omicron'
7342024-03-26T18:26:42.257Zcurrent directory: /work/oxidecomputer/omicron
7352024-03-26T18:26:42.257Z+ echo 'configuring based on OS: "solaris2.11"'
7362024-03-26T18:26:42.257Z+ case "$1" in
7372024-03-26T18:26:42.257Zconfiguring based on OS: "solaris2.11"
7382024-03-26T18:26:42.257Z+ SET_BINARIES=
7392024-03-26T18:26:42.257Z+ CIDL_SHA256FUNC=do_sha256sum
7402024-03-26T18:26:42.257Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7412024-03-26T18:26:42.257Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7422024-03-26T18:26:42.257Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7432024-03-26T18:26:42.257Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7442024-03-26T18:26:42.257Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7452024-03-26T18:26:42.257ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7462024-03-26T18:26:42.258ZLocal file: out/downloads/thundermuffin.tar.gz
7472024-03-26T18:26:42.258Z+ mkdir -p out/downloads
7482024-03-26T18:26:42.258Z+ mkdir -p ./out/thundermuffin
7492024-03-26T18:26:42.258Z+ fetch_and_verify
7502024-03-26T18:26:42.258Z+ local DO_DOWNLOAD=true
7512024-03-26T18:26:42.258Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7522024-03-26T18:26:42.258Z+ '[' true == true ']'
7532024-03-26T18:26:42.258Z+ echo Downloading...
7542024-03-26T18:26:42.258ZDownloading...
7552024-03-26T18:26:42.258Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7562024-03-26T18:26:42.258Z+ 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
7572024-03-26T18:26:43.058Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7582024-03-26T18:26:43.067Z++ sha256sum
7592024-03-26T18:26:43.067Z++ awk '{print $1}'
7602024-03-26T18:26:43.067Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7612024-03-26T18:26:43.068Z+ [[ 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 ]]
7622024-03-26T18:26:43.068Z+ do_untar out/downloads/thundermuffin.tar.gz
7632024-03-26T18:26:43.068Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7642024-03-26T18:26:43.129Z+ do_assemble
7652024-03-26T18:26:43.129Z+ rm -r ./out/thundermuffin
7662024-03-26T18:26:43.139Z+ mkdir ./out/thundermuffin
7672024-03-26T18:26:43.140Z+ cp -r out/downloads/root ./out/thundermuffin/root
7682024-03-26T18:26:43.144ZAll prerequisites installed successfully
7692024-03-26T18:26:43.145Z
7702024-03-26T18:26:43.145Zreal 2:28.488200868
7712024-03-26T18:26:43.145Zuser 37.512073677
7722024-03-26T18:26:43.145Zsys 7.100021355
7732024-03-26T18:26:43.145Ztrap 0.008884746
7742024-03-26T18:26:43.145Ztflt 0.113186394
7752024-03-26T18:26:43.145Zdflt 0.472901384
7762024-03-26T18:26:43.145Zkflt 0.107867815
7772024-03-26T18:26:43.146Zlock 1.169448333
7782024-03-26T18:26:43.146Zslp 5:04.180432297
7792024-03-26T18:26:43.146Zlat 2.017154575
7802024-03-26T18:26:43.146Zstop 0.152644486
7812024-03-26T18:26:43.146Z+ ptime -m ./tools/ci_download_softnpu_machinery
7822024-03-26T18:26:43.154Zfetching npuzone
7832024-03-26T18:26:43.160ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7842024-03-26T18:26:43.160Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7852024-03-26T18:26:43.161ZGetting hash for npuzone
7862024-03-26T18:26:43.243Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7872024-03-26T18:26:53.233Znpuzone downloaded successfully
7882024-03-26T18:26:53.237Z
7892024-03-26T18:26:53.240Zreal 10.090358465
7902024-03-26T18:26:53.240Zuser 0.353509783
7912024-03-26T18:26:53.240Zsys 0.131314604
7922024-03-26T18:26:53.240Ztrap 0.000029943
7932024-03-26T18:26:53.241Ztflt 0.000000000
7942024-03-26T18:26:53.241Zdflt 0.000000000
7952024-03-26T18:26:53.241Zkflt 0.000000000
7962024-03-26T18:26:53.241Zlock 0.000000000
7972024-03-26T18:26:53.241Zslp 29.661627034
7982024-03-26T18:26:53.241Zlat 0.094913910
7992024-03-26T18:26:53.241Zstop 0.000190005
8002024-03-26T18:26:53.241Z+ export CARGO_INCREMENTAL=0
8012024-03-26T18:26:53.241Z+ CARGO_INCREMENTAL=0
8022024-03-26T18:26:53.241Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
8032024-03-26T18:26:53.450Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8042024-03-26T18:26:53.769Z Updating git repository `https://github.com/oxidecomputer/samael`
8052024-03-26T18:26:54.117Z Updating git repository `https://github.com/oxidecomputer/zone`
8062024-03-26T18:26:54.425Z Updating crates.io index
8072024-03-26T18:26:54.431Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8082024-03-26T18:26:55.239Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8092024-03-26T18:26:55.834Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8102024-03-26T18:26:57.522Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8112024-03-26T18:26:58.044Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122024-03-26T18:26:58.301Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132024-03-26T18:26:59.295Z Updating git repository `https://github.com/oxidecomputer/crucible`
8142024-03-26T18:27:01.654Z Updating git repository `https://github.com/oxidecomputer/opte`
8152024-03-26T18:27:02.789Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8162024-03-26T18:27:03.159Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8172024-03-26T18:27:03.748Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8182024-03-26T18:27:04.101Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8192024-03-26T18:27:04.441Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8202024-03-26T18:27:04.840Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8212024-03-26T18:27:05.148Z Updating git repository `http://github.com/oxidecomputer/tofino`
8222024-03-26T18:27:05.524Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8232024-03-26T18:27:05.867Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8242024-03-26T18:27:06.131Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8252024-03-26T18:27:06.420Z Updating git repository `https://github.com/oxidecomputer/ispf`
8262024-03-26T18:27:06.863Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8272024-03-26T18:27:07.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8282024-03-26T18:27:07.706Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8292024-03-26T18:27:08.108Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8302024-03-26T18:27:08.521Z Updating git repository `https://github.com/jgallagher/nix`
8312024-03-26T18:27:09.623Z Updating git repository `https://github.com/cbiffle/hubpack`
8322024-03-26T18:27:09.972Z Updating git repository `https://github.com/oxidecomputer/typify`
8332024-03-26T18:27:11.763Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342024-03-26T18:27:12.181Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8352024-03-26T18:27:12.459Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362024-03-26T18:27:13.700Z Downloading crates ...
8372024-03-26T18:27:13.809Z Downloaded adler v1.0.2
8382024-03-26T18:27:13.822Z Downloaded ascii-canvas v3.0.0
8392024-03-26T18:27:13.826Z Downloaded arrayvec v0.7.4
8402024-03-26T18:27:13.831Z Downloaded anstyle v1.0.2
8412024-03-26T18:27:13.831Z Downloaded aead v0.5.2
8422024-03-26T18:27:13.842Z Downloaded arrayref v0.3.7
8432024-03-26T18:27:13.842Z Downloaded anyhow v1.0.79
8442024-03-26T18:27:13.846Z Downloaded humantime v2.1.0
8452024-03-26T18:27:13.846Z Downloaded heck v0.3.3
8462024-03-26T18:27:13.846Z Downloaded hex v0.4.3
8472024-03-26T18:27:13.846Z Downloaded bit-set v0.5.3
8482024-03-26T18:27:13.851Z Downloaded ahash v0.8.8
8492024-03-26T18:27:13.851Z Downloaded hubpack_derive v0.1.1
8502024-03-26T18:27:13.855Z Downloaded ident_case v1.0.1
8512024-03-26T18:27:13.855Z Downloaded http-range v0.1.5
8522024-03-26T18:27:13.855Z Downloaded block-buffer v0.10.4
8532024-03-26T18:27:13.855Z Downloaded base16ct v0.2.0
8542024-03-26T18:27:13.861Z Downloaded atomicwrites v0.4.3
8552024-03-26T18:27:13.861Z Downloaded heapless v0.8.0
8562024-03-26T18:27:13.877Z Downloaded ciborium-io v0.2.2
8572024-03-26T18:27:13.877Z Downloaded async-stream-impl v0.3.5
8582024-03-26T18:27:13.877Z Downloaded assert_matches v1.5.0
8592024-03-26T18:27:13.877Z Downloaded heck v0.4.1
8602024-03-26T18:27:13.877Z Downloaded block-padding v0.3.3
8612024-03-26T18:27:13.877Z Downloaded hyper-staticfile v0.9.5
8622024-03-26T18:27:13.877Z Downloaded hyper-tls v0.5.0
8632024-03-26T18:27:13.899Z Downloaded httpdate v1.0.3
8642024-03-26T18:27:13.899Z Downloaded cexpr v0.6.0
8652024-03-26T18:27:13.899Z Downloaded camino-tempfile v1.1.1
8662024-03-26T18:27:13.899Z Downloaded hubpack v0.1.2
8672024-03-26T18:27:13.900Z Downloaded http-body v0.4.5
8682024-03-26T18:27:13.900Z Downloaded iana-time-zone v0.1.57
8692024-03-26T18:27:13.900Z Downloaded highway v1.1.0
8702024-03-26T18:27:13.900Z Downloaded bitfield v0.14.0
8712024-03-26T18:27:13.900Z Downloaded constant_time_eq v0.3.0
8722024-03-26T18:27:13.900Z Downloaded async-recursion v1.0.5
8732024-03-26T18:27:13.901Z Downloaded is_ci v1.2.0
8742024-03-26T18:27:13.917Z Downloaded hostname v0.3.1
8752024-03-26T18:27:13.917Z Downloaded home v0.5.5
8762024-03-26T18:27:13.917Z Downloaded cfg-if v1.0.0
8772024-03-26T18:27:13.917Z Downloaded byteorder v1.5.0
8782024-03-26T18:27:13.918Z Downloaded hyper-rustls v0.24.2
8792024-03-26T18:27:13.918Z Downloaded httparse v1.8.0
8802024-03-26T18:27:13.918Z Downloaded bytecount v0.6.3
8812024-03-26T18:27:13.918Z Downloaded autocfg v1.1.0
8822024-03-26T18:27:13.919Z Downloaded colorchoice v1.0.0
8832024-03-26T18:27:13.919Z Downloaded crucible-workspace-hack v0.1.0
8842024-03-26T18:27:13.919Z Downloaded hmac v0.12.1
8852024-03-26T18:27:13.928Z Downloaded lazy_static v1.4.0
8862024-03-26T18:27:13.928Z Downloaded lalrpop-util v0.19.12
8872024-03-26T18:27:13.928Z Downloaded keccak v0.1.4
8882024-03-26T18:27:13.929Z Downloaded chacha20 v0.9.1
8892024-03-26T18:27:13.929Z Downloaded cipher v0.4.4
8902024-03-26T18:27:13.929Z Downloaded libefi-sys v0.1.0
8912024-03-26T18:27:13.929Z Downloaded instant v0.1.12
8922024-03-26T18:27:13.929Z Downloaded base64ct v1.6.0
8932024-03-26T18:27:13.934Z Downloaded bcs v0.1.6
8942024-03-26T18:27:13.935Z Downloaded bb8 v0.8.3
8952024-03-26T18:27:13.935Z Downloaded new_debug_unreachable v1.0.4
8962024-03-26T18:27:13.935Z Downloaded atomic-waker v1.1.1
8972024-03-26T18:27:13.935Z Downloaded async-stream v0.3.5
8982024-03-26T18:27:13.943Z Downloaded is-terminal v0.4.9
8992024-03-26T18:27:13.944Z Downloaded crunchy v0.2.2
9002024-03-26T18:27:13.944Z Downloaded matches v0.1.10
9012024-03-26T18:27:13.944Z Downloaded match_cfg v0.1.0
9022024-03-26T18:27:13.944Z Downloaded atty v0.2.14
9032024-03-26T18:27:13.944Z Downloaded memoffset v0.7.1
9042024-03-26T18:27:13.951Z Downloaded lazycell v1.3.0
9052024-03-26T18:27:13.951Z Downloaded arc-swap v1.6.0
9062024-03-26T18:27:13.951Z Downloaded swrite v0.1.0
9072024-03-26T18:27:13.951Z Downloaded stability v0.1.1
9082024-03-26T18:27:13.952Z Downloaded sqlparser_derive v0.2.2
9092024-03-26T18:27:13.955Z Downloaded num-conv v0.1.0
9102024-03-26T18:27:13.955Z Downloaded nodrop v0.1.14
9112024-03-26T18:27:13.955Z Downloaded newtype_derive v0.1.6
9122024-03-26T18:27:13.955Z Downloaded semver v0.1.20
9132024-03-26T18:27:13.956Z Downloaded allocator-api2 v0.2.16
9142024-03-26T18:27:13.959Z Downloaded cassowary v0.3.0
9152024-03-26T18:27:13.959Z Downloaded buf-list v1.0.3
9162024-03-26T18:27:13.964Z Downloaded strum v0.25.0
9172024-03-26T18:27:13.964Z Downloaded crypto-common v0.1.6
9182024-03-26T18:27:13.964Z Downloaded ciborium-ll v0.2.2
9192024-03-26T18:27:13.964Z Downloaded lru-cache v0.1.2
9202024-03-26T18:27:13.968Z Downloaded castaway v0.2.2
9212024-03-26T18:27:13.968Z Downloaded libloading v0.7.4
9222024-03-26T18:27:13.971Z Downloaded crc v3.0.1
9232024-03-26T18:27:13.971Z Downloaded corncobs v0.1.3
9242024-03-26T18:27:13.972Z Downloaded bit-vec v0.6.3
9252024-03-26T18:27:13.976Z Downloaded clap_lex v0.7.0
9262024-03-26T18:27:13.976Z Downloaded normalize-line-endings v0.3.0
9272024-03-26T18:27:13.987Z Downloaded tower-service v0.3.2
9282024-03-26T18:27:13.987Z Downloaded convert_case v0.4.0
9292024-03-26T18:27:13.987Z Downloaded bitflags v1.3.2
9302024-03-26T18:27:13.987Z Downloaded array-init v0.0.4
9312024-03-26T18:27:13.987Z Downloaded argon2 v0.5.3
9322024-03-26T18:27:13.987Z Downloaded time-core v0.1.2
9332024-03-26T18:27:13.987Z Downloaded mockall v0.12.0
9342024-03-26T18:27:13.987Z Downloaded linked-hash-map v0.5.6
9352024-03-26T18:27:13.990Z Downloaded macaddr v1.0.1
9362024-03-26T18:27:13.990Z Downloaded linear-map v1.2.0
9372024-03-26T18:27:13.990Z Downloaded kstat-rs v0.2.3
9382024-03-26T18:27:13.994Z Downloaded impl-trait-for-tuples v0.2.2
9392024-03-26T18:27:13.997Z Downloaded mime v0.3.17
9402024-03-26T18:27:13.997Z Downloaded maybe-uninit v2.0.0
9412024-03-26T18:27:14.003Z Downloaded ipnetwork v0.20.0
9422024-03-26T18:27:14.003Z Downloaded memmap v0.7.0
9432024-03-26T18:27:14.006Z Downloaded inout v0.1.3
9442024-03-26T18:27:14.006Z Downloaded resolv-conf v0.7.0
9452024-03-26T18:27:14.006Z Downloaded rustls-pemfile v1.0.3
9462024-03-26T18:27:14.009Z Downloaded rustc_version v0.4.0
9472024-03-26T18:27:14.009Z Downloaded num v0.4.1
9482024-03-26T18:27:14.009Z Downloaded blake2 v0.10.6
9492024-03-26T18:27:14.013Z Downloaded crc-any v2.4.3
9502024-03-26T18:27:14.018Z Downloaded secrecy v0.8.0
9512024-03-26T18:27:14.021Z Downloaded sec1 v0.7.3
9522024-03-26T18:27:14.022Z Downloaded num-iter v0.1.44
9532024-03-26T18:27:14.022Z Downloaded num-integer v0.1.46
9542024-03-26T18:27:14.022Z Downloaded foreign-types-shared v0.1.1
9552024-03-26T18:27:14.025Z Downloaded serde_tokenstream v0.2.0
9562024-03-26T18:27:14.028Z Downloaded endian-type v0.1.2
9572024-03-26T18:27:14.028Z Downloaded http v1.0.0
9582024-03-26T18:27:14.032Z Downloaded spin v0.5.2
9592024-03-26T18:27:14.035Z Downloaded cpufeatures v0.2.12
9602024-03-26T18:27:14.035Z Downloaded static_assertions v1.1.0
9612024-03-26T18:27:14.038Z Downloaded serde_tokenstream v0.1.7
9622024-03-26T18:27:14.044Z Downloaded http v0.2.12
9632024-03-26T18:27:14.047Z Downloaded fxhash v0.2.1
9642024-03-26T18:27:14.047Z Downloaded multer v3.0.0
9652024-03-26T18:27:14.050Z Downloaded precomputed-hash v0.1.1
9662024-03-26T18:27:14.050Z Downloaded untrusted v0.7.1
9672024-03-26T18:27:14.050Z Downloaded cookie v0.17.0
9682024-03-26T18:27:14.053Z Downloaded cobs v0.2.3
9692024-03-26T18:27:14.053Z Downloaded cookie_store v0.20.0
9702024-03-26T18:27:14.058Z Downloaded console v0.15.8
9712024-03-26T18:27:14.060Z Downloaded deranged v0.3.11
9722024-03-26T18:27:14.060Z Downloaded xattr v1.0.1
9732024-03-26T18:27:14.064Z Downloaded which v4.4.0
9742024-03-26T18:27:14.064Z Downloaded memmap2 v0.7.1
9752024-03-26T18:27:14.070Z Downloaded lru v0.12.1
9762024-03-26T18:27:14.071Z Downloaded mime_guess v2.0.4
9772024-03-26T18:27:14.075Z Downloaded md-5 v0.10.5
9782024-03-26T18:27:14.075Z Downloaded unicode-xid v0.2.4
9792024-03-26T18:27:14.075Z Downloaded unicode-width v0.1.11
9802024-03-26T18:27:14.075Z Downloaded nu-ansi-term v0.50.0
9812024-03-26T18:27:14.078Z Downloaded stable_deref_trait v1.2.0
9822024-03-26T18:27:14.079Z Downloaded num-derive v0.4.0
9832024-03-26T18:27:14.082Z Downloaded num-complex v0.4.4
9842024-03-26T18:27:14.082Z Downloaded native-tls v0.2.11
9852024-03-26T18:27:14.085Z Downloaded zeroize v1.7.0
9862024-03-26T18:27:14.086Z Downloaded slog-term v2.9.0
9872024-03-26T18:27:14.089Z Downloaded dyn-clone v1.0.17
9882024-03-26T18:27:14.093Z Downloaded scroll_derive v0.12.0
9892024-03-26T18:27:14.093Z Downloaded ena v0.14.2
9902024-03-26T18:27:14.093Z Downloaded enum-as-inner v0.5.1
9912024-03-26T18:27:14.096Z Downloaded clang-sys v1.6.1
9922024-03-26T18:27:14.100Z Downloaded bitflags v2.4.2
9932024-03-26T18:27:14.102Z Downloaded dof v0.1.5
9942024-03-26T18:27:14.103Z Downloaded tinyvec_macros v0.1.1
9952024-03-26T18:27:14.106Z Downloaded tokio-tungstenite v0.20.1
9962024-03-26T18:27:14.106Z Downloaded digest v0.10.7
9972024-03-26T18:27:14.109Z Downloaded crossbeam-utils v0.8.19
9982024-03-26T18:27:14.112Z Downloaded term v0.7.0
9992024-03-26T18:27:14.115Z Downloaded predicates v3.1.0
10002024-03-26T18:27:14.118Z Downloaded diesel_table_macro_syntax v0.1.0
10012024-03-26T18:27:14.118Z Downloaded nanorand v0.7.0
10022024-03-26T18:27:14.121Z Downloaded crossbeam-epoch v0.9.18
10032024-03-26T18:27:14.124Z Downloaded time-macros v0.2.17
10042024-03-26T18:27:14.130Z Downloaded parse-display-derive v0.9.0
10052024-03-26T18:27:14.130Z Downloaded rand_core v0.6.4
10062024-03-26T18:27:14.135Z Downloaded want v0.3.1
10072024-03-26T18:27:14.135Z Downloaded parse-display v0.9.0
10082024-03-26T18:27:14.135Z Downloaded crc32fast v1.3.2
10092024-03-26T18:27:14.135Z Downloaded der_derive v0.7.2
10102024-03-26T18:27:14.143Z Downloaded bytes v1.5.0
10112024-03-26T18:27:14.143Z Downloaded log v0.4.21
10122024-03-26T18:27:14.151Z Downloaded psl-types v2.0.11
10132024-03-26T18:27:14.151Z Downloaded const-oid v0.9.6
10142024-03-26T18:27:14.151Z Downloaded base64 v0.22.0
10152024-03-26T18:27:14.157Z Downloaded pretty-hex v0.4.1
10162024-03-26T18:27:14.157Z Downloaded pretty-hex v0.2.1
10172024-03-26T18:27:14.157Z Downloaded path-slash v0.1.5
10182024-03-26T18:27:14.157Z Downloaded headers-core v0.2.0
10192024-03-26T18:27:14.157Z Downloaded slog-async v2.8.0
10202024-03-26T18:27:14.164Z Downloaded structmeta v0.3.0
10212024-03-26T18:27:14.164Z Downloaded structmeta-derive v0.3.0
10222024-03-26T18:27:14.164Z Downloaded structmeta-derive v0.2.0
10232024-03-26T18:27:14.164Z Downloaded rustfmt-wrapper v0.2.0
10242024-03-26T18:27:14.165Z Downloaded peeking_take_while v0.1.2
10252024-03-26T18:27:14.165Z Downloaded mockall_derive v0.12.0
10262024-03-26T18:27:14.176Z Downloaded cancel-safe-futures v0.1.5
10272024-03-26T18:27:14.177Z Downloaded compact_str v0.7.1
10282024-03-26T18:27:14.177Z Downloaded funty v2.0.0
10292024-03-26T18:27:14.177Z Downloaded rpassword v7.3.1
10302024-03-26T18:27:14.177Z Downloaded signal-hook-tokio v0.3.1
10312024-03-26T18:27:14.177Z Downloaded cc v1.0.83
10322024-03-26T18:27:14.190Z Downloaded managed v0.8.0
10332024-03-26T18:27:14.190Z Downloaded ipnet v2.9.0
10342024-03-26T18:27:14.190Z Downloaded cookie v0.18.0
10352024-03-26T18:27:14.190Z Downloaded chacha20poly1305 v0.10.1
10362024-03-26T18:27:14.199Z Downloaded termios v0.3.3
10372024-03-26T18:27:14.199Z Downloaded terminal_size v0.3.0
10382024-03-26T18:27:14.199Z Downloaded slab v0.4.9
10392024-03-26T18:27:14.199Z Downloaded universal-hash v0.5.1
10402024-03-26T18:27:14.199Z Downloaded topological-sort v0.2.2
10412024-03-26T18:27:14.199Z Downloaded tempfile v3.10.0
10422024-03-26T18:27:14.199Z Downloaded zeroize_derive v1.4.2
10432024-03-26T18:27:14.199Z Downloaded fallible-iterator v0.2.0
10442024-03-26T18:27:14.199Z Downloaded backtrace v0.3.69
10452024-03-26T18:27:14.211Z Downloaded take_mut v0.2.2
10462024-03-26T18:27:14.211Z Downloaded float-cmp v0.9.0
10472024-03-26T18:27:14.211Z Downloaded pest_derive v2.7.6
10482024-03-26T18:27:14.215Z Downloaded indexmap v1.9.3
10492024-03-26T18:27:14.215Z Downloaded pest_generator v2.7.6
10502024-03-26T18:27:14.215Z Downloaded crypto-bigint v0.5.2
10512024-03-26T18:27:14.218Z Downloaded indicatif v0.17.8
10522024-03-26T18:27:14.221Z Downloaded colored v2.1.0
10532024-03-26T18:27:14.224Z Downloaded clap_derive v4.5.0
10542024-03-26T18:27:14.230Z Downloaded pem v3.0.2
10552024-03-26T18:27:14.230Z Downloaded fixedbitset v0.4.2
10562024-03-26T18:27:14.234Z Downloaded ff v0.13.0
10572024-03-26T18:27:14.234Z Downloaded flagset v0.4.3
10582024-03-26T18:27:14.234Z Downloaded serde_with_macros v3.6.1
10592024-03-26T18:27:14.234Z Downloaded filetime v0.2.23
10602024-03-26T18:27:14.242Z Downloaded either v1.10.0
10612024-03-26T18:27:14.242Z Downloaded env_logger v0.10.0
10622024-03-26T18:27:14.253Z Downloaded camino v1.1.6
10632024-03-26T18:27:14.253Z Downloaded bzip2 v0.4.4
10642024-03-26T18:27:14.253Z Downloaded downcast v0.11.0
10652024-03-26T18:27:14.253Z Downloaded predicates-tree v1.0.9
10662024-03-26T18:27:14.271Z Downloaded num_cpus v1.16.0
10672024-03-26T18:27:14.271Z Downloaded foreign-types-shared v0.3.1
10682024-03-26T18:27:14.271Z Downloaded openssl-probe v0.1.5
10692024-03-26T18:27:14.271Z Downloaded foreign-types-macros v0.2.3
10702024-03-26T18:27:14.271Z Downloaded parse-size v1.0.0
10712024-03-26T18:27:14.271Z Downloaded oso-derive v0.27.0
10722024-03-26T18:27:14.271Z Downloaded equivalent v1.0.1
10732024-03-26T18:27:14.271Z Downloaded serde_derive_internals v0.26.0
10742024-03-26T18:27:14.271Z Downloaded futures v0.3.30
10752024-03-26T18:27:14.280Z Downloaded signature v1.6.4
10762024-03-26T18:27:14.280Z Downloaded signal-hook-registry v1.4.1
10772024-03-26T18:27:14.281Z Downloaded signal-hook-mio v0.2.3
10782024-03-26T18:27:14.281Z Downloaded semver-parser v0.10.2
10792024-03-26T18:27:14.281Z Downloaded semver v0.11.0
10802024-03-26T18:27:14.281Z Downloaded phf_shared v0.10.0
10812024-03-26T18:27:14.281Z Downloaded oso v0.27.0
10822024-03-26T18:27:14.281Z Downloaded unarray v0.1.4
10832024-03-26T18:27:14.281Z Downloaded tar v0.4.40
10842024-03-26T18:27:14.288Z Downloaded termtree v0.4.1
10852024-03-26T18:27:14.288Z Downloaded strsim v0.10.0
10862024-03-26T18:27:14.288Z Downloaded tap v1.0.1
10872024-03-26T18:27:14.288Z Downloaded structmeta v0.2.0
10882024-03-26T18:27:14.288Z Downloaded strsim v0.11.0
10892024-03-26T18:27:14.288Z Downloaded termcolor v1.2.0
10902024-03-26T18:27:14.288Z Downloaded async-trait v0.1.77
10912024-03-26T18:27:14.292Z Downloaded unicase v2.7.0
10922024-03-26T18:27:14.295Z Downloaded tui-tree-widget v0.17.0
10932024-03-26T18:27:14.295Z Downloaded postcard v1.0.8
10942024-03-26T18:27:14.298Z Downloaded zerocopy-derive v0.7.32
10952024-03-26T18:27:14.301Z Downloaded darling_core v0.20.3
10962024-03-26T18:27:14.308Z Downloaded pest_meta v2.7.6
10972024-03-26T18:27:14.316Z Downloaded vte v0.11.1
10982024-03-26T18:27:14.316Z Downloaded rsa v0.9.2
10992024-03-26T18:27:14.326Z Downloaded paste v1.0.14
11002024-03-26T18:27:14.326Z Downloaded version_check v0.9.4
11012024-03-26T18:27:14.327Z Downloaded num_enum v0.5.11
11022024-03-26T18:27:14.739Z Downloaded num-rational v0.4.1
11032024-03-26T18:27:14.739Z Downloaded miniz_oxide v0.7.1
11042024-03-26T18:27:14.739Z Downloaded defmt-macros v0.3.6
11052024-03-26T18:27:14.739Z Downloaded platforms v3.0.2
11062024-03-26T18:27:15.564Z Downloaded curve25519-dalek-derive v0.1.0
11072024-03-26T18:27:15.564Z Downloaded olpc-cjson v0.1.3
11082024-03-26T18:27:15.564Z Downloaded form_urlencoded v1.2.1
11092024-03-26T18:27:15.564Z Downloaded dirs-next v2.0.0
11102024-03-26T18:27:15.564Z Downloaded errno v0.3.8
11112024-03-26T18:27:15.564Z Downloaded usdt-attr-macro v0.5.0
11122024-03-26T18:27:15.564Z Downloaded tracing v0.1.40
11132024-03-26T18:27:15.564Z Downloaded slog v2.7.0
11142024-03-26T18:27:15.564Z Downloaded powerfmt v0.2.0
11152024-03-26T18:27:15.564Z Downloaded predicates-core v1.0.6
11162024-03-26T18:27:15.564Z Downloaded dtrace-parser v0.2.0
11172024-03-26T18:27:15.564Z Downloaded ppv-lite86 v0.2.17
11182024-03-26T18:27:15.564Z Downloaded phf_shared v0.11.2
11192024-03-26T18:27:15.564Z Downloaded phf v0.11.2
11202024-03-26T18:27:15.564Z Downloaded snafu-derive v0.7.5
11212024-03-26T18:27:15.564Z Downloaded uuid v1.7.0
11222024-03-26T18:27:15.564Z Downloaded tokio-rustls v0.24.1
11232024-03-26T18:27:15.564Z Downloaded diesel_derives v2.1.2
11242024-03-26T18:27:15.564Z Downloaded ucd-trie v0.1.6
11252024-03-26T18:27:15.565Z Downloaded typenum v1.16.0
11262024-03-26T18:27:15.565Z Downloaded vec_map v0.8.2
11272024-03-26T18:27:15.565Z Downloaded strsim v0.8.0
11282024-03-26T18:27:15.565Z Downloaded base64 v0.21.7
11292024-03-26T18:27:15.565Z Downloaded tokio-rustls v0.25.0
11302024-03-26T18:27:15.565Z Downloaded num-bigint v0.4.4
11312024-03-26T18:27:15.565Z Downloaded mio v0.8.11
11322024-03-26T18:27:15.565Z Downloaded smf v0.2.2
11332024-03-26T18:27:15.565Z Downloaded slog-scope v4.4.0
11342024-03-26T18:27:15.565Z Downloaded csv-core v0.1.11
11352024-03-26T18:27:15.565Z Downloaded rcgen v0.12.1
11362024-03-26T18:27:15.565Z Downloaded socket2 v0.4.9
11372024-03-26T18:27:15.565Z Downloaded tiny-keccak v2.0.2
11382024-03-26T18:27:15.565Z Downloaded derive_builder_core v0.12.0
11392024-03-26T18:27:15.565Z Downloaded thread_local v1.1.7
11402024-03-26T18:27:15.565Z Downloaded textwrap v0.11.0
11412024-03-26T18:27:15.565Z Downloaded vte_generate_state_changes v0.1.1
11422024-03-26T18:27:15.565Z Downloaded usdt v0.5.0
11432024-03-26T18:27:15.565Z Downloaded usdt v0.3.5
11442024-03-26T18:27:15.565Z Downloaded minimal-lexical v0.2.1
11452024-03-26T18:27:15.565Z Downloaded toml_datetime v0.6.5
11462024-03-26T18:27:15.566Z Downloaded derive_builder_macro v0.12.0
11472024-03-26T18:27:15.566Z Downloaded semver v1.0.22
11482024-03-26T18:27:15.566Z Downloaded data-encoding v2.4.0
11492024-03-26T18:27:15.566Z Downloaded indexmap v2.2.5
11502024-03-26T18:27:15.566Z Downloaded ed25519 v1.5.3
11512024-03-26T18:27:15.566Z Downloaded futures-core v0.3.30
11522024-03-26T18:27:15.566Z Downloaded siphasher v0.3.11
11532024-03-26T18:27:15.566Z Downloaded packed_struct v0.10.1
11542024-03-26T18:27:15.566Z Downloaded unicode-ident v1.0.12
11552024-03-26T18:27:15.566Z Downloaded percent-encoding v2.3.1
11562024-03-26T18:27:15.566Z Downloaded rustversion v1.0.14
11572024-03-26T18:27:15.566Z Downloaded glob v0.3.1
11582024-03-26T18:27:15.566Z Downloaded zip v0.6.6
11592024-03-26T18:27:15.566Z Downloaded strum v0.26.1
11602024-03-26T18:27:15.566Z Downloaded tungstenite v0.20.1
11612024-03-26T18:27:15.566Z Downloaded unsafe-libyaml v0.2.10
11622024-03-26T18:27:15.566Z Downloaded ref-cast v1.0.20
11632024-03-26T18:27:15.566Z Downloaded schemars_derive v0.8.16
11642024-03-26T18:27:15.566Z Downloaded rusty-fork v0.3.0
11652024-03-26T18:27:15.566Z Downloaded num-traits v0.2.18
11662024-03-26T18:27:15.566Z Downloaded smallvec v0.6.14
11672024-03-26T18:27:15.567Z Downloaded serde v1.0.197
11682024-03-26T18:27:15.567Z Downloaded x509-cert v0.2.4
11692024-03-26T18:27:15.567Z Downloaded toolchain_find v0.2.0
11702024-03-26T18:27:15.567Z Downloaded opaque-debug v0.3.0
11712024-03-26T18:27:15.567Z Downloaded structopt-derive v0.4.18
11722024-03-26T18:27:15.567Z Downloaded aho-corasick v1.1.2
11732024-03-26T18:27:15.567Z Downloaded tabwriter v1.4.0
11742024-03-26T18:27:15.567Z Downloaded defmt v0.3.5
11752024-03-26T18:27:15.567Z Downloaded tabled_derive v0.7.0
11762024-03-26T18:27:15.567Z Downloaded strip-ansi-escapes v0.2.0
11772024-03-26T18:27:15.567Z Downloaded wyz v0.5.1
11782024-03-26T18:27:15.567Z Downloaded ron v0.8.1
11792024-03-26T18:27:15.567Z Downloaded futures-executor v0.3.30
11802024-03-26T18:27:15.567Z Downloaded snafu v0.7.5
11812024-03-26T18:27:15.567Z Downloaded sync_wrapper v0.1.2
11822024-03-26T18:27:15.567Z Downloaded fd-lock v4.0.2
11832024-03-26T18:27:15.567Z Downloaded usdt-macro v0.5.0
11842024-03-26T18:27:15.567Z Downloaded dirs-sys-next v0.1.2
11852024-03-26T18:27:15.567Z Downloaded futures-sink v0.3.30
11862024-03-26T18:27:15.567Z Downloaded libxml v0.3.3
11872024-03-26T18:27:15.567Z Downloaded futures-task v0.3.30
11882024-03-26T18:27:15.567Z Downloaded quote v1.0.35
11892024-03-26T18:27:15.568Z Downloaded pin-project-lite v0.2.13
11902024-03-26T18:27:15.568Z Downloaded num_threads v0.1.6
11912024-03-26T18:27:15.568Z Downloaded unicode_categories v0.1.1
11922024-03-26T18:27:15.568Z Downloaded rustls-pki-types v1.3.0
11932024-03-26T18:27:15.568Z Downloaded heapless v0.7.16
11942024-03-26T18:27:15.568Z Downloaded strum_macros v0.24.3
11952024-03-26T18:27:15.568Z Downloaded stringprep v0.1.3
11962024-03-26T18:27:15.568Z Downloaded sqlformat v0.2.3
11972024-03-26T18:27:15.568Z Downloaded string_cache v0.8.7
11982024-03-26T18:27:15.568Z Downloaded smallvec v1.13.1
11992024-03-26T18:27:15.568Z Downloaded rand v0.8.5
12002024-03-26T18:27:15.568Z Downloaded serde-big-array v0.4.1
12012024-03-26T18:27:15.568Z Downloaded signature v2.1.0
12022024-03-26T18:27:15.568Z Downloaded hyper v0.14.28
12032024-03-26T18:27:15.568Z Downloaded debug-ignore v1.0.5
12042024-03-26T18:27:15.568Z Downloaded futures-io v0.3.30
12052024-03-26T18:27:15.568Z Downloaded rayon-core v1.12.1
12062024-03-26T18:27:15.574Z Downloaded defmt-parser v0.3.3
12072024-03-26T18:27:15.574Z Downloaded darling v0.14.4
12082024-03-26T18:27:15.574Z Downloaded derive_more v0.99.17
12092024-03-26T18:27:15.574Z Downloaded fd-lock v3.0.13
12102024-03-26T18:27:15.574Z Downloaded display-error-chain v0.2.0
12112024-03-26T18:27:15.574Z Downloaded thiserror-no-std v2.0.2
12122024-03-26T18:27:15.574Z Downloaded doc-comment v0.3.3
12132024-03-26T18:27:15.574Z Downloaded tokio-macros v2.2.0
12142024-03-26T18:27:15.574Z Downloaded parking_lot_core v0.8.6
12152024-03-26T18:27:15.574Z Downloaded smawk v0.3.1
12162024-03-26T18:27:15.574Z Downloaded rand_seeder v0.2.3
12172024-03-26T18:27:15.575Z Downloaded schemars v0.8.16
12182024-03-26T18:27:15.575Z Downloaded fastrand v2.0.1
12192024-03-26T18:27:15.575Z Downloaded zerocopy v0.3.0
12202024-03-26T18:27:15.575Z Downloaded sha1 v0.10.6
12212024-03-26T18:27:15.575Z Downloaded fs-err v2.11.0
12222024-03-26T18:27:15.575Z Downloaded fragile v2.0.0
12232024-03-26T18:27:15.575Z Downloaded foreign-types v0.3.2
12242024-03-26T18:27:15.575Z Downloaded spki v0.7.2
12252024-03-26T18:27:15.576Z Downloaded tracing-attributes v0.1.27
12262024-03-26T18:27:15.576Z Downloaded subprocess v0.2.9
12272024-03-26T18:27:15.576Z Downloaded darling_macro v0.14.4
12282024-03-26T18:27:15.576Z Downloaded cstr-argument v0.1.2
12292024-03-26T18:27:15.576Z Downloaded openssl-macros v0.1.1
12302024-03-26T18:27:15.576Z Downloaded shlex v1.3.0
12312024-03-26T18:27:15.577Z Downloaded thiserror v1.0.57
12322024-03-26T18:27:15.577Z Downloaded futures-channel v0.3.30
12332024-03-26T18:27:15.577Z Downloaded password-hash v0.5.0
12342024-03-26T18:27:15.577Z Downloaded quick-error v1.2.3
12352024-03-26T18:27:15.577Z Downloaded toml v0.8.10
12362024-03-26T18:27:15.577Z Downloaded yasna v0.5.2
12372024-03-26T18:27:15.577Z Downloaded number_prefix v0.4.0
12382024-03-26T18:27:15.577Z Downloaded uuid v0.8.2
12392024-03-26T18:27:15.578Z Downloaded try-lock v0.2.4
12402024-03-26T18:27:15.578Z Downloaded waitgroup v0.1.2
12412024-03-26T18:27:15.578Z Downloaded toml_edit v0.19.15
12422024-03-26T18:27:15.578Z Downloaded scopeguard v1.2.0
12432024-03-26T18:27:15.578Z Downloaded rtoolbox v0.0.1
12442024-03-26T18:27:15.578Z Downloaded postgres-protocol v0.6.6
12452024-03-26T18:27:15.578Z Downloaded unicode-normalization v0.1.22
12462024-03-26T18:27:15.578Z Downloaded num_enum_derive v0.5.11
12472024-03-26T18:27:15.578Z Downloaded hash32 v0.2.1
12482024-03-26T18:27:15.579Z Downloaded usdt-impl v0.5.0
12492024-03-26T18:27:15.579Z Downloaded slog-envlogger v2.2.0
12502024-03-26T18:27:15.579Z Downloaded foreign-types v0.5.0
12512024-03-26T18:27:15.579Z Downloaded subtle v2.5.0
12522024-03-26T18:27:15.579Z Downloaded scroll v0.12.0
12532024-03-26T18:27:15.579Z Downloaded signal-hook v0.3.17
12542024-03-26T18:27:15.579Z Downloaded serde-big-array v0.5.1
12552024-03-26T18:27:15.579Z Downloaded darling_macro v0.20.3
12562024-03-26T18:27:15.579Z Downloaded dtrace-parser v0.1.14
12572024-03-26T18:27:15.580Z Downloaded parking_lot v0.11.2
12582024-03-26T18:27:15.580Z Downloaded similar v2.4.0
12592024-03-26T18:27:15.580Z Downloaded pkg-config v0.3.27
12602024-03-26T18:27:15.580Z Downloaded usdt-impl v0.3.5
12612024-03-26T18:27:15.580Z Downloaded usdt-macro v0.3.5
12622024-03-26T18:27:15.580Z Downloaded pin-utils v0.1.0
12632024-03-26T18:27:15.580Z Downloaded ryu v1.0.15
12642024-03-26T18:27:15.580Z Downloaded regex-automata v0.1.10
12652024-03-26T18:27:15.580Z Downloaded packed_struct_codegen v0.10.1
12662024-03-26T18:27:15.580Z Downloaded futures-macro v0.3.30
12672024-03-26T18:27:15.581Z Downloaded ref-cast-impl v1.0.20
12682024-03-26T18:27:15.581Z Downloaded r2d2 v0.8.10
12692024-03-26T18:27:15.581Z Downloaded derive-where v1.2.7
12702024-03-26T18:27:15.581Z Downloaded hashbrown v0.14.3
12712024-03-26T18:27:15.581Z Downloaded synstructure v0.12.6
12722024-03-26T18:27:15.581Z Downloaded trust-dns-resolver v0.22.0
12732024-03-26T18:27:15.581Z Downloaded supports-color v3.0.0
12742024-03-26T18:27:15.581Z Downloaded salty v0.2.0
12752024-03-26T18:27:15.581Z Downloaded group v0.13.0
12762024-03-26T18:27:15.582Z Downloaded globset v0.4.13
12772024-03-26T18:27:15.582Z Downloaded thiserror-impl v1.0.57
12782024-03-26T18:27:15.582Z Downloaded walkdir v2.4.0
12792024-03-26T18:27:15.582Z Downloaded slog-json v2.6.1
12802024-03-26T18:27:15.582Z Downloaded rustc_version v0.1.7
12812024-03-26T18:27:15.582Z Downloaded tokio-native-tls v0.3.1
12822024-03-26T18:27:15.582Z Downloaded thiserror-impl-no-std v2.0.2
12832024-03-26T18:27:15.583Z Downloaded rustc-hash v1.1.0
12842024-03-26T18:27:15.583Z Downloaded toml v0.5.11
12852024-03-26T18:27:15.583Z Downloaded proc-macro2 v1.0.78
12862024-03-26T18:27:15.583Z Downloaded darling v0.20.3
12872024-03-26T18:27:15.583Z Downloaded pkcs8 v0.10.2
12882024-03-26T18:27:15.583Z Downloaded fnv v1.0.7
12892024-03-26T18:27:15.583Z Downloaded serde-hex v0.1.0
12902024-03-26T18:27:15.583Z Downloaded whoami v1.5.0
12912024-03-26T18:27:15.583Z Downloaded utf-8 v0.7.6
12922024-03-26T18:27:15.584Z Downloaded proc-macro-error v1.0.4
12932024-03-26T18:27:15.584Z Downloaded spin v0.9.8
12942024-03-26T18:27:15.584Z Downloaded tokio-stream v0.1.14
12952024-03-26T18:27:15.584Z Downloaded pem-rfc7468 v0.7.0
12962024-03-26T18:27:15.584Z Downloaded socket2 v0.5.5
12972024-03-26T18:27:15.584Z Downloaded shell-words v1.1.0
12982024-03-26T18:27:15.584Z Downloaded pkcs1 v0.7.5
12992024-03-26T18:27:15.585Z Downloaded rustc-demangle v0.1.23
13002024-03-26T18:27:15.585Z Downloaded serde_derive v1.0.197
13012024-03-26T18:27:15.585Z Downloaded blake3 v1.5.0
13022024-03-26T18:27:15.585Z Downloaded strum_macros v0.25.2
13032024-03-26T18:27:15.585Z Downloaded slog-stdlog v4.1.1
13042024-03-26T18:27:15.585Z Downloaded dof v0.3.0
13052024-03-26T18:27:15.585Z Downloaded wait-timeout v0.2.0
13062024-03-26T18:27:16.229Z Downloaded utf8parse v0.2.1
13072024-03-26T18:27:16.229Z Downloaded getrandom v0.2.12
13082024-03-26T18:27:16.229Z Downloaded der v0.7.8
13092024-03-26T18:27:16.230Z Downloaded slog-dtrace v0.3.0
13102024-03-26T18:27:16.230Z Downloaded sct v0.7.0
13112024-03-26T18:27:16.230Z Downloaded unicode-linebreak v0.1.5
13122024-03-26T18:27:16.230Z Downloaded sha2 v0.10.8
13132024-03-26T18:27:16.230Z Downloaded embedded-io v0.4.0
13142024-03-26T18:27:16.231Z Downloaded derive_builder v0.12.0
13152024-03-26T18:27:16.231Z Downloaded parking_lot_core v0.9.8
13162024-03-26T18:27:16.231Z Downloaded untrusted v0.9.0
13172024-03-26T18:27:16.231Z Downloaded futures-util v0.3.30
13182024-03-26T18:27:16.231Z Downloaded slog-bunyan v2.5.0
13192024-03-26T18:27:16.231Z Downloaded sqlparser v0.43.1
13202024-03-26T18:27:16.232Z Downloaded diff v0.1.13
13212024-03-26T18:27:16.232Z Downloaded half v2.3.1
13222024-03-26T18:27:16.232Z Downloaded trust-dns-client v0.22.0
13232024-03-26T18:27:16.232Z Downloaded trust-dns-server v0.22.1
13242024-03-26T18:27:16.232Z Downloaded zerocopy v0.6.4
13252024-03-26T18:27:16.233Z Downloaded fatfs v0.3.6
13262024-03-26T18:27:16.233Z Downloaded h2 v0.3.24
13272024-03-26T18:27:16.233Z Downloaded idna v0.5.0
13282024-03-26T18:27:16.233Z Downloaded toml_edit v0.22.6
13292024-03-26T18:27:16.233Z Downloaded url v2.5.0
13302024-03-26T18:27:16.233Z Downloaded rustyline v13.0.0
13312024-03-26T18:27:16.234Z Downloaded pest v2.7.6
13322024-03-26T18:27:16.234Z Downloaded reqwest v0.11.24
13332024-03-26T18:27:16.234Z Downloaded tokio-postgres v0.7.10
13342024-03-26T18:27:16.234Z Downloaded goblin v0.8.0
13352024-03-26T18:27:16.234Z Downloaded rustls-webpki v0.101.7
13362024-03-26T18:27:16.234Z Downloaded rustls-webpki v0.102.1
13372024-03-26T18:27:16.235Z Downloaded reedline v0.30.0
13382024-03-26T18:27:16.235Z Downloaded portable-atomic v1.4.3
13392024-03-26T18:27:16.235Z Downloaded chrono v0.4.34
13402024-03-26T18:27:16.235Z Downloaded tabled v0.15.0
13412024-03-26T18:27:16.235Z Downloaded rayon v1.9.0
13422024-03-26T18:27:16.235Z Downloaded nix v0.27.1
13432024-03-26T18:27:16.236Z Downloaded winnow v0.6.1
13442024-03-26T18:27:16.236Z Downloaded winnow v0.5.15
13452024-03-26T18:27:16.236Z Downloaded vcpkg v0.2.15
13462024-03-26T18:27:16.236Z Downloaded webpki-roots v0.25.2
13472024-03-26T18:27:16.236Z Downloaded syn v2.0.52
13482024-03-26T18:27:16.236Z Downloaded polar-core v0.27.0
13492024-03-26T18:27:16.237Z Downloaded quick-xml v0.30.0
13502024-03-26T18:27:16.237Z Downloaded curve25519-dalek v4.1.1
13512024-03-26T18:27:16.237Z Downloaded proptest v1.4.0
13522024-03-26T18:27:16.237Z Downloaded bstr v0.2.17
13532024-03-26T18:27:16.237Z Downloaded radix_trie v0.2.1
13542024-03-26T18:27:16.237Z Downloaded diesel v2.1.4
13552024-03-26T18:27:16.238Z Downloaded smoltcp v0.9.1
13562024-03-26T18:27:16.238Z Downloaded trust-dns-proto v0.22.0
13572024-03-26T18:27:16.238Z Downloaded syn v1.0.109
13582024-03-26T18:27:16.238Z Downloaded smoltcp v0.11.0
13592024-03-26T18:27:16.238Z Downloaded gimli v0.28.0
13602024-03-26T18:27:16.238Z Downloaded openssl v0.10.60
13612024-03-26T18:27:16.239Z Downloaded rustix v0.38.31
13622024-03-26T18:27:16.239Z Downloaded rustls v0.22.2
13632024-03-26T18:27:16.239Z Downloaded regex-syntax v0.8.2
13642024-03-26T18:27:16.239Z Downloaded regress v0.9.0
13652024-03-26T18:27:16.239Z Downloaded ratatui v0.26.1
13662024-03-26T18:27:16.239Z Downloaded openapiv3 v2.0.0
13672024-03-26T18:27:16.240Z Downloaded zerocopy-derive v0.6.4
13682024-03-26T18:27:16.240Z Downloaded zerocopy-derive v0.2.0
13692024-03-26T18:27:16.240Z Downloaded regex-automata v0.4.5
13702024-03-26T18:27:16.240Z Downloaded bzip2-sys v0.1.11+1.0.8
13712024-03-26T18:27:16.240Z Downloaded sha3 v0.10.8
13722024-03-26T18:27:16.240Z Downloaded libc v0.2.153
13732024-03-26T18:27:16.241Z Downloaded sled v0.34.7
13742024-03-26T18:27:16.241Z Downloaded bstr v1.9.0
13752024-03-26T18:27:16.241Z Downloaded regex v1.10.3
13762024-03-26T18:27:16.241Z Downloaded tokio v1.36.0
13772024-03-26T18:27:16.241Z Downloaded object v0.30.4
13782024-03-26T18:27:16.241Z Downloaded rustls v0.21.9
13792024-03-26T18:27:16.242Z Downloaded regex-syntax v0.6.29
13802024-03-26T18:27:16.242Z Downloaded object v0.32.1
13812024-03-26T18:27:16.242Z Downloaded csv v1.3.0
13822024-03-26T18:27:16.242Z Downloaded idna v0.2.3
13832024-03-26T18:27:16.242Z Downloaded bitvec v1.0.1
13842024-03-26T18:27:16.242Z Downloaded zerocopy v0.7.32
13852024-03-26T18:27:16.243Z Downloaded serde_json v1.0.114
13862024-03-26T18:27:16.243Z Downloaded petgraph v0.6.4
13872024-03-26T18:27:16.243Z Downloaded lalrpop v0.19.12
13882024-03-26T18:27:16.243Z Downloaded encoding_rs v0.8.33
13892024-03-26T18:27:16.251Z Downloaded idna v0.3.0
13902024-03-26T18:27:16.251Z Downloaded bindgen v0.69.2
13912024-03-26T18:27:16.251Z Downloaded textwrap v0.16.1
13922024-03-26T18:27:16.251Z Downloaded papergrid v0.11.0
13932024-03-26T18:27:16.252Z Downloaded darling_core v0.14.4
13942024-03-26T18:27:16.252Z Downloaded clap_builder v4.5.1
13952024-03-26T18:27:16.252Z Downloaded clap v2.34.0
13962024-03-26T18:27:16.252Z Downloaded parking_lot v0.12.1
13972024-03-26T18:27:16.252Z Downloaded omicron-zone-package v0.11.0
13982024-03-26T18:27:16.252Z Downloaded pin-project v1.1.3
13992024-03-26T18:27:16.252Z Downloaded serde_yaml v0.9.25
14002024-03-26T18:27:16.252Z Downloaded toml v0.7.8
14012024-03-26T18:27:16.252Z Downloaded test-strategy v0.3.1
14022024-03-26T18:27:16.253Z Downloaded serde_with v3.6.1
14032024-03-26T18:27:16.253Z Downloaded proc-macro-error-attr v1.0.4
14042024-03-26T18:27:16.253Z Downloaded rustls-pemfile v2.1.1
14052024-03-26T18:27:16.253Z Downloaded postgres-types v0.2.6
14062024-03-26T18:27:16.253Z Downloaded poly1305 v0.8.0
14072024-03-26T18:27:16.253Z Downloaded tracing-core v0.1.32
14082024-03-26T18:27:16.253Z Downloaded hashbrown v0.12.3
14092024-03-26T18:27:16.253Z Downloaded tough v0.16.0
14102024-03-26T18:27:16.254Z Downloaded itertools v0.10.5
14112024-03-26T18:27:16.254Z Downloaded thread-id v4.2.0
14122024-03-26T18:27:16.254Z Downloaded rand_xorshift v0.3.0
14132024-03-26T18:27:16.254Z Downloaded rand_chacha v0.3.1
14142024-03-26T18:27:16.254Z Downloaded radium v0.7.0
14152024-03-26T18:27:16.254Z Downloaded plain v0.2.3
14162024-03-26T18:27:16.254Z Downloaded generic-array v0.14.7
14172024-03-26T18:27:16.254Z Downloaded proc-macro-crate v1.3.1
14182024-03-26T18:27:16.255Z Downloaded elliptic-curve v0.13.8
14192024-03-26T18:27:16.255Z Downloaded flume v0.11.0
14202024-03-26T18:27:16.255Z Downloaded tokio-util v0.7.10
14212024-03-26T18:27:16.255Z Downloaded typed-path v0.7.0
14222024-03-26T18:27:16.255Z Downloaded time v0.3.34
14232024-03-26T18:27:16.255Z Downloaded vsss-rs v3.3.4
14242024-03-26T18:27:16.255Z Downloaded hashbrown v0.13.2
14252024-03-26T18:27:16.255Z Downloaded steno v0.4.0
14262024-03-26T18:27:16.256Z Downloaded flate2 v1.0.28
14272024-03-26T18:27:16.256Z Downloaded publicsuffix v2.2.3
14282024-03-26T18:27:16.256Z Downloaded num-bigint-dig v0.8.4
14292024-03-26T18:27:16.256Z Downloaded nom v7.1.3
14302024-03-26T18:27:16.256Z Downloaded pin-project-internal v1.1.3
14312024-03-26T18:27:16.256Z Downloaded once_cell v1.19.0
14322024-03-26T18:27:16.257Z Downloaded libm v0.2.7
14332024-03-26T18:27:16.257Z Downloaded owo-colors v4.0.0
14342024-03-26T18:27:16.257Z Downloaded difflib v0.4.0
14352024-03-26T18:27:16.257Z Downloaded prettyplease v0.2.16
14362024-03-26T18:27:16.257Z Downloaded unicode-bidi v0.3.15
14372024-03-26T18:27:16.258Z Downloaded structopt v0.3.26
14382024-03-26T18:27:16.258Z Downloaded crossterm v0.27.0
14392024-03-26T18:27:16.258Z Downloaded hkdf v0.12.4
14402024-03-26T18:27:16.258Z Downloaded itertools v0.12.1
14412024-03-26T18:27:16.258Z Downloaded strum_macros v0.26.1
14422024-03-26T18:27:16.258Z Downloaded unicode-segmentation v1.10.1
14432024-03-26T18:27:16.258Z Downloaded memchr v2.7.1
14442024-03-26T18:27:16.259Z Downloaded tinyvec v1.6.0
14452024-03-26T18:27:16.259Z Downloaded hash32 v0.3.1
14462024-03-26T18:27:16.259Z Downloaded getopts v0.2.21
14472024-03-26T18:27:16.259Z Downloaded gethostname v0.4.3
14482024-03-26T18:27:16.259Z Downloaded crossbeam-channel v0.5.8
14492024-03-26T18:27:16.260Z Downloaded openssl-sys v0.9.96
14502024-03-26T18:27:16.260Z Downloaded headers v0.3.9
14512024-03-26T18:27:16.260Z Downloaded usdt-attr-macro v0.3.5
14522024-03-26T18:27:16.260Z Downloaded serde_urlencoded v0.7.1
14532024-03-26T18:27:16.260Z Downloaded serde_spanned v0.6.5
14542024-03-26T18:27:16.260Z Downloaded serde_repr v0.1.16
14552024-03-26T18:27:16.261Z Downloaded serde_plain v1.0.2
14562024-03-26T18:27:16.261Z Downloaded serde_path_to_error v0.1.16
14572024-03-26T18:27:16.261Z Downloaded ciborium v0.2.2
14582024-03-26T18:27:16.261Z Downloaded newtype-uuid v1.0.1
14592024-03-26T18:27:16.261Z Downloaded scheduled-thread-pool v0.2.7
14602024-03-26T18:27:16.262Z Downloaded same-file v1.0.6
14612024-03-26T18:27:16.262Z Downloaded nibble_vec v0.1.0
14622024-03-26T18:27:16.262Z Downloaded multimap v0.10.0
14632024-03-26T18:27:16.262Z Downloaded clap v4.5.1
14642024-03-26T18:27:16.262Z Downloaded maplit v1.0.2
14652024-03-26T18:27:16.262Z Downloaded lock_api v0.4.10
14662024-03-26T18:27:16.263Z Downloaded libsw v3.3.1
14672024-03-26T18:27:16.263Z Downloaded indoc v2.0.3
14682024-03-26T18:27:16.263Z Downloaded backoff v0.4.0
14692024-03-26T18:27:16.263Z Downloaded itoa v1.0.9
14702024-03-26T18:27:16.263Z Downloaded indoc v1.0.9
14712024-03-26T18:27:16.263Z Downloaded crossbeam-deque v0.8.3
14722024-03-26T18:27:16.263Z Downloaded crc-catalog v2.2.0
14732024-03-26T18:27:16.264Z Downloaded anstyle-query v1.0.0
14742024-03-26T18:27:16.264Z Downloaded anstream v0.6.11
14752024-03-26T18:27:16.264Z Downloaded anstyle-parse v0.2.1
14762024-03-26T18:27:16.264Z Downloaded addr2line v0.21.0
14772024-03-26T18:27:16.264Z Downloaded ansi_term v0.12.1
14782024-03-26T18:27:16.264Z Downloaded ring v0.17.8
14792024-03-26T18:27:16.265Z Downloaded ring v0.16.20
14802024-03-26T18:27:17.068Z Compiling proc-macro2 v1.0.78
14812024-03-26T18:27:17.068Z Compiling unicode-ident v1.0.12
14822024-03-26T18:27:17.072Z Compiling libc v0.2.153
14832024-03-26T18:27:17.072Z Compiling serde v1.0.197
14842024-03-26T18:27:17.072Z Compiling version_check v0.9.4
14852024-03-26T18:27:17.072Z Compiling autocfg v1.1.0
14862024-03-26T18:27:17.072Z Compiling cfg-if v1.0.0
14872024-03-26T18:27:17.072Z Compiling syn v1.0.109
14882024-03-26T18:27:17.072Z Compiling once_cell v1.19.0
14892024-03-26T18:27:17.072Z Compiling byteorder v1.5.0
14902024-03-26T18:27:17.213Z Compiling memchr v2.7.1
14912024-03-26T18:27:17.283Z Compiling parking_lot_core v0.9.8
14922024-03-26T18:27:17.321Z Compiling ahash v0.8.8
14932024-03-26T18:27:17.387Z Compiling lock_api v0.4.10
14942024-03-26T18:27:17.831Z Compiling serde_json v1.0.114
14952024-03-26T18:27:17.847Z Compiling libm v0.2.7
14962024-03-26T18:27:17.997Z Compiling num-traits v0.2.18
14972024-03-26T18:27:18.454Z Compiling thiserror v1.0.57
14982024-03-26T18:27:18.454Z Compiling typenum v1.16.0
14992024-03-26T18:27:18.454Z Compiling generic-array v0.14.7
15002024-03-26T18:27:18.454Z Compiling itoa v1.0.9
15012024-03-26T18:27:18.944Z Compiling quote v1.0.35
15022024-03-26T18:27:18.959Z Compiling scopeguard v1.2.0
15032024-03-26T18:27:19.102Z Compiling log v0.4.21
15042024-03-26T18:27:19.599Z Compiling syn v2.0.52
15052024-03-26T18:27:19.635Z Compiling cc v1.0.83
15062024-03-26T18:27:19.641Z Compiling getrandom v0.2.12
15072024-03-26T18:27:19.910Z Compiling pkg-config v0.3.27
15082024-03-26T18:27:20.011Z Compiling allocator-api2 v0.2.16
15092024-03-26T18:27:20.125Z Compiling slab v0.4.9
15102024-03-26T18:27:20.241Z Compiling ryu v1.0.15
15112024-03-26T18:27:20.697Z Compiling schemars v0.8.16
15122024-03-26T18:27:21.026Z Compiling pin-project-lite v0.2.13
15132024-03-26T18:27:21.047Z Compiling smallvec v1.13.1
15142024-03-26T18:27:21.215Z Compiling heck v0.4.1
15152024-03-26T18:27:21.234Z Compiling equivalent v1.0.1
15162024-03-26T18:27:21.642Z Compiling vcpkg v0.2.15
15172024-03-26T18:27:22.158Z Compiling ring v0.17.8
15182024-03-26T18:27:22.497Z Compiling parking_lot v0.12.1
15192024-03-26T18:27:23.137Z Compiling signal-hook-registry v1.4.1
15202024-03-26T18:27:23.359Z Compiling openssl-sys v0.9.96
15212024-03-26T18:27:24.232Z Compiling mio v0.8.11
15222024-03-26T18:27:24.413Z Compiling fnv v1.0.7
15232024-03-26T18:27:24.541Z Compiling rand_core v0.6.4
15242024-03-26T18:27:24.954Z Compiling num-conv v0.1.0
15252024-03-26T18:27:24.980Z Compiling time-core v0.1.2
15262024-03-26T18:27:25.098Z Compiling ring v0.16.20
15272024-03-26T18:27:25.160Z Compiling socket2 v0.5.5
15282024-03-26T18:27:25.230Z Compiling time-macros v0.2.17
15292024-03-26T18:27:25.869Z Compiling num_cpus v1.16.0
15302024-03-26T18:27:26.065Z Compiling httparse v1.8.0
15312024-03-26T18:27:26.807Z Compiling ucd-trie v0.1.6
15322024-03-26T18:27:26.918Z Compiling serde_derive_internals v0.26.0
15332024-03-26T18:27:26.940Z Compiling futures-core v0.3.30
15342024-03-26T18:27:27.197Z Compiling openssl v0.10.60
15352024-03-26T18:27:27.306Z Compiling spin v0.5.2
15362024-03-26T18:27:27.576Z Compiling iana-time-zone v0.1.57
15372024-03-26T18:27:27.760Z Compiling crossbeam-utils v0.8.19
15382024-03-26T18:27:27.917Z Compiling semver v1.0.22
15392024-03-26T18:27:28.330Z Compiling rustls v0.21.9
15402024-03-26T18:27:28.352Z Compiling tinyvec_macros v0.1.1
15412024-03-26T18:27:28.459Z Compiling native-tls v0.2.11
15422024-03-26T18:27:28.517Z Compiling tinyvec v1.6.0
15432024-03-26T18:27:28.598Z Compiling spin v0.9.8
15442024-03-26T18:27:28.765Z Compiling unicode-xid v0.2.4
15452024-03-26T18:27:28.985Z Compiling rustix v0.38.31
15462024-03-26T18:27:29.035Z Compiling futures-sink v0.3.30
15472024-03-26T18:27:29.212Z Compiling subtle v2.5.0
15482024-03-26T18:27:29.348Z Compiling const-oid v0.9.6
15492024-03-26T18:27:29.511Z Compiling synstructure v0.12.6
15502024-03-26T18:27:29.626Z Compiling backtrace v0.3.69
15512024-03-26T18:27:29.946Z Compiling unicode-normalization v0.1.22
15522024-03-26T18:27:30.910Z Compiling cookie v0.17.0
15532024-03-26T18:27:30.933Z Compiling dyn-clone v1.0.17
15542024-03-26T18:27:30.943Z Compiling uuid v0.8.2
15552024-03-26T18:27:31.011Z Compiling slog v2.7.0
15562024-03-26T18:27:37.288Z Compiling unicode-bidi v0.3.15
15572024-03-26T18:27:37.491Z Compiling futures-channel v0.3.30
15582024-03-26T18:27:37.491Z Compiling tracing-core v0.1.32
15592024-03-26T18:27:37.491Z Compiling futures-task v0.3.30
15602024-03-26T18:27:37.491Z Compiling futures-io v0.3.30
15612024-03-26T18:27:37.491Z Compiling pin-utils v0.1.0
15622024-03-26T18:27:37.491Z Compiling serde_derive v1.0.197
15632024-03-26T18:27:37.491Z Compiling zerocopy-derive v0.7.32
15642024-03-26T18:27:37.491Z Compiling zeroize_derive v1.4.2
15652024-03-26T18:27:37.491Z Compiling thiserror-impl v1.0.57
15662024-03-26T18:27:37.491Z Compiling tokio-macros v2.2.0
15672024-03-26T18:27:37.491Z Compiling futures-macro v0.3.30
15682024-03-26T18:27:37.492Z Compiling tracing-attributes v0.1.27
15692024-03-26T18:27:37.492Z Compiling schemars_derive v0.8.16
15702024-03-26T18:27:37.492Z Compiling zerocopy v0.7.32
15712024-03-26T18:27:37.647Z Compiling zeroize v1.7.0
15722024-03-26T18:27:37.647Z Compiling pest v2.7.6
15732024-03-26T18:27:37.647Z Compiling hashbrown v0.14.3
15742024-03-26T18:27:37.647Z Compiling openssl-macros v0.1.1
15752024-03-26T18:27:37.648Z Compiling zerocopy-derive v0.2.0
15762024-03-26T18:27:37.969Z Compiling tracing v0.1.40
15772024-03-26T18:27:37.989Z Compiling crypto-common v0.1.6
15782024-03-26T18:27:38.189Z Compiling futures-util v0.3.30
15792024-03-26T18:27:38.745Z Compiling pest_meta v2.7.6
15802024-03-26T18:27:38.835Z Compiling der_derive v0.7.2
15812024-03-26T18:27:38.910Z Compiling aho-corasick v1.1.2
15822024-03-26T18:27:39.092Z Compiling regex-syntax v0.8.2
15832024-03-26T18:27:39.116Z Compiling winnow v0.5.15
15842024-03-26T18:27:46.841Z Compiling pest_generator v2.7.6
15852024-03-26T18:27:46.927Z Compiling anyhow v1.0.79
15862024-03-26T18:27:46.927Z Compiling pest_derive v2.7.6
15872024-03-26T18:27:46.927Z Compiling regex-automata v0.4.5
15882024-03-26T18:27:46.927Z Compiling block-buffer v0.10.4
15892024-03-26T18:27:46.927Z Compiling usdt-impl v0.3.5
15902024-03-26T18:27:46.927Z Compiling crc32fast v1.3.2
15912024-03-26T18:27:46.927Z Compiling powerfmt v0.2.0
15922024-03-26T18:27:46.927Z Compiling bytes v1.5.0
15932024-03-26T18:27:46.928Z Compiling indexmap v2.2.5
15942024-03-26T18:27:46.928Z Compiling uuid v1.7.0
15952024-03-26T18:27:46.928Z Compiling chrono v0.4.34
15962024-03-26T18:27:46.928Z Compiling tokio v1.36.0
15972024-03-26T18:27:47.088Z Compiling serde_spanned v0.6.5
15982024-03-26T18:27:50.110Z Compiling bitflags v2.4.2
15992024-03-26T18:27:50.709Z Compiling toml_datetime v0.6.5
16002024-03-26T18:27:51.146Z Compiling http v0.2.12
16012024-03-26T18:27:51.990Z Compiling rustc_version v0.4.0
16022024-03-26T18:27:53.469Z Compiling toml_edit v0.19.15
16032024-03-26T18:27:53.570Z Compiling untrusted v0.9.0
16042024-03-26T18:27:53.663Z Compiling rustversion v1.0.14
16052024-03-26T18:27:53.799Z Compiling unicode-width v0.1.11
16062024-03-26T18:27:54.327Z Compiling heapless v0.7.16
16072024-03-26T18:27:54.827Z Compiling deranged v0.3.11
16082024-03-26T18:27:55.681Z Compiling digest v0.10.7
16092024-03-26T18:27:55.688Z Compiling scroll_derive v0.12.0
16102024-03-26T18:27:57.169Z Compiling bzip2-sys v0.1.11+1.0.8
16112024-03-26T18:27:57.635Z Compiling async-trait v0.1.77
16122024-03-26T18:27:57.948Z Compiling percent-encoding v2.3.1
16132024-03-26T18:27:57.984Z Compiling signal-hook v0.3.17
16142024-03-26T18:27:58.291Z Compiling num_threads v0.1.6
16152024-03-26T18:27:58.424Z Compiling ppv-lite86 v0.2.17
16162024-03-26T18:27:58.544Z Compiling time v0.3.34
16172024-03-26T18:27:59.345Z Compiling rand_chacha v0.3.1
16182024-03-26T18:28:00.454Z Compiling regex v1.10.3
16192024-03-26T18:28:01.505Z Compiling zerocopy v0.3.0
16202024-03-26T18:28:02.263Z Compiling thread-id v4.2.0
16212024-03-26T18:28:02.373Z Compiling dof v0.1.5
16222024-03-26T18:28:02.392Z Compiling rand v0.8.5
16232024-03-26T18:28:03.730Z Compiling tokio-util v0.7.10
16242024-03-26T18:28:05.086Z Compiling dtrace-parser v0.1.14
16252024-03-26T18:28:05.700Z Compiling num-bigint v0.4.4
16262024-03-26T18:28:06.083Z Compiling base64ct v1.6.0
16272024-03-26T18:28:06.165Z Compiling foreign-types-shared v0.1.1
16282024-03-26T18:28:06.187Z Compiling smoltcp v0.9.1
16292024-03-26T18:28:06.284Z Compiling untrusted v0.7.1
16302024-03-26T18:28:06.333Z Compiling base64 v0.21.7
16312024-03-26T18:28:06.477Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16322024-03-26T18:28:06.647Z Compiling adler v1.0.2
16332024-03-26T18:28:06.784Z Compiling pem-rfc7468 v0.7.0
16342024-03-26T18:28:06.868Z Compiling miniz_oxide v0.7.1
16352024-03-26T18:28:06.939Z Compiling foreign-types v0.3.2
16362024-03-26T18:28:09.097Z Compiling form_urlencoded v1.2.1
16372024-03-26T18:28:09.887Z Compiling hmac v0.12.1
16382024-03-26T18:28:10.111Z Compiling serde_tokenstream v0.1.7
16392024-03-26T18:28:10.370Z Compiling lazy_static v1.4.0
16402024-03-26T18:28:10.649Z Compiling bitflags v1.3.2
16412024-03-26T18:28:10.742Z Compiling unicode-segmentation v1.10.1
16422024-03-26T18:28:10.765Z Compiling try-lock v0.2.4
16432024-03-26T18:28:10.926Z Compiling siphasher v0.3.11
16442024-03-26T18:28:11.439Z Compiling flagset v0.4.3
16452024-03-26T18:28:11.449Z Compiling der v0.7.8
16462024-03-26T18:28:11.449Z Compiling want v0.3.1
16472024-03-26T18:28:12.378Z Compiling sct v0.7.0
16482024-03-26T18:28:12.493Z Compiling rustls-webpki v0.101.7
16492024-03-26T18:28:12.667Z Compiling h2 v0.3.24
16502024-03-26T18:28:14.173Z Compiling http-body v0.4.5
16512024-03-26T18:28:15.027Z Compiling openapiv3 v2.0.0
16522024-03-26T18:28:16.062Z Compiling hubpack_derive v0.1.1
16532024-03-26T18:28:16.508Z Compiling zerocopy-derive v0.6.4
16542024-03-26T18:28:16.898Z Compiling idna v0.5.0
16552024-03-26T18:28:17.122Z Compiling errno v0.3.8
16562024-03-26T18:28:17.355Z Compiling usdt-impl v0.5.0
16572024-03-26T18:28:17.694Z Compiling tower-service v0.3.2
16582024-03-26T18:28:17.835Z Compiling anstyle v1.0.2
16592024-03-26T18:28:18.016Z Compiling utf8parse v0.2.1
16602024-03-26T18:28:18.186Z Compiling cpufeatures v0.2.12
16612024-03-26T18:28:18.260Z Compiling httpdate v1.0.3
16622024-03-26T18:28:18.322Z Compiling stable_deref_trait v1.2.0
16632024-03-26T18:28:18.435Z Compiling gimli v0.28.0
16642024-03-26T18:28:18.670Z Compiling openssl-probe v0.1.5
16652024-03-26T18:28:19.307Z Compiling sha2 v0.10.8
16662024-03-26T18:28:19.691Z Compiling hyper v0.14.28
16672024-03-26T18:28:19.720Z Compiling anstyle-parse v0.2.1
16682024-03-26T18:28:20.037Z Compiling url v2.5.0
16692024-03-26T18:28:22.854Z Compiling spki v0.7.2
16702024-03-26T18:28:23.239Z Compiling addr2line v0.21.0
16712024-03-26T18:28:23.569Z Compiling usdt-macro v0.3.5
16722024-03-26T18:28:24.084Z Compiling usdt-attr-macro v0.3.5
16732024-03-26T18:28:25.890Z Compiling scroll v0.12.0
16742024-03-26T18:28:25.973Z Compiling md-5 v0.10.5
16752024-03-26T18:28:25.973Z Compiling serde_tokenstream v0.2.0
16762024-03-26T18:28:26.360Z Compiling stringprep v0.1.3
16772024-03-26T18:28:27.208Z Compiling idna v0.3.0
16782024-03-26T18:28:28.742Z Compiling diesel_table_macro_syntax v0.1.0
16792024-03-26T18:28:29.149Z Compiling num-integer v0.1.46
16802024-03-26T18:28:29.220Z Compiling object v0.32.1
16812024-03-26T18:28:29.883Z Compiling hash32 v0.2.1
16822024-03-26T18:28:29.906Z Compiling fallible-iterator v0.2.0
16832024-03-26T18:28:30.603Z Compiling rustc-demangle v0.1.23
16842024-03-26T18:28:31.293Z Compiling anstyle-query v1.0.0
16852024-03-26T18:28:31.559Z Compiling colorchoice v1.0.0
16862024-03-26T18:28:33.855Z Compiling plain v0.2.3
16872024-03-26T18:28:34.024Z Compiling psl-types v2.0.11
16882024-03-26T18:28:34.230Z Compiling publicsuffix v2.2.3
16892024-03-26T18:28:34.508Z Compiling goblin v0.8.0
16902024-03-26T18:28:36.924Z Compiling anstream v0.6.11
16912024-03-26T18:28:38.869Z Compiling postgres-protocol v0.6.6
16922024-03-26T18:28:39.929Z Compiling diesel_derives v2.1.2
16932024-03-26T18:28:41.070Z Compiling tokio-rustls v0.24.1
16942024-03-26T18:28:45.152Z Compiling pkcs8 v0.10.2
16952024-03-26T18:28:45.437Z Compiling terminal_size v0.3.0
16962024-03-26T18:28:45.700Z Compiling tokio-native-tls v0.3.1
16972024-03-26T18:28:45.979Z Compiling phf_shared v0.11.2
16982024-03-26T18:28:46.872Z Compiling strum_macros v0.25.2
16992024-03-26T18:28:47.368Z Compiling regress v0.9.0
17002024-03-26T18:28:47.395Z Compiling block-padding v0.3.3
17012024-03-26T18:28:47.474Z Compiling enum-as-inner v0.5.1
17022024-03-26T18:28:48.388Z Compiling serde_repr v0.1.16
17032024-03-26T18:28:48.698Z Compiling clap_derive v4.5.0
17042024-03-26T18:28:49.744Z Compiling ff v0.13.0
17052024-03-26T18:28:50.023Z Compiling scheduled-thread-pool v0.2.7
17062024-03-26T18:28:50.805Z Compiling encoding_rs v0.8.33
17072024-03-26T18:28:51.011Z Compiling base16ct v0.2.0
17082024-03-26T18:28:51.305Z Compiling mime v0.3.17
17092024-03-26T18:28:52.154Z Compiling strsim v0.11.0
17102024-03-26T18:28:52.394Z Compiling matches v0.1.10
17112024-03-26T18:28:52.496Z Compiling ipnet v2.9.0
17122024-03-26T18:28:53.403Z Compiling strsim v0.10.0
17132024-03-26T18:28:54.197Z Compiling clap_lex v0.7.0
17142024-03-26T18:28:54.219Z Compiling pretty-hex v0.4.1
17152024-03-26T18:28:54.308Z Compiling regex-automata v0.1.10
17162024-03-26T18:28:54.437Z Compiling managed v0.8.0
17172024-03-26T18:28:54.503Z Compiling ident_case v1.0.1
17182024-03-26T18:28:54.639Z Compiling bit-vec v0.6.3
17192024-03-26T18:28:54.933Z Compiling bstr v0.2.17
17202024-03-26T18:28:55.060Z Compiling darling_core v0.20.3
17212024-03-26T18:28:55.311Z Compiling clap_builder v4.5.1
17222024-03-26T18:28:56.684Z Compiling dof v0.3.0
17232024-03-26T18:28:58.150Z Compiling idna v0.2.3
17242024-03-26T18:28:59.637Z Compiling sec1 v0.7.3
17252024-03-26T18:29:00.040Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17262024-03-26T18:29:00.432Z Compiling r2d2 v0.8.10
17272024-03-26T18:29:00.837Z Compiling group v0.13.0
17282024-03-26T18:29:02.001Z Compiling inout v0.1.3
17292024-03-26T18:29:03.542Z Compiling phf v0.11.2
17302024-03-26T18:29:03.834Z Compiling hyper-tls v0.5.0
17312024-03-26T18:29:04.086Z Compiling signal-hook-mio v0.2.3
17322024-03-26T18:29:04.199Z Compiling bzip2 v0.4.4
17332024-03-26T18:29:04.247Z Compiling flate2 v1.0.28
17342024-03-26T18:29:04.267Z Compiling hyper-rustls v0.24.2
17352024-03-26T18:29:04.571Z Compiling cookie_store v0.20.0
17362024-03-26T18:29:04.624Z Compiling postgres-types v0.2.6
17372024-03-26T18:29:05.117Z Compiling zerocopy v0.6.4
17382024-03-26T18:29:05.357Z Compiling hubpack v0.1.2
17392024-03-26T18:29:05.807Z Compiling rustls-pemfile v1.0.3
17402024-03-26T18:29:05.881Z Compiling phf_shared v0.10.0
17412024-03-26T18:29:05.936Z Compiling hkdf v0.12.4
17422024-03-26T18:29:06.024Z Compiling serde_urlencoded v0.7.1
17432024-03-26T18:29:06.145Z Compiling crossbeam-epoch v0.9.18
17442024-03-26T18:29:06.535Z Compiling ipnetwork v0.20.0
17452024-03-26T18:29:06.768Z Compiling futures-executor v0.3.30
17462024-03-26T18:29:07.268Z Compiling dtrace-parser v0.2.0
17472024-03-26T18:29:07.421Z Compiling crypto-bigint v0.5.2
17482024-03-26T18:29:07.547Z Compiling float-cmp v0.9.0
17492024-03-26T18:29:07.857Z Compiling fixedbitset v0.4.2
17502024-03-26T18:29:08.239Z Compiling either v1.10.0
17512024-03-26T18:29:08.662Z Compiling new_debug_unreachable v1.0.4
17522024-03-26T18:29:08.772Z Compiling minimal-lexical v0.2.1
17532024-03-26T18:29:09.299Z Compiling winnow v0.6.1
17542024-03-26T18:29:09.602Z Compiling static_assertions v1.1.0
17552024-03-26T18:29:09.625Z Compiling sync_wrapper v0.1.2
17562024-03-26T18:29:09.764Z Compiling normalize-line-endings v0.3.0
17572024-03-26T18:29:09.796Z Compiling predicates-core v1.0.6
17582024-03-26T18:29:10.083Z Compiling precomputed-hash v0.1.1
17592024-03-26T18:29:10.116Z Compiling data-encoding v2.4.0
17602024-03-26T18:29:10.876Z Compiling webpki-roots v0.25.2
17612024-03-26T18:29:11.047Z Compiling difflib v0.4.0
17622024-03-26T18:29:11.393Z Compiling whoami v1.5.0
17632024-03-26T18:29:11.751Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17642024-03-26T18:29:11.851Z Compiling tokio-postgres v0.7.10
17652024-03-26T18:29:11.933Z Compiling predicates v3.1.0
17662024-03-26T18:29:12.327Z Compiling reqwest v0.11.24
17672024-03-26T18:29:12.602Z Compiling trust-dns-proto v0.22.0
17682024-03-26T18:29:12.922Z Compiling toml_edit v0.22.6
17692024-03-26T18:29:13.504Z Compiling string_cache v0.8.7
17702024-03-26T18:29:13.965Z Compiling itertools v0.10.5
17712024-03-26T18:29:16.058Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17722024-03-26T18:29:16.680Z Compiling elliptic-curve v0.13.8
17732024-03-26T18:29:17.424Z Compiling nom v7.1.3
17742024-03-26T18:29:18.100Z Compiling petgraph v0.6.4
17752024-03-26T18:29:21.111Z Compiling futures v0.3.30
17762024-03-26T18:29:21.237Z Compiling diesel v2.1.4
17772024-03-26T18:29:21.665Z Compiling yasna v0.5.2
17782024-03-26T18:29:21.895Z Compiling zip v0.6.6
17792024-03-26T18:29:22.032Z Compiling crossterm v0.27.0
17802024-03-26T18:29:22.550Z Compiling cipher v0.4.4
17812024-03-26T18:29:23.138Z Compiling darling_macro v0.20.3
17822024-03-26T18:29:23.285Z Compiling clap v4.5.1
17832024-03-26T18:29:23.419Z Compiling similar v2.4.0
17842024-03-26T18:29:23.734Z Compiling bit-set v0.5.3
17852024-03-26T18:29:24.092Z Compiling num-iter v0.1.44
17862024-03-26T18:29:24.289Z Compiling usdt v0.3.5
17872024-03-26T18:29:24.560Z Compiling console v0.15.8
17882024-03-26T18:29:25.528Z Compiling toml v0.7.8
17892024-03-26T18:29:25.558Z Compiling tokio-stream v0.1.14
17902024-03-26T18:29:26.619Z Compiling bstr v1.9.0
17912024-03-26T18:29:26.632Z Compiling hex v0.4.3
17922024-03-26T18:29:27.029Z Compiling proc-macro-error-attr v1.0.4
17932024-03-26T18:29:27.358Z Compiling lalrpop-util v0.19.12
17942024-03-26T18:29:27.617Z Compiling darling v0.20.3
17952024-03-26T18:29:27.667Z Compiling proc-macro-crate v1.3.1
17962024-03-26T18:29:34.631Z Compiling proc-macro-error v1.0.4
17972024-03-26T18:29:34.808Z Compiling heapless v0.8.0
17982024-03-26T18:29:34.808Z Compiling camino v1.1.6
17992024-03-26T18:29:34.900Z Compiling num_enum_derive v0.5.11
18002024-03-26T18:29:39.333Z Compiling atty v0.2.14
18012024-03-26T18:29:39.499Z Compiling hash32 v0.3.1
18022024-03-26T18:29:40.015Z Compiling rustls-pki-types v1.3.0
18032024-03-26T18:29:42.366Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18042024-03-26T18:29:42.428Z Compiling smoltcp v0.11.0
18052024-03-26T18:29:58.976Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062024-03-26T18:30:07.357Z Compiling num_enum v0.5.11
18072024-03-26T18:30:10.606Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18082024-03-26T18:30:11.030Z Compiling getopts v0.2.21
18092024-03-26T18:30:12.019Z Compiling dirs-sys-next v0.1.2
18102024-03-26T18:30:13.202Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18112024-03-26T18:30:14.111Z Compiling embedded-io v0.4.0
18122024-03-26T18:30:14.127Z Compiling rustls v0.22.2
18132024-03-26T18:30:14.127Z Compiling unsafe-libyaml v0.2.10
18142024-03-26T18:30:14.128Z Compiling cobs v0.2.3
18152024-03-26T18:30:14.327Z Compiling postcard v1.0.8
18162024-03-26T18:30:15.189Z Compiling serde_yaml v0.9.25
18172024-03-26T18:30:17.440Z Compiling dirs-next v2.0.0
18182024-03-26T18:30:19.387Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18192024-03-26T18:30:26.336Z Compiling rustls-webpki v0.102.1
18202024-03-26T18:30:30.738Z Compiling strum_macros v0.26.1
18212024-03-26T18:30:33.601Z Compiling structmeta-derive v0.3.0
18222024-03-26T18:30:33.967Z Compiling foreign-types-macros v0.2.3
18232024-03-26T18:30:34.307Z Compiling thread_local v1.1.7
18242024-03-26T18:30:34.373Z Compiling multer v3.0.0
18252024-03-26T18:30:34.675Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18262024-03-26T18:30:36.237Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18272024-03-26T18:30:36.411Z Compiling paste v1.0.14
18282024-03-26T18:30:36.576Z Compiling match_cfg v0.1.0
18292024-03-26T18:30:36.679Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18302024-03-26T18:30:36.744Z Compiling slog-async v2.8.0
18312024-03-26T18:30:36.849Z Compiling foreign-types-shared v0.3.1
18322024-03-26T18:30:36.942Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18332024-03-26T18:30:36.984Z Compiling foreign-types v0.5.0
18342024-03-26T18:30:37.255Z Compiling hostname v0.3.1
18352024-03-26T18:30:37.554Z Compiling structmeta v0.3.0
18362024-03-26T18:30:42.899Z Compiling strum v0.26.1
18372024-03-26T18:30:46.950Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18382024-03-26T18:30:54.116Z Compiling term v0.7.0
18392024-03-26T18:30:55.556Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18402024-03-26T18:30:57.515Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18412024-03-26T18:30:58.968Z Compiling slog-json v2.6.1
18422024-03-26T18:30:59.492Z Compiling crossbeam-channel v0.5.8
18432024-03-26T18:31:01.173Z Compiling tabwriter v1.4.0
18442024-03-26T18:31:01.235Z Compiling http v1.0.0
18452024-03-26T18:31:01.976Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18462024-03-26T18:31:01.995Z Compiling async-stream-impl v0.3.5
18472024-03-26T18:31:02.334Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18482024-03-26T18:31:02.613Z Compiling cstr-argument v0.1.2
18492024-03-26T18:31:02.763Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18502024-03-26T18:31:03.064Z Compiling atomic-waker v1.1.1
18512024-03-26T18:31:03.103Z Compiling crucible-workspace-hack v0.1.0
18522024-03-26T18:31:03.245Z Compiling pretty-hex v0.2.1
18532024-03-26T18:31:03.279Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18542024-03-26T18:31:03.302Z Compiling fastrand v2.0.1
18552024-03-26T18:31:03.385Z Compiling rayon-core v1.12.1
18562024-03-26T18:31:03.461Z Compiling take_mut v0.2.2
18572024-03-26T18:31:03.631Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18582024-03-26T18:31:03.698Z Compiling tempfile v3.10.0
18592024-03-26T18:31:04.071Z Compiling async-stream v0.3.5
18602024-03-26T18:31:04.090Z Compiling waitgroup v0.1.2
18612024-03-26T18:31:04.598Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18622024-03-26T18:31:05.671Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18632024-03-26T18:31:05.695Z Compiling slog-bunyan v2.5.0
18642024-03-26T18:31:05.972Z Compiling slog-term v2.9.0
18652024-03-26T18:31:06.020Z Compiling tokio-rustls v0.25.0
18662024-03-26T18:31:06.585Z Compiling parse-display-derive v0.9.0
18672024-03-26T18:31:06.874Z Compiling toml v0.8.10
18682024-03-26T18:31:07.480Z Compiling rustls-pemfile v2.1.1
18692024-03-26T18:31:07.579Z Compiling serde_with_macros v3.6.1
18702024-03-26T18:31:08.236Z Compiling sha1 v0.10.6
18712024-03-26T18:31:09.144Z Compiling crossbeam-deque v0.8.3
18722024-03-26T18:31:09.194Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18732024-03-26T18:31:09.425Z Compiling colored v2.1.0
18742024-03-26T18:31:10.263Z Compiling newtype-uuid v1.0.1
18752024-03-26T18:31:10.338Z Compiling serde_path_to_error v0.1.16
18762024-03-26T18:31:10.594Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18772024-03-26T18:31:10.735Z Compiling socket2 v0.4.9
18782024-03-26T18:31:11.209Z Compiling instant v0.1.12
18792024-03-26T18:31:11.288Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18802024-03-26T18:31:11.312Z Compiling debug-ignore v1.0.5
18812024-03-26T18:31:11.377Z Compiling backoff v0.4.0
18822024-03-26T18:31:11.696Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18832024-03-26T18:31:11.723Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18842024-03-26T18:31:12.410Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18852024-03-26T18:31:12.759Z Compiling serde_with v3.6.1
18862024-03-26T18:31:12.826Z Compiling parse-display v0.9.0
18872024-03-26T18:31:14.984Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18882024-03-26T18:31:22.139Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
18892024-03-26T18:31:22.140Z Compiling camino-tempfile v1.1.1
18902024-03-26T18:31:22.140Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
18912024-03-26T18:31:22.140Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18922024-03-26T18:31:22.140Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18932024-03-26T18:31:22.140Z Compiling heck v0.3.3
18942024-03-26T18:31:22.140Z Compiling textwrap v0.11.0
18952024-03-26T18:31:22.141Z Compiling macaddr v1.0.1
18962024-03-26T18:31:22.141Z Compiling num-derive v0.4.0
18972024-03-26T18:31:22.141Z Compiling libefi-sys v0.1.0
18982024-03-26T18:31:22.141Z Compiling ansi_term v0.12.1
18992024-03-26T18:31:22.142Z Compiling vec_map v0.8.2
19002024-03-26T18:31:22.142Z Compiling strsim v0.8.0
19012024-03-26T18:31:22.143Z Compiling clap v2.34.0
19022024-03-26T18:31:22.143Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19032024-03-26T18:31:22.143Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19042024-03-26T18:31:22.143Z Compiling structopt-derive v0.4.18
19052024-03-26T18:31:22.648Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19062024-03-26T18:31:23.229Z Compiling rayon v1.9.0
19072024-03-26T18:31:24.151Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19082024-03-26T18:31:24.292Z Compiling smf v0.2.2
19092024-03-26T18:31:24.899Z Compiling blake3 v1.5.0
19102024-03-26T18:31:25.473Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19112024-03-26T18:31:25.844Z Compiling portable-atomic v1.4.3
19122024-03-26T18:31:27.018Z Compiling structopt v0.3.26
19132024-03-26T18:31:27.206Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19142024-03-26T18:31:27.400Z Compiling xattr v1.0.1
19152024-03-26T18:31:27.510Z Compiling memmap2 v0.7.1
19162024-03-26T18:31:27.696Z Compiling filetime v0.2.23
19172024-03-26T18:31:28.041Z Compiling arrayvec v0.7.4
19182024-03-26T18:31:28.062Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19192024-03-26T18:31:28.218Z Compiling arrayref v0.3.7
19202024-03-26T18:31:28.357Z Compiling same-file v1.0.6
19212024-03-26T18:31:28.384Z Compiling constant_time_eq v0.3.0
19222024-03-26T18:31:28.493Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19232024-03-26T18:31:28.623Z Compiling walkdir v2.4.0
19242024-03-26T18:31:28.785Z Compiling tar v0.4.40
19252024-03-26T18:31:29.619Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19262024-03-26T18:31:30.215Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19272024-03-26T18:31:32.536Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19282024-03-26T18:31:33.047Z Compiling gethostname v0.4.3
19292024-03-26T18:31:33.094Z Compiling number_prefix v0.4.0
19302024-03-26T18:31:33.714Z Compiling topological-sort v0.2.2
19312024-03-26T18:31:33.720Z Compiling swrite v0.1.0
19322024-03-26T18:31:33.721Z Compiling omicron-zone-package v0.11.0
19332024-03-26T18:31:34.779Z Compiling indicatif v0.17.8
19342024-03-26T18:31:39.920Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19352024-03-26T18:31:43.191Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19362024-03-26T18:31:45.125Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19372024-03-26T18:31:47.849Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19382024-03-26T18:32:02.968Z Finished release [optimized] target(s) in 5m 09s
19392024-03-26T18:32:03.222Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19402024-03-26T18:32:03.284ZLogging to: /work/oxidecomputer/omicron/out/LOG
19412024-03-26T18:32:03.289ZCreated new build target 'test' and set it as active
19422024-03-26T18:32:03.289Z
19432024-03-26T18:32:03.289Zreal 5:09.998541052
19442024-03-26T18:32:03.289Zuser 32:57.378031525
19452024-03-26T18:32:03.289Zsys 3:53.386811099
19462024-03-26T18:32:03.289Ztrap 0.989502585
19472024-03-26T18:32:03.289Ztflt 4.765568261
19482024-03-26T18:32:03.289Zdflt 3.436881624
19492024-03-26T18:32:03.289Zkflt 0.128665325
19502024-03-26T18:32:03.289Zlock 1:09:32.296478511
19512024-03-26T18:32:03.289Zslp 1:32:40.440788790
19522024-03-26T18:32:03.289Zlat 2:09.094003366
19532024-03-26T18:32:03.290Zstop 3:50.043632455
19542024-03-26T18:32:03.290Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19552024-03-26T18:32:04.061Z Finished release [optimized] target(s) in 0.73s
19562024-03-26T18:32:04.082Z Running `target/release/omicron-package -t test package`
19572024-03-26T18:32:04.110ZLogging to: /work/oxidecomputer/omicron/out/LOG
19582024-03-26T18:32:04.917Z Compiling base64 v0.22.0
19592024-03-26T18:32:04.985Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19602024-03-26T18:32:04.988Z Compiling linked-hash-map v0.5.6
19612024-03-26T18:32:04.992Z Compiling password-hash v0.5.0
19622024-03-26T18:32:04.992Z Compiling usdt-attr-macro v0.5.0
19632024-03-26T18:32:04.996Z Compiling usdt-macro v0.5.0
19642024-03-26T18:32:05.010Z Compiling blake2 v0.10.6
19652024-03-26T18:32:05.010Z Compiling memmap v0.7.0
19662024-03-26T18:32:05.339Z Compiling lru-cache v0.1.2
19672024-03-26T18:32:05.447Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19682024-03-26T18:32:05.523Z Compiling argon2 v0.5.3
19692024-03-26T18:32:06.042Z Compiling semver v0.1.20
19702024-03-26T18:32:06.312Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19712024-03-26T18:32:06.315Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19722024-03-26T18:32:06.585Z Compiling rustc_version v0.1.7
19732024-03-26T18:32:06.588Z Compiling humantime v2.1.0
19742024-03-26T18:32:06.901Z Compiling quick-error v1.2.3
19752024-03-26T18:32:06.952Z Compiling newtype_derive v0.1.6
19762024-03-26T18:32:07.030Z Compiling resolv-conf v0.7.0
19772024-03-26T18:32:07.145Z Compiling usdt v0.5.0
19782024-03-26T18:32:07.171Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19792024-03-26T18:32:07.396Z Compiling trust-dns-resolver v0.22.0
19802024-03-26T18:32:07.412Z Compiling steno v0.4.0
19812024-03-26T18:32:08.163Z Compiling itertools v0.12.1
19822024-03-26T18:32:08.659Z Compiling derive-where v1.2.7
19832024-03-26T18:32:08.724Z Compiling slog-dtrace v0.3.0
19842024-03-26T18:32:09.110Z Compiling num-rational v0.4.1
19852024-03-26T18:32:10.616Z Compiling nibble_vec v0.1.0
19862024-03-26T18:32:10.829Z Compiling radium v0.7.0
19872024-03-26T18:32:11.151Z Compiling endian-type v0.1.2
19882024-03-26T18:32:11.361Z Compiling radix_trie v0.2.1
19892024-03-26T18:32:11.907Z Compiling num-complex v0.4.4
19902024-03-26T18:32:11.948Z Compiling tap v1.0.1
19912024-03-26T18:32:12.129Z Compiling maybe-uninit v2.0.0
19922024-03-26T18:32:12.262Z Compiling wyz v0.5.1
19932024-03-26T18:32:12.733Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19942024-03-26T18:32:13.164Z Compiling num v0.4.1
19952024-03-26T18:32:13.177Z Compiling packed_struct v0.10.1
19962024-03-26T18:32:13.270Z Compiling num-bigint-dig v0.8.4
19972024-03-26T18:32:13.538Z Compiling funty v2.0.0
19982024-03-26T18:32:13.579Z Compiling crc-catalog v2.2.0
19992024-03-26T18:32:13.720Z Compiling cancel-safe-futures v0.1.5
20002024-03-26T18:32:13.723Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20012024-03-26T18:32:13.904Z Compiling crc v3.0.1
20022024-03-26T18:32:14.243Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20032024-03-26T18:32:14.627Z Compiling fxhash v0.2.1
20042024-03-26T18:32:14.826Z Compiling bitvec v1.0.1
20052024-03-26T18:32:16.186Z Compiling packed_struct_codegen v0.10.1
20062024-03-26T18:32:18.793Z Compiling indexmap v1.9.3
20072024-03-26T18:32:19.003Z Compiling nodrop v0.1.14
20082024-03-26T18:32:19.102Z Compiling utf-8 v0.7.6
20092024-03-26T18:32:19.125Z Compiling display-error-chain v0.2.0
20102024-03-26T18:32:19.303Z Compiling tungstenite v0.20.1
20112024-03-26T18:32:19.465Z Compiling array-init v0.0.4
20122024-03-26T18:32:20.713Z Compiling smallvec v0.6.14
20132024-03-26T18:32:21.919Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20142024-03-26T18:32:24.397Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20152024-03-26T18:32:24.745Z Compiling rayon-core v1.12.1
20162024-03-26T18:32:24.764Z Compiling pkcs1 v0.7.5
20172024-03-26T18:32:28.824Z Compiling is-terminal v0.4.9
20182024-03-26T18:32:28.962Z Compiling signature v2.1.0
20192024-03-26T18:32:29.209Z Compiling crossbeam-deque v0.8.3
20202024-03-26T18:32:29.556Z Compiling half v2.3.1
20212024-03-26T18:32:30.266Z Compiling fastrand v2.0.1
20222024-03-26T18:32:30.668Z Compiling termcolor v1.2.0
20232024-03-26T18:32:30.767Z Compiling hashbrown v0.12.3
20242024-03-26T18:32:31.358Z Compiling bitfield v0.14.0
20252024-03-26T18:32:31.653Z Compiling ciborium-io v0.2.2
20262024-03-26T18:32:31.730Z Compiling same-file v1.0.6
20272024-03-26T18:32:31.789Z Compiling ciborium-ll v0.2.2
20282024-03-26T18:32:31.941Z Compiling walkdir v2.4.0
20292024-03-26T18:32:32.269Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20302024-03-26T18:32:32.582Z Compiling env_logger v0.10.0
20312024-03-26T18:32:33.151Z Compiling tempfile v3.10.0
20322024-03-26T18:32:33.951Z Compiling rsa v0.9.2
20332024-03-26T18:32:34.798Z Compiling serde-hex v0.1.0
20342024-03-26T18:32:41.300Z Compiling tokio-tungstenite v0.20.1
20352024-03-26T18:32:41.301Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20362024-03-26T18:32:41.301Z Compiling camino v1.1.6
20372024-03-26T18:32:41.301Z Compiling x509-cert v0.2.4
20382024-03-26T18:32:41.301Z Compiling ron v0.8.1
20392024-03-26T18:32:41.301Z Compiling hashbrown v0.13.2
20402024-03-26T18:32:41.301Z Compiling semver-parser v0.10.2
20412024-03-26T18:32:41.301Z Compiling unicase v2.7.0
20422024-03-26T18:32:41.301Z Compiling crc-any v2.4.3
20432024-03-26T18:32:41.809Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20442024-03-26T18:32:41.893Z Compiling semver v0.11.0
20452024-03-26T18:32:42.595Z Compiling blake3 v1.5.0
20462024-03-26T18:32:42.897Z Compiling object v0.30.4
20472024-03-26T18:32:44.542Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20482024-03-26T18:32:45.233Z Compiling rayon v1.9.0
20492024-03-26T18:32:47.112Z Compiling ciborium v0.2.2
20502024-03-26T18:32:49.269Z Compiling xattr v1.0.1
20512024-03-26T18:32:49.509Z Compiling memmap2 v0.7.1
20522024-03-26T18:32:49.886Z Compiling filetime v0.2.23
20532024-03-26T18:32:50.025Z Compiling dirs-sys-next v0.1.2
20542024-03-26T18:32:50.172Z Compiling crunchy v0.2.2
20552024-03-26T18:32:50.348Z Compiling home v0.5.5
20562024-03-26T18:32:50.541Z Compiling arrayref v0.3.7
20572024-03-26T18:32:50.581Z Compiling glob v0.3.1
20582024-03-26T18:32:50.600Z Compiling arrayvec v0.7.4
20592024-03-26T18:32:50.647Z Compiling path-slash v0.1.5
20602024-03-26T18:32:50.865Z Compiling constant_time_eq v0.3.0
20612024-03-26T18:32:51.011Z Compiling arc-swap v1.6.0
20622024-03-26T18:32:51.357Z Compiling clang-sys v1.6.1
20632024-03-26T18:32:51.755Z Compiling slog-scope v4.4.0
20642024-03-26T18:32:52.014Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20652024-03-26T18:32:52.467Z Compiling toolchain_find v0.2.0
20662024-03-26T18:32:52.640Z Compiling dirs-next v2.0.0
20672024-03-26T18:32:52.823Z Compiling tar v0.4.40
20682024-03-26T18:32:52.986Z Compiling camino-tempfile v1.1.1
20692024-03-26T18:32:53.399Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20702024-03-26T18:32:53.798Z Compiling libsw v3.3.1
20712024-03-26T18:32:54.121Z Compiling toml v0.5.11
20722024-03-26T18:32:54.732Z Compiling convert_case v0.4.0
20732024-03-26T18:32:55.564Z Compiling owo-colors v4.0.0
20742024-03-26T18:32:56.461Z Compiling tiny-keccak v2.0.2
20752024-03-26T18:32:56.742Z Compiling prettyplease v0.2.16
20762024-03-26T18:32:57.027Z Compiling linear-map v1.2.0
20772024-03-26T18:32:57.313Z Compiling topological-sort v0.2.2
20782024-03-26T18:32:57.398Z Compiling parking_lot_core v0.8.6
20792024-03-26T18:32:57.522Z Compiling omicron-zone-package v0.11.0
20802024-03-26T18:32:57.819Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20812024-03-26T18:32:58.429Z Compiling rustfmt-wrapper v0.2.0
20822024-03-26T18:32:59.036Z Compiling derive_more v0.99.17
20832024-03-26T18:33:03.059Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20842024-03-26T18:33:03.269Z Compiling term v0.7.0
20852024-03-26T18:33:03.661Z Compiling slog-stdlog v4.1.1
20862024-03-26T18:33:04.013Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20872024-03-26T18:33:04.531Z Compiling darling_core v0.14.4
20882024-03-26T18:33:04.584Z Compiling toml v0.8.10
20892024-03-26T18:33:05.834Z Compiling slog-envlogger v2.2.0
20902024-03-26T18:33:06.167Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20912024-03-26T18:33:06.242Z Compiling ascii-canvas v3.0.0
20922024-03-26T18:33:07.666Z Compiling pem v3.0.2
20932024-03-26T18:33:08.207Z Compiling ena v0.14.2
20942024-03-26T18:33:08.558Z Compiling libloading v0.7.4
20952024-03-26T18:33:08.616Z Compiling regex-syntax v0.6.29
20962024-03-26T18:33:08.942Z Compiling platforms v3.0.2
20972024-03-26T18:33:09.260Z Compiling diff v0.1.13
20982024-03-26T18:33:09.294Z Compiling bindgen v0.69.2
20992024-03-26T18:33:09.725Z Compiling darling_macro v0.14.4
21002024-03-26T18:33:09.815Z Compiling parking_lot v0.11.2
21012024-03-26T18:33:10.645Z Compiling darling v0.14.4
21022024-03-26T18:33:10.758Z Compiling mime_guess v2.0.4
21032024-03-26T18:33:11.915Z Compiling lalrpop v0.19.12
21042024-03-26T18:33:12.243Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21052024-03-26T18:33:14.252Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21062024-03-26T18:33:15.076Z Compiling trust-dns-client v0.22.0
21072024-03-26T18:33:15.233Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21082024-03-26T18:33:15.456Z Compiling cexpr v0.6.0
21092024-03-26T18:33:16.611Z Compiling which v4.4.0
21102024-03-26T18:33:17.156Z Compiling vte_generate_state_changes v0.1.1
21112024-03-26T18:33:17.736Z Compiling lazycell v1.3.0
21122024-03-26T18:33:17.899Z Compiling shlex v1.3.0
21132024-03-26T18:33:18.272Z Compiling rustc-hash v1.1.0
21142024-03-26T18:33:18.413Z Compiling ref-cast v1.0.20
21152024-03-26T18:33:18.750Z Compiling buf-list v1.0.3
21162024-03-26T18:33:18.832Z Compiling peeking_take_while v0.1.2
21172024-03-26T18:33:18.849Z Compiling doc-comment v0.3.3
21182024-03-26T18:33:19.482Z Compiling trust-dns-server v0.22.1
21192024-03-26T18:33:20.630Z Compiling vte v0.11.1
21202024-03-26T18:33:23.019Z Compiling derive_builder_core v0.12.0
21212024-03-26T18:33:25.184Z Compiling sled v0.34.7
21222024-03-26T18:33:26.921Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21232024-03-26T18:33:27.109Z Compiling headers-core v0.2.0
21242024-03-26T18:33:27.206Z Compiling libxml v0.3.3
21252024-03-26T18:33:27.274Z Compiling pin-project-internal v1.1.3
21262024-03-26T18:33:27.546Z Compiling ref-cast-impl v1.0.20
21272024-03-26T18:33:28.665Z Compiling memoffset v0.7.1
21282024-03-26T18:33:29.010Z Compiling bytecount v0.6.3
21292024-03-26T18:33:29.319Z Compiling papergrid v0.11.0
21302024-03-26T18:33:30.013Z Compiling pin-project v1.1.3
21312024-03-26T18:33:30.150Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21322024-03-26T18:33:33.566Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21332024-03-26T18:33:35.353Z Compiling headers v0.3.9
21342024-03-26T18:33:39.381Z Compiling curve25519-dalek v4.1.1
21352024-03-26T18:33:39.643Z Compiling polar-core v0.27.0
21362024-03-26T18:33:39.762Z Compiling derive_builder_macro v0.12.0
21372024-03-26T18:33:41.723Z Compiling strip-ansi-escapes v0.2.0
21382024-03-26T18:33:42.478Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21392024-03-26T18:33:43.317Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
21402024-03-26T18:33:43.509Z Compiling tabled_derive v0.7.0
21412024-03-26T18:33:48.230Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21422024-03-26T18:33:48.230Z Compiling fd-lock v3.0.13
21432024-03-26T18:33:48.230Z Compiling strum_macros v0.24.3
21442024-03-26T18:33:48.238Z Compiling kstat-rs v0.2.3
21452024-03-26T18:33:49.200Z Compiling snafu-derive v0.7.5
21462024-03-26T18:33:49.402Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21472024-03-26T18:33:49.692Z Compiling cookie v0.18.0
21482024-03-26T18:33:49.985Z Compiling fs-err v2.11.0
21492024-03-26T18:33:50.277Z Compiling strum v0.25.0
21502024-03-26T18:33:50.454Z Compiling indoc v1.0.9
21512024-03-26T18:33:52.962Z Compiling nu-ansi-term v0.50.0
21522024-03-26T18:33:52.983Z Compiling keccak v0.1.4
21532024-03-26T18:33:52.984Z Compiling sha3 v0.10.8
21542024-03-26T18:33:52.984Z Compiling reedline v0.30.0
21552024-03-26T18:33:53.217Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21562024-03-26T18:33:54.172Z Compiling snafu v0.7.5
21572024-03-26T18:33:57.456Z Compiling tabled v0.15.0
21582024-03-26T18:34:01.033Z Compiling derive_builder v0.12.0
21592024-03-26T18:34:06.440Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21602024-03-26T18:34:06.453Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
21612024-03-26T18:34:08.471Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21622024-03-26T18:34:08.759Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
21632024-03-26T18:34:10.353Z Compiling globset v0.4.13
21642024-03-26T18:34:16.515Z Compiling fd-lock v4.0.2
21652024-03-26T18:34:16.724Z Compiling olpc-cjson v0.1.3
21662024-03-26T18:34:17.066Z Compiling bb8 v0.8.3
21672024-03-26T18:34:17.203Z Compiling universal-hash v0.5.1
21682024-03-26T18:34:17.422Z Compiling nix v0.27.1
21692024-03-26T18:34:17.580Z Compiling secrecy v0.8.0
21702024-03-26T18:34:17.984Z Compiling serde_plain v1.0.2
21712024-03-26T18:34:18.371Z Compiling quick-xml v0.30.0
21722024-03-26T18:34:18.800Z Compiling async-recursion v1.0.5
21732024-03-26T18:34:19.794Z Compiling sqlparser_derive v0.2.2
21742024-03-26T18:34:20.810Z Compiling curve25519-dalek-derive v0.1.0
21752024-03-26T18:34:20.981Z Compiling impl-trait-for-tuples v0.2.2
21762024-03-26T18:34:22.205Z Compiling nanorand v0.7.0
21772024-03-26T18:34:22.969Z Compiling thiserror-impl-no-std v2.0.2
21782024-03-26T18:34:23.658Z Compiling oso-derive v0.27.0
21792024-03-26T18:34:24.647Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21802024-03-26T18:34:24.658Z Compiling salty v0.2.0
21812024-03-26T18:34:25.051Z Compiling opaque-debug v0.3.0
21822024-03-26T18:34:25.146Z Compiling typed-path v0.7.0
21832024-03-26T18:34:25.233Z Compiling unicode_categories v0.1.1
21842024-03-26T18:34:25.587Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21852024-03-26T18:34:25.611Z Compiling maplit v1.0.2
21862024-03-26T18:34:25.664Z Compiling signature v1.6.4
21872024-03-26T18:34:25.722Z Compiling thiserror-no-std v2.0.2
21882024-03-26T18:34:25.801Z Compiling ed25519 v1.5.3
21892024-03-26T18:34:25.830Z Compiling sqlformat v0.2.3
21902024-03-26T18:34:26.291Z Compiling poly1305 v0.8.0
21912024-03-26T18:34:26.297Z Compiling rustyline v13.0.0
21922024-03-26T18:34:27.579Z Compiling tough v0.16.0
21932024-03-26T18:34:31.025Z Compiling oso v0.27.0
21942024-03-26T18:34:34.675Z Compiling flume v0.11.0
21952024-03-26T18:34:39.574Z Compiling sqlparser v0.43.1
21962024-03-26T18:34:42.758Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21972024-03-26T18:34:43.429Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21982024-03-26T18:34:50.650Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21992024-03-26T18:34:56.326Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22002024-03-26T18:34:57.173Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22012024-03-26T18:34:57.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22022024-03-26T18:34:57.855Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22032024-03-26T18:34:58.131Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22042024-03-26T18:34:58.166Z Compiling chacha20 v0.9.1
22052024-03-26T18:34:58.635Z Compiling aead v0.5.2
22062024-03-26T18:34:58.957Z Compiling bcs v0.1.6
22072024-03-26T18:34:59.877Z Compiling serde-big-array v0.5.1
22082024-03-26T18:35:00.109Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22092024-03-26T18:35:00.911Z Compiling highway v1.1.0
22102024-03-26T18:35:02.335Z Compiling parse-size v1.0.0
22112024-03-26T18:35:02.625Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22122024-03-26T18:35:04.902Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22132024-03-26T18:35:07.476Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22142024-03-26T18:35:15.097Z Compiling chacha20poly1305 v0.10.1
22152024-03-26T18:35:15.338Z Compiling vsss-rs v3.3.4
22162024-03-26T18:35:19.944Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22172024-03-26T18:35:20.645Z Compiling signal-hook-tokio v0.3.1
22182024-03-26T18:35:20.856Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22192024-03-26T18:35:21.514Z Compiling castaway v0.2.2
22202024-03-26T18:35:21.691Z Compiling serde-big-array v0.4.1
22212024-03-26T18:35:23.645Z Compiling http-range v0.1.5
22222024-03-26T18:35:23.817Z Compiling hyper-staticfile v0.9.5
22232024-03-26T18:35:23.923Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22242024-03-26T18:35:23.974Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22252024-03-26T18:35:25.461Z Compiling compact_str v0.7.1
22262024-03-26T18:35:27.049Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22272024-03-26T18:35:27.233Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22282024-03-26T18:35:33.569Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22292024-03-26T18:35:39.865Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22302024-03-26T18:35:47.441Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22312024-03-26T18:35:47.668Z Compiling lru v0.12.1
22322024-03-26T18:35:47.727Z Compiling stability v0.1.1
22332024-03-26T18:35:48.012Z Compiling cassowary v0.3.0
22342024-03-26T18:35:48.636Z Compiling corncobs v0.1.3
22352024-03-26T18:35:48.692Z Compiling indoc v2.0.3
22362024-03-26T18:35:48.996Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22372024-03-26T18:35:49.722Z Compiling ratatui v0.26.1
22382024-03-26T18:35:49.829Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22392024-03-26T18:35:52.447Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22402024-03-26T18:35:57.580Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22412024-03-26T18:35:58.887Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22422024-03-26T18:36:01.123Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22432024-03-26T18:36:01.448Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22442024-03-26T18:36:01.729Z Compiling rand_seeder v0.2.3
22452024-03-26T18:36:02.140Z Compiling unicode-linebreak v0.1.5
22462024-03-26T18:36:03.085Z Compiling smawk v0.3.1
22472024-03-26T18:36:03.093Z Compiling textwrap v0.16.1
22482024-03-26T18:36:06.844Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22492024-03-26T18:36:12.209Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22502024-03-26T18:36:14.366Z Compiling rcgen v0.12.1
22512024-03-26T18:36:19.739Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22522024-03-26T18:36:20.190Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
22532024-03-26T18:36:22.052Z Compiling atomicwrites v0.4.3
22542024-03-26T18:36:22.583Z Compiling fatfs v0.3.6
22552024-03-26T18:36:25.314Z Compiling subprocess v0.2.9
22562024-03-26T18:36:25.575Z Compiling rtoolbox v0.0.1
22572024-03-26T18:36:26.008Z Compiling assert_matches v1.5.0
22582024-03-26T18:36:26.171Z Compiling is_ci v1.2.0
22592024-03-26T18:36:26.509Z Compiling supports-color v3.0.0
22602024-03-26T18:36:26.948Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22612024-03-26T18:36:27.195Z Compiling rpassword v7.3.1
22622024-03-26T18:36:27.637Z Compiling tui-tree-widget v0.17.0
22632024-03-26T18:36:28.031Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22642024-03-26T18:36:30.724Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22652024-03-26T18:36:34.061Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22662024-03-26T18:36:34.355Z Compiling csv-core v0.1.11
22672024-03-26T18:36:35.261Z Compiling shell-words v1.1.0
22682024-03-26T18:36:35.339Z Compiling csv v1.3.0
22692024-03-26T18:36:35.708Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22702024-03-26T18:36:37.506Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22712024-03-26T18:37:10.141Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22722024-03-26T18:37:19.571Z Compiling multimap v0.10.0
22732024-03-26T18:39:06.731Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22742024-03-26T18:39:07.004Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22752024-03-26T18:39:22.707Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22762024-03-26T18:45:32.270Z Finished release [optimized] target(s) in 13m 27s
22772024-03-26T18:46:36.023Z
22782024-03-26T18:46:36.031Zreal 14:32.597751251
22792024-03-26T18:46:36.032Zuser 1:40:10.763702280
22802024-03-26T18:46:36.032Zsys 4:15.469862736
22812024-03-26T18:46:36.032Ztrap 2.261628551
22822024-03-26T18:46:36.032Ztflt 1.963529080
22832024-03-26T18:46:36.032Zdflt 3.229080868
22842024-03-26T18:46:36.033Zkflt 0.226648651
22852024-03-26T18:46:36.033Zlock 6:18:40.051004692
22862024-03-26T18:46:36.033Zslp 3:52:29.085871127
22872024-03-26T18:46:36.033Zlat 2:16.499007379
22882024-03-26T18:46:36.033Zstop 54.818420880
22892024-03-26T18:46:36.034Z+ 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/*)
22902024-03-26T18:46:36.034Z+ pfexec mkdir -p /work
22912024-03-26T18:46:36.034Z+ pfexec chown build /work
22922024-03-26T18:46:36.039Z+ 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
22932024-03-26T18:46:45.756ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22942024-03-26T18:46:45.757Za out/mg-ddm-gz.tar 73281K
22952024-03-26T18:46:45.757Za out/omicron-sled-agent.tar 111433K
22962024-03-26T18:46:45.757Za out/oxlog.tar 6099K
22972024-03-26T18:46:45.757Za out/target/test 1K
22982024-03-26T18:46:45.757Za out/npuzone/npuzone 36313K
22992024-03-26T18:46:45.757Za package-manifest.toml 26K
23002024-03-26T18:46:45.757Za smf/sled-agent/non-gimlet/config.toml 4K
23012024-03-26T18:46:45.757Za target/release/omicron-package 39203K
23022024-03-26T18:46:45.757Za tools/create_virtual_hardware.sh 4K
23032024-03-26T18:46:45.758Za tools/virtual_hardware.sh 4K
23042024-03-26T18:46:45.758Za tools/scrimlet/create-softnpu-zone.sh 1K
23052024-03-26T18:46:45.758Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23062024-03-26T18:46:45.758Za tools/scrimlet/softnpu-init.sh 3K
23072024-03-26T18:46:45.758Za tools/scrimlet/softnpu-zone.txt 1K
23082024-03-26T18:46:45.758Za tools/scrimlet/softnpu.toml 1K
23092024-03-26T18:46:45.764Z
23102024-03-26T18:46:45.764Zreal 9.724150039
23112024-03-26T18:46:45.764Zuser 9.386412057
23122024-03-26T18:46:45.764Zsys 0.680455830
23132024-03-26T18:46:45.765Ztrap 0.001786108
23142024-03-26T18:46:45.765Ztflt 0.000000000
23152024-03-26T18:46:45.765Zdflt 0.000000000
23162024-03-26T18:46:45.765Zkflt 0.000000000
23172024-03-26T18:46:45.765Zlock 0.000000000
23182024-03-26T18:46:45.765Zslp 9.148437171
23192024-03-26T18:46:45.765Zlat 0.228297154
23202024-03-26T18:46:45.765Zstop 0.000174834
23212024-03-26T18:46:45.765Z++ pwd
23222024-03-26T18:46:45.765Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23232024-03-26T18:46:45.765Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23242024-03-26T18:46:45.765Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23252024-03-26T18:46:46.527Z Finished release [optimized] target(s) in 0.71s
23262024-03-26T18:46:46.549Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23272024-03-26T18:46:46.587ZLogging to: /work/oxidecomputer/omicron/out/LOG
23282024-03-26T18:46:46.599ZCreated new build target 'host' and set it as active
23292024-03-26T18:46:46.599Z
23302024-03-26T18:46:46.599Zreal 0.812329956
23312024-03-26T18:46:46.599Zuser 0.528944312
23322024-03-26T18:46:46.599Zsys 0.267901658
23332024-03-26T18:46:46.599Ztrap 0.000028917
23342024-03-26T18:46:46.599Ztflt 0.000001370
23352024-03-26T18:46:46.599Zdflt 0.000000000
23362024-03-26T18:46:46.599Zkflt 0.000000000
23372024-03-26T18:46:46.600Zlock 0.023175263
23382024-03-26T18:46:46.600Zslp 0.093661688
23392024-03-26T18:46:46.600Zlat 0.003523089
23402024-03-26T18:46:46.600Zstop 0.000248101
23412024-03-26T18:46:46.600Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23422024-03-26T18:46:47.333Z Finished release [optimized] target(s) in 0.70s
23432024-03-26T18:46:47.371Z Running `target/release/omicron-package -t host package`
23442024-03-26T18:46:47.384ZLogging to: /work/oxidecomputer/omicron/out/LOG
23452024-03-26T18:46:48.152Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23462024-03-26T18:49:09.611Z Finished release [optimized] target(s) in 2m 22s
23472024-03-26T18:49:44.038Z
23482024-03-26T18:49:44.048Zreal 2:57.419975103
23492024-03-26T18:49:44.048Zuser 13:49.701034056
23502024-03-26T18:49:44.048Zsys 39.456049687
23512024-03-26T18:49:44.048Ztrap 0.254284629
23522024-03-26T18:49:44.048Ztflt 0.064435051
23532024-03-26T18:49:44.048Zdflt 5.942504633
23542024-03-26T18:49:44.048Zkflt 0.013080076
23552024-03-26T18:49:44.048Zlock 57:42.006938216
23562024-03-26T18:49:44.048Zslp 12:21.400685590
23572024-03-26T18:49:44.048Zlat 7.960504484
23582024-03-26T18:49:44.049Zstop 2.250489430
23592024-03-26T18:49:44.049Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
23602024-03-26T18:49:44.049Z+ for package in "$@"
23612024-03-26T18:49:44.049Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
23622024-03-26T18:49:44.049Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitf784f78d67f
23632024-03-26T18:49:44.812Z Finished release [optimized] target(s) in 0.72s
23642024-03-26T18:49:44.835Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitf784f78d67f`
23652024-03-26T18:49:44.866ZLogging to: /work/oxidecomputer/omicron/out/LOG
23662024-03-26T18:49:45.043ZCreated: out/versioned/omicron-sled-agent.tar
23672024-03-26T18:49:45.046Z+ for package in "$@"
23682024-03-26T18:49:45.046Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
23692024-03-26T18:49:45.046Z+ echo 0.0.0
23702024-03-26T18:49:45.046Z+ tar rvf out/mg-ddm-gz.tar VERSION
23712024-03-26T18:49:45.049Za VERSION 1K
23722024-03-26T18:49:45.049Z+ rm VERSION
23732024-03-26T18:49:45.053Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f
23742024-03-26T18:49:46.817Z Finished release [optimized] target(s) in 0.71s
23752024-03-26T18:49:46.820Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f`
23762024-03-26T18:49:46.820ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772024-03-26T18:49:46.820ZCreated: out/versioned/mg-ddm-gz.tar
23782024-03-26T18:49:46.820Z+ for package in "$@"
23792024-03-26T18:49:46.820Z+ [[ propolis-server == mg-ddm-gz ]]
23802024-03-26T18:49:46.820Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitf784f78d67f
23812024-03-26T18:49:46.820Z Finished release [optimized] target(s) in 0.69s
23822024-03-26T18:49:46.820Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitf784f78d67f`
23832024-03-26T18:49:46.820ZLogging to: /work/oxidecomputer/omicron/out/LOG
23842024-03-26T18:49:47.880ZCreated: out/versioned/propolis-server.tar.gz
23852024-03-26T18:49:47.883Z+ for package in "$@"
23862024-03-26T18:49:47.884Z+ [[ overlay == mg-ddm-gz ]]
23872024-03-26T18:49:47.884Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitf784f78d67f
23882024-03-26T18:49:48.628Z Finished release [optimized] target(s) in 0.69s
23892024-03-26T18:49:48.649Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitf784f78d67f`
23902024-03-26T18:49:48.680ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912024-03-26T18:49:48.683ZCreated: out/versioned/overlay.tar.gz
23922024-03-26T18:49:48.683Z+ for package in "$@"
23932024-03-26T18:49:48.683Z+ [[ oxlog == mg-ddm-gz ]]
23942024-03-26T18:49:48.683Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitf784f78d67f
23952024-03-26T18:49:49.474Z Finished release [optimized] target(s) in 0.74s
23962024-03-26T18:49:49.498Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitf784f78d67f`
23972024-03-26T18:49:49.533ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982024-03-26T18:49:49.544ZCreated: out/versioned/oxlog.tar
23992024-03-26T18:49:49.547Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24002024-03-26T18:49:49.556Z+++ dirname -- ./tools/build-global-zone-packages.sh
24012024-03-26T18:49:49.561Z++ cd -- ./tools
24022024-03-26T18:49:49.561Z++ pwd
24032024-03-26T18:49:49.561Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24042024-03-26T18:49:49.570Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24052024-03-26T18:49:49.642Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24062024-03-26T18:49:49.645Z++ readlink -f /work
24072024-03-26T18:49:49.645Z+ out_dir=/work
24082024-03-26T18:49:49.645Z+ 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")
24092024-03-26T18:49:49.646Z+ for dep in "${deps[@]}"
24102024-03-26T18:49:49.646Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24112024-03-26T18:49:49.646Z+ for dep in "${deps[@]}"
24122024-03-26T18:49:49.646Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24132024-03-26T18:49:49.646Z+ for dep in "${deps[@]}"
24142024-03-26T18:49:49.646Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24152024-03-26T18:49:49.646Z+ for dep in "${deps[@]}"
24162024-03-26T18:49:49.646Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24172024-03-26T18:49:49.646Z+ for dep in "${deps[@]}"
24182024-03-26T18:49:49.646Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24192024-03-26T18:49:49.649Z++ mktemp -d
24202024-03-26T18:49:49.649Z+ tmp_gz=/tmp/tmp.s_aOVh
24212024-03-26T18:49:49.649Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24222024-03-26T18:49:49.649Z+ echo '{"v":"1","t":"layer"}'
24232024-03-26T18:49:49.649Z+ pkg_dir=/tmp/tmp.s_aOVh/root/opt/oxide/sled-agent
24242024-03-26T18:49:49.649Z+ mkdir -p /tmp/tmp.s_aOVh/root/opt/oxide/sled-agent
24252024-03-26T18:49:49.653Z+ cd /tmp/tmp.s_aOVh/root/opt/oxide/sled-agent
24262024-03-26T18:49:49.653Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24272024-03-26T18:49:49.728Zx ., 0 bytes, 0 tape blocks
24282024-03-26T18:49:49.728Zx zone-bundle, 36064080 bytes, 70438 tape blocks
24292024-03-26T18:49:49.728Zx sled-agent, 78113320 bytes, 152566 tape blocks
24302024-03-26T18:49:49.728Zx pkg, 0 bytes, 0 tape blocks
24312024-03-26T18:49:49.728Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24322024-03-26T18:49:49.728Zx pkg/README.md, 54 bytes, 1 tape blocks
24332024-03-26T18:49:49.728Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24342024-03-26T18:49:49.728Zx VERSION, 25 bytes, 1 tape blocks
24352024-03-26T18:49:49.731Z+ mkdir -p /tmp/tmp.s_aOVh/root/lib/svc/manifest/site/
24362024-03-26T18:49:49.732Z+ mv pkg/manifest.xml /tmp/tmp.s_aOVh/root/lib/svc/manifest/site/sled-agent.xml
24372024-03-26T18:49:49.738Z+ cd -
24382024-03-26T18:49:49.738Z/work/oxidecomputer/omicron
24392024-03-26T18:49:49.738Z+ pkg_dir=/tmp/tmp.s_aOVh/root/opt/oxide/mg-ddm
24402024-03-26T18:49:49.738Z+ mkdir -p /tmp/tmp.s_aOVh/root/opt/oxide/mg-ddm
24412024-03-26T18:49:49.741Z+ cd /tmp/tmp.s_aOVh/root/opt/oxide/mg-ddm
24422024-03-26T18:49:49.741Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24432024-03-26T18:49:49.789Zx ., 0 bytes, 0 tape blocks
24442024-03-26T18:49:49.789Zx ddmadm, 25591920 bytes, 49985 tape blocks
24452024-03-26T18:49:49.789Zx ddmd, 49433200 bytes, 96550 tape blocks
24462024-03-26T18:49:49.789Zx pkg, 0 bytes, 0 tape blocks
24472024-03-26T18:49:49.789Zx pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks
24482024-03-26T18:49:49.789Zx pkg/mgd, 0 bytes, 0 tape blocks
24492024-03-26T18:49:49.790Zx pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks
24502024-03-26T18:49:49.790Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24512024-03-26T18:49:49.790Zx pkg/ddm, 0 bytes, 0 tape blocks
24522024-03-26T18:49:49.790Zx pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks
24532024-03-26T18:49:49.790Zx VERSION, 25 bytes, 1 tape blocks
24542024-03-26T18:49:49.794Z+ cd -
24552024-03-26T18:49:49.795Z/work/oxidecomputer/omicron
24562024-03-26T18:49:49.795Z+ pkg_dir=/tmp/tmp.s_aOVh/root/opt/oxide/oxlog
24572024-03-26T18:49:49.795Z+ mkdir -p /tmp/tmp.s_aOVh/root/opt/oxide/oxlog
24582024-03-26T18:49:49.795Z+ cd /tmp/tmp.s_aOVh/root/opt/oxide/oxlog
24592024-03-26T18:49:49.795Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24602024-03-26T18:49:49.799Zx ., 0 bytes, 0 tape blocks
24612024-03-26T18:49:49.799Zx oxlog, 6241856 bytes, 12192 tape blocks
24622024-03-26T18:49:49.799Zx VERSION, 25 bytes, 1 tape blocks
24632024-03-26T18:49:49.799Z+ cd -
24642024-03-26T18:49:49.799Z/work/oxidecomputer/omicron
24652024-03-26T18:49:49.799Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.s_aOVh/root/opt/oxide
24662024-03-26T18:49:49.897Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.s_aOVh/root/opt/oxide
24672024-03-26T18:49:49.901Z+ cd /tmp/tmp.s_aOVh
24682024-03-26T18:49:49.901Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24692024-03-26T18:49:58.417ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24702024-03-26T18:49:58.417Za oxide.json 1K
24712024-03-26T18:49:58.418Za root/ 0K
24722024-03-26T18:49:58.418Za root/opt/ 0K
24732024-03-26T18:49:58.418Za root/opt/oxide/ 0K
24742024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/ 0K
24752024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/zone-bundle 35219K
24762024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/sled-agent 76283K
24772024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/pkg/ 0K
24782024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24792024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/pkg/README.md 1K
24802024-03-26T18:49:58.418Za root/opt/oxide/sled-agent/VERSION 1K
24812024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/ 0K
24822024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/ddmadm 24993K
24832024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/ddmd 48275K
24842024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/ 0K
24852024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24862024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24872024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24882024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24892024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24902024-03-26T18:49:58.418Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24912024-03-26T18:49:58.419Za root/opt/oxide/mg-ddm/VERSION 1K
24922024-03-26T18:49:58.419Za root/opt/oxide/oxlog/ 0K
24932024-03-26T18:49:58.419Za root/opt/oxide/oxlog/oxlog 6096K
24942024-03-26T18:49:58.419Za root/opt/oxide/oxlog/VERSION 1K
24952024-03-26T18:49:58.419Za root/opt/oxide/propolis-server.tar.gz 64808K
24962024-03-26T18:49:58.419Za root/opt/oxide/overlay.tar.gz 3K
24972024-03-26T18:49:58.419Za root/lib/ 0K
24982024-03-26T18:49:58.419Za root/lib/svc/ 0K
24992024-03-26T18:49:58.419Za root/lib/svc/manifest/ 0K
25002024-03-26T18:49:58.419Za root/lib/svc/manifest/site/ 0K
25012024-03-26T18:49:58.419Za root/lib/svc/manifest/site/sled-agent.xml 3K
25022024-03-26T18:49:58.422Z+ cd /
25032024-03-26T18:49:58.422Z+ rm -rf /tmp/tmp.s_aOVh
25042024-03-26T18:49:58.447Z
25052024-03-26T18:49:58.451Zreal 8.897017226
25062024-03-26T18:49:58.451Zuser 8.256889968
25072024-03-26T18:49:58.451Zsys 0.586557829
25082024-03-26T18:49:58.451Ztrap 0.001346273
25092024-03-26T18:49:58.451Ztflt 0.000000000
25102024-03-26T18:49:58.451Zdflt 0.000000000
25112024-03-26T18:49:58.451Zkflt 0.000000000
25122024-03-26T18:49:58.451Zlock 0.000000000
25132024-03-26T18:49:58.451Zslp 17.249066040
25142024-03-26T18:49:58.451Zlat 0.207238905
25152024-03-26T18:49:58.451Zstop 0.000219489
25162024-03-26T18:49:58.451Z+ mkdir -p /work/zones
25172024-03-26T18:49:58.451Z+ 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)
25182024-03-26T18:49:58.454Z+ 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/
25192024-03-26T18:50:01.197Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25202024-03-26T18:50:02.023Z Finished release [optimized] target(s) in 0.77s
25212024-03-26T18:50:02.045Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25222024-03-26T18:50:02.074ZLogging to: /work/oxidecomputer/omicron/out/LOG
25232024-03-26T18:50:02.078ZCreated new build target 'recovery' and set it as active
25242024-03-26T18:50:02.078Z
25252024-03-26T18:50:02.078Zreal 0.876161343
25262024-03-26T18:50:02.078Zuser 0.566494452
25272024-03-26T18:50:02.078Zsys 0.292583483
25282024-03-26T18:50:02.078Ztrap 0.000670315
25292024-03-26T18:50:02.078Ztflt 0.000004429
25302024-03-26T18:50:02.078Zdflt 0.000043444
25312024-03-26T18:50:02.079Zkflt 0.000000000
25322024-03-26T18:50:02.079Zlock 0.023825872
25332024-03-26T18:50:02.079Zslp 0.102518100
25342024-03-26T18:50:02.079Zlat 0.009964333
25352024-03-26T18:50:02.079Zstop 0.000293735
25362024-03-26T18:50:02.079Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25372024-03-26T18:50:02.846Z Finished release [optimized] target(s) in 0.71s
25382024-03-26T18:50:02.870Z Running `target/release/omicron-package -t recovery package`
25392024-03-26T18:50:02.902ZLogging to: /work/oxidecomputer/omicron/out/LOG
25402024-03-26T18:50:03.573Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25412024-03-26T18:50:05.962Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25422024-03-26T18:50:25.175Z Finished release [optimized] target(s) in 22.21s
25432024-03-26T18:50:39.155Z
25442024-03-26T18:50:39.158Zreal 37.065743117
25452024-03-26T18:50:39.158Zuser 1:37.417482331
25462024-03-26T18:50:39.158Zsys 7.999771080
25472024-03-26T18:50:39.158Ztrap 0.063652290
25482024-03-26T18:50:39.158Ztflt 0.059776094
25492024-03-26T18:50:39.158Zdflt 0.403157323
25502024-03-26T18:50:39.159Zkflt 0.000022447
25512024-03-26T18:50:39.159Zlock 10:52.857358810
25522024-03-26T18:50:39.159Zslp 1:36.778544941
25532024-03-26T18:50:39.159Zlat 1.313094734
25542024-03-26T18:50:39.159Zstop 0.538595548
25552024-03-26T18:50:39.159Z+ stamp_packages installinator mg-ddm-gz
25562024-03-26T18:50:39.159Z+ for package in "$@"
25572024-03-26T18:50:39.159Z+ [[ installinator == mg-ddm-gz ]]
25582024-03-26T18:50:39.159Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitf784f78d67f
25592024-03-26T18:50:39.923Z Finished release [optimized] target(s) in 0.72s
25602024-03-26T18:50:39.946Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitf784f78d67f`
25612024-03-26T18:50:39.976ZLogging to: /work/oxidecomputer/omicron/out/LOG
25622024-03-26T18:50:40.047ZCreated: out/versioned/installinator.tar
25632024-03-26T18:50:40.050Z+ for package in "$@"
25642024-03-26T18:50:40.050Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
25652024-03-26T18:50:40.050Z+ echo 0.0.0
25662024-03-26T18:50:40.050Z+ tar rvf out/mg-ddm-gz.tar VERSION
25672024-03-26T18:50:40.054Za VERSION 1K
25682024-03-26T18:50:40.054Z+ rm VERSION
25692024-03-26T18:50:40.057Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f
25702024-03-26T18:50:40.812Z Finished release [optimized] target(s) in 0.71s
25712024-03-26T18:50:40.832Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f`
25722024-03-26T18:50:40.864ZLogging to: /work/oxidecomputer/omicron/out/LOG
25732024-03-26T18:50:40.988ZCreated: out/versioned/mg-ddm-gz.tar
25742024-03-26T18:50:40.991Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25752024-03-26T18:50:41.001Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25762024-03-26T18:50:41.005Z++ cd -- ./tools
25772024-03-26T18:50:41.005Z++ pwd
25782024-03-26T18:50:41.005Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25792024-03-26T18:50:41.005Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25802024-03-26T18:50:41.008Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25812024-03-26T18:50:41.008Z++ readlink -f /work
25822024-03-26T18:50:41.014Z+ out_dir=/work
25832024-03-26T18:50:41.014Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25842024-03-26T18:50:41.014Z+ for dep in "${deps[@]}"
25852024-03-26T18:50:41.014Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25862024-03-26T18:50:41.014Z+ for dep in "${deps[@]}"
25872024-03-26T18:50:41.014Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25882024-03-26T18:50:41.014Z++ mktemp -d
25892024-03-26T18:50:41.017Z+ tmp_trampoline=/tmp/tmp.UHaq0h
25902024-03-26T18:50:41.017Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
25912024-03-26T18:50:41.017Z+ echo '{"v":"1","t":"layer"}'
25922024-03-26T18:50:41.018Z+ pkg_dir=/tmp/tmp.UHaq0h/root/opt/oxide/installinator
25932024-03-26T18:50:41.018Z+ mkdir -p /tmp/tmp.UHaq0h/root/opt/oxide/installinator
25942024-03-26T18:50:41.018Z+ cd /tmp/tmp.UHaq0h/root/opt/oxide/installinator
25952024-03-26T18:50:41.018Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
25962024-03-26T18:50:41.049Zx ., 0 bytes, 0 tape blocks
25972024-03-26T18:50:41.050Zx installinator, 47074248 bytes, 91942 tape blocks
25982024-03-26T18:50:41.050Zx pkg, 0 bytes, 0 tape blocks
25992024-03-26T18:50:41.050Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26002024-03-26T18:50:41.050Zx VERSION, 25 bytes, 1 tape blocks
26012024-03-26T18:50:41.056Z+ mkdir -p /tmp/tmp.UHaq0h/root/lib/svc/manifest/site/
26022024-03-26T18:50:41.056Z+ mv pkg/manifest.xml /tmp/tmp.UHaq0h/root/lib/svc/manifest/site/installinator.xml
26032024-03-26T18:50:41.056Z+ cd -
26042024-03-26T18:50:41.056Z/work/oxidecomputer/omicron
26052024-03-26T18:50:41.056Z+ pkg_dir=/tmp/tmp.UHaq0h/root/opt/oxide/mg-ddm
26062024-03-26T18:50:41.056Z+ mkdir -p /tmp/tmp.UHaq0h/root/opt/oxide/mg-ddm
26072024-03-26T18:50:41.060Z+ cd /tmp/tmp.UHaq0h/root/opt/oxide/mg-ddm
26082024-03-26T18:50:41.060Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26092024-03-26T18:50:41.106Zx ., 0 bytes, 0 tape blocks
26102024-03-26T18:50:41.106Zx ddmadm, 25591920 bytes, 49985 tape blocks
26112024-03-26T18:50:41.106Zx ddmd, 49433200 bytes, 96550 tape blocks
26122024-03-26T18:50:41.106Zx pkg, 0 bytes, 0 tape blocks
26132024-03-26T18:50:41.106Zx pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks
26142024-03-26T18:50:41.106Zx pkg/mgd, 0 bytes, 0 tape blocks
26152024-03-26T18:50:41.106Zx pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks
26162024-03-26T18:50:41.106Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26172024-03-26T18:50:41.106Zx pkg/ddm, 0 bytes, 0 tape blocks
26182024-03-26T18:50:41.106Zx pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks
26192024-03-26T18:50:41.106Zx VERSION, 25 bytes, 1 tape blocks
26202024-03-26T18:50:41.110Z+ cd -
26212024-03-26T18:50:41.110Z/work/oxidecomputer/omicron
26222024-03-26T18:50:41.110Z+ cd /tmp/tmp.UHaq0h
26232024-03-26T18:50:41.110Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26242024-03-26T18:50:45.557ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26252024-03-26T18:50:45.557Za oxide.json 1K
26262024-03-26T18:50:45.557Za root/ 0K
26272024-03-26T18:50:45.557Za root/opt/ 0K
26282024-03-26T18:50:45.557Za root/opt/oxide/ 0K
26292024-03-26T18:50:45.557Za root/opt/oxide/installinator/ 0K
26302024-03-26T18:50:45.557Za root/opt/oxide/installinator/installinator 45971K
26312024-03-26T18:50:45.557Za root/opt/oxide/installinator/pkg/ 0K
26322024-03-26T18:50:45.557Za root/opt/oxide/installinator/VERSION 1K
26332024-03-26T18:50:45.557Za root/opt/oxide/mg-ddm/ 0K
26342024-03-26T18:50:45.557Za root/opt/oxide/mg-ddm/ddmadm 24993K
26352024-03-26T18:50:45.557Za root/opt/oxide/mg-ddm/ddmd 48275K
26362024-03-26T18:50:45.557Za root/opt/oxide/mg-ddm/pkg/ 0K
26372024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26382024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26392024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26402024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26412024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26422024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26432024-03-26T18:50:45.558Za root/opt/oxide/mg-ddm/VERSION 1K
26442024-03-26T18:50:45.558Za root/lib/ 0K
26452024-03-26T18:50:45.558Za root/lib/svc/ 0K
26462024-03-26T18:50:45.558Za root/lib/svc/manifest/ 0K
26472024-03-26T18:50:45.558Za root/lib/svc/manifest/site/ 0K
26482024-03-26T18:50:45.558Za root/lib/svc/manifest/site/installinator.xml 3K
26492024-03-26T18:50:45.571Z+ cd /
26502024-03-26T18:50:45.571Z+ rm -rf /tmp/tmp.UHaq0h
26512024-03-26T18:50:45.575Z
26522024-03-26T18:50:45.576Zreal 4.577991350
26532024-03-26T18:50:45.576Zuser 4.333608190
26542024-03-26T18:50:45.576Zsys 0.255297611
26552024-03-26T18:50:45.576Ztrap 0.000803156
26562024-03-26T18:50:45.576Ztflt 0.000000000
26572024-03-26T18:50:45.576Zdflt 0.000000000
26582024-03-26T18:50:45.576Zkflt 0.000000000
26592024-03-26T18:50:45.576Zlock 0.000000000
26602024-03-26T18:50:45.576Zslp 8.902565374
26612024-03-26T18:50:45.576Zlat 0.096739612
26622024-03-26T18:50:45.576Zstop 0.000212912
26632024-03-26T18:50:45.576Zprocess exited: duration 1606744 ms, exit code 0
 
26642024-03-26T18:50:45.590Zfound 22 output files
26652024-03-26T18:50:45.591Zuploading: /work/version.txt (26 bytes)
26662024-03-26T18:50:46.606Zuploaded: /work/version.txt
26672024-03-26T18:50:46.606Zuploading: /work/package.tar.gz (84594977 bytes)
26682024-03-26T18:51:10.369Zuploaded: /work/package.tar.gz
26692024-03-26T18:51:10.369Zuploading: /work/global-zone-packages.tar.gz (126651922 bytes)
26702024-03-26T18:51:57.256Zuploaded: /work/global-zone-packages.tar.gz
26712024-03-26T18:51:57.256Zuploading: /work/trampoline-global-zone-packages.tar.gz (38206259 bytes)
26722024-03-26T18:52:10.664Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26732024-03-26T18:52:10.664Zuploading: /work/zones/clickhouse.tar.gz (231185527 bytes)
26742024-03-26T18:53:25.939Zuploaded: /work/zones/clickhouse.tar.gz
26752024-03-26T18:53:25.939Zuploading: /work/zones/clickhouse_keeper.tar.gz (231175481 bytes)
26762024-03-26T18:54:49.390Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26772024-03-26T18:54:49.390Zuploading: /work/zones/cockroachdb.tar.gz (126683776 bytes)
26782024-03-26T18:55:27.823Zuploaded: /work/zones/cockroachdb.tar.gz
26792024-03-26T18:55:27.823Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25293595 bytes)
26802024-03-26T18:55:41.134Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26812024-03-26T18:55:41.134Zuploading: /work/zones/crucible-zone.tar.gz (36990334 bytes)
26822024-03-26T18:55:52.639Zuploaded: /work/zones/crucible-zone.tar.gz
26832024-03-26T18:55:52.639Zuploading: /work/zones/external-dns.tar.gz (31012759 bytes)
26842024-03-26T18:56:08.798Zuploaded: /work/zones/external-dns.tar.gz
26852024-03-26T18:56:08.798Zuploading: /work/zones/internal-dns.tar.gz (31012419 bytes)
26862024-03-26T18:56:23.998Zuploaded: /work/zones/internal-dns.tar.gz
26872024-03-26T18:56:23.998Zuploading: /work/zones/nexus-single-sled.tar.gz (90581526 bytes)
26882024-03-26T18:56:54.643Zuploaded: /work/zones/nexus-single-sled.tar.gz
26892024-03-26T18:56:54.643Zuploading: /work/zones/nexus.tar.gz (90577517 bytes)
26902024-03-26T18:57:26.384Zuploaded: /work/zones/nexus.tar.gz
26912024-03-26T18:57:26.384Zuploading: /work/zones/ntp.tar.gz (10434752 bytes)
26922024-03-26T18:57:30.249Zuploaded: /work/zones/ntp.tar.gz
26932024-03-26T18:57:30.915Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16525417 bytes)
26942024-03-26T18:57:34.421Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
26952024-03-26T18:57:34.432Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16523619 bytes)
26962024-03-26T18:57:48.063Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
26972024-03-26T18:57:48.063Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
26982024-03-26T18:57:49.076Zuploaded: /work/zones/overlay.tar.gz
26992024-03-26T18:57:49.513Zuploading: /work/zones/oximeter.tar.gz (49091023 bytes)
27002024-03-26T18:58:09.437Zuploaded: /work/zones/oximeter.tar.gz
27012024-03-26T18:58:09.437Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27022024-03-26T18:58:12.786Zuploaded: /work/zones/probe.tar.gz
27032024-03-26T18:58:12.787Zuploading: /work/zones/propolis-server.tar.gz (66360059 bytes)
27042024-03-26T18:58:32.345Zuploaded: /work/zones/propolis-server.tar.gz
27052024-03-26T18:58:32.345Zuploading: /work/zones/switch-asic.tar.gz (292156627 bytes)
27062024-03-26T19:00:31.487Zuploaded: /work/zones/switch-asic.tar.gz
27072024-03-26T19:00:31.487Zuploading: /work/zones/switch-softnpu.tar.gz (213710089 bytes)
27082024-03-26T19:02:10.349Zuploaded: /work/zones/switch-softnpu.tar.gz