01HT6MMTNQBQ5900PJC0NBJVD6: 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: 01HT6MNE9N9Y5S6VBAWV2J3271

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-30T02:59:54.329Zjob assigned to worker 01HT6MNGHJEBGQT9QZ1AETPD0N (queued for 2 m 5 s)
 
22024-03-30T03:00:00.900Zstarting task 0: "setup"
32024-03-30T03:00:00.948Z++ uname -s
42024-03-30T03:00:00.959Z+ kern=SunOS
52024-03-30T03:00:00.959Z+ case "$kern" in
62024-03-30T03:00:00.960Z+ groupadd -g 12345 build
72024-03-30T03:00:00.977Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-30T03:00:03.016Z+ zfs create -o mountpoint=/work rpool/work
92024-03-30T03:00:03.072Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-30T03:00:03.097Z+ home_fs=zfs
112024-03-30T03:00:03.098Z+ [[ zfs == autofs ]]
122024-03-30T03:00:03.098Z+ mkdir -p /home/build
132024-03-30T03:00:03.098Z+ chown build:build /home/build /work
142024-03-30T03:00:05.071Z+ chmod 0700 /home/build /work
152024-03-30T03:00:05.076Zprocess exited: duration 4172 ms, exit code 0
 
162024-03-30T03:00:05.090Zstarting task 1: "rust-toolchain"
172024-03-30T03:00:05.096Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-30T03:00:05.099Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-30T03:00:05.421Zinfo: downloading installer
202024-03-30T03:00:07.198Zwarning: it looks like you have an existing installation of Rust at:
212024-03-30T03:00:07.198Zwarning: /opt/ooce/bin
222024-03-30T03:00:07.199Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-30T03:00:07.199Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-30T03:00:07.199Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-30T03:00:07.199Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-30T03:00:07.199Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-30T03:00:07.199Zerror: cannot install while Rust is installed
282024-03-30T03:00:07.199Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-30T03:00:07.348Zinfo: profile set to 'default'
302024-03-30T03:00:07.348Zinfo: default host triple is x86_64-unknown-illumos
312024-03-30T03:00:07.352Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-30T03:00:07.493Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-30T03:00:07.493Zinfo: downloading component 'cargo'
342024-03-30T03:00:08.320Zinfo: downloading component 'clippy'
352024-03-30T03:00:08.615Zinfo: downloading component 'rust-docs'
362024-03-30T03:00:09.654Zinfo: downloading component 'rust-std'
372024-03-30T03:00:11.508Zinfo: downloading component 'rustc'
382024-03-30T03:00:15.979Zinfo: downloading component 'rustfmt'
392024-03-30T03:00:16.302Zinfo: installing component 'cargo'
402024-03-30T03:00:17.117Zinfo: installing component 'clippy'
412024-03-30T03:00:17.475Zinfo: installing component 'rust-docs'
422024-03-30T03:00:18.796Zinfo: installing component 'rust-std'
432024-03-30T03:00:20.527Zinfo: installing component 'rustc'
442024-03-30T03:00:25.079Zinfo: installing component 'rustfmt'
452024-03-30T03:00:25.087Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-30T03:00:25.087Z
472024-03-30T03:00:25.309Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-30T03:00:25.309Z
492024-03-30T03:00:25.323Z
502024-03-30T03:00:25.323ZRust is installed now. Great!
512024-03-30T03:00:25.323Z
522024-03-30T03:00:25.324ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-30T03:00:25.324Zenvironment variable. This has not been done automatically.
542024-03-30T03:00:25.324Z
552024-03-30T03:00:25.324ZTo configure your current shell, you need to source
562024-03-30T03:00:25.324Zthe corresponding env file under $HOME/.cargo.
572024-03-30T03:00:25.324Z
582024-03-30T03:00:25.324ZThis is usually done by running one of the following (note the leading DOT):
592024-03-30T03:00:25.324Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-30T03:00:25.324Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-30T03:00:25.749Z+ rustc --version
622024-03-30T03:00:25.749Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-30T03:00:25.750Zprocess exited: duration 20372 ms, exit code 0
 
642024-03-30T03:00:25.763Zstarting task 2: "authentication"
652024-03-30T03:00:25.808Zprocess exited: duration 36 ms, exit code 0
 
662024-03-30T03:00:25.834Zstarting task 3: "clone repository"
672024-03-30T03:00:25.841Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-30T03:00:25.842Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-30T03:00:26.201ZCloning into '/work/oxidecomputer/omicron'...
702024-03-30T03:00:57.242Z+ cd /work/oxidecomputer/omicron
712024-03-30T03:00:57.242Z+ git fetch origin ea672660e773382cdde3eb7d1812abefa078e1e1
722024-03-30T03:00:58.083ZFrom https://github.com/oxidecomputer/omicron
732024-03-30T03:00:58.083Z * branch ea672660e773382cdde3eb7d1812abefa078e1e1 -> FETCH_HEAD
742024-03-30T03:00:58.090Z+ [[ -n sunshowers/spr/oxlog-add-sigpipereset ]]
752024-03-30T03:00:58.093Z++ git branch --show-current
762024-03-30T03:00:58.096Z+ current=main
772024-03-30T03:00:58.096Z+ [[ main != sunshowers/spr/oxlog-add-sigpipereset ]]
782024-03-30T03:00:58.096Z+ git branch -f sunshowers/spr/oxlog-add-sigpipereset ea672660e773382cdde3eb7d1812abefa078e1e1
792024-03-30T03:00:58.099Z+ git checkout -f sunshowers/spr/oxlog-add-sigpipereset
802024-03-30T03:00:58.231ZSwitched to branch 'sunshowers/spr/oxlog-add-sigpipereset'
812024-03-30T03:00:58.240Z+ git reset --hard ea672660e773382cdde3eb7d1812abefa078e1e1
822024-03-30T03:00:58.243ZHEAD is now at ea672660e [𝘀𝗽𝗿] initial version
832024-03-30T03:00:58.243Zprocess exited: duration 32406 ms, exit code 0
 
842024-03-30T03:00:58.250Zstarting task 4: "build"
852024-03-30T03:00:58.255Z+ cargo --version
862024-03-30T03:00:58.260Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-30T03:00:58.436Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-30T03:00:58.436Zinfo: downloading component 'cargo'
892024-03-30T03:00:59.263Zinfo: downloading component 'clippy'
902024-03-30T03:00:59.538Zinfo: downloading component 'rust-docs'
912024-03-30T03:01:00.573Zinfo: downloading component 'rust-std'
922024-03-30T03:01:02.316Zinfo: downloading component 'rustc'
932024-03-30T03:01:06.679Zinfo: downloading component 'rustfmt'
942024-03-30T03:01:06.969Zinfo: installing component 'cargo'
952024-03-30T03:01:07.851Zinfo: installing component 'clippy'
962024-03-30T03:01:08.187Zinfo: installing component 'rust-docs'
972024-03-30T03:01:09.564Zinfo: installing component 'rust-std'
982024-03-30T03:01:11.378Zinfo: installing component 'rustc'
992024-03-30T03:01:15.511Zinfo: installing component 'rustfmt'
1002024-03-30T03:01:15.902Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-30T03:01:15.912Z+ rustc --version
1022024-03-30T03:01:15.968Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-30T03:01:15.973Z++ git rev-parse HEAD
1042024-03-30T03:01:15.976Z+ COMMIT=ea672660e773382cdde3eb7d1812abefa078e1e1
1052024-03-30T03:01:15.977Z+ VERSION=7.0.0-0.ci+gitea672660e77
1062024-03-30T03:01:15.977Z+ echo 7.0.0-0.ci+gitea672660e77
1072024-03-30T03:01:15.977Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-03-30T03:01:24.653Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-03-30T03:01:26.068Z Startup: Caching catalogs ... Done
1102024-03-30T03:01:27.795ZPlanning: Solver setup ... Done (1.342s)
1112024-03-30T03:01:27.820ZPlanning: Running solver ... Done (0.026s)
1122024-03-30T03:01:27.974ZPlanning: Finding local manifests ... Done (0.128s)
1132024-03-30T03:01:27.987ZPlanning: Fetching manifests: 0/4 0% complete
1142024-03-30T03:01:28.688ZPlanning: Fetching manifests: 4/4 100% complete
1152024-03-30T03:01:28.736ZPlanning: Package planning ... Done (0.048s)
1162024-03-30T03:01:28.787ZPlanning: Merging actions ... Done (0.051s)
1172024-03-30T03:01:29.170ZPlanning: Checking for conflicting actions ... Done (0.381s)
1182024-03-30T03:01:29.180ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-03-30T03:01:34.583ZPlanning: Evaluating mediators ... Done (5.389s)
1202024-03-30T03:01:34.590ZPlanning: Planning completed in 8.45 seconds
1212024-03-30T03:01:34.595Z Packages to install: 4
1222024-03-30T03:01:34.595Z Mediators to change: 2
1232024-03-30T03:01:34.595Z Services to change: 1
1242024-03-30T03:01:34.595Z Estimated space available: 155.32 GB
1252024-03-30T03:01:34.595ZEstimated space to be consumed: 1.43 GB
1262024-03-30T03:01:34.595Z Create boot environment: No
1272024-03-30T03:01:34.595ZCreate backup boot environment: No
1282024-03-30T03:01:34.595Z Rebuild boot archive: No
1292024-03-30T03:01:34.595Z
1302024-03-30T03:01:34.595ZChanged mediators:
1312024-03-30T03:01:34.595Z mediator clang:
1322024-03-30T03:01:34.595Z version: None -> 15 (system default)
1332024-03-30T03:01:34.595Z
1342024-03-30T03:01:34.595Z mediator llvm:
1352024-03-30T03:01:34.595Z version: 14 (system default) -> 15 (system default)
1362024-03-30T03:01:34.595Z
1372024-03-30T03:01:34.595ZChanged packages:
1382024-03-30T03:01:34.595Zhelios-dev
1392024-03-30T03:01:34.595Z developer/build-essential
1402024-03-30T03:01:34.595Z None -> 11-2.0
1412024-03-30T03:01:34.596Z library/libxmlsec1
1422024-03-30T03:01:34.596Z None -> 1.2.35-2.0
1432024-03-30T03:01:34.596Z ooce/developer/clang-15
1442024-03-30T03:01:34.596Z None -> 15.0.7-2.0
1452024-03-30T03:01:34.596Z ooce/developer/llvm-15
1462024-03-30T03:01:34.596Z None -> 15.0.7-2.0
1472024-03-30T03:01:34.596Z
1482024-03-30T03:01:34.596ZServices:
1492024-03-30T03:01:34.596Z restart_fmri:
1502024-03-30T03:01:34.596Z svc:/system/update-man-index:default
1512024-03-30T03:01:34.666Z
1522024-03-30T03:01:34.666ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-03-30T03:01:42.650ZDownload: 210/3290 items 1.3/212.6MB 0% complete (1.2M/s)
1542024-03-30T03:01:51.655ZDownload: 212/3290 items 1.3/212.6MB 0% complete
1552024-03-30T03:01:56.657ZDownload: 1095/3290 items 19.6/212.6MB 9% complete (3.8M/s)
1562024-03-30T03:02:03.048ZDownload: 1195/3290 items 83.4/212.6MB 39% complete (8.8M/s)
1572024-03-30T03:02:08.661ZDownload: 1197/3290 items 83.4/212.6MB 39% complete (8.5M/s)
1582024-03-30T03:02:13.665ZDownload: 1520/3290 items 117.3/212.6MB 55% complete (6.8M/s)
1592024-03-30T03:02:19.653ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (4.5M/s)
1602024-03-30T03:02:24.680ZDownload: 2429/3290 items 120.1/212.6MB 56% complete (258k/s)
1612024-03-30T03:02:30.616ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (8.9M/s)
1622024-03-30T03:02:35.657ZDownload: 3285/3290 items 212.2/212.6MB 99% complete (9.2M/s)
1632024-03-30T03:02:49.160ZDownload: 3289/3290 items 212.4/212.6MB 99% complete
1642024-03-30T03:02:49.190ZDownload: Completed 212.60 MB in 74.52 seconds (2.9M/s)
1652024-03-30T03:02:49.338Z Actions: 1/3689 actions (Installing new actions)
1662024-03-30T03:02:54.347Z Actions: 3604/3689 actions (Installing new actions)
1672024-03-30T03:02:54.425Z Actions: Completed 3689 actions in 5.08 seconds.
1682024-03-30T03:02:54.625Z Done (0.199s)
1692024-03-30T03:02:54.626Z Done (0.000s)
1702024-03-30T03:02:54.884Z Done (0.257s)
1712024-03-30T03:02:59.869Z Done (4.844s)
1722024-03-30T03:03:00.037Z Done (0.086s)
1732024-03-30T03:03:00.046Z Done (0.000s)
1742024-03-30T03:03:00.195Z Done (0.000s)
1752024-03-30T03:03:00.727ZPlanning: Evaluating mediator changes ... Done
1762024-03-30T03:03:00.905ZPlanning: Checking for conflicting actions ... Done
1772024-03-30T03:03:01.029ZPlanning: Consolidating action changes ... Done
1782024-03-30T03:03:01.439ZPlanning: Evaluating mediators ... Done
1792024-03-30T03:03:01.439ZPlanning: Planning completed in 0.43 seconds
1802024-03-30T03:03:01.439Z Mediators to change: 2
1812024-03-30T03:03:01.439Z Create boot environment: No
1822024-03-30T03:03:01.440ZCreate backup boot environment: No
1832024-03-30T03:03:01.440Z Done
1842024-03-30T03:03:01.440Z Done
1852024-03-30T03:03:01.440Z Done
1862024-03-30T03:03:05.333Z Done
1872024-03-30T03:03:05.422Z Done
1882024-03-30T03:03:05.426Z Done
1892024-03-30T03:03:05.537Z Done
1902024-03-30T03:03:06.170ZPlanning: Evaluating mediator changes ... Done
1912024-03-30T03:03:06.175ZPlanning: Merging actions ... Done
1922024-03-30T03:03:06.786ZPlanning: Checking for conflicting actions ... Done
1932024-03-30T03:03:06.800ZPlanning: Consolidating action changes ... Done
1942024-03-30T03:03:06.800ZPlanning: Evaluating mediators ... Done
1952024-03-30T03:03:06.801ZPlanning: Planning completed in 0.81 seconds
1962024-03-30T03:03:06.801Z Packages to change: 1
1972024-03-30T03:03:06.801Z Mediators to change: 1
1982024-03-30T03:03:06.801Z Services to change: 1
1992024-03-30T03:03:06.801Z Create boot environment: No
2002024-03-30T03:03:06.802ZCreate backup boot environment: Yes
2012024-03-30T03:03:08.715Z Actions: 1/6 actions (Updating modified actions)
2022024-03-30T03:03:08.735Z Actions: Completed 6 actions in 0.00 seconds.
2032024-03-30T03:03:08.735Z Done
2042024-03-30T03:03:08.735Z Done
2052024-03-30T03:03:08.753Z Done
2062024-03-30T03:03:12.482Z Done
2072024-03-30T03:03:12.576Z Done
2082024-03-30T03:03:12.584Z Done
2092024-03-30T03:03:12.679Z Done
2102024-03-30T03:03:13.121ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-03-30T03:03:13.121Zclang system 15 system
2122024-03-30T03:03:13.121Zcsh system system illumos
2132024-03-30T03:03:13.121Zctags system system illumos
2142024-03-30T03:03:13.121Zgcc vendor 12 vendor
2152024-03-30T03:03:13.121Zgcc system 10 system
2162024-03-30T03:03:13.121Zgcc system 7 system
2172024-03-30T03:03:13.121Zgo system 1.20 system
2182024-03-30T03:03:13.121Zgo system 1.19 system
2192024-03-30T03:03:13.121Zllvm system 15 system
2202024-03-30T03:03:13.122Zllvm system 14 system
2212024-03-30T03:03:13.122Zmariadb system 10.6 system
2222024-03-30T03:03:13.122Zmta vendor vendor dma
2232024-03-30T03:03:13.122Zopenjdk system 17 system
2242024-03-30T03:03:13.122Zopenjdk system 11 system
2252024-03-30T03:03:13.122Zopenjdk system 1.8 system
2262024-03-30T03:03:13.123Zopenssl vendor 3 vendor
2272024-03-30T03:03:13.123Zperl system 5.36 system
2282024-03-30T03:03:13.123Zpostgresql system 15 system
2292024-03-30T03:03:13.123Zpostgresql system 13 system
2302024-03-30T03:03:13.123Zpython vendor 3 vendor
2312024-03-30T03:03:13.124Zpython system 2 system
2322024-03-30T03:03:13.124Zpython3 system 3.11 system
2332024-03-30T03:03:13.124Zruby system 3.0 system
2342024-03-30T03:03:13.124Zwords vendor vendor american-english
2352024-03-30T03:03:13.124Zwords system system australian-english
2362024-03-30T03:03:13.125Zwords system system british-english
2372024-03-30T03:03:13.125Zwords system system canadian-english
2382024-03-30T03:03:13.125Zwords system system french
2392024-03-30T03:03:13.125Zwords system system italian
2402024-03-30T03:03:13.126Zwords system system ngerman
2412024-03-30T03:03:13.126Zwords system system ogerman
2422024-03-30T03:03:13.126Zwords system system spanish
2432024-03-30T03:03:13.453ZPUBLISHER TYPE STATUS P LOCATION
2442024-03-30T03:03:13.453Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-03-30T03:03:14.722ZFMRI IFO
2462024-03-30T03:03:14.722Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-03-30T03:03:14.722Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-03-30T03:03:14.722Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-03-30T03:03:14.722Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-03-30T03:03:14.722Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-03-30T03:03:14.722Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-03-30T03:03:14.723Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-03-30T03:03:14.723Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-03-30T03:03:14.723Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-03-30T03:03:14.723Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-03-30T03:03:14.723Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-03-30T03:03:14.723Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-03-30T03:03:14.996Z+ set -o errexit
2592024-03-30T03:03:15.011Z+++ dirname ./tools/ci_download_cockroachdb
2602024-03-30T03:03:15.011Z++ cd ./tools
2612024-03-30T03:03:15.011Z++ pwd
2622024-03-30T03:03:15.011Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2632024-03-30T03:03:15.011Z++ basename ./tools/ci_download_cockroachdb
2642024-03-30T03:03:15.012Z+ ARG0=ci_download_cockroachdb
2652024-03-30T03:03:15.012Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2662024-03-30T03:03:15.012Z+ CIDL_VERSION=v22.1.9
2672024-03-30T03:03:15.012Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2682024-03-30T03:03:15.012Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2692024-03-30T03:03:15.012Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2702024-03-30T03:03:15.012Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2712024-03-30T03:03:15.012Z+ TARGET_DIR=out
2722024-03-30T03:03:15.012Z+ DOWNLOAD_DIR=out/downloads
2732024-03-30T03:03:15.012Z+ DEST_DIR=./out/cockroachdb
2742024-03-30T03:03:15.013Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2752024-03-30T03:03:15.013Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2762024-03-30T03:03:15.013Z+ main
2772024-03-30T03:03:15.013Z+ [[ 0 != 0 ]]
2782024-03-30T03:03:15.013Z+ CIDL_OS=solaris2.11
2792024-03-30T03:03:15.013Z+ [[ 0 != 0 ]]
2802024-03-30T03:03:15.013Z+ configure_os solaris2.11
2812024-03-30T03:03:15.013Z+ echo 'current directory: /work/oxidecomputer/omicron'
2822024-03-30T03:03:15.013Zcurrent directory: /work/oxidecomputer/omicron
2832024-03-30T03:03:15.013Z+ echo 'configuring based on OS: "solaris2.11"'
2842024-03-30T03:03:15.013Zconfiguring based on OS: "solaris2.11"
2852024-03-30T03:03:15.013Z+ case "$1" in
2862024-03-30T03:03:15.013Z+ CIDL_BUILD=illumos
2872024-03-30T03:03:15.013Z+ CIDL_SUFFIX=tar.gz
2882024-03-30T03:03:15.013Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2892024-03-30T03:03:15.013Z+ CIDL_URL_BASE=https://illumos.org/downloads
2902024-03-30T03:03:15.013Z+ CIDL_ASSEMBLE=do_assemble_illumos
2912024-03-30T03:03:15.013Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2922024-03-30T03:03:15.013Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2932024-03-30T03:03:15.013Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-03-30T03:03:15.014Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2952024-03-30T03:03:15.014Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-03-30T03:03:15.014Z+ CIDL_SHA256FUNC=do_sha256sum
2972024-03-30T03:03:15.014Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2982024-03-30T03:03:15.014ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-03-30T03:03:15.014ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-30T03:03:15.014Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3012024-03-30T03:03:15.014Z+ mkdir -p out/downloads
3022024-03-30T03:03:15.025Z+ mkdir -p ./out/cockroachdb
3032024-03-30T03:03:15.025Z+ local DO_DOWNLOAD=true
3042024-03-30T03:03:15.025Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3052024-03-30T03:03:15.025Z+ '[' true == true ']'
3062024-03-30T03:03:15.025Z+ echo Downloading...
3072024-03-30T03:03:15.026ZDownloading...
3082024-03-30T03:03:15.026Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-03-30T03:03:15.026Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-03-30T03:03:17.482Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-03-30T03:03:17.487Z++ sha256sum
3122024-03-30T03:03:17.487Z++ awk '{print $1}'
3132024-03-30T03:03:17.594Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3142024-03-30T03:03:17.594Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3152024-03-30T03:03:17.607Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-03-30T03:03:17.607Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3172024-03-30T03:03:19.781Z+ do_assemble_illumos
3182024-03-30T03:03:19.781Z+ rm -r ./out/cockroachdb
3192024-03-30T03:03:19.787Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3202024-03-30T03:03:20.207Z+ ./out/cockroachdb/bin/cockroach version
3212024-03-30T03:03:20.379ZBuild Tag: v22.1.9-dirty
3222024-03-30T03:03:20.379ZBuild Time: 2022/10/26 21:17:46
3232024-03-30T03:03:20.380ZDistribution: OSS
3242024-03-30T03:03:20.380ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3252024-03-30T03:03:20.380ZGo Version: go1.17.13
3262024-03-30T03:03:20.380ZC Compiler: gcc 10.3.0
3272024-03-30T03:03:20.381ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3282024-03-30T03:03:20.381ZBuild Type: release
3292024-03-30T03:03:20.398Z+ set -o errexit
3302024-03-30T03:03:20.403Z+++ dirname ./tools/ci_download_clickhouse
3312024-03-30T03:03:20.403Z++ cd ./tools
3322024-03-30T03:03:20.404Z++ pwd
3332024-03-30T03:03:20.404Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3342024-03-30T03:03:20.410Z++ basename ./tools/ci_download_clickhouse
3352024-03-30T03:03:20.410Z+ ARG0=ci_download_clickhouse
3362024-03-30T03:03:20.410Z+ TARGET_DIR=out
3372024-03-30T03:03:20.411Z+ DOWNLOAD_DIR=out/downloads
3382024-03-30T03:03:20.411Z+ DEST_DIR=./out/clickhouse
3392024-03-30T03:03:20.411Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3402024-03-30T03:03:20.411Z+ CIDL_VERSION=v23.8.7.24
3412024-03-30T03:03:20.411Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3422024-03-30T03:03:20.412Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3432024-03-30T03:03:20.412Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3442024-03-30T03:03:20.412Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3452024-03-30T03:03:20.413Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3462024-03-30T03:03:20.413Z+ main
3472024-03-30T03:03:20.413Z+ [[ 0 != 0 ]]
3482024-03-30T03:03:20.413Z+ CIDL_OS=solaris2.11
3492024-03-30T03:03:20.413Z+ [[ 0 != 0 ]]
3502024-03-30T03:03:20.413Z+ configure_os solaris2.11
3512024-03-30T03:03:20.413Z+ echo 'current directory: /work/oxidecomputer/omicron'
3522024-03-30T03:03:20.413Zcurrent directory: /work/oxidecomputer/omicron
3532024-03-30T03:03:20.414Z+ echo 'configuring based on OS: "solaris2.11"'
3542024-03-30T03:03:20.414Zconfiguring based on OS: "solaris2.11"
3552024-03-30T03:03:20.414Z+ CIDL_DASHREV=
3562024-03-30T03:03:20.414Z+ case "$1" in
3572024-03-30T03:03:20.414Z+ CIDL_PLATFORM=illumos
3582024-03-30T03:03:20.414Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3592024-03-30T03:03:20.414Z+ CIDL_MD5FUNC=do_md5sum
3602024-03-30T03:03:20.414Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3612024-03-30T03:03:20.415Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3622024-03-30T03:03:20.415Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-03-30T03:03:20.415Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-03-30T03:03:20.415Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3652024-03-30T03:03:20.415ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-03-30T03:03:20.415ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-30T03:03:20.415Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3682024-03-30T03:03:20.415Z+ mkdir -p out/downloads
3692024-03-30T03:03:20.422Z+ mkdir -p ./out/clickhouse
3702024-03-30T03:03:20.422Z+ local DO_DOWNLOAD=true
3712024-03-30T03:03:20.422Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3722024-03-30T03:03:20.422Z+ '[' true == true ']'
3732024-03-30T03:03:20.423Z+ echo Downloading...
3742024-03-30T03:03:20.423ZDownloading...
3752024-03-30T03:03:20.423Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3762024-03-30T03:03:20.423Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3772024-03-30T03:03:22.160Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-03-30T03:03:22.174Z++ md5sum
3792024-03-30T03:03:22.174Z++ awk '{print $1}'
3802024-03-30T03:03:22.381Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3812024-03-30T03:03:22.394Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3822024-03-30T03:03:22.394Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3832024-03-30T03:03:22.395Z+ mkdir -p ./out/clickhouse
3842024-03-30T03:03:22.395Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3852024-03-30T03:03:26.215Z+ [[ solaris2.11 == darwin* ]]
3862024-03-30T03:03:26.215Z+ ./out/clickhouse/clickhouse server --version
3872024-03-30T03:03:26.579ZClickHouse server version 23.8.7.1.
3882024-03-30T03:03:26.601Z+ set -o errexit
3892024-03-30T03:03:26.610Z+++ dirname ./tools/ci_download_console
3902024-03-30T03:03:26.610Z++ cd ./tools
3912024-03-30T03:03:26.610Z++ pwd
3922024-03-30T03:03:26.610Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3932024-03-30T03:03:26.610Z++ basename ./tools/ci_download_console
3942024-03-30T03:03:26.611Z+ ARG0=ci_download_console
3952024-03-30T03:03:26.611Z+ TARGET_DIR=out
3962024-03-30T03:03:26.611Z+ DOWNLOAD_DIR=out/downloads
3972024-03-30T03:03:26.611Z+ DEST_DIR=./out/console-assets
3982024-03-30T03:03:26.611Z+ source /work/oxidecomputer/omicron/tools/console_version
3992024-03-30T03:03:26.611Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
4002024-03-30T03:03:26.611Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4012024-03-30T03:03:26.611Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4022024-03-30T03:03:26.611Z+ TARBALL_FILE=out/downloads/console.tar.gz
4032024-03-30T03:03:26.611Z+ main
4042024-03-30T03:03:26.611Z+ [[ 0 != 0 ]]
4052024-03-30T03:03:26.611Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4062024-03-30T03:03:26.611ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4072024-03-30T03:03:26.611Z+ echo 'Local file: out/downloads/console.tar.gz'
4082024-03-30T03:03:26.611ZLocal file: out/downloads/console.tar.gz
4092024-03-30T03:03:26.611Z+ local DO_DOWNLOAD=true
4102024-03-30T03:03:26.611Z+ [[ -f out/downloads/console.tar.gz ]]
4112024-03-30T03:03:26.612Z+ mkdir -p out/downloads
4122024-03-30T03:03:26.612Z+ '[' true == true ']'
4132024-03-30T03:03:26.612Z+ echo Downloading...
4142024-03-30T03:03:26.612ZDownloading...
4152024-03-30T03:03:26.612Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4162024-03-30T03:03:26.612Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4172024-03-30T03:03:27.193Z++ do_sha256sum out/downloads/console.tar.gz
4182024-03-30T03:03:27.204Z++ case "$OSTYPE" in
4192024-03-30T03:03:27.205Z++ SHA=sha256sum
4202024-03-30T03:03:27.205Z++ sha256sum
4212024-03-30T03:03:27.205Z++ awk '{print $1}'
4222024-03-30T03:03:27.215Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4232024-03-30T03:03:27.215Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4242024-03-30T03:03:27.215Z+ rm -rf ./out/console-assets
4252024-03-30T03:03:27.215Z+ mkdir -p ./out/console-assets
4262024-03-30T03:03:27.215Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4272024-03-30T03:03:27.215Z+ mkdir -p ./out/console-assets
4282024-03-30T03:03:27.215Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4292024-03-30T03:03:27.301Z+ set -o errexit
4302024-03-30T03:03:27.311Z+++ dirname ./tools/ci_download_maghemite_openapi
4312024-03-30T03:03:27.311Z++ cd ./tools
4322024-03-30T03:03:27.311Z++ pwd
4332024-03-30T03:03:27.312Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4342024-03-30T03:03:27.312Z++ basename ./tools/ci_download_maghemite_openapi
4352024-03-30T03:03:27.312Z+ ARG0=ci_download_maghemite_openapi
4362024-03-30T03:03:27.312Z+ TARGET_DIR=out
4372024-03-30T03:03:27.312Z+ DOWNLOAD_DIR=out/downloads
4382024-03-30T03:03:27.312Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4392024-03-30T03:03:27.312Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4402024-03-30T03:03:27.312Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4412024-03-30T03:03:27.312Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4422024-03-30T03:03:27.312Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4432024-03-30T03:03:27.313Z+ main
4442024-03-30T03:03:27.313Z+ rm -rf out/downloads/root
4452024-03-30T03:03:27.322Z+ [[ 0 != 0 ]]
4462024-03-30T03:03:27.322Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4472024-03-30T03:03:27.322ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4482024-03-30T03:03:27.322Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4492024-03-30T03:03:27.322Z+ local DO_DOWNLOAD=true
4502024-03-30T03:03:27.323ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4512024-03-30T03:03:27.323Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4522024-03-30T03:03:27.323Z+ mkdir -p out/downloads
4532024-03-30T03:03:27.323Z+ '[' true == true ']'
4542024-03-30T03:03:27.323Z+ echo Downloading...
4552024-03-30T03:03:27.323ZDownloading...
4562024-03-30T03:03:27.323Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4572024-03-30T03:03:27.323Z+ 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
4582024-03-30T03:03:27.404Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-03-30T03:03:27.404Z++ case "$OSTYPE" in
4602024-03-30T03:03:27.407Z++ SHA=sha256sum
4612024-03-30T03:03:27.407Z++ sha256sum
4622024-03-30T03:03:27.407Z++ awk '{print $1}'
4632024-03-30T03:03:27.411Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4642024-03-30T03:03:27.411Z+ [[ 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 ]]
4652024-03-30T03:03:27.411Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4662024-03-30T03:03:27.411Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4672024-03-30T03:03:27.411Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4682024-03-30T03:03:27.411Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4692024-03-30T03:03:27.411Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-03-30T03:03:27.411Z+ main
4712024-03-30T03:03:27.411Z+ rm -rf out/downloads/root
4722024-03-30T03:03:27.411Z+ [[ 0 != 0 ]]
4732024-03-30T03:03:27.411Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4742024-03-30T03:03:27.411ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4752024-03-30T03:03:27.411Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4762024-03-30T03:03:27.411ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-03-30T03:03:27.411Z+ local DO_DOWNLOAD=true
4782024-03-30T03:03:27.411Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4792024-03-30T03:03:27.411Z+ mkdir -p out/downloads
4802024-03-30T03:03:27.415Z+ '[' true == true ']'
4812024-03-30T03:03:27.415Z+ echo Downloading...
4822024-03-30T03:03:27.415ZDownloading...
4832024-03-30T03:03:27.415Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4842024-03-30T03:03:27.415Z+ 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
4852024-03-30T03:03:27.509Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4862024-03-30T03:03:27.509Z++ case "$OSTYPE" in
4872024-03-30T03:03:27.516Z++ SHA=sha256sum
4882024-03-30T03:03:27.516Z++ sha256sum
4892024-03-30T03:03:27.516Z++ awk '{print $1}'
4902024-03-30T03:03:27.517Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4912024-03-30T03:03:27.517Z+ [[ 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 ]]
4922024-03-30T03:03:27.524Z+ set -o errexit
4932024-03-30T03:03:27.529Z+++ dirname ./tools/ci_download_dendrite_openapi
4942024-03-30T03:03:27.529Z++ cd ./tools
4952024-03-30T03:03:27.530Z++ pwd
4962024-03-30T03:03:27.530Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4972024-03-30T03:03:27.530Z++ basename ./tools/ci_download_dendrite_openapi
4982024-03-30T03:03:27.530Z+ ARG0=ci_download_dendrite_openapi
4992024-03-30T03:03:27.530Z+ TARGET_DIR=out
5002024-03-30T03:03:27.530Z+ DOWNLOAD_DIR=out/downloads
5012024-03-30T03:03:27.530Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5022024-03-30T03:03:27.530Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5032024-03-30T03:03:27.530Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5042024-03-30T03:03:27.530Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5052024-03-30T03:03:27.530Z+ LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5062024-03-30T03:03:27.530Z+ main
5072024-03-30T03:03:27.530Z+ [[ 0 != 0 ]]
5082024-03-30T03:03:27.531Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json'
5092024-03-30T03:03:27.531ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5102024-03-30T03:03:27.531Z+ echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json'
5112024-03-30T03:03:27.531Z+ local DO_DOWNLOAD=true
5122024-03-30T03:03:27.531ZLocal file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5132024-03-30T03:03:27.531Z+ [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]]
5142024-03-30T03:03:27.531Z+ mkdir -p out/downloads
5152024-03-30T03:03:27.537Z+ '[' true == true ']'
5162024-03-30T03:03:27.537Z+ echo Downloading...
5172024-03-30T03:03:27.537ZDownloading...
5182024-03-30T03:03:27.537Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5192024-03-30T03:03:27.537Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5202024-03-30T03:03:27.639Z++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5212024-03-30T03:03:27.639Z++ case "$OSTYPE" in
5222024-03-30T03:03:27.643Z++ SHA=sha256sum
5232024-03-30T03:03:27.643Z++ sha256sum
5242024-03-30T03:03:27.643Z++ awk '{print $1}'
5252024-03-30T03:03:27.646Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5262024-03-30T03:03:27.646Z+ [[ 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 ]]
5272024-03-30T03:03:27.651Z+ set -o errexit
5282024-03-30T03:03:27.656Z+++ dirname ./tools/ci_download_dendrite_stub
5292024-03-30T03:03:27.668Z++ cd ./tools
5302024-03-30T03:03:27.668Z++ pwd
5312024-03-30T03:03:27.668Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5322024-03-30T03:03:27.668Z++ basename ./tools/ci_download_dendrite_stub
5332024-03-30T03:03:27.668Z+ ARG0=ci_download_dendrite_stub
5342024-03-30T03:03:27.669Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5352024-03-30T03:03:27.669Z++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5362024-03-30T03:03:27.669Z++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5
5372024-03-30T03:03:27.669Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5382024-03-30T03:03:27.669Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5392024-03-30T03:03:27.669Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5402024-03-30T03:03:27.669Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5412024-03-30T03:03:27.669Z+ TARGET_DIR=out
5422024-03-30T03:03:27.670Z+ DOWNLOAD_DIR=out/downloads
5432024-03-30T03:03:27.670Z+ DEST_DIR=./out/dendrite-stub
5442024-03-30T03:03:27.670Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5452024-03-30T03:03:27.670Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5462024-03-30T03:03:27.670Z+ REPO=oxidecomputer/dendrite
5472024-03-30T03:03:27.670Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d
5482024-03-30T03:03:27.670Z+ main
5492024-03-30T03:03:27.671Z+ [[ 0 != 0 ]]
5502024-03-30T03:03:27.671Z+ CIDL_OS=solaris2.11
5512024-03-30T03:03:27.671Z+ [[ 0 != 0 ]]
5522024-03-30T03:03:27.671Z+ configure_os solaris2.11
5532024-03-30T03:03:27.671Z+ echo 'current directory: /work/oxidecomputer/omicron'
5542024-03-30T03:03:27.671Zcurrent directory: /work/oxidecomputer/omicron
5552024-03-30T03:03:27.671Z+ echo 'configuring based on OS: "solaris2.11"'
5562024-03-30T03:03:27.672Z+ case "$1" in
5572024-03-30T03:03:27.672Z+ SET_BINARIES=
5582024-03-30T03:03:27.672Zconfiguring based on OS: "solaris2.11"
5592024-03-30T03:03:27.672Z+ CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5602024-03-30T03:03:27.672Z+ CIDL_SHA256FUNC=do_sha256sum
5612024-03-30T03:03:27.672Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5622024-03-30T03:03:27.672Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5632024-03-30T03:03:27.672Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5642024-03-30T03:03:27.672Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz'
5652024-03-30T03:03:27.672ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5662024-03-30T03:03:27.672Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5672024-03-30T03:03:27.673Z+ mkdir -p out/downloads
5682024-03-30T03:03:27.673ZLocal file: out/downloads/dendrite-stub.tar.gz
5692024-03-30T03:03:27.673Z+ mkdir -p ./out/dendrite-stub
5702024-03-30T03:03:27.699Z+ fetch_and_verify
5712024-03-30T03:03:27.699Z+ local DO_DOWNLOAD=true
5722024-03-30T03:03:27.699Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5732024-03-30T03:03:27.699Z+ '[' true == true ']'
5742024-03-30T03:03:27.699Z+ echo Downloading...
5752024-03-30T03:03:27.699ZDownloading...
5762024-03-30T03:03:27.700Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5772024-03-30T03:03:27.700Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5782024-03-30T03:03:35.078Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5792024-03-30T03:03:35.088Z++ sha256sum
5802024-03-30T03:03:35.088Z++ awk '{print $1}'
5812024-03-30T03:03:35.102Z+ calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5822024-03-30T03:03:35.112Z+ [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]]
5832024-03-30T03:03:35.112Z+ do_untar out/downloads/dendrite-stub.tar.gz
5842024-03-30T03:03:35.112Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5852024-03-30T03:03:35.713Z+ do_assemble
5862024-03-30T03:03:35.714Z+ rm -r ./out/dendrite-stub
5872024-03-30T03:03:35.719Z+ mkdir ./out/dendrite-stub
5882024-03-30T03:03:35.719Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5892024-03-30T03:03:35.793Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5902024-03-30T03:03:35.803Z+ set -o errexit
5912024-03-30T03:03:35.808Z+++ dirname ./tools/ci_download_maghemite_mgd
5922024-03-30T03:03:35.808Z++ cd ./tools
5932024-03-30T03:03:35.809Z++ pwd
5942024-03-30T03:03:35.809Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5952024-03-30T03:03:35.809Z++ basename ./tools/ci_download_maghemite_mgd
5962024-03-30T03:03:35.817Z+ ARG0=ci_download_maghemite_mgd
5972024-03-30T03:03:35.817Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5982024-03-30T03:03:35.818Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5992024-03-30T03:03:35.818Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6002024-03-30T03:03:35.818Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6012024-03-30T03:03:35.818Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6022024-03-30T03:03:35.818Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6032024-03-30T03:03:35.818Z+ TARGET_DIR=out
6042024-03-30T03:03:35.818Z+ DOWNLOAD_DIR=out/downloads
6052024-03-30T03:03:35.818Z+ DEST_DIR=./out/mgd
6062024-03-30T03:03:35.818Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6072024-03-30T03:03:35.818Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6082024-03-30T03:03:35.819Z+ REPO=oxidecomputer/maghemite
6092024-03-30T03:03:35.819Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6102024-03-30T03:03:35.819Z+ main
6112024-03-30T03:03:35.819Z+ rm -rf out/downloads/root
6122024-03-30T03:03:35.822Z+ [[ 0 != 0 ]]
6132024-03-30T03:03:35.822Z+ CIDL_OS=solaris2.11
6142024-03-30T03:03:35.823Z+ [[ 0 != 0 ]]
6152024-03-30T03:03:35.823Z+ configure_os solaris2.11
6162024-03-30T03:03:35.823Z+ echo 'current directory: /work/oxidecomputer/omicron'
6172024-03-30T03:03:35.823Zcurrent directory: /work/oxidecomputer/omicron
6182024-03-30T03:03:35.823Zconfiguring based on OS: "solaris2.11"
6192024-03-30T03:03:35.823Z+ echo 'configuring based on OS: "solaris2.11"'
6202024-03-30T03:03:35.823Z+ case "$1" in
6212024-03-30T03:03:35.823Z+ SET_BINARIES=
6222024-03-30T03:03:35.823Z+ CIDL_SHA256FUNC=do_sha256sum
6232024-03-30T03:03:35.823Z+ TARBALL_FILENAME=mgd.tar.gz
6242024-03-30T03:03:35.823Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6252024-03-30T03:03:35.823Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6262024-03-30T03:03:35.823Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6272024-03-30T03:03:35.823Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6282024-03-30T03:03:35.823ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6292024-03-30T03:03:35.823ZLocal file: out/downloads/mgd.tar.gz
6302024-03-30T03:03:35.823Z+ mkdir -p out/downloads
6312024-03-30T03:03:35.823Z+ mkdir -p ./out/mgd
6322024-03-30T03:03:35.823Z+ fetch_and_verify
6332024-03-30T03:03:35.823Z+ local DO_DOWNLOAD=true
6342024-03-30T03:03:35.823Z+ [[ -f out/downloads/mgd.tar.gz ]]
6352024-03-30T03:03:35.824Z+ '[' true == true ']'
6362024-03-30T03:03:35.824Z+ echo Downloading...
6372024-03-30T03:03:35.824ZDownloading...
6382024-03-30T03:03:35.824Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6392024-03-30T03:03:35.824Z+ 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
6402024-03-30T03:03:44.460Z++ do_sha256sum out/downloads/mgd.tar.gz
6412024-03-30T03:03:44.470Z++ sha256sum
6422024-03-30T03:03:44.470Z++ awk '{print $1}'
6432024-03-30T03:03:44.485Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6442024-03-30T03:03:44.489Z+ [[ 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 ]]
6452024-03-30T03:03:44.489Z+ do_untar out/downloads/mgd.tar.gz
6462024-03-30T03:03:44.489Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6472024-03-30T03:03:45.080Z+ do_assemble
6482024-03-30T03:03:45.081Z+ rm -r ./out/mgd
6492024-03-30T03:03:45.092Z+ mkdir ./out/mgd
6502024-03-30T03:03:45.092Z+ cp -r out/downloads/root ./out/mgd/root
6512024-03-30T03:03:45.178Z+ set -o errexit
6522024-03-30T03:03:45.190Z+++ dirname ./tools/ci_download_transceiver_control
6532024-03-30T03:03:45.190Z++ cd ./tools
6542024-03-30T03:03:45.190Z++ pwd
6552024-03-30T03:03:45.191Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6562024-03-30T03:03:45.191Z++ basename ./tools/ci_download_transceiver_control
6572024-03-30T03:03:45.206Z+ ARG0=ci_download_transceiver_control
6582024-03-30T03:03:45.206Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6592024-03-30T03:03:45.206Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6602024-03-30T03:03:45.206Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612024-03-30T03:03:45.206Z+ TARGET_DIR=out
6622024-03-30T03:03:45.206Z+ DOWNLOAD_DIR=out/downloads
6632024-03-30T03:03:45.206Z+ DEST_DIR=./out/transceiver-control
6642024-03-30T03:03:45.207Z+ BIN_DIR=/opt/oxide/bin
6652024-03-30T03:03:45.207Z+ BINARY=xcvradm
6662024-03-30T03:03:45.207Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6672024-03-30T03:03:45.207Z+ REPO=oxidecomputer/transceiver-control
6682024-03-30T03:03:45.207Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6692024-03-30T03:03:45.207Z+ main
6702024-03-30T03:03:45.207Z+ [[ 0 != 0 ]]
6712024-03-30T03:03:45.207Z+ CIDL_OS=solaris2.11
6722024-03-30T03:03:45.207Z+ [[ 0 != 0 ]]
6732024-03-30T03:03:45.208Z+ configure_os solaris2.11
6742024-03-30T03:03:45.208Z+ echo 'current directory: /work/oxidecomputer/omicron'
6752024-03-30T03:03:45.208Zcurrent directory: /work/oxidecomputer/omicron
6762024-03-30T03:03:45.208Z+ echo 'configuring based on OS: "solaris2.11"'
6772024-03-30T03:03:45.208Z+ case "$1" in
6782024-03-30T03:03:45.208Zconfiguring based on OS: "solaris2.11"
6792024-03-30T03:03:45.208Z+ SET_BINARIES=
6802024-03-30T03:03:45.208Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-03-30T03:03:45.209Z+ CIDL_SHA256FUNC=do_sha256sum
6822024-03-30T03:03:45.209Z+ ARCHIVE_FILENAME=xcvradm.gz
6832024-03-30T03:03:45.209Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6842024-03-30T03:03:45.209Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6852024-03-30T03:03:45.209Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6862024-03-30T03:03:45.209Z+ echo 'Local file: out/downloads/xcvradm.gz'
6872024-03-30T03:03:45.209ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882024-03-30T03:03:45.209ZLocal file: out/downloads/xcvradm.gz
6892024-03-30T03:03:45.209Z+ mkdir -p out/downloads
6902024-03-30T03:03:45.210Z+ mkdir -p ./out/transceiver-control
6912024-03-30T03:03:45.210Z+ fetch_and_verify
6922024-03-30T03:03:45.210Z+ local DO_DOWNLOAD=true
6932024-03-30T03:03:45.210Z+ [[ -f out/downloads/xcvradm.gz ]]
6942024-03-30T03:03:45.210Z+ '[' true == true ']'
6952024-03-30T03:03:45.210Z+ echo Downloading...
6962024-03-30T03:03:45.210ZDownloading...
6972024-03-30T03:03:45.210Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6982024-03-30T03:03:45.210Z+ 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
6992024-03-30T03:03:48.822Z++ do_sha256sum out/downloads/xcvradm.gz
7002024-03-30T03:03:48.827Z++ sha256sum
7012024-03-30T03:03:48.828Z++ awk '{print $1}'
7022024-03-30T03:03:48.833Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7032024-03-30T03:03:48.834Z+ [[ 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 ]]
7042024-03-30T03:03:48.834Z+ do_unpack out/downloads/xcvradm.gz
7052024-03-30T03:03:48.834Z+ mkdir -p out/downloads/root//opt/oxide/bin
7062024-03-30T03:03:48.834Z+ gzip -dc out/downloads/xcvradm.gz
7072024-03-30T03:03:49.372Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7082024-03-30T03:03:49.403Z+ do_assemble
7092024-03-30T03:03:49.403Z+ rm -r ./out/transceiver-control
7102024-03-30T03:03:49.403Z+ mkdir ./out/transceiver-control
7112024-03-30T03:03:49.404Z+ cp -r out/downloads/root ./out/transceiver-control/root
7122024-03-30T03:03:49.404Z+ set -o errexit
7132024-03-30T03:03:49.404Z+++ dirname ./tools/ci_download_thundermuffin
7142024-03-30T03:03:49.404Z++ cd ./tools
7152024-03-30T03:03:49.404Z++ pwd
7162024-03-30T03:03:49.404Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7172024-03-30T03:03:49.404Z++ basename ./tools/ci_download_thundermuffin
7182024-03-30T03:03:49.405Z+ ARG0=ci_download_thundermuffin
7192024-03-30T03:03:49.405Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7202024-03-30T03:03:49.405Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7212024-03-30T03:03:49.405Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7222024-03-30T03:03:49.405Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7232024-03-30T03:03:49.405Z+ TARGET_DIR=out
7242024-03-30T03:03:49.405Z+ DOWNLOAD_DIR=out/downloads
7252024-03-30T03:03:49.405Z+ DEST_DIR=./out/thundermuffin
7262024-03-30T03:03:49.406Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7272024-03-30T03:03:49.406Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7282024-03-30T03:03:49.406Z+ REPO=oxidecomputer/thundermuffin
7292024-03-30T03:03:49.406Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7302024-03-30T03:03:49.406Z+ main
7312024-03-30T03:03:49.406Z+ rm -rf out/downloads/root
7322024-03-30T03:03:49.406Z+ [[ 0 != 0 ]]
7332024-03-30T03:03:49.406Z+ CIDL_OS=solaris2.11
7342024-03-30T03:03:49.406Z+ [[ 0 != 0 ]]
7352024-03-30T03:03:49.406Z+ configure_os solaris2.11
7362024-03-30T03:03:49.406Z+ echo 'current directory: /work/oxidecomputer/omicron'
7372024-03-30T03:03:49.406Zcurrent directory: /work/oxidecomputer/omicron
7382024-03-30T03:03:49.406Z+ echo 'configuring based on OS: "solaris2.11"'
7392024-03-30T03:03:49.407Zconfiguring based on OS: "solaris2.11"
7402024-03-30T03:03:49.407Z+ case "$1" in
7412024-03-30T03:03:49.407Z+ SET_BINARIES=
7422024-03-30T03:03:49.407Z+ CIDL_SHA256FUNC=do_sha256sum
7432024-03-30T03:03:49.407Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7442024-03-30T03:03:49.407Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7452024-03-30T03:03:49.407Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7462024-03-30T03:03:49.407Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7472024-03-30T03:03:49.407Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7482024-03-30T03:03:49.407Z+ mkdir -p out/downloads
7492024-03-30T03:03:49.407ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7502024-03-30T03:03:49.407ZLocal file: out/downloads/thundermuffin.tar.gz
7512024-03-30T03:03:49.408Z+ mkdir -p ./out/thundermuffin
7522024-03-30T03:03:49.408Z+ fetch_and_verify
7532024-03-30T03:03:49.408Z+ local DO_DOWNLOAD=true
7542024-03-30T03:03:49.408Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7552024-03-30T03:03:49.408Z+ '[' true == true ']'
7562024-03-30T03:03:49.408Z+ echo Downloading...
7572024-03-30T03:03:49.408ZDownloading...
7582024-03-30T03:03:49.408Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7592024-03-30T03:03:49.408Z+ 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
7602024-03-30T03:03:49.445Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7612024-03-30T03:03:49.450Z++ sha256sum
7622024-03-30T03:03:49.450Z++ awk '{print $1}'
7632024-03-30T03:03:49.454Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7642024-03-30T03:03:49.454Z+ [[ 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 ]]
7652024-03-30T03:03:49.455Z+ do_untar out/downloads/thundermuffin.tar.gz
7662024-03-30T03:03:49.455Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7672024-03-30T03:03:49.527Z+ do_assemble
7682024-03-30T03:03:49.527Z+ rm -r ./out/thundermuffin
7692024-03-30T03:03:49.533Z+ mkdir ./out/thundermuffin
7702024-03-30T03:03:49.533Z+ cp -r out/downloads/root ./out/thundermuffin/root
7712024-03-30T03:03:49.533ZAll prerequisites installed successfully
7722024-03-30T03:03:49.540Z
7732024-03-30T03:03:49.540Zreal 2:33.495103021
7742024-03-30T03:03:49.540Zuser 37.627238686
7752024-03-30T03:03:49.540Zsys 6.822000779
7762024-03-30T03:03:49.540Ztrap 0.008567287
7772024-03-30T03:03:49.540Ztflt 0.088652709
7782024-03-30T03:03:49.540Zdflt 0.350938490
7792024-03-30T03:03:49.540Zkflt 0.216979301
7802024-03-30T03:03:49.541Zlock 0.998144500
7812024-03-30T03:03:49.541Zslp 5:03.277154339
7822024-03-30T03:03:49.541Zlat 2.002426397
7832024-03-30T03:03:49.541Zstop 0.123056365
7842024-03-30T03:03:49.541Z+ ptime -m ./tools/ci_download_softnpu_machinery
7852024-03-30T03:03:49.548Zfetching npuzone
7862024-03-30T03:03:49.554ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7872024-03-30T03:03:49.555Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7882024-03-30T03:03:49.555ZGetting hash for npuzone
7892024-03-30T03:03:49.658Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7902024-03-30T03:04:00.146Znpuzone downloaded successfully
7912024-03-30T03:04:00.159Z
7922024-03-30T03:04:00.159Zreal 10.199071605
7932024-03-30T03:04:00.159Zuser 0.351856343
7942024-03-30T03:04:00.159Zsys 0.129765314
7952024-03-30T03:04:00.159Ztrap 0.000025745
7962024-03-30T03:04:00.159Ztflt 0.000000000
7972024-03-30T03:04:00.160Zdflt 0.000000000
7982024-03-30T03:04:00.160Zkflt 0.000000000
7992024-03-30T03:04:00.160Zlock 0.000000000
8002024-03-30T03:04:00.160Zslp 29.975332882
8012024-03-30T03:04:00.160Zlat 0.108298104
8022024-03-30T03:04:00.160Zstop 0.000172498
8032024-03-30T03:04:00.160Z+ export CARGO_INCREMENTAL=0
8042024-03-30T03:04:00.161Z+ CARGO_INCREMENTAL=0
8052024-03-30T03:04:00.161Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
8062024-03-30T03:04:00.161Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8072024-03-30T03:04:00.856Z Updating git repository `https://github.com/oxidecomputer/samael`
8082024-03-30T03:04:01.702Z Updating git repository `https://github.com/oxidecomputer/zone`
8092024-03-30T03:04:02.514Z Updating crates.io index
8102024-03-30T03:04:02.531Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8112024-03-30T03:04:04.824Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8122024-03-30T03:04:06.407Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8132024-03-30T03:04:10.986Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8142024-03-30T03:04:13.618Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8152024-03-30T03:04:14.313Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162024-03-30T03:04:17.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
8172024-03-30T03:04:23.335Z Updating git repository `https://github.com/oxidecomputer/opte`
8182024-03-30T03:04:25.885Z Updating git repository `https://github.com/oxidecomputer/falcon`
8192024-03-30T03:04:30.077Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8202024-03-30T03:04:31.466Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8212024-03-30T03:04:32.453Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8222024-03-30T03:04:33.460Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8232024-03-30T03:04:34.321Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8242024-03-30T03:04:35.496Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8252024-03-30T03:04:36.306Z Updating git repository `http://github.com/oxidecomputer/tofino`
8262024-03-30T03:04:37.233Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8272024-03-30T03:04:37.938Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8282024-03-30T03:04:38.632Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8292024-03-30T03:04:39.330Z Updating git repository `https://github.com/oxidecomputer/ispf`
8302024-03-30T03:04:40.210Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8312024-03-30T03:04:41.063Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8322024-03-30T03:04:43.087Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8332024-03-30T03:04:44.082Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8342024-03-30T03:04:44.842Z Updating git repository `https://github.com/jgallagher/nix`
8352024-03-30T03:04:49.087Z Updating git repository `https://github.com/cbiffle/hubpack`
8362024-03-30T03:04:49.913Z Updating git repository `https://github.com/oxidecomputer/typify`
8372024-03-30T03:04:53.347Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8382024-03-30T03:04:54.837Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8392024-03-30T03:04:55.607Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402024-03-30T03:04:57.352Z Updating git repository `https://github.com/oxidecomputer/rfb`
8412024-03-30T03:04:59.344Z Downloading crates ...
8422024-03-30T03:04:59.476Z Downloaded aead v0.5.2
8432024-03-30T03:04:59.480Z Downloaded adler v1.0.2
8442024-03-30T03:04:59.480Z Downloaded anstyle v1.0.6
8452024-03-30T03:04:59.485Z Downloaded anstream v0.6.11
8462024-03-30T03:04:59.488Z Downloaded allocator-api2 v0.2.16
8472024-03-30T03:04:59.492Z Downloaded async-stream-impl v0.3.5
8482024-03-30T03:04:59.492Z Downloaded array-init v0.0.4
8492024-03-30T03:04:59.492Z Downloaded anstyle-query v1.0.0
8502024-03-30T03:04:59.496Z Downloaded ahash v0.8.8
8512024-03-30T03:04:59.496Z Downloaded atomicwrites v0.4.3
8522024-03-30T03:04:59.499Z Downloaded addr2line v0.21.0
8532024-03-30T03:04:59.499Z Downloaded ansi_term v0.12.1
8542024-03-30T03:04:59.502Z Downloaded crossbeam-epoch v0.9.18
8552024-03-30T03:04:59.505Z Downloaded hash32 v0.2.1
8562024-03-30T03:04:59.509Z Downloaded atomic-waker v1.1.1
8572024-03-30T03:04:59.509Z Downloaded half v2.3.1
8582024-03-30T03:04:59.512Z Downloaded heck v0.4.1
8592024-03-30T03:04:59.515Z Downloaded autocfg v1.1.0
8602024-03-30T03:04:59.515Z Downloaded iana-time-zone v0.1.57
8612024-03-30T03:04:59.519Z Downloaded async-recursion v1.0.5
8622024-03-30T03:04:59.525Z Downloaded bitflags v1.3.2
8632024-03-30T03:04:59.530Z Downloaded bitstruct_derive v0.1.0
8642024-03-30T03:04:59.530Z Downloaded bitstruct v0.1.1
8652024-03-30T03:04:59.530Z Downloaded async-trait v0.1.77
8662024-03-30T03:04:59.533Z Downloaded backoff v0.4.0
8672024-03-30T03:04:59.533Z Downloaded base16ct v0.2.0
8682024-03-30T03:04:59.536Z Downloaded arrayvec v0.7.4
8692024-03-30T03:04:59.536Z Downloaded hubpack v0.1.2
8702024-03-30T03:04:59.540Z Downloaded home v0.5.5
8712024-03-30T03:04:59.543Z Downloaded bit-vec v0.6.3
8722024-03-30T03:04:59.543Z Downloaded colorchoice v1.0.0
8732024-03-30T03:04:59.543Z Downloaded assert_matches v1.5.0
8742024-03-30T03:04:59.546Z Downloaded hash32 v0.3.1
8752024-03-30T03:04:59.546Z Downloaded hubpack_derive v0.1.1
8762024-03-30T03:04:59.546Z Downloaded hashbrown v0.12.3
8772024-03-30T03:04:59.551Z Downloaded ciborium-io v0.2.2
8782024-03-30T03:04:59.554Z Downloaded cexpr v0.6.0
8792024-03-30T03:04:59.556Z Downloaded bitfield v0.14.0
8802024-03-30T03:04:59.557Z Downloaded byteorder v1.5.0
8812024-03-30T03:04:59.561Z Downloaded hyper-rustls v0.24.2
8822024-03-30T03:04:59.561Z Downloaded cfg-if v1.0.0
8832024-03-30T03:04:59.564Z Downloaded block-padding v0.3.3
8842024-03-30T03:04:59.565Z Downloaded http-body v0.4.5
8852024-03-30T03:04:59.568Z Downloaded headers-core v0.2.0
8862024-03-30T03:04:59.568Z Downloaded hyper-staticfile v0.9.5
8872024-03-30T03:04:59.571Z Downloaded castaway v0.2.2
8882024-03-30T03:04:59.571Z Downloaded hyper-tls v0.5.0
8892024-03-30T03:04:59.574Z Downloaded bytecount v0.6.3
8902024-03-30T03:04:59.577Z Downloaded linked-hash-map v0.5.6
8912024-03-30T03:04:59.577Z Downloaded lazy_static v1.4.0
8922024-03-30T03:04:59.580Z Downloaded indoc v2.0.3
8932024-03-30T03:04:59.580Z Downloaded base64ct v1.6.0
8942024-03-30T03:04:59.584Z Downloaded ident_case v1.0.1
8952024-03-30T03:04:59.587Z Downloaded http-range v0.1.5
8962024-03-30T03:04:59.587Z Downloaded corncobs v0.1.3
8972024-03-30T03:04:59.590Z Downloaded lalrpop-util v0.19.12
8982024-03-30T03:04:59.590Z Downloaded httparse v1.8.0
8992024-03-30T03:04:59.593Z Downloaded crc v3.0.1
9002024-03-30T03:04:59.593Z Downloaded argon2 v0.5.3
9012024-03-30T03:04:59.596Z Downloaded cipher v0.4.4
9022024-03-30T03:04:59.599Z Downloaded keccak v0.1.4
9032024-03-30T03:04:59.599Z Downloaded is-terminal v0.4.9
9042024-03-30T03:04:59.605Z Downloaded colored v2.1.0
9052024-03-30T03:04:59.606Z Downloaded instant v0.1.12
9062024-03-30T03:04:59.610Z Downloaded is_ci v1.2.0
9072024-03-30T03:04:59.610Z Downloaded crossbeam-deque v0.8.3
9082024-03-30T03:04:59.610Z Downloaded matches v0.1.10
9092024-03-30T03:04:59.610Z Downloaded clap_lex v0.7.0
9102024-03-30T03:04:59.613Z Downloaded convert_case v0.4.0
9112024-03-30T03:04:59.613Z Downloaded constant_time_eq v0.3.0
9122024-03-30T03:04:59.613Z Downloaded const_format_proc_macros v0.2.32
9132024-03-30T03:04:59.616Z Downloaded base64 v0.21.7
9142024-03-30T03:04:59.620Z Downloaded time-core v0.1.2
9152024-03-30T03:04:59.620Z Downloaded newtype_derive v0.1.6
9162024-03-30T03:04:59.624Z Downloaded new_debug_unreachable v1.0.4
9172024-03-30T03:04:59.624Z Downloaded stability v0.1.1
9182024-03-30T03:04:59.628Z Downloaded rustc_version v0.4.0
9192024-03-30T03:04:59.628Z Downloaded ciborium v0.2.2
9202024-03-30T03:04:59.631Z Downloaded humantime v2.1.0
9212024-03-30T03:04:59.632Z Downloaded rustc_version v0.1.7
9222024-03-30T03:04:59.632Z Downloaded rusty-fork v0.3.0
9232024-03-30T03:04:59.635Z Downloaded serde_tokenstream v0.2.0
9242024-03-30T03:04:59.638Z Downloaded libsw v3.3.1
9252024-03-30T03:04:59.641Z Downloaded libefi-sys v0.1.0
9262024-03-30T03:04:59.641Z Downloaded linear-map v1.2.0
9272024-03-30T03:04:59.644Z Downloaded slab v0.4.9
9282024-03-30T03:04:59.644Z Downloaded siphasher v0.3.11
9292024-03-30T03:04:59.648Z Downloaded chacha20 v0.9.1
9302024-03-30T03:04:59.651Z Downloaded libloading v0.7.4
9312024-03-30T03:04:59.651Z Downloaded clap_derive v4.5.0
9322024-03-30T03:04:59.654Z Downloaded headers v0.3.9
9332024-03-30T03:04:59.659Z Downloaded crunchy v0.2.2
9342024-03-30T03:04:59.662Z Downloaded strum_macros v0.25.2
9352024-03-30T03:04:59.665Z Downloaded nanorand v0.7.0
9362024-03-30T03:04:59.669Z Downloaded maybe-uninit v2.0.0
9372024-03-30T03:04:59.669Z Downloaded indoc v1.0.9
9382024-03-30T03:04:59.672Z Downloaded crc32fast v1.3.2
9392024-03-30T03:04:59.672Z Downloaded macaddr v1.0.1
9402024-03-30T03:04:59.675Z Downloaded termcolor v1.2.0
9412024-03-30T03:04:59.678Z Downloaded multimap v0.10.0
9422024-03-30T03:04:59.679Z Downloaded memoffset v0.7.1
9432024-03-30T03:04:59.679Z Downloaded memmap v0.7.0
9442024-03-30T03:04:59.686Z Downloaded md-5 v0.10.5
9452024-03-30T03:04:59.686Z Downloaded newtype-uuid v1.0.1
9462024-03-30T03:04:59.689Z Downloaded managed v0.8.0
9472024-03-30T03:04:59.689Z Downloaded semver v1.0.22
9482024-03-30T03:04:59.689Z Downloaded oso-derive v0.27.0
9492024-03-30T03:04:59.690Z Downloaded derive_builder_macro v0.12.0
9502024-03-30T03:04:59.690Z Downloaded snafu-derive v0.7.5
9512024-03-30T03:04:59.693Z Downloaded unicode-xid v0.2.4
9522024-03-30T03:04:59.696Z Downloaded usdt-impl v0.5.0
9532024-03-30T03:04:59.696Z Downloaded slog-scope v4.4.0
9542024-03-30T03:04:59.699Z Downloaded xattr v1.0.1
9552024-03-30T03:04:59.699Z Downloaded compact_str v0.7.1
9562024-03-30T03:04:59.702Z Downloaded clap v4.5.1
9572024-03-30T03:04:59.712Z Downloaded precomputed-hash v0.1.1
9582024-03-30T03:04:59.716Z Downloaded derive_builder_core v0.12.0
9592024-03-30T03:04:59.719Z Downloaded serde-big-array v0.4.1
9602024-03-30T03:04:59.719Z Downloaded scroll_derive v0.12.0
9612024-03-30T03:04:59.719Z Downloaded heapless v0.7.16
9622024-03-30T03:04:59.722Z Downloaded path-slash v0.1.5
9632024-03-30T03:04:59.726Z Downloaded fd-lock v3.0.13
9642024-03-30T03:04:59.729Z Downloaded strum v0.26.1
9652024-03-30T03:04:59.729Z Downloaded glob v0.3.1
9662024-03-30T03:04:59.732Z Downloaded maplit v1.0.2
9672024-03-30T03:04:59.732Z Downloaded inout v0.1.3
9682024-03-30T03:04:59.732Z Downloaded fd-lock v4.0.2
9692024-03-30T03:04:59.735Z Downloaded paste v1.0.14
9702024-03-30T03:04:59.742Z Downloaded multer v3.0.0
9712024-03-30T03:04:59.746Z Downloaded nibble_vec v0.1.0
9722024-03-30T03:04:59.746Z Downloaded socket2 v0.4.9
9732024-03-30T03:04:59.749Z Downloaded pretty-hex v0.4.1
9742024-03-30T03:04:59.749Z Downloaded pretty-hex v0.2.1
9752024-03-30T03:04:59.750Z Downloaded native-tls v0.2.11
9762024-03-30T03:04:59.753Z Downloaded debug-ignore v1.0.5
9772024-03-30T03:04:59.753Z Downloaded serde_tokenstream v0.1.7
9782024-03-30T03:04:59.756Z Downloaded waitgroup v0.1.2
9792024-03-30T03:04:59.760Z Downloaded log v0.4.21
9802024-03-30T03:04:59.763Z Downloaded tokio-stream v0.1.14
9812024-03-30T03:04:59.766Z Downloaded errno v0.3.8
9822024-03-30T03:04:59.769Z Downloaded shell-words v1.1.0
9832024-03-30T03:04:59.773Z Downloaded smf v0.2.2
9842024-03-30T03:04:59.773Z Downloaded ena v0.14.2
9852024-03-30T03:04:59.776Z Downloaded foreign-types v0.5.0
9862024-03-30T03:04:59.776Z Downloaded foreign-types v0.3.2
9872024-03-30T03:04:59.776Z Downloaded indexmap v1.9.3
9882024-03-30T03:04:59.779Z Downloaded bytes v1.5.0
9892024-03-30T03:04:59.783Z Downloaded want v0.3.1
9902024-03-30T03:04:59.786Z Downloaded plain v0.2.3
9912024-03-30T03:04:59.786Z Downloaded futures-core v0.3.30
9922024-03-30T03:04:59.790Z Downloaded ff v0.13.0
9932024-03-30T03:04:59.790Z Downloaded portpicker v0.1.1
9942024-03-30T03:04:59.793Z Downloaded thiserror-no-std v2.0.2
9952024-03-30T03:04:59.796Z Downloaded tokio-native-tls v0.3.1
9962024-03-30T03:04:59.799Z Downloaded const_format v0.2.32
9972024-03-30T03:04:59.803Z Downloaded mockall_derive v0.12.0
9982024-03-30T03:04:59.806Z Downloaded predicates-tree v1.0.9
9992024-03-30T03:04:59.809Z Downloaded chacha20poly1305 v0.10.1
10002024-03-30T03:04:59.809Z Downloaded darling_macro v0.20.3
10012024-03-30T03:04:59.815Z Downloaded heapless v0.8.0
10022024-03-30T03:04:59.818Z Downloaded signal-hook-tokio v0.3.1
10032024-03-30T03:04:59.818Z Downloaded swrite v0.1.0
10042024-03-30T03:04:59.818Z Downloaded scopeguard v1.2.0
10052024-03-30T03:04:59.821Z Downloaded fastrand v2.0.1
10062024-03-30T03:04:59.822Z Downloaded fallible-iterator v0.2.0
10072024-03-30T03:04:59.825Z Downloaded ref-cast-impl v1.0.20
10082024-03-30T03:04:59.825Z Downloaded foreign-types-shared v0.3.1
10092024-03-30T03:04:59.825Z Downloaded foreign-types-shared v0.1.1
10102024-03-30T03:04:59.828Z Downloaded defmt-parser v0.3.3
10112024-03-30T03:04:59.828Z Downloaded smallvec v1.13.1
10122024-03-30T03:04:59.831Z Downloaded parse-display-derive v0.9.0
10132024-03-30T03:04:59.831Z Downloaded parse-display v0.9.0
10142024-03-30T03:04:59.834Z Downloaded opaque-debug v0.3.0
10152024-03-30T03:04:59.834Z Downloaded parse-size v1.0.0
10162024-03-30T03:04:59.839Z Downloaded foreign-types-macros v0.2.3
10172024-03-30T03:04:59.839Z Downloaded usdt-attr-macro v0.5.0
10182024-03-30T03:04:59.839Z Downloaded pin-project-internal v1.1.3
10192024-03-30T03:04:59.842Z Downloaded tokio-rustls v0.25.0
10202024-03-30T03:04:59.842Z Downloaded oso v0.27.0
10212024-03-30T03:04:59.845Z Downloaded tokio-tungstenite v0.21.0
10222024-03-30T03:04:59.849Z Downloaded walkdir v2.4.0
10232024-03-30T03:04:59.852Z Downloaded wait-timeout v0.2.0
10242024-03-30T03:04:59.855Z Downloaded toml_datetime v0.6.5
10252024-03-30T03:04:59.855Z Downloaded owo-colors v4.0.0
10262024-03-30T03:04:59.859Z Downloaded futures-channel v0.3.30
10272024-03-30T03:04:59.865Z Downloaded thread-id v4.2.0
10282024-03-30T03:04:59.865Z Downloaded resolv-conf v0.7.0
10292024-03-30T03:04:59.865Z Downloaded crossbeam-channel v0.5.8
10302024-03-30T03:04:59.871Z Downloaded num-conv v0.1.0
10312024-03-30T03:04:59.878Z Downloaded signature v2.1.0
10322024-03-30T03:04:59.878Z Downloaded miniz_oxide v0.7.1
10332024-03-30T03:04:59.878Z Downloaded phf_shared v0.11.2
10342024-03-30T03:04:59.878Z Downloaded phf_shared v0.10.0
10352024-03-30T03:05:00.297Z Downloaded toolchain_find v0.2.0
10362024-03-30T03:05:00.297Z Downloaded supports-color v3.0.0
10372024-03-30T03:05:00.297Z Downloaded defmt-macros v0.3.6
10382024-03-30T03:05:00.297Z Downloaded phf v0.11.2
10392024-03-30T03:05:00.297Z Downloaded defmt v0.3.5
10402024-03-30T03:05:00.297Z Downloaded try-lock v0.2.4
10412024-03-30T03:05:00.304Z Downloaded num_enum v0.5.11
10422024-03-30T03:05:00.304Z Downloaded unicode_categories v0.1.1
10432024-03-30T03:05:00.305Z Downloaded tracing v0.1.40
10442024-03-30T03:05:00.305Z Downloaded equivalent v1.0.1
10452024-03-30T03:05:00.305Z Downloaded zeroize v1.7.0
10462024-03-30T03:05:00.305Z Downloaded zerocopy v0.3.0
10472024-03-30T03:05:00.305Z Downloaded blake3 v1.5.0
10482024-03-30T03:05:00.305Z Downloaded untrusted v0.7.1
10492024-03-30T03:05:00.305Z Downloaded sct v0.7.0
10502024-03-30T03:05:00.305Z Downloaded radium v0.7.0
10512024-03-30T03:05:00.305Z Downloaded pem-rfc7468 v0.7.0
10522024-03-30T03:05:00.305Z Downloaded packed_struct_codegen v0.10.1
10532024-03-30T03:05:00.305Z Downloaded fragile v2.0.0
10542024-03-30T03:05:00.305Z Downloaded num_enum_derive v0.5.11
10552024-03-30T03:05:00.305Z Downloaded rustversion v1.0.14
10562024-03-30T03:05:00.305Z Downloaded indexmap v2.2.5
10572024-03-30T03:05:00.305Z Downloaded rustls-pki-types v1.3.0
10582024-03-30T03:05:00.305Z Downloaded pest_meta v2.7.6
10592024-03-30T03:05:00.305Z Downloaded sqlparser_derive v0.2.2
10602024-03-30T03:05:00.305Z Downloaded structmeta v0.2.0
10612024-03-30T03:05:00.306Z Downloaded tui-tree-widget v0.17.0
10622024-03-30T03:05:00.306Z Downloaded tokio-postgres v0.7.10
10632024-03-30T03:05:00.306Z Downloaded yasna v0.5.2
10642024-03-30T03:05:00.306Z Downloaded topological-sort v0.2.2
10652024-03-30T03:05:00.306Z Downloaded tower-service v0.3.2
10662024-03-30T03:05:00.306Z Downloaded tinyvec_macros v0.1.1
10672024-03-30T03:05:00.306Z Downloaded rsa v0.9.2
10682024-03-30T03:05:00.306Z Downloaded either v1.10.0
10692024-03-30T03:05:00.306Z Downloaded dirs-sys-next v0.1.2
10702024-03-30T03:05:00.306Z Downloaded dirs-next v2.0.0
10712024-03-30T03:05:00.306Z Downloaded num-integer v0.1.46
10722024-03-30T03:05:00.306Z Downloaded socket2 v0.5.5
10732024-03-30T03:05:00.306Z Downloaded num-derive v0.4.0
10742024-03-30T03:05:00.306Z Downloaded hashbrown v0.14.3
10752024-03-30T03:05:00.306Z Downloaded dtrace-parser v0.1.14
10762024-03-30T03:05:00.306Z Downloaded rustls-pemfile v2.1.1
10772024-03-30T03:05:00.306Z Downloaded sha2 v0.10.8
10782024-03-30T03:05:00.306Z Downloaded pin-utils v0.1.0
10792024-03-30T03:05:00.306Z Downloaded openssl-macros v0.1.1
10802024-03-30T03:05:00.306Z Downloaded futures-io v0.3.30
10812024-03-30T03:05:00.306Z Downloaded postgres-types v0.2.6
10822024-03-30T03:05:00.307Z Downloaded postgres-protocol v0.6.6
10832024-03-30T03:05:00.307Z Downloaded ucd-trie v0.1.6
10842024-03-30T03:05:00.307Z Downloaded env_logger v0.10.0
10852024-03-30T03:05:00.307Z Downloaded toml v0.8.10
10862024-03-30T03:05:00.307Z Downloaded slog-json v2.6.1
10872024-03-30T03:05:00.307Z Downloaded minimal-lexical v0.2.1
10882024-03-30T03:05:00.307Z Downloaded zone_cfg_derive v0.1.2
10892024-03-30T03:05:00.307Z Downloaded slog-envlogger v2.2.0
10902024-03-30T03:05:00.307Z Downloaded tabled_derive v0.7.0
10912024-03-30T03:05:00.307Z Downloaded tap v1.0.1
10922024-03-30T03:05:00.307Z Downloaded papergrid v0.11.0
10932024-03-30T03:05:00.307Z Downloaded take_mut v0.2.2
10942024-03-30T03:05:00.307Z Downloaded cstr-argument v0.1.2
10952024-03-30T03:05:00.307Z Downloaded darling_macro v0.14.4
10962024-03-30T03:05:00.307Z Downloaded vte v0.11.1
10972024-03-30T03:05:00.307Z Downloaded parking_lot_core v0.8.6
10982024-03-30T03:05:00.307Z Downloaded slog-term v2.9.0
10992024-03-30T03:05:00.308Z Downloaded wyz v0.5.1
11002024-03-30T03:05:00.308Z Downloaded flagset v0.4.3
11012024-03-30T03:05:00.308Z Downloaded fixedbitset v0.4.2
11022024-03-30T03:05:00.308Z Downloaded which v4.4.0
11032024-03-30T03:05:00.308Z Downloaded tiny-keccak v2.0.2
11042024-03-30T03:05:00.308Z Downloaded openssl-probe v0.1.5
11052024-03-30T03:05:00.308Z Downloaded psl-types v2.0.11
11062024-03-30T03:05:00.308Z Downloaded serde_plain v1.0.2
11072024-03-30T03:05:00.308Z Downloaded rpassword v7.3.1
11082024-03-30T03:05:00.308Z Downloaded gethostname v0.4.3
11092024-03-30T03:05:00.308Z Downloaded generic-array v0.14.7
11102024-03-30T03:05:00.308Z Downloaded float-cmp v0.9.0
11112024-03-30T03:05:00.308Z Downloaded same-file v1.0.6
11122024-03-30T03:05:00.308Z Downloaded r2d2 v0.8.10
11132024-03-30T03:05:00.308Z Downloaded pin-project-lite v0.2.13
11142024-03-30T03:05:00.308Z Downloaded stringprep v0.1.3
11152024-03-30T03:05:00.308Z Downloaded ron v0.7.1
11162024-03-30T03:05:00.308Z Downloaded endian-type v0.1.2
11172024-03-30T03:05:00.308Z Downloaded num-complex v0.4.4
11182024-03-30T03:05:00.308Z Downloaded unicase v2.7.0
11192024-03-30T03:05:00.308Z Downloaded strsim v0.11.0
11202024-03-30T03:05:00.309Z Downloaded dtrace-parser v0.2.0
11212024-03-30T03:05:00.309Z Downloaded typed-path v0.7.0
11222024-03-30T03:05:00.309Z Downloaded group v0.13.0
11232024-03-30T03:05:00.309Z Downloaded num_threads v0.1.6
11242024-03-30T03:05:00.309Z Downloaded once_cell v1.19.0
11252024-03-30T03:05:00.309Z Downloaded peg-runtime v0.8.2
11262024-03-30T03:05:00.309Z Downloaded elliptic-curve v0.13.8
11272024-03-30T03:05:00.309Z Downloaded semver v0.1.20
11282024-03-30T03:05:00.309Z Downloaded curve25519-dalek-derive v0.1.0
11292024-03-30T03:05:00.309Z Downloaded rand_core v0.6.4
11302024-03-30T03:05:00.309Z Downloaded fnv v1.0.7
11312024-03-30T03:05:00.309Z Downloaded olpc-cjson v0.1.3
11322024-03-30T03:05:00.309Z Downloaded serde-big-array v0.5.1
11332024-03-30T03:05:00.309Z Downloaded number_prefix v0.4.0
11342024-03-30T03:05:00.309Z Downloaded crypto-common v0.1.6
11352024-03-30T03:05:00.309Z Downloaded slog-stdlog v4.1.1
11362024-03-30T03:05:00.309Z Downloaded slog v2.7.0
11372024-03-30T03:05:00.309Z Downloaded rustfmt-wrapper v0.2.0
11382024-03-30T03:05:00.310Z Downloaded quote v1.0.35
11392024-03-30T03:05:00.310Z Downloaded pest_derive v2.7.6
11402024-03-30T03:05:00.310Z Downloaded erased-serde v0.3.31
11412024-03-30T03:05:00.315Z Downloaded digest v0.10.7
11422024-03-30T03:05:00.315Z Downloaded semver-parser v0.10.2
11432024-03-30T03:05:00.315Z Downloaded semver v0.11.0
11442024-03-30T03:05:00.315Z Downloaded crucible-workspace-hack v0.1.0
11452024-03-30T03:05:00.315Z Downloaded mio v0.8.11
11462024-03-30T03:05:00.315Z Downloaded termtree v0.4.1
11472024-03-30T03:05:00.315Z Downloaded version_check v0.9.4
11482024-03-30T03:05:00.315Z Downloaded nom v7.1.3
11492024-03-30T03:05:00.316Z Downloaded difflib v0.4.0
11502024-03-30T03:05:00.316Z Downloaded zone v0.1.8
11512024-03-30T03:05:00.316Z Downloaded rand_chacha v0.3.1
11522024-03-30T03:05:00.316Z Downloaded der v0.7.8
11532024-03-30T03:05:00.316Z Downloaded spin v0.9.8
11542024-03-30T03:05:00.316Z Downloaded sync_wrapper v0.1.2
11552024-03-30T03:05:00.316Z Downloaded strum v0.25.0
11562024-03-30T03:05:00.316Z Downloaded num v0.4.1
11572024-03-30T03:05:00.316Z Downloaded tokio-util v0.7.10
11582024-03-30T03:05:00.316Z Downloaded usdt v0.3.5
11592024-03-30T03:05:00.316Z Downloaded serde_arrays v0.1.0
11602024-03-30T03:05:00.316Z Downloaded vsss-rs v3.3.4
11612024-03-30T03:05:00.316Z Downloaded sqlformat v0.2.3
11622024-03-30T03:05:00.316Z Downloaded rayon v1.9.0
11632024-03-30T03:05:00.316Z Downloaded diesel_table_macro_syntax v0.1.0
11642024-03-30T03:05:00.316Z Downloaded fxhash v0.2.1
11652024-03-30T03:05:00.316Z Downloaded derive_builder v0.12.0
11662024-03-30T03:05:00.316Z Downloaded proc-macro-crate v1.3.1
11672024-03-30T03:05:00.316Z Downloaded structmeta-derive v0.3.0
11682024-03-30T03:05:00.316Z Downloaded omicron-zone-package v0.11.0
11692024-03-30T03:05:00.317Z Downloaded pin-project v1.1.3
11702024-03-30T03:05:00.317Z Downloaded peeking_take_while v0.1.2
11712024-03-30T03:05:00.317Z Downloaded sigpipe v0.1.3
11722024-03-30T03:05:00.317Z Downloaded proc-macro-error-attr v1.0.4
11732024-03-30T03:05:00.317Z Downloaded globset v0.4.13
11742024-03-30T03:05:00.317Z Downloaded peg v0.8.2
11752024-03-30T03:05:00.317Z Downloaded textwrap v0.11.0
11762024-03-30T03:05:00.317Z Downloaded synstructure v0.12.6
11772024-03-30T03:05:00.317Z Downloaded peg-macros v0.8.2
11782024-03-30T03:05:00.317Z Downloaded ron v0.8.1
11792024-03-30T03:05:00.317Z Downloaded scheduled-thread-pool v0.2.7
11802024-03-30T03:05:00.317Z Downloaded nu-ansi-term v0.50.0
11812024-03-30T03:05:00.317Z Downloaded usdt v0.5.0
11822024-03-30T03:05:00.317Z Downloaded unarray v0.1.4
11832024-03-30T03:05:00.317Z Downloaded unicode-bidi v0.3.15
11842024-03-30T03:05:00.317Z Downloaded spki v0.7.2
11852024-03-30T03:05:00.317Z Downloaded proc-macro2 v1.0.78
11862024-03-30T03:05:00.317Z Downloaded futures-macro v0.3.30
11872024-03-30T03:05:00.317Z Downloaded pkg-config v0.3.27
11882024-03-30T03:05:00.317Z Downloaded structopt-derive v0.4.18
11892024-03-30T03:05:00.318Z Downloaded unicode-ident v1.0.12
11902024-03-30T03:05:00.318Z Downloaded crossbeam-utils v0.8.19
11912024-03-30T03:05:00.318Z Downloaded flume v0.11.0
11922024-03-30T03:05:00.318Z Downloaded sha1 v0.10.6
11932024-03-30T03:05:00.318Z Downloaded universal-hash v0.5.1
11942024-03-30T03:05:00.318Z Downloaded ppv-lite86 v0.2.17
11952024-03-30T03:05:00.318Z Downloaded thiserror-impl v1.0.57
11962024-03-30T03:05:00.318Z Downloaded clap v2.34.0
11972024-03-30T03:05:00.318Z Downloaded thiserror v1.0.57
11982024-03-30T03:05:00.318Z Downloaded toml_edit v0.19.15
11992024-03-30T03:05:00.318Z Downloaded futures-sink v0.3.30
12002024-03-30T03:05:00.318Z Downloaded deranged v0.3.11
12012024-03-30T03:05:00.318Z Downloaded signal-hook-registry v1.4.1
12022024-03-30T03:05:00.318Z Downloaded untrusted v0.9.0
12032024-03-30T03:05:00.318Z Downloaded proc-macro-error v1.0.4
12042024-03-30T03:05:00.318Z Downloaded der_derive v0.7.2
12052024-03-30T03:05:00.318Z Downloaded packed_struct v0.10.1
12062024-03-30T03:05:00.322Z Downloaded hyper v0.14.28
12072024-03-30T03:05:00.326Z Downloaded pkcs8 v0.10.2
12082024-03-30T03:05:00.334Z Downloaded openssl-sys v0.9.96
12092024-03-30T03:05:00.342Z Downloaded pkcs1 v0.7.5
12102024-03-30T03:05:00.342Z Downloaded serde_with_macros v3.6.1
12112024-03-30T03:05:00.343Z Downloaded trust-dns-server v0.22.1
12122024-03-30T03:05:00.761Z Downloaded time v0.3.34
12132024-03-30T03:05:00.761Z Downloaded parking_lot v0.12.1
12142024-03-30T03:05:00.761Z Downloaded diff v0.1.13
12152024-03-30T03:05:00.781Z Downloaded parking_lot_core v0.9.8
12162024-03-30T03:05:00.781Z Downloaded trust-dns-client v0.22.0
12172024-03-30T03:05:00.781Z Downloaded tinyvec v1.6.0
12182024-03-30T03:05:00.781Z Downloaded parking_lot v0.11.2
12192024-03-30T03:05:00.781Z Downloaded structopt v0.3.26
12202024-03-30T03:05:00.781Z Downloaded fatfs v0.3.6
12212024-03-30T03:05:00.781Z Downloaded expectorate v1.1.0
12222024-03-30T03:05:00.781Z Downloaded tungstenite v0.21.0
12232024-03-30T03:05:00.781Z Downloaded trust-dns-resolver v0.22.0
12242024-03-30T03:05:00.781Z Downloaded regex-automata v0.1.10
12252024-03-30T03:05:00.781Z Downloaded rcgen v0.12.1
12262024-03-30T03:05:00.782Z Downloaded derive-where v1.2.7
12272024-03-30T03:05:00.782Z Downloaded darling_core v0.14.4
12282024-03-30T03:05:00.782Z Downloaded x509-cert v0.2.4
12292024-03-30T03:05:00.782Z Downloaded vcpkg v0.2.15
12302024-03-30T03:05:00.782Z Downloaded rayon-core v1.12.1
12312024-03-30T03:05:00.782Z Downloaded similar v2.4.0
12322024-03-30T03:05:00.782Z Downloaded quick-xml v0.30.0
12332024-03-30T03:05:00.782Z Downloaded crossterm v0.27.0
12342024-03-30T03:05:00.782Z Downloaded prettyplease v0.2.16
12352024-03-30T03:05:00.782Z Downloaded unicode-normalization v0.1.22
12362024-03-30T03:05:00.782Z Downloaded num-bigint v0.4.4
12372024-03-30T03:05:00.782Z Downloaded tough v0.16.0
12382024-03-30T03:05:00.782Z Downloaded url v2.5.0
12392024-03-30T03:05:00.782Z Downloaded tungstenite v0.20.1
12402024-03-30T03:05:00.782Z Downloaded reqwest v0.11.24
12412024-03-30T03:05:00.782Z Downloaded futures-util v0.3.30
12422024-03-30T03:05:00.782Z Downloaded unicode-segmentation v1.10.1
12432024-03-30T03:05:00.783Z Downloaded bstr v0.2.17
12442024-03-30T03:05:00.783Z Downloaded goblin v0.8.0
12452024-03-30T03:05:00.783Z Downloaded pest v2.7.6
12462024-03-30T03:05:00.783Z Downloaded smoltcp v0.9.1
12472024-03-30T03:05:00.783Z Downloaded winnow v0.6.1
12482024-03-30T03:05:00.783Z Downloaded polar-core v0.27.0
12492024-03-30T03:05:00.783Z Downloaded serde_with v3.6.1
12502024-03-30T03:05:00.783Z Downloaded idna v0.3.0
12512024-03-30T03:05:00.783Z Downloaded idna v0.2.3
12522024-03-30T03:05:00.783Z Downloaded regress v0.9.0
12532024-03-30T03:05:00.783Z Downloaded syn v1.0.109
12542024-03-30T03:05:00.783Z Downloaded syn v2.0.52
12552024-03-30T03:05:00.783Z Downloaded webpki-roots v0.25.2
12562024-03-30T03:05:00.783Z Downloaded sqlparser v0.43.1
12572024-03-30T03:05:00.784Z Downloaded regex v1.10.3
12582024-03-30T03:05:00.784Z Downloaded radix_trie v0.2.1
12592024-03-30T03:05:00.784Z Downloaded object v0.32.1
12602024-03-30T03:05:00.784Z Downloaded trust-dns-proto v0.22.0
12612024-03-30T03:05:00.784Z Downloaded regex-syntax v0.8.2
12622024-03-30T03:05:00.784Z Downloaded diesel v2.1.4
12632024-03-30T03:05:00.784Z Downloaded rustls v0.22.2
12642024-03-30T03:05:00.784Z Downloaded rustix v0.38.31
12652024-03-30T03:05:00.784Z Downloaded zerocopy-derive v0.6.4
12662024-03-30T03:05:00.784Z Downloaded zerocopy-derive v0.2.0
12672024-03-30T03:05:00.784Z Downloaded libc v0.2.153
12682024-03-30T03:05:00.810Z Downloaded sled v0.34.7
12692024-03-30T03:05:00.819Z Downloaded csv v1.3.0
12702024-03-30T03:05:00.836Z Downloaded bzip2-sys v0.1.11+1.0.8
12712024-03-30T03:05:00.847Z Downloaded openapiv3 v2.0.0
12722024-03-30T03:05:00.861Z Downloaded regex-automata v0.4.5
12732024-03-30T03:05:00.878Z Downloaded ratatui v0.26.1
12742024-03-30T03:05:00.896Z Downloaded tokio v1.36.0
12752024-03-30T03:05:00.934Z Downloaded sha3 v0.10.8
12762024-03-30T03:05:00.939Z Downloaded object v0.30.4
12772024-03-30T03:05:00.948Z Downloaded proptest v1.4.0
12782024-03-30T03:05:00.957Z Downloaded tabled v0.15.0
12792024-03-30T03:05:00.972Z Downloaded openssl v0.10.60
12802024-03-30T03:05:00.981Z Downloaded nix v0.27.1
12812024-03-30T03:05:00.992Z Downloaded smoltcp v0.11.0
12822024-03-30T03:05:01.005Z Downloaded bstr v1.9.0
12832024-03-30T03:05:01.016Z Downloaded rustls-webpki v0.102.1
12842024-03-30T03:05:01.034Z Downloaded idna v0.5.0
12852024-03-30T03:05:01.041Z Downloaded winnow v0.5.15
12862024-03-30T03:05:01.049Z Downloaded encoding_rs v0.8.33
12872024-03-30T03:05:01.072Z Downloaded rustls v0.21.9
12882024-03-30T03:05:01.083Z Downloaded curve25519-dalek v4.1.1
12892024-03-30T03:05:01.092Z Downloaded rustls-webpki v0.101.7
12902024-03-30T03:05:01.108Z Downloaded petgraph v0.6.4
12912024-03-30T03:05:01.122Z Downloaded regex-syntax v0.6.29
12922024-03-30T03:05:01.129Z Downloaded gimli v0.28.0
12932024-03-30T03:05:01.138Z Downloaded lalrpop v0.19.12
12942024-03-30T03:05:01.149Z Downloaded chrono v0.4.34
12952024-03-30T03:05:01.157Z Downloaded textwrap v0.16.1
12962024-03-30T03:05:01.162Z Downloaded serde v1.0.197
12972024-03-30T03:05:01.166Z Downloaded zerocopy v0.7.32
12982024-03-30T03:05:01.184Z Downloaded serde_yaml v0.9.25
12992024-03-30T03:05:01.189Z Downloaded h2 v0.3.24
13002024-03-30T03:05:01.194Z Downloaded getrandom v0.2.12
13012024-03-30T03:05:01.194Z Downloaded getopts v0.2.21
13022024-03-30T03:05:01.204Z Downloaded darling v0.20.3
13032024-03-30T03:05:01.204Z Downloaded rand_xorshift v0.3.0
13042024-03-30T03:05:01.209Z Downloaded futures-task v0.3.30
13052024-03-30T03:05:01.209Z Downloaded publicsuffix v2.2.3
13062024-03-30T03:05:01.209Z Downloaded salty v0.2.0
13072024-03-30T03:05:01.209Z Downloaded rand v0.8.5
13082024-03-30T03:05:01.215Z Downloaded steno v0.4.0
13092024-03-30T03:05:01.644Z Downloaded bindgen v0.69.2
13102024-03-30T03:05:01.644Z Downloaded stable_deref_trait v1.2.0
13112024-03-30T03:05:01.644Z Downloaded rustc-demangle v0.1.23
13122024-03-30T03:05:01.653Z Downloaded flate2 v1.0.28
13132024-03-30T03:05:01.653Z Downloaded bitvec v1.0.1
13142024-03-30T03:05:01.653Z Downloaded darling_core v0.20.3
13152024-03-30T03:05:01.653Z Downloaded rand_seeder v0.2.3
13162024-03-30T03:05:01.653Z Downloaded schemars v0.8.16
13172024-03-30T03:05:01.653Z Downloaded serde_json v1.0.114
13182024-03-30T03:05:01.653Z Downloaded hkdf v0.12.4
13192024-03-30T03:05:01.654Z Downloaded portable-atomic v1.4.3
13202024-03-30T03:05:01.654Z Downloaded itertools v0.12.1
13212024-03-30T03:05:01.654Z Downloaded pest_generator v2.7.6
13222024-03-30T03:05:01.654Z Downloaded structmeta-derive v0.2.0
13232024-03-30T03:05:01.654Z Downloaded static_assertions v1.1.0
13242024-03-30T03:05:01.654Z Downloaded form_urlencoded v1.2.1
13252024-03-30T03:05:01.654Z Downloaded enum-as-inner v0.5.1
13262024-03-30T03:05:01.654Z Downloaded zip v0.6.6
13272024-03-30T03:05:01.654Z Downloaded serde-hex v0.1.0
13282024-03-30T03:05:01.654Z Downloaded tracing-core v0.1.32
13292024-03-30T03:05:01.654Z Downloaded reedline v0.30.0
13302024-03-30T03:05:01.654Z Downloaded ed25519 v1.5.3
13312024-03-30T03:05:01.655Z Downloaded test-strategy v0.3.1
13322024-03-30T03:05:01.655Z Downloaded itertools v0.10.5
13332024-03-30T03:05:01.655Z Downloaded uuid v0.8.2
13342024-03-30T03:05:01.655Z Downloaded usdt-attr-macro v0.3.5
13352024-03-30T03:05:01.655Z Downloaded unsafe-libyaml v0.2.10
13362024-03-30T03:05:01.655Z Downloaded serde_derive v1.0.197
13372024-03-30T03:05:01.656Z Downloaded libxml v0.3.3
13382024-03-30T03:05:01.656Z Downloaded libm v0.2.7
13392024-03-30T03:05:01.656Z Downloaded clap_builder v4.5.1
13402024-03-30T03:05:01.656Z Downloaded dof v0.3.0
13412024-03-30T03:05:01.656Z Downloaded utf8parse v0.2.1
13422024-03-30T03:05:01.656Z Downloaded tabwriter v1.4.0
13432024-03-30T03:05:01.656Z Downloaded crypto-bigint v0.5.2
13442024-03-30T03:05:01.656Z Downloaded num-bigint-dig v0.8.4
13452024-03-30T03:05:01.656Z Downloaded time-macros v0.2.17
13462024-03-30T03:05:01.656Z Downloaded snafu v0.7.5
13472024-03-30T03:05:01.657Z Downloaded ring v0.17.8
13482024-03-30T03:05:01.657Z Downloaded rustyline v13.0.0
13492024-03-30T03:05:01.657Z Downloaded structmeta v0.3.0
13502024-03-30T03:05:01.657Z Downloaded signal-hook-mio v0.2.3
13512024-03-30T03:05:01.657Z Downloaded slog-async v2.8.0
13522024-03-30T03:05:01.657Z Downloaded memchr v2.7.1
13532024-03-30T03:05:01.657Z Downloaded slog-bunyan v2.5.0
13542024-03-30T03:05:01.657Z Downloaded futures v0.3.30
13552024-03-30T03:05:01.657Z Downloaded env_logger v0.9.3
13562024-03-30T03:05:01.657Z Downloaded zerocopy v0.6.4
13572024-03-30T03:05:01.658Z Downloaded toml v0.7.8
13582024-03-30T03:05:01.658Z Downloaded toml_edit v0.22.6
13592024-03-30T03:05:01.658Z Downloaded ring v0.16.20
13602024-03-30T03:05:01.658Z Downloaded dyn-clone v1.0.17
13612024-03-30T03:05:01.658Z Downloaded downcast v0.11.0
13622024-03-30T03:05:01.658Z Downloaded quick-error v1.2.3
13632024-03-30T03:05:01.658Z Downloaded percent-encoding v2.3.1
13642024-03-30T03:05:01.658Z Downloaded pem v3.0.2
13652024-03-30T03:05:01.658Z Downloaded rustls-pemfile v1.0.3
13662024-03-30T03:05:01.658Z Downloaded dof v0.1.5
13672024-03-30T03:05:01.659Z Downloaded zeroize_derive v1.4.2
13682024-03-30T03:05:01.659Z Downloaded doc-comment v0.3.3
13692024-03-30T03:05:01.659Z Downloaded display-error-chain v0.2.0
13702024-03-30T03:05:01.659Z Downloaded vte_generate_state_changes v0.1.1
13712024-03-30T03:05:01.659Z Downloaded utf-8 v0.7.6
13722024-03-30T03:05:01.659Z Downloaded unicode-linebreak v0.1.5
13732024-03-30T03:05:01.659Z Downloaded signal-hook v0.3.17
13742024-03-30T03:05:01.659Z Downloaded thread_local v1.1.7
13752024-03-30T03:05:01.659Z Downloaded thiserror-impl-no-std v2.0.2
13762024-03-30T03:05:01.659Z Downloaded postcard v1.0.8
13772024-03-30T03:05:01.659Z Downloaded diesel_derives v2.1.2
13782024-03-30T03:05:01.659Z Downloaded derive_more v0.99.17
13792024-03-30T03:05:01.659Z Downloaded http v0.2.12
13802024-03-30T03:05:01.659Z Downloaded toml v0.5.11
13812024-03-30T03:05:01.660Z Downloaded usdt-impl v0.3.5
13822024-03-30T03:05:01.660Z Downloaded poly1305 v0.8.0
13832024-03-30T03:05:01.660Z Downloaded rtoolbox v0.0.1
13842024-03-30T03:05:01.660Z Downloaded num-traits v0.2.18
13852024-03-30T03:05:01.660Z Downloaded string_cache v0.8.7
13862024-03-30T03:05:01.660Z Downloaded secrecy v0.8.0
13872024-03-30T03:05:01.660Z Downloaded sec1 v0.7.3
13882024-03-30T03:05:01.660Z Downloaded schemars_derive v0.8.16
13892024-03-30T03:05:01.660Z Downloaded futures-executor v0.3.30
13902024-03-30T03:05:01.660Z Downloaded funty v2.0.0
13912024-03-30T03:05:01.660Z Downloaded fs-err v2.11.0
13922024-03-30T03:05:01.660Z Downloaded powerfmt v0.2.0
13932024-03-30T03:05:01.660Z Downloaded typenum v1.16.0
13942024-03-30T03:05:01.660Z Downloaded darling v0.14.4
13952024-03-30T03:05:01.660Z Downloaded subtle v2.5.0
13962024-03-30T03:05:01.661Z Downloaded strum_macros v0.24.3
13972024-03-30T03:05:01.661Z Downloaded spin v0.5.2
13982024-03-30T03:05:01.661Z Downloaded signature v1.6.4
13992024-03-30T03:05:01.661Z Downloaded tokio-rustls v0.24.1
14002024-03-30T03:05:01.670Z Downloaded filetime v0.2.23
14012024-03-30T03:05:01.670Z Downloaded indicatif v0.17.8
14022024-03-30T03:05:01.670Z Downloaded normalize-line-endings v0.3.0
14032024-03-30T03:05:01.671Z Downloaded slog-dtrace v0.3.0
14042024-03-30T03:05:01.671Z Downloaded tokio-tungstenite v0.20.1
14052024-03-30T03:05:01.671Z Downloaded smallvec v0.6.14
14062024-03-30T03:05:01.671Z Downloaded shlex v1.3.0
14072024-03-30T03:05:01.671Z Downloaded ref-cast v1.0.20
14082024-03-30T03:05:01.671Z Downloaded platforms v3.0.2
14092024-03-30T03:05:01.671Z Downloaded zerocopy-derive v0.7.32
14102024-03-30T03:05:01.684Z Downloaded termios v0.3.3
14112024-03-30T03:05:01.685Z Downloaded terminal_size v0.3.0
14122024-03-30T03:05:01.685Z Downloaded num_cpus v1.16.0
14132024-03-30T03:05:01.685Z Downloaded uuid v1.7.0
14142024-03-30T03:05:01.685Z Downloaded usdt-macro v0.5.0
14152024-03-30T03:05:01.685Z Downloaded usdt-macro v0.3.5
14162024-03-30T03:05:01.685Z Downloaded password-hash v0.5.0
14172024-03-30T03:05:01.705Z Downloaded num-rational v0.4.1
14182024-03-30T03:05:01.705Z Downloaded serde_path_to_error v0.1.16
14192024-03-30T03:05:01.705Z Downloaded scroll v0.12.0
14202024-03-30T03:05:01.705Z Downloaded tar v0.4.40
14212024-03-30T03:05:01.705Z Downloaded http v1.0.0
14222024-03-30T03:05:01.706Z Downloaded hashbrown v0.13.2
14232024-03-30T03:05:01.706Z Downloaded cc v1.0.83
14242024-03-30T03:05:01.706Z Downloaded predicates-core v1.0.6
14252024-03-30T03:05:01.706Z Downloaded predicates v3.1.0
14262024-03-30T03:05:01.712Z Downloaded embedded-io v0.4.0
14272024-03-30T03:05:01.712Z Downloaded data-encoding v2.4.0
14282024-03-30T03:05:01.713Z Downloaded csv-core v0.1.11
14292024-03-30T03:05:01.713Z Downloaded subprocess v0.2.9
14302024-03-30T03:05:01.713Z Downloaded serde_derive_internals v0.26.0
14312024-03-30T03:05:01.713Z Downloaded const-oid v0.9.6
14322024-03-30T03:05:01.713Z Downloaded memmap2 v0.7.1
14332024-03-30T03:05:01.713Z Downloaded mime_guess v2.0.4
14342024-03-30T03:05:01.713Z Downloaded num-iter v0.1.44
14352024-03-30T03:05:01.713Z Downloaded tracing-attributes v0.1.27
14362024-03-30T03:05:01.720Z Downloaded ryu v1.0.15
14372024-03-30T03:05:01.720Z Downloaded whoami v1.5.0
14382024-03-30T03:05:01.720Z Downloaded base64 v0.22.0
14392024-03-30T03:05:01.726Z Downloaded term v0.7.0
14402024-03-30T03:05:01.726Z Downloaded tempfile v3.10.0
14412024-03-30T03:05:01.729Z Downloaded ipnet v2.9.0
14422024-03-30T03:05:01.729Z Downloaded crc-any v2.4.3
14432024-03-30T03:05:01.733Z Downloaded tokio-macros v2.2.0
14442024-03-30T03:05:01.733Z Downloaded strum_macros v0.26.1
14452024-03-30T03:05:01.733Z Downloaded strsim v0.8.0
14462024-03-30T03:05:01.733Z Downloaded lock_api v0.4.10
14472024-03-30T03:05:01.737Z Downloaded impl-trait-for-tuples v0.2.2
14482024-03-30T03:05:01.737Z Downloaded cookie v0.18.0
14492024-03-30T03:05:01.741Z Downloaded vec_map v0.8.2
14502024-03-30T03:05:01.741Z Downloaded smawk v0.3.1
14512024-03-30T03:05:01.745Z Downloaded serde_urlencoded v0.7.1
14522024-03-30T03:05:01.745Z Downloaded mockall v0.12.0
14532024-03-30T03:05:01.745Z Downloaded unicode-width v0.1.11
14542024-03-30T03:05:01.748Z Downloaded hmac v0.12.1
14552024-03-30T03:05:01.749Z Downloaded nodrop v0.1.14
14562024-03-30T03:05:01.749Z Downloaded mime v0.3.17
14572024-03-30T03:05:01.753Z Downloaded clang-sys v1.6.1
14582024-03-30T03:05:01.753Z Downloaded lru v0.12.1
14592024-03-30T03:05:01.753Z Downloaded cookie_store v0.20.0
14602024-03-30T03:05:01.757Z Downloaded bitflags v2.4.2
14612024-03-30T03:05:01.760Z Downloaded ipnetwork v0.20.0
14622024-03-30T03:05:01.760Z Downloaded strsim v0.10.0
14632024-03-30T03:05:01.761Z Downloaded strip-ansi-escapes v0.2.0
14642024-03-30T03:05:01.768Z Downloaded lazycell v1.3.0
14652024-03-30T03:05:01.768Z Downloaded heck v0.3.3
14662024-03-30T03:05:01.768Z Downloaded crc-catalog v2.2.0
14672024-03-30T03:05:01.768Z Downloaded cpufeatures v0.2.12
14682024-03-30T03:05:01.772Z Downloaded console v0.15.8
14692024-03-30T03:05:01.772Z Downloaded bzip2 v0.4.4
14702024-03-30T03:05:01.772Z Downloaded cookie v0.17.0
14712024-03-30T03:05:01.772Z Downloaded base64 v0.13.1
14722024-03-30T03:05:01.777Z Downloaded itoa v1.0.9
14732024-03-30T03:05:01.777Z Downloaded serde_spanned v0.6.5
14742024-03-30T03:05:01.777Z Downloaded serde_repr v0.1.16
14752024-03-30T03:05:01.780Z Downloaded lru-cache v0.1.2
14762024-03-30T03:05:01.780Z Downloaded blake2 v0.10.6
14772024-03-30T03:05:01.784Z Downloaded camino v1.1.6
14782024-03-30T03:05:01.784Z Downloaded ciborium-ll v0.2.2
14792024-03-30T03:05:01.784Z Downloaded rustc-hash v1.1.0
14802024-03-30T03:05:01.784Z Downloaded httpdate v1.0.3
14812024-03-30T03:05:01.788Z Downloaded newline-converter v0.3.0
14822024-03-30T03:05:01.788Z Downloaded buf-list v1.0.3
14832024-03-30T03:05:01.788Z Downloaded match_cfg v0.1.0
14842024-03-30T03:05:01.793Z Downloaded cobs v0.2.3
14852024-03-30T03:05:01.793Z Downloaded bcs v0.1.6
14862024-03-30T03:05:01.793Z Downloaded backtrace v0.3.69
14872024-03-30T03:05:01.797Z Downloaded cancel-safe-futures v0.1.5
14882024-03-30T03:05:01.800Z Downloaded hostname v0.3.1
14892024-03-30T03:05:01.800Z Downloaded bit-set v0.5.3
14902024-03-30T03:05:01.800Z Downloaded hex v0.4.3
14912024-03-30T03:05:01.804Z Downloaded kstat-rs v0.2.3
14922024-03-30T03:05:01.804Z Downloaded highway v1.1.0
14932024-03-30T03:05:01.804Z Downloaded camino-tempfile v1.1.1
14942024-03-30T03:05:01.809Z Downloaded cassowary v0.3.0
14952024-03-30T03:05:01.809Z Downloaded block-buffer v0.10.4
14962024-03-30T03:05:01.813Z Downloaded aho-corasick v1.1.2
14972024-03-30T03:05:01.816Z Downloaded arc-swap v1.6.0
14982024-03-30T03:05:01.819Z Downloaded anyhow v1.0.79
14992024-03-30T03:05:01.824Z Downloaded bb8 v0.8.3
15002024-03-30T03:05:01.824Z Downloaded arrayref v0.3.7
15012024-03-30T03:05:01.824Z Downloaded anstyle-parse v0.2.1
15022024-03-30T03:05:01.824Z Downloaded atty v0.2.14
15032024-03-30T03:05:01.831Z Downloaded async-stream v0.3.5
15042024-03-30T03:05:01.831Z Downloaded ascii-canvas v3.0.0
15052024-03-30T03:05:01.831Z Downloaded ascii v1.1.0
15062024-03-30T03:05:02.246Z Compiling proc-macro2 v1.0.78
15072024-03-30T03:05:02.246Z Compiling unicode-ident v1.0.12
15082024-03-30T03:05:02.249Z Compiling libc v0.2.153
15092024-03-30T03:05:02.249Z Compiling serde v1.0.197
15102024-03-30T03:05:02.250Z Compiling version_check v0.9.4
15112024-03-30T03:05:02.250Z Compiling autocfg v1.1.0
15122024-03-30T03:05:02.293Z Compiling cfg-if v1.0.0
15132024-03-30T03:05:02.416Z Compiling syn v1.0.109
15142024-03-30T03:05:02.477Z Compiling once_cell v1.19.0
15152024-03-30T03:05:02.498Z Compiling byteorder v1.5.0
15162024-03-30T03:05:02.827Z Compiling memchr v2.7.1
15172024-03-30T03:05:02.875Z Compiling serde_json v1.0.114
15182024-03-30T03:05:02.943Z Compiling ahash v0.8.8
15192024-03-30T03:05:02.973Z Compiling lock_api v0.4.10
15202024-03-30T03:05:03.391Z Compiling parking_lot_core v0.9.8
15212024-03-30T03:05:03.401Z Compiling libm v0.2.7
15222024-03-30T03:05:03.521Z Compiling num-traits v0.2.18
15232024-03-30T03:05:03.543Z Compiling thiserror v1.0.57
15242024-03-30T03:05:03.796Z Compiling typenum v1.16.0
15252024-03-30T03:05:03.976Z Compiling generic-array v0.14.7
15262024-03-30T03:05:04.054Z Compiling itoa v1.0.9
15272024-03-30T03:05:04.413Z Compiling quote v1.0.35
15282024-03-30T03:05:04.434Z Compiling log v0.4.21
15292024-03-30T03:05:04.707Z Compiling cc v1.0.83
15302024-03-30T03:05:04.726Z Compiling getrandom v0.2.12
15312024-03-30T03:05:04.958Z Compiling syn v2.0.52
15322024-03-30T03:05:05.029Z Compiling scopeguard v1.2.0
15332024-03-30T03:05:05.537Z Compiling pkg-config v0.3.27
15342024-03-30T03:05:05.567Z Compiling allocator-api2 v0.2.16
15352024-03-30T03:05:05.755Z Compiling slab v0.4.9
15362024-03-30T03:05:05.776Z Compiling ryu v1.0.15
15372024-03-30T03:05:06.314Z Compiling smallvec v1.13.1
15382024-03-30T03:05:06.364Z Compiling schemars v0.8.16
15392024-03-30T03:05:06.674Z Compiling pin-project-lite v0.2.13
15402024-03-30T03:05:06.867Z Compiling heck v0.4.1
15412024-03-30T03:05:06.898Z Compiling equivalent v1.0.1
15422024-03-30T03:05:07.323Z Compiling parking_lot v0.12.1
15432024-03-30T03:05:07.394Z Compiling ring v0.17.8
15442024-03-30T03:05:07.422Z Compiling vcpkg v0.2.15
15452024-03-30T03:05:08.974Z Compiling signal-hook-registry v1.4.1
15462024-03-30T03:05:09.178Z Compiling openssl-sys v0.9.96
15472024-03-30T03:05:09.849Z Compiling mio v0.8.11
15482024-03-30T03:05:10.014Z Compiling fnv v1.0.7
15492024-03-30T03:05:10.073Z Compiling rand_core v0.6.4
15502024-03-30T03:05:10.206Z Compiling num-conv v0.1.0
15512024-03-30T03:05:10.483Z Compiling time-core v0.1.2
15522024-03-30T03:05:10.624Z Compiling ring v0.16.20
15532024-03-30T03:05:10.686Z Compiling time-macros v0.2.17
15542024-03-30T03:05:10.952Z Compiling socket2 v0.5.5
15552024-03-30T03:05:11.152Z Compiling num_cpus v1.16.0
15562024-03-30T03:05:11.494Z Compiling httparse v1.8.0
15572024-03-30T03:05:12.275Z Compiling serde_derive_internals v0.26.0
15582024-03-30T03:05:12.415Z Compiling ucd-trie v0.1.6
15592024-03-30T03:05:12.771Z Compiling futures-core v0.3.30
15602024-03-30T03:05:12.859Z Compiling spin v0.5.2
15612024-03-30T03:05:12.905Z Compiling openssl v0.10.60
15622024-03-30T03:05:13.104Z Compiling iana-time-zone v0.1.57
15632024-03-30T03:05:13.225Z Compiling crossbeam-utils v0.8.19
15642024-03-30T03:05:13.262Z Compiling semver v1.0.22
15652024-03-30T03:05:13.789Z Compiling tinyvec_macros v0.1.1
15662024-03-30T03:05:13.888Z Compiling native-tls v0.2.11
15672024-03-30T03:05:14.044Z Compiling rustls v0.21.9
15682024-03-30T03:05:14.119Z Compiling tinyvec v1.6.0
15692024-03-30T03:05:14.197Z Compiling spin v0.9.8
15702024-03-30T03:05:14.319Z Compiling subtle v2.5.0
15712024-03-30T03:05:14.516Z Compiling unicode-xid v0.2.4
15722024-03-30T03:05:14.603Z Compiling rustix v0.38.31
15732024-03-30T03:05:14.671Z Compiling const-oid v0.9.6
15742024-03-30T03:05:14.770Z Compiling futures-sink v0.3.30
15752024-03-30T03:05:14.947Z Compiling synstructure v0.12.6
15762024-03-30T03:05:15.340Z Compiling backtrace v0.3.69
15772024-03-30T03:05:15.622Z Compiling unicode-normalization v0.1.22
15782024-03-30T03:05:16.254Z Compiling cookie v0.17.0
15792024-03-30T03:05:16.377Z Compiling uuid v0.8.2
15802024-03-30T03:05:16.539Z Compiling dyn-clone v1.0.17
15812024-03-30T03:05:16.633Z Compiling slog v2.7.0
15822024-03-30T03:05:17.042Z Compiling unicode-bidi v0.3.15
15832024-03-30T03:05:17.042Z Compiling futures-channel v0.3.30
15842024-03-30T03:05:17.164Z Compiling tracing-core v0.1.32
15852024-03-30T03:05:17.172Z Compiling pin-utils v0.1.0
15862024-03-30T03:05:17.253Z Compiling futures-io v0.3.30
15872024-03-30T03:05:17.815Z Compiling futures-task v0.3.30
15882024-03-30T03:05:17.875Z Compiling schemars_derive v0.8.16
15892024-03-30T03:05:17.946Z Compiling zerocopy-derive v0.2.0
15902024-03-30T03:05:18.052Z Compiling serde_derive v1.0.197
15912024-03-30T03:05:18.126Z Compiling zerocopy-derive v0.7.32
15922024-03-30T03:05:18.213Z Compiling zeroize_derive v1.4.2
15932024-03-30T03:05:19.497Z Compiling thiserror-impl v1.0.57
15942024-03-30T03:05:19.627Z Compiling tokio-macros v2.2.0
15952024-03-30T03:05:19.649Z Compiling futures-macro v0.3.30
15962024-03-30T03:05:20.066Z Compiling zerocopy v0.7.32
15972024-03-30T03:05:20.317Z Compiling tracing-attributes v0.1.27
15982024-03-30T03:05:21.221Z Compiling zeroize v1.7.0
15992024-03-30T03:05:22.027Z Compiling openssl-macros v0.1.1
16002024-03-30T03:05:22.363Z Compiling hashbrown v0.14.3
16012024-03-30T03:05:22.573Z Compiling pest v2.7.6
16022024-03-30T03:05:22.908Z Compiling crypto-common v0.1.6
16032024-03-30T03:05:23.111Z Compiling futures-util v0.3.30
16042024-03-30T03:05:23.547Z Compiling tracing v0.1.40
16052024-03-30T03:05:23.830Z Compiling der_derive v0.7.2
16062024-03-30T03:05:24.442Z Compiling aho-corasick v1.1.2
16072024-03-30T03:05:24.813Z Compiling pest_meta v2.7.6
16082024-03-30T03:05:26.190Z Compiling pest_generator v2.7.6
16092024-03-30T03:05:26.893Z Compiling winnow v0.5.15
16102024-03-30T03:05:27.972Z Compiling anyhow v1.0.79
16112024-03-30T03:05:28.896Z Compiling pest_derive v2.7.6
16122024-03-30T03:05:28.975Z Compiling regex-syntax v0.8.2
16132024-03-30T03:05:29.556Z Compiling block-buffer v0.10.4
16142024-03-30T03:05:29.816Z Compiling usdt-impl v0.3.5
16152024-03-30T03:05:29.996Z Compiling powerfmt v0.2.0
16162024-03-30T03:05:30.516Z Compiling untrusted v0.9.0
16172024-03-30T03:05:30.516Z Compiling crc32fast v1.3.2
16182024-03-30T03:05:30.516Z Compiling rustversion v1.0.14
16192024-03-30T03:05:30.516Z Compiling unicode-width v0.1.11
16202024-03-30T03:05:31.110Z Compiling deranged v0.3.11
16212024-03-30T03:05:31.285Z Compiling digest v0.10.7
16222024-03-30T03:05:31.327Z Compiling scroll_derive v0.12.0
16232024-03-30T03:05:31.718Z Compiling bytes v1.5.0
16242024-03-30T03:05:32.978Z Compiling indexmap v2.2.5
16252024-03-30T03:05:33.426Z Compiling uuid v1.7.0
16262024-03-30T03:05:34.153Z Compiling tokio v1.36.0
16272024-03-30T03:05:34.589Z Compiling chrono v0.4.34
16282024-03-30T03:05:34.886Z Compiling bitflags v2.4.2
16292024-03-30T03:05:36.133Z Compiling serde_spanned v0.6.5
16302024-03-30T03:05:36.377Z Compiling toml_datetime v0.6.5
16312024-03-30T03:05:36.798Z Compiling http v0.2.12
16322024-03-30T03:05:38.292Z Compiling rustc_version v0.4.0
16332024-03-30T03:05:39.162Z Compiling toml_edit v0.19.15
16342024-03-30T03:05:39.233Z Compiling regex-automata v0.4.5
16352024-03-30T03:05:40.181Z Compiling heapless v0.7.16
16362024-03-30T03:05:40.846Z Compiling bzip2-sys v0.1.11+1.0.8
16372024-03-30T03:05:41.253Z Compiling num_threads v0.1.6
16382024-03-30T03:05:41.399Z Compiling async-trait v0.1.77
16392024-03-30T03:05:41.804Z Compiling ppv-lite86 v0.2.17
16402024-03-30T03:05:41.822Z Compiling percent-encoding v2.3.1
16412024-03-30T03:05:42.138Z Compiling signal-hook v0.3.17
16422024-03-30T03:05:42.631Z Compiling rand_chacha v0.3.1
16432024-03-30T03:05:43.021Z Compiling time v0.3.34
16442024-03-30T03:05:46.224Z Compiling regex v1.10.3
16452024-03-30T03:05:48.677Z Compiling zerocopy v0.3.0
16462024-03-30T03:05:48.873Z Compiling thread-id v4.2.0
16472024-03-30T03:05:49.037Z Compiling tokio-util v0.7.10
16482024-03-30T03:05:49.480Z Compiling dof v0.1.5
16492024-03-30T03:05:49.844Z Compiling rand v0.8.5
16502024-03-30T03:05:50.644Z Compiling dtrace-parser v0.1.14
16512024-03-30T03:05:51.755Z Compiling num-bigint v0.4.4
16522024-03-30T03:05:51.759Z Compiling smoltcp v0.9.1
16532024-03-30T03:05:51.975Z Compiling base64 v0.21.7
16542024-03-30T03:05:52.209Z Compiling untrusted v0.7.1
16552024-03-30T03:05:52.280Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16562024-03-30T03:05:52.371Z Compiling adler v1.0.2
16572024-03-30T03:05:52.627Z Compiling foreign-types-shared v0.1.1
16582024-03-30T03:05:52.747Z Compiling base64ct v1.6.0
16592024-03-30T03:05:52.839Z Compiling foreign-types v0.3.2
16602024-03-30T03:05:52.955Z Compiling miniz_oxide v0.7.1
16612024-03-30T03:05:53.349Z Compiling pem-rfc7468 v0.7.0
16622024-03-30T03:05:55.065Z Compiling form_urlencoded v1.2.1
16632024-03-30T03:05:56.109Z Compiling hmac v0.12.1
16642024-03-30T03:05:56.287Z Compiling serde_tokenstream v0.1.7
16652024-03-30T03:05:56.320Z Compiling lazy_static v1.4.0
16662024-03-30T03:05:56.461Z Compiling unicode-segmentation v1.10.1
16672024-03-30T03:05:56.505Z Compiling try-lock v0.2.4
16682024-03-30T03:05:56.737Z Compiling flagset v0.4.3
16692024-03-30T03:05:56.975Z Compiling bitflags v1.3.2
16702024-03-30T03:05:57.046Z Compiling siphasher v0.3.11
16712024-03-30T03:05:57.251Z Compiling want v0.3.1
16722024-03-30T03:05:57.364Z Compiling der v0.7.8
16732024-03-30T03:05:57.763Z Compiling sct v0.7.0
16742024-03-30T03:05:58.045Z Compiling rustls-webpki v0.101.7
16752024-03-30T03:05:58.191Z Compiling h2 v0.3.24
16762024-03-30T03:06:00.565Z Compiling http-body v0.4.5
16772024-03-30T03:06:01.283Z Compiling openapiv3 v2.0.0
16782024-03-30T03:06:01.442Z Compiling zerocopy-derive v0.6.4
16792024-03-30T03:06:01.620Z Compiling hubpack_derive v0.1.1
16802024-03-30T03:06:02.156Z Compiling idna v0.5.0
16812024-03-30T03:06:02.618Z Compiling errno v0.3.8
16822024-03-30T03:06:02.855Z Compiling usdt-impl v0.5.0
16832024-03-30T03:06:03.197Z Compiling tower-service v0.3.2
16842024-03-30T03:06:03.333Z Compiling httpdate v1.0.3
16852024-03-30T03:06:03.954Z Compiling openssl-probe v0.1.5
16862024-03-30T03:06:04.147Z Compiling gimli v0.28.0
16872024-03-30T03:06:04.201Z Compiling stable_deref_trait v1.2.0
16882024-03-30T03:06:04.251Z Compiling utf8parse v0.2.1
16892024-03-30T03:06:04.420Z Compiling cpufeatures v0.2.12
16902024-03-30T03:06:04.456Z Compiling anstyle v1.0.6
16912024-03-30T03:06:04.533Z Compiling sha2 v0.10.8
16922024-03-30T03:06:04.900Z Compiling anstyle-parse v0.2.1
16932024-03-30T03:06:05.720Z Compiling hyper v0.14.28
16942024-03-30T03:06:05.929Z Compiling url v2.5.0
16952024-03-30T03:06:08.778Z Compiling spki v0.7.2
16962024-03-30T03:06:09.153Z Compiling addr2line v0.21.0
16972024-03-30T03:06:09.906Z Compiling usdt-attr-macro v0.3.5
16982024-03-30T03:06:09.996Z Compiling usdt-macro v0.3.5
16992024-03-30T03:06:11.312Z Compiling scroll v0.12.0
17002024-03-30T03:06:11.607Z Compiling md-5 v0.10.5
17012024-03-30T03:06:11.858Z Compiling serde_tokenstream v0.2.0
17022024-03-30T03:06:12.410Z Compiling idna v0.3.0
17032024-03-30T03:06:13.855Z Compiling stringprep v0.1.3
17042024-03-30T03:06:14.809Z Compiling diesel_table_macro_syntax v0.1.0
17052024-03-30T03:06:15.090Z Compiling num-integer v0.1.46
17062024-03-30T03:06:15.564Z Compiling object v0.32.1
17072024-03-30T03:06:16.032Z Compiling hash32 v0.2.1
17082024-03-30T03:06:16.046Z Compiling psl-types v2.0.11
17092024-03-30T03:06:16.046Z Compiling colorchoice v1.0.0
17102024-03-30T03:06:16.177Z Compiling rustc-demangle v0.1.23
17112024-03-30T03:06:18.910Z Compiling anstyle-query v1.0.0
17122024-03-30T03:06:19.058Z Compiling plain v0.2.3
17132024-03-30T03:06:19.236Z Compiling fallible-iterator v0.2.0
17142024-03-30T03:06:20.022Z Compiling postgres-protocol v0.6.6
17152024-03-30T03:06:21.642Z Compiling goblin v0.8.0
17162024-03-30T03:06:23.615Z Compiling anstream v0.6.11
17172024-03-30T03:06:24.288Z Compiling publicsuffix v2.2.3
17182024-03-30T03:06:25.818Z Compiling diesel_derives v2.1.2
17192024-03-30T03:06:26.386Z Compiling tokio-rustls v0.24.1
17202024-03-30T03:06:31.691Z Compiling terminal_size v0.3.0
17212024-03-30T03:06:31.906Z Compiling pkcs8 v0.10.2
17222024-03-30T03:06:32.477Z Compiling tokio-native-tls v0.3.1
17232024-03-30T03:06:32.758Z Compiling phf_shared v0.11.2
17242024-03-30T03:06:33.126Z Compiling strum_macros v0.25.2
17252024-03-30T03:06:33.435Z Compiling regress v0.9.0
17262024-03-30T03:06:33.519Z Compiling block-padding v0.3.3
17272024-03-30T03:06:33.767Z Compiling serde_repr v0.1.16
17282024-03-30T03:06:34.182Z Compiling clap_derive v4.5.0
17292024-03-30T03:06:34.835Z Compiling enum-as-inner v0.5.1
17302024-03-30T03:06:36.061Z Compiling ff v0.13.0
17312024-03-30T03:06:36.330Z Compiling scheduled-thread-pool v0.2.7
17322024-03-30T03:06:37.049Z Compiling encoding_rs v0.8.33
17332024-03-30T03:06:37.768Z Compiling managed v0.8.0
17342024-03-30T03:06:38.183Z Compiling matches v0.1.10
17352024-03-30T03:06:38.279Z Compiling strsim v0.11.0
17362024-03-30T03:06:38.311Z Compiling strsim v0.10.0
17372024-03-30T03:06:38.651Z Compiling mime v0.3.17
17382024-03-30T03:06:38.982Z Compiling bit-vec v0.6.3
17392024-03-30T03:06:39.240Z Compiling ipnet v2.9.0
17402024-03-30T03:06:39.396Z Compiling pretty-hex v0.4.1
17412024-03-30T03:06:39.613Z Compiling regex-automata v0.1.10
17422024-03-30T03:06:40.094Z Compiling ident_case v1.0.1
17432024-03-30T03:06:40.331Z Compiling clap_lex v0.7.0
17442024-03-30T03:06:40.625Z Compiling base16ct v0.2.0
17452024-03-30T03:06:40.802Z Compiling clap_builder v4.5.1
17462024-03-30T03:06:40.922Z Compiling sec1 v0.7.3
17472024-03-30T03:06:41.132Z Compiling darling_core v0.20.3
17482024-03-30T03:06:41.236Z Compiling bstr v0.2.17
17492024-03-30T03:06:42.701Z Compiling dof v0.3.0
17502024-03-30T03:06:45.021Z Compiling idna v0.2.3
17512024-03-30T03:06:46.485Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17522024-03-30T03:06:46.593Z Compiling r2d2 v0.8.10
17532024-03-30T03:06:46.956Z Compiling group v0.13.0
17542024-03-30T03:06:47.975Z Compiling inout v0.1.3
17552024-03-30T03:06:49.417Z Compiling phf v0.11.2
17562024-03-30T03:06:49.755Z Compiling hyper-tls v0.5.0
17572024-03-30T03:06:50.030Z Compiling signal-hook-mio v0.2.3
17582024-03-30T03:06:50.122Z Compiling bzip2 v0.4.4
17592024-03-30T03:06:50.224Z Compiling flate2 v1.0.28
17602024-03-30T03:06:50.534Z Compiling hyper-rustls v0.24.2
17612024-03-30T03:06:50.744Z Compiling cookie_store v0.20.0
17622024-03-30T03:06:51.177Z Compiling postgres-types v0.2.6
17632024-03-30T03:06:51.207Z Compiling zerocopy v0.6.4
17642024-03-30T03:06:51.768Z Compiling hubpack v0.1.2
17652024-03-30T03:06:52.002Z Compiling phf_shared v0.10.0
17662024-03-30T03:06:52.052Z Compiling rustls-pemfile v1.0.3
17672024-03-30T03:06:52.089Z Compiling hkdf v0.12.4
17682024-03-30T03:06:52.206Z Compiling serde_urlencoded v0.7.1
17692024-03-30T03:06:52.394Z Compiling crossbeam-epoch v0.9.18
17702024-03-30T03:06:52.551Z Compiling ipnetwork v0.20.0
17712024-03-30T03:06:52.736Z Compiling futures-executor v0.3.30
17722024-03-30T03:06:53.307Z Compiling dtrace-parser v0.2.0
17732024-03-30T03:06:53.664Z Compiling crypto-bigint v0.5.2
17742024-03-30T03:06:53.688Z Compiling float-cmp v0.9.0
17752024-03-30T03:06:53.934Z Compiling webpki-roots v0.25.2
17762024-03-30T03:06:54.094Z Compiling precomputed-hash v0.1.1
17772024-03-30T03:06:54.951Z Compiling normalize-line-endings v0.3.0
17782024-03-30T03:06:55.036Z Compiling static_assertions v1.1.0
17792024-03-30T03:06:55.265Z Compiling predicates-core v1.0.6
17802024-03-30T03:06:55.570Z Compiling winnow v0.6.1
17812024-03-30T03:06:55.573Z Compiling either v1.10.0
17822024-03-30T03:06:55.613Z Compiling whoami v1.5.0
17832024-03-30T03:06:55.990Z Compiling difflib v0.4.0
17842024-03-30T03:06:56.587Z Compiling sync_wrapper v0.1.2
17852024-03-30T03:06:56.732Z Compiling minimal-lexical v0.2.1
17862024-03-30T03:06:57.236Z Compiling data-encoding v2.4.0
17872024-03-30T03:06:57.273Z Compiling new_debug_unreachable v1.0.4
17882024-03-30T03:06:57.301Z Compiling fixedbitset v0.4.2
17892024-03-30T03:06:57.377Z Compiling string_cache v0.8.7
17902024-03-30T03:06:57.700Z Compiling petgraph v0.6.4
17912024-03-30T03:06:57.816Z Compiling trust-dns-proto v0.22.0
17922024-03-30T03:06:57.924Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17932024-03-30T03:06:58.575Z Compiling nom v7.1.3
17942024-03-30T03:06:59.008Z Compiling reqwest v0.11.24
17952024-03-30T03:06:59.323Z Compiling toml_edit v0.22.6
17962024-03-30T03:07:01.670Z Compiling itertools v0.10.5
17972024-03-30T03:07:02.222Z Compiling predicates v3.1.0
17982024-03-30T03:07:02.247Z Compiling tokio-postgres v0.7.10
17992024-03-30T03:07:03.861Z Compiling elliptic-curve v0.13.8
18002024-03-30T03:07:04.567Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18012024-03-30T03:07:06.895Z Compiling futures v0.3.30
18022024-03-30T03:07:06.931Z Compiling diesel v2.1.4
18032024-03-30T03:07:07.098Z Compiling yasna v0.5.2
18042024-03-30T03:07:07.471Z Compiling zip v0.6.6
18052024-03-30T03:07:07.981Z Compiling crossterm v0.27.0
18062024-03-30T03:07:08.105Z Compiling cipher v0.4.4
18072024-03-30T03:07:08.741Z Compiling darling_macro v0.20.3
18082024-03-30T03:07:09.392Z Compiling clap v4.5.1
18092024-03-30T03:07:09.518Z Compiling similar v2.4.0
18102024-03-30T03:07:09.670Z Compiling bit-set v0.5.3
18112024-03-30T03:07:10.520Z Compiling num-iter v0.1.44
18122024-03-30T03:07:10.712Z Compiling usdt v0.3.5
18132024-03-30T03:07:10.989Z Compiling console v0.15.8
18142024-03-30T03:07:11.599Z Compiling bstr v1.9.0
18152024-03-30T03:07:11.654Z Compiling tokio-stream v0.1.14
18162024-03-30T03:07:12.211Z Compiling toml v0.7.8
18172024-03-30T03:07:12.611Z Compiling hex v0.4.3
18182024-03-30T03:07:12.902Z Compiling proc-macro-error-attr v1.0.4
18192024-03-30T03:07:13.238Z Compiling peg-runtime v0.8.2
18202024-03-30T03:07:13.242Z Compiling lalrpop-util v0.19.12
18212024-03-30T03:07:13.787Z Compiling darling v0.20.3
18222024-03-30T03:07:13.846Z Compiling proc-macro-crate v1.3.1
18232024-03-30T03:07:14.888Z Compiling proc-macro-error v1.0.4
18242024-03-30T03:07:15.272Z Compiling heapless v0.8.0
18252024-03-30T03:07:15.534Z Compiling camino v1.1.6
18262024-03-30T03:07:16.666Z Compiling num_enum_derive v0.5.11
18272024-03-30T03:07:25.755Z Compiling atty v0.2.14
18282024-03-30T03:07:25.876Z Compiling hash32 v0.3.1
18292024-03-30T03:07:28.024Z Compiling smoltcp v0.11.0
18302024-03-30T03:07:28.860Z Compiling rustls-pki-types v1.3.0
18312024-03-30T03:07:30.181Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18322024-03-30T03:07:44.883Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18332024-03-30T03:07:54.653Z Compiling num_enum v0.5.11
18342024-03-30T03:07:57.957Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18352024-03-30T03:07:58.112Z Compiling getopts v0.2.21
18362024-03-30T03:07:58.996Z Compiling dirs-sys-next v0.1.2
18372024-03-30T03:07:59.993Z Compiling embedded-io v0.4.0
18382024-03-30T03:08:00.189Z Compiling unsafe-libyaml v0.2.10
18392024-03-30T03:08:00.210Z Compiling cobs v0.2.3
18402024-03-30T03:08:00.252Z Compiling rustls v0.22.2
18412024-03-30T03:08:00.663Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18422024-03-30T03:08:01.013Z Compiling postcard v1.0.8
18432024-03-30T03:08:01.909Z Compiling serde_yaml v0.9.25
18442024-03-30T03:08:04.614Z Compiling dirs-next v2.0.0
18452024-03-30T03:08:07.123Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18462024-03-30T03:08:14.032Z Compiling rustls-webpki v0.102.1
18472024-03-30T03:08:17.860Z Compiling strum_macros v0.26.1
18482024-03-30T03:08:20.597Z Compiling foreign-types-macros v0.2.3
18492024-03-30T03:08:20.711Z Compiling structmeta-derive v0.3.0
18502024-03-30T03:08:21.326Z Compiling thread_local v1.1.7
18512024-03-30T03:08:21.840Z Compiling multer v3.0.0
18522024-03-30T03:08:22.059Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18532024-03-30T03:08:22.533Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18542024-03-30T03:08:22.824Z Compiling match_cfg v0.1.0
18552024-03-30T03:08:23.339Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18562024-03-30T03:08:23.517Z Compiling slog-async v2.8.0
18572024-03-30T03:08:23.594Z Compiling paste v1.0.14
18582024-03-30T03:08:23.624Z Compiling foreign-types-shared v0.3.1
18592024-03-30T03:08:23.760Z Compiling foreign-types v0.5.0
18602024-03-30T03:08:24.060Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18612024-03-30T03:08:27.625Z Compiling structmeta v0.3.0
18622024-03-30T03:08:28.144Z Compiling hostname v0.3.1
18632024-03-30T03:08:28.720Z Compiling strum v0.26.1
18642024-03-30T03:08:34.677Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18652024-03-30T03:08:41.880Z Compiling term v0.7.0
18662024-03-30T03:08:43.027Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18672024-03-30T03:08:44.567Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18682024-03-30T03:08:45.609Z Compiling slog-json v2.6.1
18692024-03-30T03:08:46.152Z Compiling crossbeam-channel v0.5.8
18702024-03-30T03:08:47.952Z Compiling http v1.0.0
18712024-03-30T03:08:47.975Z Compiling tabwriter v1.4.0
18722024-03-30T03:08:48.632Z Compiling async-stream-impl v0.3.5
18732024-03-30T03:08:48.790Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18742024-03-30T03:08:49.625Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18752024-03-30T03:08:49.764Z Compiling cstr-argument v0.1.2
18762024-03-30T03:08:49.945Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18772024-03-30T03:08:50.033Z Compiling fastrand v2.0.1
18782024-03-30T03:08:50.250Z Compiling crucible-workspace-hack v0.1.0
18792024-03-30T03:08:50.449Z Compiling rayon-core v1.12.1
18802024-03-30T03:08:50.550Z Compiling atomic-waker v1.1.1
18812024-03-30T03:08:50.716Z Compiling take_mut v0.2.2
18822024-03-30T03:08:50.746Z Compiling pretty-hex v0.2.1
18832024-03-30T03:08:50.769Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18842024-03-30T03:08:50.956Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18852024-03-30T03:08:51.170Z Compiling waitgroup v0.1.2
18862024-03-30T03:08:51.437Z Compiling tempfile v3.10.0
18872024-03-30T03:08:51.660Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18882024-03-30T03:08:51.854Z Compiling async-stream v0.3.5
18892024-03-30T03:08:51.901Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18902024-03-30T03:08:52.824Z Compiling slog-bunyan v2.5.0
18912024-03-30T03:08:52.964Z Compiling slog-term v2.9.0
18922024-03-30T03:08:53.114Z Compiling tokio-rustls v0.25.0
18932024-03-30T03:08:53.337Z Compiling parse-display-derive v0.9.0
18942024-03-30T03:08:54.216Z Compiling toml v0.8.10
18952024-03-30T03:08:54.704Z Compiling rustls-pemfile v2.1.1
18962024-03-30T03:08:55.505Z Compiling serde_with_macros v3.6.1
18972024-03-30T03:08:55.524Z Compiling sha1 v0.10.6
18982024-03-30T03:08:55.999Z Compiling crossbeam-deque v0.8.3
18992024-03-30T03:08:56.390Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19002024-03-30T03:08:56.438Z Compiling colored v2.1.0
19012024-03-30T03:08:57.360Z Compiling newtype-uuid v1.0.1
19022024-03-30T03:08:57.707Z Compiling serde_path_to_error v0.1.16
19032024-03-30T03:08:57.787Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19042024-03-30T03:08:58.241Z Compiling socket2 v0.4.9
19052024-03-30T03:08:58.336Z Compiling instant v0.1.12
19062024-03-30T03:08:58.456Z Compiling debug-ignore v1.0.5
19072024-03-30T03:08:58.517Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19082024-03-30T03:08:58.900Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19092024-03-30T03:08:59.933Z Compiling backoff v0.4.0
19102024-03-30T03:09:00.174Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19112024-03-30T03:09:00.317Z Compiling serde_with v3.6.1
19122024-03-30T03:09:00.401Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19132024-03-30T03:09:00.828Z Compiling parse-display v0.9.0
19142024-03-30T03:09:03.024Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19152024-03-30T03:09:03.738Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19162024-03-30T03:09:04.182Z Compiling camino-tempfile v1.1.1
19172024-03-30T03:09:04.909Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19182024-03-30T03:09:04.935Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19192024-03-30T03:09:05.133Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19202024-03-30T03:09:05.339Z Compiling heck v0.3.3
19212024-03-30T03:09:05.412Z Compiling macaddr v1.0.1
19222024-03-30T03:09:06.138Z Compiling textwrap v0.11.0
19232024-03-30T03:09:06.142Z Compiling num-derive v0.4.0
19242024-03-30T03:09:06.527Z Compiling sigpipe v0.1.3
19252024-03-30T03:09:06.676Z Compiling vec_map v0.8.2
19262024-03-30T03:09:06.861Z Compiling libefi-sys v0.1.0
19272024-03-30T03:09:07.017Z Compiling ansi_term v0.12.1
19282024-03-30T03:09:07.156Z Compiling strsim v0.8.0
19292024-03-30T03:09:07.824Z Compiling clap v2.34.0
19302024-03-30T03:09:08.203Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19312024-03-30T03:09:08.237Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
19322024-03-30T03:09:08.587Z Compiling structopt-derive v0.4.18
19332024-03-30T03:09:09.890Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19342024-03-30T03:09:10.464Z Compiling rayon v1.9.0
19352024-03-30T03:09:10.962Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19362024-03-30T03:09:11.330Z Compiling smf v0.2.2
19372024-03-30T03:09:12.137Z Compiling blake3 v1.5.0
19382024-03-30T03:09:12.705Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19392024-03-30T03:09:13.078Z Compiling portable-atomic v1.4.3
19402024-03-30T03:09:14.034Z Compiling structopt v0.3.26
19412024-03-30T03:09:14.213Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19422024-03-30T03:09:14.372Z Compiling memmap2 v0.7.1
19432024-03-30T03:09:14.534Z Compiling xattr v1.0.1
19442024-03-30T03:09:14.852Z Compiling filetime v0.2.23
19452024-03-30T03:09:14.904Z Compiling arrayref v0.3.7
19462024-03-30T03:09:15.016Z Compiling arrayvec v0.7.4
19472024-03-30T03:09:15.254Z Compiling same-file v1.0.6
19482024-03-30T03:09:15.428Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19492024-03-30T03:09:15.481Z Compiling constant_time_eq v0.3.0
19502024-03-30T03:09:15.529Z Compiling walkdir v2.4.0
19512024-03-30T03:09:15.587Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19522024-03-30T03:09:16.117Z Compiling tar v0.4.40
19532024-03-30T03:09:17.076Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19542024-03-30T03:09:17.805Z Compiling gethostname v0.4.3
19552024-03-30T03:09:18.086Z Compiling number_prefix v0.4.0
19562024-03-30T03:09:18.315Z Compiling topological-sort v0.2.2
19572024-03-30T03:09:18.355Z Compiling swrite v0.1.0
19582024-03-30T03:09:18.571Z Compiling omicron-zone-package v0.11.0
19592024-03-30T03:09:19.654Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19602024-03-30T03:09:19.944Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19612024-03-30T03:09:21.648Z Compiling indicatif v0.17.8
19622024-03-30T03:09:29.512Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19632024-03-30T03:09:32.029Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19642024-03-30T03:09:32.438Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19652024-03-30T03:09:34.672Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19662024-03-30T03:09:52.187Z Finished release [optimized] target(s) in 5m 52s
19672024-03-30T03:09:52.447Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19682024-03-30T03:09:52.516ZLogging to: /work/oxidecomputer/omicron/out/LOG
19692024-03-30T03:09:52.526ZCreated new build target 'test' and set it as active
19702024-03-30T03:09:52.526Z
19712024-03-30T03:09:52.526Zreal 5:52.754404708
19722024-03-30T03:09:52.526Zuser 33:08.044984488
19732024-03-30T03:09:52.526Zsys 4:02.111214597
19742024-03-30T03:09:52.526Ztrap 1.022031742
19752024-03-30T03:09:52.526Ztflt 4.916011776
19762024-03-30T03:09:52.526Zdflt 3.289195375
19772024-03-30T03:09:52.526Zkflt 0.118912007
19782024-03-30T03:09:52.527Zlock 1:10:17.374794905
19792024-03-30T03:09:52.527Zslp 1:34:20.045385653
19802024-03-30T03:09:52.527Zlat 2:09.751082246
19812024-03-30T03:09:52.527Zstop 3:45.676708358
19822024-03-30T03:09:52.527Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19832024-03-30T03:09:53.357Z Finished release [optimized] target(s) in 0.78s
19842024-03-30T03:09:53.392Z Running `target/release/omicron-package -t test package`
19852024-03-30T03:09:53.408ZLogging to: /work/oxidecomputer/omicron/out/LOG
19862024-03-30T03:09:54.298Z Compiling base64 v0.22.0
19872024-03-30T03:09:54.298Z Compiling newline-converter v0.3.0
19882024-03-30T03:09:54.305Z Compiling usdt-macro v0.5.0
19892024-03-30T03:09:54.305Z Compiling usdt-attr-macro v0.5.0
19902024-03-30T03:09:54.305Z Compiling memmap v0.7.0
19912024-03-30T03:09:54.405Z Compiling humantime v2.1.0
19922024-03-30T03:09:54.416Z Compiling linked-hash-map v0.5.6
19932024-03-30T03:09:54.420Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19942024-03-30T03:09:54.521Z Compiling expectorate v1.1.0
19952024-03-30T03:09:54.671Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19962024-03-30T03:09:54.691Z Compiling password-hash v0.5.0
19972024-03-30T03:09:54.803Z Compiling lru-cache v0.1.2
19982024-03-30T03:09:54.815Z Compiling blake2 v0.10.6
19992024-03-30T03:09:55.012Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20002024-03-30T03:09:55.246Z Compiling semver v0.1.20
20012024-03-30T03:09:55.532Z Compiling argon2 v0.5.3
20022024-03-30T03:09:55.676Z Compiling rustc_version v0.1.7
20032024-03-30T03:09:55.809Z Compiling bytecount v0.6.3
20042024-03-30T03:09:55.820Z Compiling usdt v0.5.0
20052024-03-30T03:09:56.079Z Compiling newtype_derive v0.1.6
20062024-03-30T03:09:56.115Z Compiling papergrid v0.11.0
20072024-03-30T03:09:56.196Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20082024-03-30T03:09:56.432Z Compiling tabled_derive v0.7.0
20092024-03-30T03:09:56.912Z Compiling quick-error v1.2.3
20102024-03-30T03:09:57.058Z Compiling resolv-conf v0.7.0
20112024-03-30T03:09:57.101Z Compiling steno v0.4.0
20122024-03-30T03:09:57.378Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20132024-03-30T03:09:58.289Z Compiling derive-where v1.2.7
20142024-03-30T03:09:58.712Z Compiling tabled v0.15.0
20152024-03-30T03:09:58.746Z Compiling num-rational v0.4.1
20162024-03-30T03:09:59.038Z Compiling slog-dtrace v0.3.0
20172024-03-30T03:09:59.352Z Compiling termcolor v1.2.0
20182024-03-30T03:10:00.790Z Compiling trust-dns-resolver v0.22.0
20192024-03-30T03:10:01.354Z Compiling itertools v0.12.1
20202024-03-30T03:10:01.597Z Compiling utf-8 v0.7.6
20212024-03-30T03:10:05.169Z Compiling num-complex v0.4.4
20222024-03-30T03:10:06.133Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20232024-03-30T03:10:06.533Z Compiling num v0.4.1
20242024-03-30T03:10:06.643Z Compiling nibble_vec v0.1.0
20252024-03-30T03:10:06.880Z Compiling endian-type v0.1.2
20262024-03-30T03:10:07.120Z Compiling radium v0.7.0
20272024-03-30T03:10:07.193Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20282024-03-30T03:10:07.568Z Compiling radix_trie v0.2.1
20292024-03-30T03:10:08.512Z Compiling tungstenite v0.20.1
20302024-03-30T03:10:10.584Z Compiling tap v1.0.1
20312024-03-30T03:10:10.766Z Compiling maybe-uninit v2.0.0
20322024-03-30T03:10:11.287Z Compiling wyz v0.5.1
20332024-03-30T03:10:11.769Z Compiling tokio-tungstenite v0.20.1
20342024-03-30T03:10:12.326Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20352024-03-30T03:10:12.335Z Compiling num-bigint-dig v0.8.4
20362024-03-30T03:10:12.619Z Compiling crc-catalog v2.2.0
20372024-03-30T03:10:12.761Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20382024-03-30T03:10:14.047Z Compiling cancel-safe-futures v0.1.5
20392024-03-30T03:10:14.377Z Compiling arc-swap v1.6.0
20402024-03-30T03:10:15.138Z Compiling display-error-chain v0.2.0
20412024-03-30T03:10:15.335Z Compiling funty v2.0.0
20422024-03-30T03:10:17.995Z Compiling packed_struct v0.10.1
20432024-03-30T03:10:18.315Z Compiling bitvec v1.0.1
20442024-03-30T03:10:18.435Z Compiling slog-scope v4.4.0
20452024-03-30T03:10:19.438Z Compiling crc v3.0.1
20462024-03-30T03:10:20.303Z Compiling fxhash v0.2.1
20472024-03-30T03:10:20.514Z Compiling packed_struct_codegen v0.10.1
20482024-03-30T03:10:21.502Z Compiling indexmap v1.9.3
20492024-03-30T03:10:21.799Z Compiling nodrop v0.1.14
20502024-03-30T03:10:21.920Z Compiling array-init v0.0.4
20512024-03-30T03:10:22.555Z Compiling smallvec v0.6.14
20522024-03-30T03:10:23.233Z Compiling slog-stdlog v4.1.1
20532024-03-30T03:10:23.721Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20542024-03-30T03:10:24.197Z Compiling rayon-core v1.12.1
20552024-03-30T03:10:24.217Z Compiling pkcs1 v0.7.5
20562024-03-30T03:10:24.534Z Compiling is-terminal v0.4.9
20572024-03-30T03:10:24.669Z Compiling signature v2.1.0
20582024-03-30T03:10:24.907Z Compiling crossbeam-deque v0.8.3
20592024-03-30T03:10:25.282Z Compiling dirs-sys-next v0.1.2
20602024-03-30T03:10:25.805Z Compiling half v2.3.1
20612024-03-30T03:10:26.520Z Compiling crunchy v0.2.2
20622024-03-30T03:10:26.947Z Compiling same-file v1.0.6
20632024-03-30T03:10:27.169Z Compiling glob v0.3.1
20642024-03-30T03:10:27.532Z Compiling bitfield v0.14.0
20652024-03-30T03:10:27.829Z Compiling hashbrown v0.12.3
20662024-03-30T03:10:27.967Z Compiling fastrand v2.0.1
20672024-03-30T03:10:28.354Z Compiling ciborium-io v0.2.2
20682024-03-30T03:10:28.470Z Compiling ciborium-ll v0.2.2
20692024-03-30T03:10:28.481Z Compiling tempfile v3.10.0
20702024-03-30T03:10:28.954Z Compiling clang-sys v1.6.1
20712024-03-30T03:10:29.262Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20722024-03-30T03:10:29.614Z Compiling walkdir v2.4.0
20732024-03-30T03:10:30.254Z Compiling dirs-next v2.0.0
20742024-03-30T03:10:30.270Z Compiling rsa v0.9.2
20752024-03-30T03:10:32.089Z Compiling env_logger v0.10.0
20762024-03-30T03:10:33.359Z Compiling slog-envlogger v2.2.0
20772024-03-30T03:10:34.975Z Compiling serde-hex v0.1.0
20782024-03-30T03:10:35.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20792024-03-30T03:10:35.985Z Compiling camino v1.1.6
20802024-03-30T03:10:36.041Z Compiling x509-cert v0.2.4
20812024-03-30T03:10:36.044Z Compiling ron v0.8.1
20822024-03-30T03:10:36.158Z Compiling hashbrown v0.13.2
20832024-03-30T03:10:37.599Z Compiling semver-parser v0.10.2
20842024-03-30T03:10:39.374Z Compiling unicase v2.7.0
20852024-03-30T03:10:39.671Z Compiling crc-any v2.4.3
20862024-03-30T03:10:40.117Z Compiling tiny-keccak v2.0.2
20872024-03-30T03:10:40.389Z Compiling prettyplease v0.2.16
20882024-03-30T03:10:40.644Z Compiling blake3 v1.5.0
20892024-03-30T03:10:41.103Z Compiling semver v0.11.0
20902024-03-30T03:10:41.107Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20912024-03-30T03:10:41.414Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20922024-03-30T03:10:42.269Z Compiling object v0.30.4
20932024-03-30T03:10:43.672Z Compiling rayon v1.9.0
20942024-03-30T03:10:46.555Z Compiling term v0.7.0
20952024-03-30T03:10:47.910Z Compiling ciborium v0.2.2
20962024-03-30T03:10:48.564Z Compiling darling_core v0.14.4
20972024-03-30T03:10:48.567Z Compiling memmap2 v0.7.1
20982024-03-30T03:10:48.961Z Compiling xattr v1.0.1
20992024-03-30T03:10:49.188Z Compiling filetime v0.2.23
21002024-03-30T03:10:49.489Z Compiling arrayvec v0.7.4
21012024-03-30T03:10:49.912Z Compiling arrayref v0.3.7
21022024-03-30T03:10:50.009Z Compiling path-slash v0.1.5
21032024-03-30T03:10:50.175Z Compiling constant_time_eq v0.3.0
21042024-03-30T03:10:50.230Z Compiling home v0.5.5
21052024-03-30T03:10:50.470Z Compiling toolchain_find v0.2.0
21062024-03-30T03:10:51.035Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21072024-03-30T03:10:51.776Z Compiling tar v0.4.40
21082024-03-30T03:10:53.819Z Compiling darling_macro v0.14.4
21092024-03-30T03:10:54.081Z Compiling ascii-canvas v3.0.0
21102024-03-30T03:10:54.544Z Compiling camino-tempfile v1.1.1
21112024-03-30T03:10:54.717Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21122024-03-30T03:10:55.077Z Compiling libsw v3.3.1
21132024-03-30T03:10:55.484Z Compiling toml v0.5.11
21142024-03-30T03:10:55.484Z Compiling ena v0.14.2
21152024-03-30T03:10:55.812Z Compiling libloading v0.7.4
21162024-03-30T03:10:56.175Z Compiling diff v0.1.13
21172024-03-30T03:10:56.236Z Compiling linear-map v1.2.0
21182024-03-30T03:10:56.636Z Compiling parking_lot_core v0.8.6
21192024-03-30T03:10:56.734Z Compiling regex-syntax v0.6.29
21202024-03-30T03:10:57.018Z Compiling owo-colors v4.0.0
21212024-03-30T03:10:58.446Z Compiling bindgen v0.69.2
21222024-03-30T03:10:58.859Z Compiling topological-sort v0.2.2
21232024-03-30T03:10:59.066Z Compiling convert_case v0.4.0
21242024-03-30T03:10:59.570Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21252024-03-30T03:10:59.829Z Compiling omicron-zone-package v0.11.0
21262024-03-30T03:10:59.841Z Compiling derive_more v0.99.17
21272024-03-30T03:11:00.474Z Compiling lalrpop v0.19.12
21282024-03-30T03:11:02.240Z Compiling rustfmt-wrapper v0.2.0
21292024-03-30T03:11:03.091Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21302024-03-30T03:11:03.319Z Compiling darling v0.14.4
21312024-03-30T03:11:05.477Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21322024-03-30T03:11:06.126Z Compiling toml v0.8.10
21332024-03-30T03:11:07.207Z Compiling cexpr v0.6.0
21342024-03-30T03:11:07.617Z Compiling which v4.4.0
21352024-03-30T03:11:07.662Z Compiling rustc-hash v1.1.0
21362024-03-30T03:11:07.816Z Compiling shlex v1.3.0
21372024-03-30T03:11:08.173Z Compiling peeking_take_while v0.1.2
21382024-03-30T03:11:08.200Z Compiling lazycell v1.3.0
21392024-03-30T03:11:08.305Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21402024-03-30T03:11:09.074Z Compiling derive_builder_core v0.12.0
21412024-03-30T03:11:10.204Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21422024-03-30T03:11:11.213Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21432024-03-30T03:11:11.278Z Compiling headers-core v0.2.0
21442024-03-30T03:11:11.429Z Compiling pem v3.0.2
21452024-03-30T03:11:11.441Z Compiling libxml v0.3.3
21462024-03-30T03:11:11.780Z Compiling async-recursion v1.0.5
21472024-03-30T03:11:12.260Z Compiling ref-cast v1.0.20
21482024-03-30T03:11:12.686Z Compiling platforms v3.0.2
21492024-03-30T03:11:12.792Z Compiling headers v0.3.9
21502024-03-30T03:11:13.030Z Compiling derive_builder_macro v0.12.0
21512024-03-30T03:11:13.084Z Compiling parking_lot v0.11.2
21522024-03-30T03:11:14.188Z Compiling mime_guess v2.0.4
21532024-03-30T03:11:14.192Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21542024-03-30T03:11:15.085Z Compiling trust-dns-client v0.22.0
21552024-03-30T03:11:15.587Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21562024-03-30T03:11:15.892Z Compiling strum_macros v0.24.3
21572024-03-30T03:11:19.365Z Compiling ref-cast-impl v1.0.20
21582024-03-30T03:11:20.408Z Compiling vte_generate_state_changes v0.1.1
21592024-03-30T03:11:20.538Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21602024-03-30T03:11:20.865Z Compiling cookie v0.18.0
21612024-03-30T03:11:21.012Z Compiling doc-comment v0.3.3
21622024-03-30T03:11:21.024Z Compiling indoc v1.0.9
21632024-03-30T03:11:21.147Z Compiling buf-list v1.0.3
21642024-03-30T03:11:21.721Z Compiling vte v0.11.1
21652024-03-30T03:11:22.119Z Compiling trust-dns-server v0.22.1
21662024-03-30T03:11:22.913Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21672024-03-30T03:11:24.316Z Compiling derive_builder v0.12.0
21682024-03-30T03:11:24.475Z Compiling sled v0.34.7
21692024-03-30T03:11:27.204Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21702024-03-30T03:11:28.524Z Compiling polar-core v0.27.0
21712024-03-30T03:11:28.775Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21722024-03-30T03:11:29.059Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21732024-03-30T03:11:30.486Z Compiling bb8 v0.8.3
21742024-03-30T03:11:30.967Z Compiling const_format_proc_macros v0.2.32
21752024-03-30T03:11:32.515Z Compiling quick-xml v0.30.0
21762024-03-30T03:11:33.049Z Compiling impl-trait-for-tuples v0.2.2
21772024-03-30T03:11:34.388Z Compiling pin-project-internal v1.1.3
21782024-03-30T03:11:37.182Z Compiling oso-derive v0.27.0
21792024-03-30T03:11:38.179Z Compiling memoffset v0.7.1
21802024-03-30T03:11:38.470Z Compiling maplit v1.0.2
21812024-03-30T03:11:38.726Z Compiling pin-project v1.1.3
21822024-03-30T03:11:38.856Z Compiling const_format v0.2.32
21832024-03-30T03:11:40.138Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21842024-03-30T03:11:43.135Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21852024-03-30T03:11:44.395Z Compiling curve25519-dalek v4.1.1
21862024-03-30T03:11:46.611Z Compiling strip-ansi-escapes v0.2.0
21872024-03-30T03:11:51.565Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21882024-03-30T03:11:53.150Z Compiling oso v0.27.0
21892024-03-30T03:12:01.334Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
21902024-03-30T03:12:03.890Z Compiling fd-lock v3.0.13
21912024-03-30T03:12:04.110Z Compiling kstat-rs v0.2.3
21922024-03-30T03:12:05.088Z Compiling snafu-derive v0.7.5
21932024-03-30T03:12:06.619Z Compiling fs-err v2.11.0
21942024-03-30T03:12:07.041Z Compiling nu-ansi-term v0.50.0
21952024-03-30T03:12:08.185Z Compiling strum v0.25.0
21962024-03-30T03:12:08.359Z Compiling keccak v0.1.4
21972024-03-30T03:12:09.341Z Compiling sha3 v0.10.8
21982024-03-30T03:12:10.176Z Compiling snafu v0.7.5
21992024-03-30T03:12:10.257Z Compiling reedline v0.30.0
22002024-03-30T03:12:10.787Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22012024-03-30T03:12:11.823Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22022024-03-30T03:12:13.482Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22032024-03-30T03:12:19.739Z Compiling env_logger v0.9.3
22042024-03-30T03:12:23.463Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22052024-03-30T03:12:26.745Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22062024-03-30T03:12:27.258Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22072024-03-30T03:12:28.871Z Compiling globset v0.4.13
22082024-03-30T03:12:29.060Z Compiling fd-lock v4.0.2
22092024-03-30T03:12:29.282Z Compiling peg-macros v0.8.2
22102024-03-30T03:12:32.518Z Compiling olpc-cjson v0.1.3
22112024-03-30T03:12:32.760Z Compiling universal-hash v0.5.1
22122024-03-30T03:12:32.826Z Compiling nix v0.27.1
22132024-03-30T03:12:32.914Z Compiling secrecy v0.8.0
22142024-03-30T03:12:32.953Z Compiling serde_plain v1.0.2
22152024-03-30T03:12:33.184Z Compiling sqlparser_derive v0.2.2
22162024-03-30T03:12:33.507Z Compiling curve25519-dalek-derive v0.1.0
22172024-03-30T03:12:34.228Z Compiling thiserror-impl-no-std v2.0.2
22182024-03-30T03:12:34.862Z Compiling bitstruct_derive v0.1.0
22192024-03-30T03:12:35.092Z Compiling nanorand v0.7.0
22202024-03-30T03:12:35.875Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22212024-03-30T03:12:36.009Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22222024-03-30T03:12:36.092Z Compiling opaque-debug v0.3.0
22232024-03-30T03:12:36.195Z Compiling signature v1.6.4
22242024-03-30T03:12:36.724Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22252024-03-30T03:12:36.741Z Compiling ascii v1.1.0
22262024-03-30T03:12:36.925Z Compiling unicode_categories v0.1.1
22272024-03-30T03:12:36.996Z Compiling typed-path v0.7.0
22282024-03-30T03:12:37.521Z Compiling salty v0.2.0
22292024-03-30T03:12:37.561Z Compiling sqlformat v0.2.3
22302024-03-30T03:12:37.561Z Compiling thiserror-no-std v2.0.2
22312024-03-30T03:12:37.561Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22322024-03-30T03:12:37.561Z Compiling rustyline v13.0.0
22332024-03-30T03:12:39.268Z Compiling ed25519 v1.5.3
22342024-03-30T03:12:39.993Z Compiling tough v0.16.0
22352024-03-30T03:12:40.015Z Compiling poly1305 v0.8.0
22362024-03-30T03:12:41.593Z Compiling bitstruct v0.1.1
22372024-03-30T03:12:41.722Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22382024-03-30T03:12:42.231Z Compiling flume v0.11.0
22392024-03-30T03:12:43.747Z Compiling sqlparser v0.43.1
22402024-03-30T03:12:45.917Z Compiling peg v0.8.2
22412024-03-30T03:12:46.047Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22422024-03-30T03:12:50.179Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22432024-03-30T03:12:50.747Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22442024-03-30T03:12:52.037Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22452024-03-30T03:12:58.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22462024-03-30T03:12:58.502Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22472024-03-30T03:12:59.399Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22482024-03-30T03:13:00.424Z Compiling chacha20 v0.9.1
22492024-03-30T03:13:00.778Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22502024-03-30T03:13:02.202Z Compiling aead v0.5.2
22512024-03-30T03:13:02.545Z Compiling bcs v0.1.6
22522024-03-30T03:13:02.979Z Compiling serde-big-array v0.5.1
22532024-03-30T03:13:03.063Z Compiling erased-serde v0.3.31
22542024-03-30T03:13:03.532Z Compiling serde_arrays v0.1.0
22552024-03-30T03:13:04.950Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22562024-03-30T03:13:04.969Z Compiling parse-size v1.0.0
22572024-03-30T03:13:04.970Z Compiling highway v1.1.0
22582024-03-30T03:13:04.970Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22592024-03-30T03:13:06.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22602024-03-30T03:13:06.441Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22612024-03-30T03:13:06.947Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22622024-03-30T03:13:17.252Z Compiling chacha20poly1305 v0.10.1
22632024-03-30T03:13:17.504Z Compiling vsss-rs v3.3.4
22642024-03-30T03:13:25.884Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22652024-03-30T03:13:26.608Z Compiling signal-hook-tokio v0.3.1
22662024-03-30T03:13:26.808Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22672024-03-30T03:13:27.205Z Compiling castaway v0.2.2
22682024-03-30T03:13:27.388Z Compiling rand_seeder v0.2.3
22692024-03-30T03:13:28.243Z Compiling serde-big-array v0.4.1
22702024-03-30T03:13:28.266Z Compiling http-range v0.1.5
22712024-03-30T03:13:29.114Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22722024-03-30T03:13:29.420Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22732024-03-30T03:13:30.623Z Compiling hyper-staticfile v0.9.5
22742024-03-30T03:13:34.050Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22752024-03-30T03:13:35.443Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22762024-03-30T03:13:35.607Z Compiling compact_str v0.7.1
22772024-03-30T03:13:35.772Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
22782024-03-30T03:13:36.000Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22792024-03-30T03:13:40.833Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22802024-03-30T03:13:41.479Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22812024-03-30T03:13:47.918Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22822024-03-30T03:13:53.212Z Compiling zone_cfg_derive v0.1.2
22832024-03-30T03:13:55.033Z Compiling tungstenite v0.21.0
22842024-03-30T03:13:55.536Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22852024-03-30T03:13:55.650Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22862024-03-30T03:13:55.931Z Compiling lru v0.12.1
22872024-03-30T03:13:56.526Z Compiling stability v0.1.1
22882024-03-30T03:13:57.163Z Compiling base64 v0.13.1
22892024-03-30T03:13:57.895Z Compiling indoc v2.0.3
22902024-03-30T03:13:58.867Z Compiling corncobs v0.1.3
22912024-03-30T03:13:59.282Z Compiling cassowary v0.3.0
22922024-03-30T03:14:00.151Z Compiling ratatui v0.26.1
22932024-03-30T03:14:03.835Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22942024-03-30T03:14:03.883Z Compiling ron v0.7.1
22952024-03-30T03:14:05.086Z Compiling tokio-tungstenite v0.21.0
22962024-03-30T03:14:05.283Z Compiling zone v0.1.8
22972024-03-30T03:14:08.919Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22982024-03-30T03:14:09.621Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22992024-03-30T03:14:10.280Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23002024-03-30T03:14:18.011Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23012024-03-30T03:14:23.047Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23022024-03-30T03:14:24.375Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23032024-03-30T03:14:31.992Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23042024-03-30T03:14:36.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23052024-03-30T03:14:36.735Z Compiling portpicker v0.1.1
23062024-03-30T03:14:36.735Z Compiling unicode-linebreak v0.1.5
23072024-03-30T03:14:37.219Z Compiling smawk v0.3.1
23082024-03-30T03:14:37.260Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
23092024-03-30T03:14:37.457Z Compiling textwrap v0.16.1
23102024-03-30T03:14:45.243Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23112024-03-30T03:14:47.631Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23122024-03-30T03:14:51.161Z Compiling rcgen v0.12.1
23132024-03-30T03:14:54.679Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23142024-03-30T03:14:55.029Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
23152024-03-30T03:14:55.101Z Compiling atomicwrites v0.4.3
23162024-03-30T03:14:55.676Z Compiling fatfs v0.3.6
23172024-03-30T03:14:58.725Z Compiling subprocess v0.2.9
23182024-03-30T03:15:00.492Z Compiling rtoolbox v0.0.1
23192024-03-30T03:15:00.920Z Compiling assert_matches v1.5.0
23202024-03-30T03:15:01.033Z Compiling is_ci v1.2.0
23212024-03-30T03:15:01.328Z Compiling supports-color v3.0.0
23222024-03-30T03:15:01.832Z Compiling rpassword v7.3.1
23232024-03-30T03:15:01.987Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23242024-03-30T03:15:02.052Z Compiling tui-tree-widget v0.17.0
23252024-03-30T03:15:02.448Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23262024-03-30T03:15:02.463Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23272024-03-30T03:15:04.244Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23282024-03-30T03:15:04.542Z Compiling csv-core v0.1.11
23292024-03-30T03:15:04.741Z Compiling shell-words v1.1.0
23302024-03-30T03:15:05.159Z Compiling csv v1.3.0
23312024-03-30T03:15:05.506Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23322024-03-30T03:15:07.359Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23332024-03-30T03:15:09.179Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23342024-03-30T03:15:18.485Z Compiling multimap v0.10.0
23352024-03-30T03:17:01.635Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23362024-03-30T03:17:24.999Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23372024-03-30T03:17:27.686Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23382024-03-30T03:24:02.982Z Finished release [optimized] target(s) in 14m 09s
23392024-03-30T03:25:19.687Z
23402024-03-30T03:25:19.687Zreal 15:26.000406763
23412024-03-30T03:25:19.687Zuser 1:44:55.139617442
23422024-03-30T03:25:19.687Zsys 4:37.125233451
23432024-03-30T03:25:19.748Ztrap 2.494740071
23442024-03-30T03:25:19.748Ztflt 2.330283427
23452024-03-30T03:25:19.749Zdflt 3.054144501
23462024-03-30T03:25:19.749Zkflt 0.022388314
23472024-03-30T03:25:19.749Zlock 6:49:51.960934156
23482024-03-30T03:25:19.749Zslp 4:07:22.151214076
23492024-03-30T03:25:19.749Zlat 2:22.013852026
23502024-03-30T03:25:19.749Zstop 1:04.840404389
23512024-03-30T03:25:19.749Z+ 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/*)
23522024-03-30T03:25:19.749Z+ pfexec mkdir -p /work
23532024-03-30T03:25:19.749Z+ pfexec chown build /work
23542024-03-30T03:25:19.749Z+ 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
23552024-03-30T03:25:28.432ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23562024-03-30T03:25:28.432Za out/mg-ddm-gz.tar 73905K
23572024-03-30T03:25:28.432Za out/omicron-sled-agent.tar 112873K
23582024-03-30T03:25:28.432Za out/oxlog.tar 6114K
23592024-03-30T03:25:28.432Za out/target/test 1K
23602024-03-30T03:25:28.432Za out/npuzone/npuzone 36313K
23612024-03-30T03:25:28.432Za package-manifest.toml 26K
23622024-03-30T03:25:28.432Za smf/sled-agent/non-gimlet/config.toml 4K
23632024-03-30T03:25:28.433Za target/release/omicron-package 39241K
23642024-03-30T03:25:28.433Za tools/create_virtual_hardware.sh 4K
23652024-03-30T03:25:28.433Za tools/virtual_hardware.sh 4K
23662024-03-30T03:25:28.433Za tools/scrimlet/create-softnpu-zone.sh 1K
23672024-03-30T03:25:28.433Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23682024-03-30T03:25:28.433Za tools/scrimlet/softnpu-init.sh 3K
23692024-03-30T03:25:28.433Za tools/scrimlet/softnpu-zone.txt 1K
23702024-03-30T03:25:28.433Za tools/scrimlet/softnpu.toml 1K
23712024-03-30T03:25:28.436Z
23722024-03-30T03:25:28.436Zreal 9.836146842
23732024-03-30T03:25:28.436Zuser 9.485889460
23742024-03-30T03:25:28.436Zsys 0.759005761
23752024-03-30T03:25:28.437Ztrap 0.002039179
23762024-03-30T03:25:28.437Ztflt 0.000000000
23772024-03-30T03:25:28.437Zdflt 0.000000000
23782024-03-30T03:25:28.437Zkflt 0.000000000
23792024-03-30T03:25:28.437Zlock 0.000000000
23802024-03-30T03:25:28.437Zslp 9.184856347
23812024-03-30T03:25:28.437Zlat 0.237654984
23822024-03-30T03:25:28.437Zstop 0.000180972
23832024-03-30T03:25:28.437Z++ pwd
23842024-03-30T03:25:28.441Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23852024-03-30T03:25:28.441Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23862024-03-30T03:25:28.441Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23872024-03-30T03:25:29.300Z Finished release [optimized] target(s) in 0.80s
23882024-03-30T03:25:29.328Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23892024-03-30T03:25:29.363ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902024-03-30T03:25:29.368ZCreated new build target 'host' and set it as active
23912024-03-30T03:25:29.368Z
23922024-03-30T03:25:29.369Zreal 0.920251033
23932024-03-30T03:25:29.369Zuser 0.595018111
23942024-03-30T03:25:29.369Zsys 0.306539145
23952024-03-30T03:25:29.369Ztrap 0.000047817
23962024-03-30T03:25:29.369Ztflt 0.000012488
23972024-03-30T03:25:29.369Zdflt 0.000009509
23982024-03-30T03:25:29.370Zkflt 0.000000000
23992024-03-30T03:25:29.370Zlock 0.023276371
24002024-03-30T03:25:29.370Zslp 0.107721882
24012024-03-30T03:25:29.370Zlat 0.003351045
24022024-03-30T03:25:29.370Zstop 0.000314084
24032024-03-30T03:25:29.370Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
24042024-03-30T03:25:30.225Z Finished release [optimized] target(s) in 0.79s
24052024-03-30T03:25:30.235Z Running `target/release/omicron-package -t host package`
24062024-03-30T03:25:30.269ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072024-03-30T03:25:31.157Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24082024-03-30T03:27:55.102Z Finished release [optimized] target(s) in 2m 24s
24092024-03-30T03:28:31.986Z
24102024-03-30T03:28:32.417Zreal 3:02.593174876
24112024-03-30T03:28:32.418Zuser 14:06.556157295
24122024-03-30T03:28:32.418Zsys 38.923697071
24132024-03-30T03:28:32.418Ztrap 0.268138814
24142024-03-30T03:28:32.418Ztflt 0.254715410
24152024-03-30T03:28:32.419Zdflt 6.653918342
24162024-03-30T03:28:32.419Zkflt 0.000030135
24172024-03-30T03:28:32.419Zlock 58:09.868852888
24182024-03-30T03:28:32.419Zslp 12:34.341701580
24192024-03-30T03:28:32.419Zlat 7.854771850
24202024-03-30T03:28:32.420Zstop 2.387129069
24212024-03-30T03:28:32.420Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24222024-03-30T03:28:32.420Z+ for package in "$@"
24232024-03-30T03:28:32.420Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24242024-03-30T03:28:32.421Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitea672660e77
24252024-03-30T03:28:32.802Z Finished release [optimized] target(s) in 0.77s
24262024-03-30T03:28:32.826Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitea672660e77`
24272024-03-30T03:28:32.858ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282024-03-30T03:28:33.061ZCreated: out/versioned/omicron-sled-agent.tar
24292024-03-30T03:28:33.076Z+ for package in "$@"
24302024-03-30T03:28:33.076Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24312024-03-30T03:28:33.076Z+ echo 0.0.0
24322024-03-30T03:28:33.076Z+ tar rvf out/mg-ddm-gz.tar VERSION
24332024-03-30T03:28:33.076Za VERSION 1K
24342024-03-30T03:28:33.076Z+ rm VERSION
24352024-03-30T03:28:33.076Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77
24362024-03-30T03:28:33.872Z Finished release [optimized] target(s) in 0.75s
24372024-03-30T03:28:33.891Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77`
24382024-03-30T03:28:33.919ZLogging to: /work/oxidecomputer/omicron/out/LOG
24392024-03-30T03:28:34.050ZCreated: out/versioned/mg-ddm-gz.tar
24402024-03-30T03:28:34.061Z+ for package in "$@"
24412024-03-30T03:28:34.061Z+ [[ propolis-server == mg-ddm-gz ]]
24422024-03-30T03:28:34.061Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitea672660e77
24432024-03-30T03:28:34.848Z Finished release [optimized] target(s) in 0.74s
24442024-03-30T03:28:34.864Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitea672660e77`
24452024-03-30T03:28:34.904ZLogging to: /work/oxidecomputer/omicron/out/LOG
24462024-03-30T03:28:35.865ZCreated: out/versioned/propolis-server.tar.gz
24472024-03-30T03:28:35.869Z+ for package in "$@"
24482024-03-30T03:28:35.869Z+ [[ overlay == mg-ddm-gz ]]
24492024-03-30T03:28:35.869Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitea672660e77
24502024-03-30T03:28:36.688Z Finished release [optimized] target(s) in 0.76s
24512024-03-30T03:28:36.712Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitea672660e77`
24522024-03-30T03:28:36.742ZLogging to: /work/oxidecomputer/omicron/out/LOG
24532024-03-30T03:28:36.750ZCreated: out/versioned/overlay.tar.gz
24542024-03-30T03:28:36.750Z+ for package in "$@"
24552024-03-30T03:28:36.750Z+ [[ oxlog == mg-ddm-gz ]]
24562024-03-30T03:28:36.750Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitea672660e77
24572024-03-30T03:28:37.526Z Finished release [optimized] target(s) in 0.72s
24582024-03-30T03:28:37.562Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitea672660e77`
24592024-03-30T03:28:37.577ZLogging to: /work/oxidecomputer/omicron/out/LOG
24602024-03-30T03:28:37.601ZCreated: out/versioned/oxlog.tar
24612024-03-30T03:28:37.631Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24622024-03-30T03:28:37.631Z+++ dirname -- ./tools/build-global-zone-packages.sh
24632024-03-30T03:28:37.631Z++ cd -- ./tools
24642024-03-30T03:28:37.631Z++ pwd
24652024-03-30T03:28:37.631Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24662024-03-30T03:28:37.631Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24672024-03-30T03:28:37.638Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24682024-03-30T03:28:37.639Z++ readlink -f /work
24692024-03-30T03:28:37.647Z+ out_dir=/work
24702024-03-30T03:28:37.648Z+ 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")
24712024-03-30T03:28:37.648Z+ for dep in "${deps[@]}"
24722024-03-30T03:28:37.648Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24732024-03-30T03:28:37.648Z+ for dep in "${deps[@]}"
24742024-03-30T03:28:37.648Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24752024-03-30T03:28:37.648Z+ for dep in "${deps[@]}"
24762024-03-30T03:28:37.649Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24772024-03-30T03:28:37.649Z+ for dep in "${deps[@]}"
24782024-03-30T03:28:37.649Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24792024-03-30T03:28:37.649Z+ for dep in "${deps[@]}"
24802024-03-30T03:28:37.649Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24812024-03-30T03:28:37.649Z++ mktemp -d
24822024-03-30T03:28:37.649Z+ tmp_gz=/tmp/tmp.fVaq4h
24832024-03-30T03:28:37.650Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24842024-03-30T03:28:37.650Z+ echo '{"v":"1","t":"layer"}'
24852024-03-30T03:28:37.650Z+ pkg_dir=/tmp/tmp.fVaq4h/root/opt/oxide/sled-agent
24862024-03-30T03:28:37.650Z+ mkdir -p /tmp/tmp.fVaq4h/root/opt/oxide/sled-agent
24872024-03-30T03:28:37.650Z+ cd /tmp/tmp.fVaq4h/root/opt/oxide/sled-agent
24882024-03-30T03:28:37.650Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24892024-03-30T03:28:37.724Zx ., 0 bytes, 0 tape blocks
24902024-03-30T03:28:37.725Zx zone-bundle, 36115392 bytes, 70538 tape blocks
24912024-03-30T03:28:37.725Zx sled-agent, 79451080 bytes, 155178 tape blocks
24922024-03-30T03:28:37.725Zx pkg, 0 bytes, 0 tape blocks
24932024-03-30T03:28:37.725Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24942024-03-30T03:28:37.725Zx pkg/README.md, 54 bytes, 1 tape blocks
24952024-03-30T03:28:37.726Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24962024-03-30T03:28:37.726Zx VERSION, 25 bytes, 1 tape blocks
24972024-03-30T03:28:37.735Z+ mkdir -p /tmp/tmp.fVaq4h/root/lib/svc/manifest/site/
24982024-03-30T03:28:37.735Z+ mv pkg/manifest.xml /tmp/tmp.fVaq4h/root/lib/svc/manifest/site/sled-agent.xml
24992024-03-30T03:28:37.735Z+ cd -
25002024-03-30T03:28:37.735Z/work/oxidecomputer/omicron
25012024-03-30T03:28:37.736Z+ pkg_dir=/tmp/tmp.fVaq4h/root/opt/oxide/mg-ddm
25022024-03-30T03:28:37.736Z+ mkdir -p /tmp/tmp.fVaq4h/root/opt/oxide/mg-ddm
25032024-03-30T03:28:37.736Z+ cd /tmp/tmp.fVaq4h/root/opt/oxide/mg-ddm
25042024-03-30T03:28:37.736Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25052024-03-30T03:28:37.784Zx ., 0 bytes, 0 tape blocks
25062024-03-30T03:28:37.785Zx ddmadm, 26051952 bytes, 50883 tape blocks
25072024-03-30T03:28:37.785Zx ddmd, 49611120 bytes, 96897 tape blocks
25082024-03-30T03:28:37.785Zx pkg, 0 bytes, 0 tape blocks
25092024-03-30T03:28:37.785Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
25102024-03-30T03:28:37.785Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25112024-03-30T03:28:37.785Zx pkg/mgd, 0 bytes, 0 tape blocks
25122024-03-30T03:28:37.786Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25132024-03-30T03:28:37.786Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25142024-03-30T03:28:37.786Zx pkg/ddm, 0 bytes, 0 tape blocks
25152024-03-30T03:28:37.786Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25162024-03-30T03:28:37.786Zx VERSION, 25 bytes, 1 tape blocks
25172024-03-30T03:28:37.803Z+ cd -
25182024-03-30T03:28:37.803Z/work/oxidecomputer/omicron
25192024-03-30T03:28:37.804Z+ pkg_dir=/tmp/tmp.fVaq4h/root/opt/oxide/oxlog
25202024-03-30T03:28:37.804Z+ mkdir -p /tmp/tmp.fVaq4h/root/opt/oxide/oxlog
25212024-03-30T03:28:37.804Z+ cd /tmp/tmp.fVaq4h/root/opt/oxide/oxlog
25222024-03-30T03:28:37.804Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25232024-03-30T03:28:37.804Zx ., 0 bytes, 0 tape blocks
25242024-03-30T03:28:37.804Zx oxlog, 6257776 bytes, 12223 tape blocks
25252024-03-30T03:28:37.804Zx VERSION, 25 bytes, 1 tape blocks
25262024-03-30T03:28:37.804Z+ cd -
25272024-03-30T03:28:37.804Z/work/oxidecomputer/omicron
25282024-03-30T03:28:37.805Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.fVaq4h/root/opt/oxide
25292024-03-30T03:28:37.872Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.fVaq4h/root/opt/oxide
25302024-03-30T03:28:37.881Z+ cd /tmp/tmp.fVaq4h
25312024-03-30T03:28:37.881Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25322024-03-30T03:28:46.454ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25332024-03-30T03:28:46.454Za oxide.json 1K
25342024-03-30T03:28:46.454Za root/ 0K
25352024-03-30T03:28:46.454Za root/opt/ 0K
25362024-03-30T03:28:46.454Za root/opt/oxide/ 0K
25372024-03-30T03:28:46.454Za root/opt/oxide/sled-agent/ 0K
25382024-03-30T03:28:46.454Za root/opt/oxide/sled-agent/zone-bundle 35269K
25392024-03-30T03:28:46.454Za root/opt/oxide/sled-agent/sled-agent 77589K
25402024-03-30T03:28:46.454Za root/opt/oxide/sled-agent/pkg/ 0K
25412024-03-30T03:28:46.454Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25422024-03-30T03:28:46.454Za root/opt/oxide/sled-agent/pkg/README.md 1K
25432024-03-30T03:28:46.455Za root/opt/oxide/sled-agent/VERSION 1K
25442024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/ 0K
25452024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/ddmadm 25442K
25462024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/ddmd 48449K
25472024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/ 0K
25482024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25492024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25502024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25512024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25522024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25532024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25542024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25552024-03-30T03:28:46.455Za root/opt/oxide/mg-ddm/VERSION 1K
25562024-03-30T03:28:46.455Za root/opt/oxide/oxlog/ 0K
25572024-03-30T03:28:46.455Za root/opt/oxide/oxlog/oxlog 6112K
25582024-03-30T03:28:46.455Za root/opt/oxide/oxlog/VERSION 1K
25592024-03-30T03:28:46.455Za root/opt/oxide/propolis-server.tar.gz 62556K
25602024-03-30T03:28:46.455Za root/opt/oxide/overlay.tar.gz 3K
25612024-03-30T03:28:46.455Za root/lib/ 0K
25622024-03-30T03:28:46.455Za root/lib/svc/ 0K
25632024-03-30T03:28:46.455Za root/lib/svc/manifest/ 0K
25642024-03-30T03:28:46.456Za root/lib/svc/manifest/site/ 0K
25652024-03-30T03:28:46.456Za root/lib/svc/manifest/site/sled-agent.xml 3K
25662024-03-30T03:28:46.459Z+ cd /
25672024-03-30T03:28:46.459Z+ rm -rf /tmp/tmp.fVaq4h
25682024-03-30T03:28:46.484Z
25692024-03-30T03:28:46.487Zreal 8.891866513
25702024-03-30T03:28:46.487Zuser 8.304459799
25712024-03-30T03:28:46.487Zsys 0.586430976
25722024-03-30T03:28:46.488Ztrap 0.001461591
25732024-03-30T03:28:46.488Ztflt 0.000000000
25742024-03-30T03:28:46.488Zdflt 0.000000000
25752024-03-30T03:28:46.488Zkflt 0.000000000
25762024-03-30T03:28:46.488Zlock 0.000000000
25772024-03-30T03:28:46.488Zslp 17.256934515
25782024-03-30T03:28:46.488Zlat 0.198847548
25792024-03-30T03:28:46.488Zstop 0.000196672
25802024-03-30T03:28:46.488Z+ mkdir -p /work/zones
25812024-03-30T03:28:46.488Z+ 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)
25822024-03-30T03:28:46.488Z+ 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/
25832024-03-30T03:28:49.239Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25842024-03-30T03:28:50.100Z Finished release [optimized] target(s) in 0.80s
25852024-03-30T03:28:50.128Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25862024-03-30T03:28:50.158ZLogging to: /work/oxidecomputer/omicron/out/LOG
25872024-03-30T03:28:50.192ZCreated new build target 'recovery' and set it as active
25882024-03-30T03:28:50.192Z
25892024-03-30T03:28:50.192Zreal 0.912766856
25902024-03-30T03:28:50.192Zuser 0.592092277
25912024-03-30T03:28:50.192Zsys 0.299814951
25922024-03-30T03:28:50.192Ztrap 0.000488681
25932024-03-30T03:28:50.193Ztflt 0.000032948
25942024-03-30T03:28:50.193Zdflt 0.000051225
25952024-03-30T03:28:50.193Zkflt 0.000019019
25962024-03-30T03:28:50.193Zlock 0.022394864
25972024-03-30T03:28:50.193Zslp 0.107380844
25982024-03-30T03:28:50.193Zlat 0.006775597
25992024-03-30T03:28:50.193Zstop 0.000415574
26002024-03-30T03:28:50.193Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
26012024-03-30T03:28:50.964Z Finished release [optimized] target(s) in 0.76s
26022024-03-30T03:28:50.992Z Running `target/release/omicron-package -t recovery package`
26032024-03-30T03:28:51.487ZLogging to: /work/oxidecomputer/omicron/out/LOG
26042024-03-30T03:28:51.765Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
26052024-03-30T03:28:54.446Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
26062024-03-30T03:29:12.843Z Finished release [optimized] target(s) in 21.77s
26072024-03-30T03:29:33.671Z
26082024-03-30T03:29:33.678Zreal 43.509995054
26092024-03-30T03:29:33.678Zuser 1:38.402475508
26102024-03-30T03:29:33.678Zsys 7.093326265
26112024-03-30T03:29:33.678Ztrap 0.062896812
26122024-03-30T03:29:33.678Ztflt 0.079119627
26132024-03-30T03:29:33.678Zdflt 0.275906233
26142024-03-30T03:29:33.678Zkflt 0.000034368
26152024-03-30T03:29:33.678Zlock 15:04.468296995
26162024-03-30T03:29:33.678Zslp 1:43.997137387
26172024-03-30T03:29:33.679Zlat 1.445879885
26182024-03-30T03:29:33.679Zstop 0.566464304
26192024-03-30T03:29:33.679Z+ stamp_packages installinator mg-ddm-gz
26202024-03-30T03:29:33.679Z+ for package in "$@"
26212024-03-30T03:29:33.679Z+ [[ installinator == mg-ddm-gz ]]
26222024-03-30T03:29:33.679Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitea672660e77
26232024-03-30T03:29:34.498Z Finished release [optimized] target(s) in 0.77s
26242024-03-30T03:29:34.531Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitea672660e77`
26252024-03-30T03:29:34.553ZLogging to: /work/oxidecomputer/omicron/out/LOG
26262024-03-30T03:29:34.624ZCreated: out/versioned/installinator.tar
26272024-03-30T03:29:34.633Z+ for package in "$@"
26282024-03-30T03:29:34.634Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26292024-03-30T03:29:34.634Z+ echo 0.0.0
26302024-03-30T03:29:34.634Z+ tar rvf out/mg-ddm-gz.tar VERSION
26312024-03-30T03:29:34.634Za VERSION 1K
26322024-03-30T03:29:34.634Z+ rm VERSION
26332024-03-30T03:29:34.634Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77
26342024-03-30T03:29:35.426Z Finished release [optimized] target(s) in 0.74s
26352024-03-30T03:29:35.446Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77`
26362024-03-30T03:29:35.480ZLogging to: /work/oxidecomputer/omicron/out/LOG
26372024-03-30T03:29:35.603ZCreated: out/versioned/mg-ddm-gz.tar
26382024-03-30T03:29:35.608Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26392024-03-30T03:29:35.615Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26402024-03-30T03:29:35.620Z++ cd -- ./tools
26412024-03-30T03:29:35.621Z++ pwd
26422024-03-30T03:29:35.621Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26432024-03-30T03:29:35.621Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26442024-03-30T03:29:35.621Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26452024-03-30T03:29:35.628Z++ readlink -f /work
26462024-03-30T03:29:35.628Z+ out_dir=/work
26472024-03-30T03:29:35.628Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26482024-03-30T03:29:35.628Z+ for dep in "${deps[@]}"
26492024-03-30T03:29:35.628Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26502024-03-30T03:29:35.628Z+ for dep in "${deps[@]}"
26512024-03-30T03:29:35.628Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26522024-03-30T03:29:35.628Z++ mktemp -d
26532024-03-30T03:29:35.628Z+ tmp_trampoline=/tmp/tmp.b5a48h
26542024-03-30T03:29:35.628Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26552024-03-30T03:29:35.628Z+ echo '{"v":"1","t":"layer"}'
26562024-03-30T03:29:35.628Z+ pkg_dir=/tmp/tmp.b5a48h/root/opt/oxide/installinator
26572024-03-30T03:29:35.628Z+ mkdir -p /tmp/tmp.b5a48h/root/opt/oxide/installinator
26582024-03-30T03:29:35.639Z+ cd /tmp/tmp.b5a48h/root/opt/oxide/installinator
26592024-03-30T03:29:35.639Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26602024-03-30T03:29:35.662Zx ., 0 bytes, 0 tape blocks
26612024-03-30T03:29:35.662Zx installinator, 47256184 bytes, 92298 tape blocks
26622024-03-30T03:29:35.662Zx pkg, 0 bytes, 0 tape blocks
26632024-03-30T03:29:35.662Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26642024-03-30T03:29:35.662Zx VERSION, 25 bytes, 1 tape blocks
26652024-03-30T03:29:35.668Z+ mkdir -p /tmp/tmp.b5a48h/root/lib/svc/manifest/site/
26662024-03-30T03:29:35.669Z+ mv pkg/manifest.xml /tmp/tmp.b5a48h/root/lib/svc/manifest/site/installinator.xml
26672024-03-30T03:29:35.669Z+ cd -
26682024-03-30T03:29:35.669Z/work/oxidecomputer/omicron
26692024-03-30T03:29:35.669Z+ pkg_dir=/tmp/tmp.b5a48h/root/opt/oxide/mg-ddm
26702024-03-30T03:29:35.669Z+ mkdir -p /tmp/tmp.b5a48h/root/opt/oxide/mg-ddm
26712024-03-30T03:29:35.669Z+ cd /tmp/tmp.b5a48h/root/opt/oxide/mg-ddm
26722024-03-30T03:29:35.669Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26732024-03-30T03:29:36.109Zx ., 0 bytes, 0 tape blocks
26742024-03-30T03:29:36.109Zx ddmadm, 26051952 bytes, 50883 tape blocks
26752024-03-30T03:29:36.109Zx ddmd, 49611120 bytes, 96897 tape blocks
26762024-03-30T03:29:36.109Zx pkg, 0 bytes, 0 tape blocks
26772024-03-30T03:29:36.109Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26782024-03-30T03:29:36.110Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26792024-03-30T03:29:36.110Zx pkg/mgd, 0 bytes, 0 tape blocks
26802024-03-30T03:29:36.110Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26812024-03-30T03:29:36.110Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26822024-03-30T03:29:36.110Zx pkg/ddm, 0 bytes, 0 tape blocks
26832024-03-30T03:29:36.110Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26842024-03-30T03:29:36.111Zx VERSION, 25 bytes, 1 tape blocks
26852024-03-30T03:29:36.111Z+ cd -
26862024-03-30T03:29:36.111Z/work/oxidecomputer/omicron
26872024-03-30T03:29:36.111Z+ cd /tmp/tmp.b5a48h
26882024-03-30T03:29:36.112Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26892024-03-30T03:29:40.398ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26902024-03-30T03:29:40.398Za oxide.json 1K
26912024-03-30T03:29:40.398Za root/ 0K
26922024-03-30T03:29:40.398Za root/opt/ 0K
26932024-03-30T03:29:40.399Za root/opt/oxide/ 0K
26942024-03-30T03:29:40.399Za root/opt/oxide/installinator/ 0K
26952024-03-30T03:29:40.399Za root/opt/oxide/installinator/installinator 46149K
26962024-03-30T03:29:40.399Za root/opt/oxide/installinator/pkg/ 0K
26972024-03-30T03:29:40.400Za root/opt/oxide/installinator/VERSION 1K
26982024-03-30T03:29:40.400Za root/opt/oxide/mg-ddm/ 0K
26992024-03-30T03:29:40.400Za root/opt/oxide/mg-ddm/ddmadm 25442K
27002024-03-30T03:29:40.400Za root/opt/oxide/mg-ddm/ddmd 48449K
27012024-03-30T03:29:40.401Za root/opt/oxide/mg-ddm/pkg/ 0K
27022024-03-30T03:29:40.401Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
27032024-03-30T03:29:40.401Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
27042024-03-30T03:29:40.401Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
27052024-03-30T03:29:40.401Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
27062024-03-30T03:29:40.402Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
27072024-03-30T03:29:40.402Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
27082024-03-30T03:29:40.402Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
27092024-03-30T03:29:40.402Za root/opt/oxide/mg-ddm/VERSION 1K
27102024-03-30T03:29:40.402Za root/lib/ 0K
27112024-03-30T03:29:40.403Za root/lib/svc/ 0K
27122024-03-30T03:29:40.403Za root/lib/svc/manifest/ 0K
27132024-03-30T03:29:40.403Za root/lib/svc/manifest/site/ 0K
27142024-03-30T03:29:40.403Za root/lib/svc/manifest/site/installinator.xml 3K
27152024-03-30T03:29:40.409Z+ cd /
27162024-03-30T03:29:40.409Z+ rm -rf /tmp/tmp.b5a48h
27172024-03-30T03:29:40.424Z
27182024-03-30T03:29:40.431Zreal 4.806075633
27192024-03-30T03:29:40.431Zuser 4.558397120
27202024-03-30T03:29:40.431Zsys 0.261670112
27212024-03-30T03:29:40.431Ztrap 0.000584575
27222024-03-30T03:29:40.431Ztflt 0.000000000
27232024-03-30T03:29:40.431Zdflt 0.000000000
27242024-03-30T03:29:40.431Zkflt 0.000000000
27252024-03-30T03:29:40.431Zlock 0.000000000
27262024-03-30T03:29:40.431Zslp 9.360620482
27272024-03-30T03:29:40.431Zlat 0.093959537
27282024-03-30T03:29:40.431Zstop 0.000231931
27292024-03-30T03:29:40.431Zprocess exited: duration 1722053 ms, exit code 0
 
27302024-03-30T03:29:40.882Zfound 22 output files
27312024-03-30T03:29:40.882Zuploading: /work/version.txt (26 bytes)
27322024-03-30T03:29:41.912Zuploaded: /work/version.txt
27332024-03-30T03:29:41.912Zuploading: /work/package.tar.gz (85365210 bytes)
27342024-03-30T03:30:11.387Zuploaded: /work/package.tar.gz
27352024-03-30T03:30:11.387Zuploading: /work/global-zone-packages.tar.gz (125081403 bytes)
27362024-03-30T03:30:54.430Zuploaded: /work/global-zone-packages.tar.gz
27372024-03-30T03:30:54.430Zuploading: /work/trampoline-global-zone-packages.tar.gz (38501265 bytes)
27382024-03-30T03:31:07.352Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27392024-03-30T03:31:07.352Zuploading: /work/zones/clickhouse.tar.gz (231192209 bytes)
27402024-03-30T03:32:44.455Zuploaded: /work/zones/clickhouse.tar.gz
27412024-03-30T03:32:44.455Zuploading: /work/zones/clickhouse_keeper.tar.gz (231179503 bytes)
27422024-03-30T03:34:21.891Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27432024-03-30T03:34:21.891Zuploading: /work/zones/cockroachdb.tar.gz (126686051 bytes)
27442024-03-30T03:35:16.667Zuploaded: /work/zones/cockroachdb.tar.gz
27452024-03-30T03:35:16.667Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25317266 bytes)
27462024-03-30T03:35:27.101Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27472024-03-30T03:35:27.101Zuploading: /work/zones/crucible-zone.tar.gz (37016695 bytes)
27482024-03-30T03:35:43.028Zuploaded: /work/zones/crucible-zone.tar.gz
27492024-03-30T03:35:43.028Zuploading: /work/zones/external-dns.tar.gz (31019964 bytes)
27502024-03-30T03:36:03.665Zuploaded: /work/zones/external-dns.tar.gz
27512024-03-30T03:36:03.666Zuploading: /work/zones/internal-dns.tar.gz (31023606 bytes)
27522024-03-30T03:36:19.078Zuploaded: /work/zones/internal-dns.tar.gz
27532024-03-30T03:36:19.084Zuploading: /work/zones/nexus-single-sled.tar.gz (92017589 bytes)
27542024-03-30T03:36:53.581Zuploaded: /work/zones/nexus-single-sled.tar.gz
27552024-03-30T03:36:53.581Zuploading: /work/zones/nexus.tar.gz (92017968 bytes)
27562024-03-30T03:37:49.078Zuploaded: /work/zones/nexus.tar.gz
27572024-03-30T03:37:49.079Zuploading: /work/zones/ntp.tar.gz (10445825 bytes)
27582024-03-30T03:37:51.520Zuploaded: /work/zones/ntp.tar.gz
27592024-03-30T03:37:51.520Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16529580 bytes)
27602024-03-30T03:38:02.873Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27612024-03-30T03:38:02.873Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16528728 bytes)
27622024-03-30T03:38:08.331Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27632024-03-30T03:38:08.356Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27642024-03-30T03:38:09.445Zuploaded: /work/zones/overlay.tar.gz
27652024-03-30T03:38:09.445Zuploading: /work/zones/oximeter.tar.gz (50200329 bytes)
27662024-03-30T03:38:30.832Zuploaded: /work/zones/oximeter.tar.gz
27672024-03-30T03:38:30.833Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27682024-03-30T03:38:32.525Zuploaded: /work/zones/probe.tar.gz
27692024-03-30T03:38:32.591Zuploading: /work/zones/propolis-server.tar.gz (64056067 bytes)
27702024-03-30T03:38:56.567Zuploaded: /work/zones/propolis-server.tar.gz
27712024-03-30T03:38:56.568Zuploading: /work/zones/switch-asic.tar.gz (292891708 bytes)
27722024-03-30T03:41:21.026Zuploaded: /work/zones/switch-asic.tar.gz
27732024-03-30T03:41:21.026Zuploading: /work/zones/switch-softnpu.tar.gz (214452517 bytes)
27742024-03-30T03:42:57.657Zuploaded: /work/zones/switch-softnpu.tar.gz