01HSWQE4353JY8ZA2FBFFX1GB1: 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: 01HSWQEFXDV15FAK6HQ9DVRNBM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T06:36:15.194Zjob assigned to worker 01HSWQEN3D9SEXEWZS4NM3S0YJ (queued for 2 m 13 s)
 
22024-03-26T06:36:22.934Zstarting task 0: "setup"
32024-03-26T06:36:22.954Z++ uname -s
42024-03-26T06:36:22.958Z+ kern=SunOS
52024-03-26T06:36:22.958Z+ case "$kern" in
62024-03-26T06:36:22.958Z+ groupadd -g 12345 build
72024-03-26T06:36:23.073Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T06:36:25.087Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T06:36:25.173Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T06:36:25.177Z+ home_fs=zfs
112024-03-26T06:36:25.177Z+ [[ zfs == autofs ]]
122024-03-26T06:36:25.177Z+ mkdir -p /home/build
132024-03-26T06:36:25.177Z+ chown build:build /home/build /work
142024-03-26T06:36:27.183Z+ chmod 0700 /home/build /work
152024-03-26T06:36:27.627Zprocess exited: duration 4259 ms, exit code 0
 
162024-03-26T06:36:27.647Zstarting task 1: "rust-toolchain"
172024-03-26T06:36:27.657Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T06:36:27.657Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T06:36:27.942Zinfo: downloading installer
202024-03-26T06:36:29.527Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T06:36:29.527Zwarning: /opt/ooce/bin
222024-03-26T06:36:29.527Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T06:36:29.527Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T06:36:29.528Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T06:36:29.528Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T06:36:29.528Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T06:36:29.528Zerror: cannot install while Rust is installed
282024-03-26T06:36:29.528Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T06:36:29.956Zinfo: profile set to 'default'
302024-03-26T06:36:29.956Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T06:36:29.956Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T06:36:30.108Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T06:36:30.108Zinfo: downloading component 'cargo'
342024-03-26T06:36:31.042Zinfo: downloading component 'clippy'
352024-03-26T06:36:31.379Zinfo: downloading component 'rust-docs'
362024-03-26T06:36:32.531Zinfo: downloading component 'rust-std'
372024-03-26T06:36:34.600Zinfo: downloading component 'rustc'
382024-03-26T06:36:40.072Zinfo: downloading component 'rustfmt'
392024-03-26T06:36:40.077Zinfo: installing component 'cargo'
402024-03-26T06:36:40.764Zinfo: installing component 'clippy'
412024-03-26T06:36:41.119Zinfo: installing component 'rust-docs'
422024-03-26T06:36:42.574Zinfo: installing component 'rust-std'
432024-03-26T06:36:44.762Zinfo: installing component 'rustc'
442024-03-26T06:36:48.348Zinfo: installing component 'rustfmt'
452024-03-26T06:36:48.696Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T06:36:48.696Z
472024-03-26T06:36:48.987Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T06:36:48.987Z
492024-03-26T06:36:49.002Z
502024-03-26T06:36:49.002ZRust is installed now. Great!
512024-03-26T06:36:49.002Z
522024-03-26T06:36:49.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T06:36:49.002Zenvironment variable. This has not been done automatically.
542024-03-26T06:36:49.002Z
552024-03-26T06:36:49.002ZTo configure your current shell, you need to source
562024-03-26T06:36:49.003Zthe corresponding env file under $HOME/.cargo.
572024-03-26T06:36:49.003Z
582024-03-26T06:36:49.003ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T06:36:49.003Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T06:36:49.003Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T06:36:49.125Z+ rustc --version
622024-03-26T06:36:49.184Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T06:36:49.188Zprocess exited: duration 21544 ms, exit code 0
 
642024-03-26T06:36:49.194Zstarting task 2: "authentication"
652024-03-26T06:36:49.216Zprocess exited: duration 21 ms, exit code 0
 
662024-03-26T06:36:49.225Zstarting task 3: "clone repository"
672024-03-26T06:36:49.228Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T06:36:49.231Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T06:36:49.738ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T06:36:55.643Z+ cd /work/oxidecomputer/omicron
712024-03-26T06:36:55.643Z+ git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782
722024-03-26T06:36:55.966ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T06:36:55.966Z * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD
742024-03-26T06:36:55.975Z+ [[ -n falcon-nextest ]]
752024-03-26T06:36:55.987Z++ git branch --show-current
762024-03-26T06:36:55.988Z+ current=main
772024-03-26T06:36:55.988Z+ [[ main != falcon-nextest ]]
782024-03-26T06:36:55.988Z+ git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782
792024-03-26T06:36:55.994Z+ git checkout -f falcon-nextest
802024-03-26T06:36:56.105ZSwitched to branch 'falcon-nextest'
812024-03-26T06:36:56.116Z+ git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782
822024-03-26T06:36:56.145ZHEAD is now at 6a6bc4aa0 derp
832024-03-26T06:36:56.155Zprocess exited: duration 6916 ms, exit code 0
 
842024-03-26T06:36:56.191Zstarting task 4: "build"
852024-03-26T06:36:56.196Z+ cargo --version
862024-03-26T06:36:56.205Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-26T06:36:56.347Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-26T06:36:56.347Zinfo: downloading component 'cargo'
892024-03-26T06:36:57.111Zinfo: downloading component 'clippy'
902024-03-26T06:36:57.348Zinfo: downloading component 'rust-docs'
912024-03-26T06:36:58.302Zinfo: downloading component 'rust-std'
922024-03-26T06:36:59.826Zinfo: downloading component 'rustc'
932024-03-26T06:37:03.678Zinfo: downloading component 'rustfmt'
942024-03-26T06:37:04.301Zinfo: installing component 'cargo'
952024-03-26T06:37:04.741Zinfo: installing component 'clippy'
962024-03-26T06:37:05.071Zinfo: installing component 'rust-docs'
972024-03-26T06:37:06.518Zinfo: installing component 'rust-std'
982024-03-26T06:37:08.276Zinfo: installing component 'rustc'
992024-03-26T06:37:12.395Zinfo: installing component 'rustfmt'
1002024-03-26T06:37:12.793Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-26T06:37:12.798Z+ rustc --version
1022024-03-26T06:37:12.855Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-26T06:37:12.861Z++ git rev-parse HEAD
1042024-03-26T06:37:12.861Z+ COMMIT=6a6bc4aa0e716cb077b3445bf7186bec65b92782
1052024-03-26T06:37:12.861Z+ VERSION=7.0.0-0.ci+git6a6bc4aa0e7
1062024-03-26T06:37:12.861Z+ echo 7.0.0-0.ci+git6a6bc4aa0e7
1072024-03-26T06:37:12.861Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-03-26T06:37:25.154Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-03-26T06:37:26.611Z Startup: Caching catalogs ... Done
1102024-03-26T06:37:28.289ZPlanning: Solver setup ... Done (1.299s)
1112024-03-26T06:37:28.313ZPlanning: Running solver ... Done (0.025s)
1122024-03-26T06:37:28.481ZPlanning: Finding local manifests ... Done (0.142s)
1132024-03-26T06:37:28.503ZPlanning: Fetching manifests: 0/4 0% complete
1142024-03-26T06:37:28.799ZPlanning: Fetching manifests: 4/4 100% complete
1152024-03-26T06:37:28.841ZPlanning: Package planning ... Done (0.048s)
1162024-03-26T06:37:28.898ZPlanning: Merging actions ... Done (0.052s)
1172024-03-26T06:37:29.324ZPlanning: Checking for conflicting actions ... Done (0.432s)
1182024-03-26T06:37:29.336ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-03-26T06:37:35.261ZPlanning: Evaluating mediators ... Done (5.923s)
1202024-03-26T06:37:35.268ZPlanning: Planning completed in 8.60 seconds
1212024-03-26T06:37:35.282Z Packages to install: 4
1222024-03-26T06:37:35.282Z Mediators to change: 2
1232024-03-26T06:37:35.282Z Services to change: 1
1242024-03-26T06:37:35.285Z Estimated space available: 155.32 GB
1252024-03-26T06:37:35.285ZEstimated space to be consumed: 1.43 GB
1262024-03-26T06:37:35.285Z Create boot environment: No
1272024-03-26T06:37:35.286ZCreate backup boot environment: No
1282024-03-26T06:37:35.286Z Rebuild boot archive: No
1292024-03-26T06:37:35.286Z
1302024-03-26T06:37:35.286ZChanged mediators:
1312024-03-26T06:37:35.286Z mediator clang:
1322024-03-26T06:37:35.286Z version: None -> 15 (system default)
1332024-03-26T06:37:35.286Z
1342024-03-26T06:37:35.286Z mediator llvm:
1352024-03-26T06:37:35.286Z version: 14 (system default) -> 15 (system default)
1362024-03-26T06:37:35.286Z
1372024-03-26T06:37:35.286ZChanged packages:
1382024-03-26T06:37:35.286Zhelios-dev
1392024-03-26T06:37:35.286Z developer/build-essential
1402024-03-26T06:37:35.286Z None -> 11-2.0
1412024-03-26T06:37:35.286Z library/libxmlsec1
1422024-03-26T06:37:35.286Z None -> 1.2.35-2.0
1432024-03-26T06:37:35.286Z ooce/developer/clang-15
1442024-03-26T06:37:35.286Z None -> 15.0.7-2.0
1452024-03-26T06:37:35.286Z ooce/developer/llvm-15
1462024-03-26T06:37:35.286Z None -> 15.0.7-2.0
1472024-03-26T06:37:35.286Z
1482024-03-26T06:37:35.287ZServices:
1492024-03-26T06:37:35.287Z restart_fmri:
1502024-03-26T06:37:35.287Z svc:/system/update-man-index:default
1512024-03-26T06:37:35.361Z
1522024-03-26T06:37:35.361ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-03-26T06:37:40.364ZDownload: 698/3290 items 11.5/212.6MB 5% complete (2.3M/s)
1542024-03-26T06:37:46.970ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (10.3M/s)
1552024-03-26T06:37:52.085ZDownload: 1575/3290 items 116.1/212.6MB 54% complete (9.5M/s)
1562024-03-26T06:37:57.541ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (4.5M/s)
1572024-03-26T06:38:07.140ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1582024-03-26T06:38:11.961ZDownload: Completed 212.60 MB in 36.60 seconds (5.8M/s)
1592024-03-26T06:38:12.662Z Actions: 1/3689 actions (Installing new actions)
1602024-03-26T06:38:17.677Z Actions: 3612/3689 actions (Installing new actions)
1612024-03-26T06:38:17.708Z Actions: Completed 3689 actions in 5.05 seconds.
1622024-03-26T06:38:17.814Z Done (0.100s)
1632024-03-26T06:38:17.814Z Done (0.000s)
1642024-03-26T06:38:18.078Z Done (0.262s)
1652024-03-26T06:38:23.062Z Done (4.849s)
1662024-03-26T06:38:23.234Z Done (0.097s)
1672024-03-26T06:38:23.237Z Done (0.000s)
1682024-03-26T06:38:23.374Z Done (0.000s)
1692024-03-26T06:38:23.897ZPlanning: Evaluating mediator changes ... Done
1702024-03-26T06:38:24.056ZPlanning: Checking for conflicting actions ... Done
1712024-03-26T06:38:24.061ZPlanning: Consolidating action changes ... Done
1722024-03-26T06:38:24.327ZPlanning: Evaluating mediators ... Done
1732024-03-26T06:38:24.332ZPlanning: Planning completed in 0.43 seconds
1742024-03-26T06:38:24.361Z Mediators to change: 2
1752024-03-26T06:38:24.361Z Create boot environment: No
1762024-03-26T06:38:24.362ZCreate backup boot environment: No
1772024-03-26T06:38:24.433Z Done
1782024-03-26T06:38:24.433Z Done
1792024-03-26T06:38:24.580Z Done
1802024-03-26T06:38:28.191Z Done
1812024-03-26T06:38:28.285Z Done
1822024-03-26T06:38:28.285Z Done
1832024-03-26T06:38:28.371Z Done
1842024-03-26T06:38:29.003ZPlanning: Evaluating mediator changes ... Done
1852024-03-26T06:38:29.008ZPlanning: Merging actions ... Done
1862024-03-26T06:38:29.197ZPlanning: Checking for conflicting actions ... Done
1872024-03-26T06:38:29.201ZPlanning: Consolidating action changes ... Done
1882024-03-26T06:38:29.457ZPlanning: Evaluating mediators ... Done
1892024-03-26T06:38:29.512ZPlanning: Planning completed in 0.78 seconds
1902024-03-26T06:38:29.546Z Packages to change: 1
1912024-03-26T06:38:29.546Z Mediators to change: 1
1922024-03-26T06:38:29.546Z Services to change: 1
1932024-03-26T06:38:29.547Z Create boot environment: No
1942024-03-26T06:38:29.556ZCreate backup boot environment: Yes
1952024-03-26T06:38:31.375Z Actions: 1/6 actions (Updating modified actions)
1962024-03-26T06:38:31.379Z Actions: Completed 6 actions in 0.00 seconds.
1972024-03-26T06:38:31.379Z Done
1982024-03-26T06:38:31.380Z Done
1992024-03-26T06:38:31.426Z Done
2002024-03-26T06:38:35.013Z Done
2012024-03-26T06:38:35.101Z Done
2022024-03-26T06:38:35.122Z Done
2032024-03-26T06:38:35.204Z Done
2042024-03-26T06:38:35.626ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-03-26T06:38:35.626Zclang system 15 system
2062024-03-26T06:38:35.626Zcsh system system illumos
2072024-03-26T06:38:35.626Zctags system system illumos
2082024-03-26T06:38:35.626Zgcc vendor 12 vendor
2092024-03-26T06:38:35.627Zgcc system 10 system
2102024-03-26T06:38:35.627Zgcc system 7 system
2112024-03-26T06:38:35.627Zgo system 1.20 system
2122024-03-26T06:38:35.627Zgo system 1.19 system
2132024-03-26T06:38:35.627Zllvm system 15 system
2142024-03-26T06:38:35.627Zllvm system 14 system
2152024-03-26T06:38:35.627Zmariadb system 10.6 system
2162024-03-26T06:38:35.627Zmta vendor vendor dma
2172024-03-26T06:38:35.627Zopenjdk system 17 system
2182024-03-26T06:38:35.627Zopenjdk system 11 system
2192024-03-26T06:38:35.627Zopenjdk system 1.8 system
2202024-03-26T06:38:35.627Zopenssl vendor 3 vendor
2212024-03-26T06:38:35.627Zperl system 5.36 system
2222024-03-26T06:38:35.627Zpostgresql system 15 system
2232024-03-26T06:38:35.627Zpostgresql system 13 system
2242024-03-26T06:38:35.627Zpython vendor 3 vendor
2252024-03-26T06:38:35.627Zpython system 2 system
2262024-03-26T06:38:35.627Zpython3 system 3.11 system
2272024-03-26T06:38:35.627Zruby system 3.0 system
2282024-03-26T06:38:35.627Zwords vendor vendor american-english
2292024-03-26T06:38:35.628Zwords system system australian-english
2302024-03-26T06:38:35.628Zwords system system british-english
2312024-03-26T06:38:35.628Zwords system system canadian-english
2322024-03-26T06:38:35.628Zwords system system french
2332024-03-26T06:38:35.628Zwords system system italian
2342024-03-26T06:38:35.628Zwords system system ngerman
2352024-03-26T06:38:35.628Zwords system system ogerman
2362024-03-26T06:38:35.628Zwords system system spanish
2372024-03-26T06:38:35.948ZPUBLISHER TYPE STATUS P LOCATION
2382024-03-26T06:38:35.948Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-03-26T06:38:37.176ZFMRI IFO
2402024-03-26T06:38:37.176Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-03-26T06:38:37.176Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-03-26T06:38:37.176Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-03-26T06:38:37.176Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-03-26T06:38:37.176Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-03-26T06:38:37.176Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-03-26T06:38:37.176Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-03-26T06:38:37.176Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-03-26T06:38:37.176Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-03-26T06:38:37.176Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-03-26T06:38:37.177Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-03-26T06:38:37.177Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-03-26T06:38:37.403Z+ set -o errexit
2532024-03-26T06:38:37.407Z+++ dirname ./tools/ci_download_cockroachdb
2542024-03-26T06:38:37.411Z++ cd ./tools
2552024-03-26T06:38:37.411Z++ pwd
2562024-03-26T06:38:37.412Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2572024-03-26T06:38:37.412Z++ basename ./tools/ci_download_cockroachdb
2582024-03-26T06:38:37.412Z+ ARG0=ci_download_cockroachdb
2592024-03-26T06:38:37.412Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2602024-03-26T06:38:37.433Z+ CIDL_VERSION=v22.1.9
2612024-03-26T06:38:37.433Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2622024-03-26T06:38:37.434Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2632024-03-26T06:38:37.434Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2642024-03-26T06:38:37.434Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-03-26T06:38:37.434Z+ TARGET_DIR=out
2662024-03-26T06:38:37.434Z+ DOWNLOAD_DIR=out/downloads
2672024-03-26T06:38:37.434Z+ DEST_DIR=./out/cockroachdb
2682024-03-26T06:38:37.434Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2692024-03-26T06:38:37.434Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2702024-03-26T06:38:37.434Z+ main
2712024-03-26T06:38:37.434Z+ [[ 0 != 0 ]]
2722024-03-26T06:38:37.434Z+ CIDL_OS=solaris2.11
2732024-03-26T06:38:37.434Z+ [[ 0 != 0 ]]
2742024-03-26T06:38:37.434Z+ configure_os solaris2.11
2752024-03-26T06:38:37.434Z+ echo 'current directory: /work/oxidecomputer/omicron'
2762024-03-26T06:38:37.434Z+ echo 'configuring based on OS: "solaris2.11"'
2772024-03-26T06:38:37.434Z+ case "$1" in
2782024-03-26T06:38:37.434Z+ CIDL_BUILD=illumos
2792024-03-26T06:38:37.434Zcurrent directory: /work/oxidecomputer/omicron
2802024-03-26T06:38:37.435Zconfiguring based on OS: "solaris2.11"
2812024-03-26T06:38:37.435Z+ CIDL_SUFFIX=tar.gz
2822024-03-26T06:38:37.435Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-03-26T06:38:37.435Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842024-03-26T06:38:37.435Z+ CIDL_ASSEMBLE=do_assemble_illumos
2852024-03-26T06:38:37.435Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2862024-03-26T06:38:37.435Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2872024-03-26T06:38:37.435Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-03-26T06:38:37.435Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2892024-03-26T06:38:37.435Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-26T06:38:37.435Z+ CIDL_SHA256FUNC=do_sha256sum
2912024-03-26T06:38:37.435Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-03-26T06:38:37.435Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932024-03-26T06:38:37.435Z+ mkdir -p out/downloads
2942024-03-26T06:38:37.435ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-03-26T06:38:37.435ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-03-26T06:38:37.435Z+ mkdir -p ./out/cockroachdb
2972024-03-26T06:38:37.435Z+ local DO_DOWNLOAD=true
2982024-03-26T06:38:37.435Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2992024-03-26T06:38:37.435Z+ '[' true == true ']'
3002024-03-26T06:38:37.435Z+ echo Downloading...
3012024-03-26T06:38:37.436Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-03-26T06:38:37.436ZDownloading...
3032024-03-26T06:38:37.436Z+ 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
3042024-03-26T06:38:48.795Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-26T06:38:48.858Z++ sha256sum
3062024-03-26T06:38:48.858Z++ awk '{print $1}'
3072024-03-26T06:38:48.858Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-03-26T06:38:48.858Z+ [[ 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 ]]
3092024-03-26T06:38:48.858Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-03-26T06:38:48.858Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3112024-03-26T06:38:48.869Z+ do_assemble_illumos
3122024-03-26T06:38:48.869Z+ rm -r ./out/cockroachdb
3132024-03-26T06:38:48.869Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3142024-03-26T06:38:48.869Z+ ./out/cockroachdb/bin/cockroach version
3152024-03-26T06:38:48.930ZBuild Tag: v22.1.9-dirty
3162024-03-26T06:38:48.930ZBuild Time: 2022/10/26 21:17:46
3172024-03-26T06:38:48.930ZDistribution: OSS
3182024-03-26T06:38:48.930ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3192024-03-26T06:38:48.930ZGo Version: go1.17.13
3202024-03-26T06:38:48.930ZC Compiler: gcc 10.3.0
3212024-03-26T06:38:48.930ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3222024-03-26T06:38:48.930ZBuild Type: release
3232024-03-26T06:38:48.930Z+ set -o errexit
3242024-03-26T06:38:48.930Z+++ dirname ./tools/ci_download_clickhouse
3252024-03-26T06:38:48.930Z++ cd ./tools
3262024-03-26T06:38:48.930Z++ pwd
3272024-03-26T06:38:48.930Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3282024-03-26T06:38:48.930Z++ basename ./tools/ci_download_clickhouse
3292024-03-26T06:38:48.930Z+ ARG0=ci_download_clickhouse
3302024-03-26T06:38:48.930Z+ TARGET_DIR=out
3312024-03-26T06:38:48.930Z+ DOWNLOAD_DIR=out/downloads
3322024-03-26T06:38:48.931Z+ DEST_DIR=./out/clickhouse
3332024-03-26T06:38:48.931Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3342024-03-26T06:38:48.931Z+ CIDL_VERSION=v23.8.7.24
3352024-03-26T06:38:48.931Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3362024-03-26T06:38:48.931Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3372024-03-26T06:38:48.931Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3382024-03-26T06:38:48.931Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3392024-03-26T06:38:48.931Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3402024-03-26T06:38:48.931Z+ main
3412024-03-26T06:38:48.931Z+ [[ 0 != 0 ]]
3422024-03-26T06:38:48.931Z+ CIDL_OS=solaris2.11
3432024-03-26T06:38:48.931Z+ [[ 0 != 0 ]]
3442024-03-26T06:38:48.931Z+ configure_os solaris2.11
3452024-03-26T06:38:48.931Z+ echo 'current directory: /work/oxidecomputer/omicron'
3462024-03-26T06:38:48.931Zcurrent directory: /work/oxidecomputer/omicron
3472024-03-26T06:38:48.931Zconfiguring based on OS: "solaris2.11"
3482024-03-26T06:38:48.931Z+ echo 'configuring based on OS: "solaris2.11"'
3492024-03-26T06:38:48.931Z+ CIDL_DASHREV=
3502024-03-26T06:38:48.931Z+ case "$1" in
3512024-03-26T06:38:48.932Z+ CIDL_PLATFORM=illumos
3522024-03-26T06:38:48.932Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3532024-03-26T06:38:48.932Z+ CIDL_MD5FUNC=do_md5sum
3542024-03-26T06:38:48.932Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3552024-03-26T06:38:48.932Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3562024-03-26T06:38:48.932Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-03-26T06:38:48.932Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-03-26T06:38:48.932Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3592024-03-26T06:38:48.932ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-03-26T06:38:48.932Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-03-26T06:38:48.932ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-03-26T06:38:48.932Z+ mkdir -p out/downloads
3632024-03-26T06:38:48.932Z+ mkdir -p ./out/clickhouse
3642024-03-26T06:38:48.932Z+ local DO_DOWNLOAD=true
3652024-03-26T06:38:48.932Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3662024-03-26T06:38:48.932Z+ '[' true == true ']'
3672024-03-26T06:38:48.932Z+ echo Downloading...
3682024-03-26T06:38:48.932ZDownloading...
3692024-03-26T06:38:48.932Z+ 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
3702024-03-26T06:38:48.932Z+ 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
3712024-03-26T06:38:48.933Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-03-26T06:38:48.933Z++ md5sum
3732024-03-26T06:38:48.933Z++ awk '{print $1}'
3742024-03-26T06:38:48.933Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3752024-03-26T06:38:48.933Z+ [[ 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 ]]
3762024-03-26T06:38:48.933Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3772024-03-26T06:38:48.933Z+ mkdir -p ./out/clickhouse
3782024-03-26T06:38:48.933Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3792024-03-26T06:38:50.867Z+ [[ solaris2.11 == darwin* ]]
3802024-03-26T06:38:50.868Z+ ./out/clickhouse/clickhouse server --version
3812024-03-26T06:38:51.113ZClickHouse server version 23.8.7.1.
3822024-03-26T06:38:51.129Z+ set -o errexit
3832024-03-26T06:38:51.141Z+++ dirname ./tools/ci_download_console
3842024-03-26T06:38:51.141Z++ cd ./tools
3852024-03-26T06:38:51.141Z++ pwd
3862024-03-26T06:38:51.141Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3872024-03-26T06:38:51.142Z++ basename ./tools/ci_download_console
3882024-03-26T06:38:51.142Z+ ARG0=ci_download_console
3892024-03-26T06:38:51.142Z+ TARGET_DIR=out
3902024-03-26T06:38:51.142Z+ DOWNLOAD_DIR=out/downloads
3912024-03-26T06:38:51.143Z+ DEST_DIR=./out/console-assets
3922024-03-26T06:38:51.143Z+ source /work/oxidecomputer/omicron/tools/console_version
3932024-03-26T06:38:51.144Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3942024-03-26T06:38:51.144Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3952024-03-26T06:38:51.144Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3962024-03-26T06:38:51.144Z+ TARBALL_FILE=out/downloads/console.tar.gz
3972024-03-26T06:38:51.145Z+ main
3982024-03-26T06:38:51.145Z+ [[ 0 != 0 ]]
3992024-03-26T06:38:51.145Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
4002024-03-26T06:38:51.146Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-03-26T06:38:51.146ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4022024-03-26T06:38:51.146ZLocal file: out/downloads/console.tar.gz
4032024-03-26T06:38:51.146Z+ local DO_DOWNLOAD=true
4042024-03-26T06:38:51.146Z+ [[ -f out/downloads/console.tar.gz ]]
4052024-03-26T06:38:51.146Z+ mkdir -p out/downloads
4062024-03-26T06:38:51.147Z+ '[' true == true ']'
4072024-03-26T06:38:51.147Z+ echo Downloading...
4082024-03-26T06:38:51.147ZDownloading...
4092024-03-26T06:38:51.148Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4102024-03-26T06:38:51.148Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4112024-03-26T06:38:51.730Z++ do_sha256sum out/downloads/console.tar.gz
4122024-03-26T06:38:51.730Z++ case "$OSTYPE" in
4132024-03-26T06:38:51.730Z++ SHA=sha256sum
4142024-03-26T06:38:51.741Z++ sha256sum
4152024-03-26T06:38:51.741Z++ awk '{print $1}'
4162024-03-26T06:38:51.741Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4172024-03-26T06:38:51.741Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4182024-03-26T06:38:51.741Z+ rm -rf ./out/console-assets
4192024-03-26T06:38:51.741Z+ mkdir -p ./out/console-assets
4202024-03-26T06:38:51.741Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4212024-03-26T06:38:51.742Z+ mkdir -p ./out/console-assets
4222024-03-26T06:38:51.742Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4232024-03-26T06:38:51.898Z+ set -o errexit
4242024-03-26T06:38:51.913Z+++ dirname ./tools/ci_download_maghemite_openapi
4252024-03-26T06:38:51.913Z++ cd ./tools
4262024-03-26T06:38:51.914Z++ pwd
4272024-03-26T06:38:51.914Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4282024-03-26T06:38:51.914Z++ basename ./tools/ci_download_maghemite_openapi
4292024-03-26T06:38:51.914Z+ ARG0=ci_download_maghemite_openapi
4302024-03-26T06:38:51.914Z+ TARGET_DIR=out
4312024-03-26T06:38:51.914Z+ DOWNLOAD_DIR=out/downloads
4322024-03-26T06:38:51.914Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4332024-03-26T06:38:51.914Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4342024-03-26T06:38:51.914Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4352024-03-26T06:38:51.914Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4362024-03-26T06:38:51.914Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4372024-03-26T06:38:51.914Z+ main
4382024-03-26T06:38:51.915Z+ rm -rf out/downloads/root
4392024-03-26T06:38:51.915Z+ [[ 0 != 0 ]]
4402024-03-26T06:38:51.915Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4412024-03-26T06:38:51.915ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4422024-03-26T06:38:51.915Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4432024-03-26T06:38:51.915Z+ local DO_DOWNLOAD=true
4442024-03-26T06:38:51.915ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4452024-03-26T06:38:51.915Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4462024-03-26T06:38:51.915Z+ mkdir -p out/downloads
4472024-03-26T06:38:51.915Z+ '[' true == true ']'
4482024-03-26T06:38:51.915Z+ echo Downloading...
4492024-03-26T06:38:51.915ZDownloading...
4502024-03-26T06:38:51.916Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4512024-03-26T06:38:51.916Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4522024-03-26T06:38:51.964Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4532024-03-26T06:38:51.964Z++ case "$OSTYPE" in
4542024-03-26T06:38:52.421Z++ SHA=sha256sum
4552024-03-26T06:38:52.421Z++ sha256sum
4562024-03-26T06:38:52.421Z++ awk '{print $1}'
4572024-03-26T06:38:52.422Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4582024-03-26T06:38:52.422Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4592024-03-26T06:38:52.422Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4602024-03-26T06:38:52.422Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4612024-03-26T06:38:52.422Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4622024-03-26T06:38:52.422Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4632024-03-26T06:38:52.422Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4642024-03-26T06:38:52.422Z+ main
4652024-03-26T06:38:52.422Z+ rm -rf out/downloads/root
4662024-03-26T06:38:52.422Z+ [[ 0 != 0 ]]
4672024-03-26T06:38:52.422Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
4682024-03-26T06:38:52.423ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4692024-03-26T06:38:52.423Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4702024-03-26T06:38:52.423ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4712024-03-26T06:38:52.423Z+ local DO_DOWNLOAD=true
4722024-03-26T06:38:52.423Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4732024-03-26T06:38:52.423Z+ mkdir -p out/downloads
4742024-03-26T06:38:52.423Z+ '[' true == true ']'
4752024-03-26T06:38:52.423Z+ echo Downloading...
4762024-03-26T06:38:52.423ZDownloading...
4772024-03-26T06:38:52.423Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4782024-03-26T06:38:52.423Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4792024-03-26T06:38:52.562Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4802024-03-26T06:38:52.562Z++ case "$OSTYPE" in
4812024-03-26T06:38:52.562Z++ SHA=sha256sum
4822024-03-26T06:38:52.562Z++ sha256sum
4832024-03-26T06:38:52.562Z++ awk '{print $1}'
4842024-03-26T06:38:52.562Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4852024-03-26T06:38:52.563Z+ [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]]
4862024-03-26T06:38:52.563Z+ set -o errexit
4872024-03-26T06:38:52.563Z+++ dirname ./tools/ci_download_dendrite_openapi
4882024-03-26T06:38:52.563Z++ cd ./tools
4892024-03-26T06:38:52.563Z++ pwd
4902024-03-26T06:38:52.563Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4912024-03-26T06:38:52.563Z++ basename ./tools/ci_download_dendrite_openapi
4922024-03-26T06:38:52.564Z+ ARG0=ci_download_dendrite_openapi
4932024-03-26T06:38:52.564Z+ TARGET_DIR=out
4942024-03-26T06:38:52.564Z+ DOWNLOAD_DIR=out/downloads
4952024-03-26T06:38:52.564Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4962024-03-26T06:38:52.564Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
4972024-03-26T06:38:52.564Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4982024-03-26T06:38:52.565Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
4992024-03-26T06:38:52.565Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5002024-03-26T06:38:52.565Z+ main
5012024-03-26T06:38:52.565Z+ [[ 0 != 0 ]]
5022024-03-26T06:38:52.565Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
5032024-03-26T06:38:52.565ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5042024-03-26T06:38:52.565ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5052024-03-26T06:38:52.566Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5062024-03-26T06:38:52.566Z+ local DO_DOWNLOAD=true
5072024-03-26T06:38:52.566Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5082024-03-26T06:38:52.566Z+ mkdir -p out/downloads
5092024-03-26T06:38:52.566Z+ '[' true == true ']'
5102024-03-26T06:38:52.566Z+ echo Downloading...
5112024-03-26T06:38:52.566ZDownloading...
5122024-03-26T06:38:52.567Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5132024-03-26T06:38:52.567Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5142024-03-26T06:38:52.567Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5152024-03-26T06:38:52.567Z++ case "$OSTYPE" in
5162024-03-26T06:38:52.567Z++ SHA=sha256sum
5172024-03-26T06:38:52.567Z++ sha256sum
5182024-03-26T06:38:52.568Z++ awk '{print $1}'
5192024-03-26T06:38:52.568Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5202024-03-26T06:38:52.568Z+ [[ 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 ]]
5212024-03-26T06:38:52.568Z+ set -o errexit
5222024-03-26T06:38:52.568Z+++ dirname ./tools/ci_download_dendrite_stub
5232024-03-26T06:38:52.568Z++ cd ./tools
5242024-03-26T06:38:52.569Z++ pwd
5252024-03-26T06:38:52.569Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-03-26T06:38:52.569Z++ basename ./tools/ci_download_dendrite_stub
5272024-03-26T06:38:52.569Z+ ARG0=ci_download_dendrite_stub
5282024-03-26T06:38:52.570Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5292024-03-26T06:38:52.570Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5302024-03-26T06:38:52.570Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5312024-03-26T06:38:52.570Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5322024-03-26T06:38:52.570Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5332024-03-26T06:38:52.571Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5342024-03-26T06:38:52.571Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5352024-03-26T06:38:52.571Z+ TARGET_DIR=out
5362024-03-26T06:38:52.571Z+ DOWNLOAD_DIR=out/downloads
5372024-03-26T06:38:52.571Z+ DEST_DIR=./out/dendrite-stub
5382024-03-26T06:38:52.571Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5392024-03-26T06:38:52.571Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402024-03-26T06:38:52.571Z+ REPO=oxidecomputer/dendrite
5412024-03-26T06:38:52.571Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5422024-03-26T06:38:52.571Z+ main
5432024-03-26T06:38:52.571Z+ [[ 0 != 0 ]]
5442024-03-26T06:38:52.571Z+ CIDL_OS=solaris2.11
5452024-03-26T06:38:52.572Z+ [[ 0 != 0 ]]
5462024-03-26T06:38:52.572Z+ configure_os solaris2.11
5472024-03-26T06:38:52.572Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-03-26T06:38:52.572Zcurrent directory: /work/oxidecomputer/omicron
5492024-03-26T06:38:52.572Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-03-26T06:38:52.572Z+ case "$1" in
5512024-03-26T06:38:52.572Zconfiguring based on OS: "solaris2.11"
5522024-03-26T06:38:52.573Z+ SET_BINARIES=
5532024-03-26T06:38:52.573Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5542024-03-26T06:38:52.573Z+ CIDL_SHA256FUNC=do_sha256sum
5552024-03-26T06:38:52.573Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5562024-03-26T06:38:52.573Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5572024-03-26T06:38:52.573Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5582024-03-26T06:38:52.573Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5592024-03-26T06:38:52.573ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5602024-03-26T06:38:52.574Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5612024-03-26T06:38:52.574ZLocal file: out/downloads/dendrite-stub.tar.gz
5622024-03-26T06:38:52.574Z+ mkdir -p out/downloads
5632024-03-26T06:38:52.574Z+ mkdir -p ./out/dendrite-stub
5642024-03-26T06:38:52.574Z+ fetch_and_verify
5652024-03-26T06:38:52.574Z+ local DO_DOWNLOAD=true
5662024-03-26T06:38:52.574Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5672024-03-26T06:38:52.574Z+ '[' true == true ']'
5682024-03-26T06:38:52.574Z+ echo Downloading...
5692024-03-26T06:38:52.574ZDownloading...
5702024-03-26T06:38:52.574Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5712024-03-26T06:38:52.575Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5722024-03-26T06:38:59.658Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5732024-03-26T06:38:59.664Z++ sha256sum
5742024-03-26T06:38:59.664Z++ awk '{print $1}'
5752024-03-26T06:38:59.683Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5762024-03-26T06:38:59.683Z+ [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]]
5772024-03-26T06:38:59.687Z+ do_untar out/downloads/dendrite-stub.tar.gz
5782024-03-26T06:38:59.687Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5792024-03-26T06:39:00.379Z+ do_assemble
5802024-03-26T06:39:00.379Z+ rm -r ./out/dendrite-stub
5812024-03-26T06:39:00.383Z+ mkdir ./out/dendrite-stub
5822024-03-26T06:39:00.385Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5832024-03-26T06:39:00.483Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5842024-03-26T06:39:00.495Z+ set -o errexit
5852024-03-26T06:39:00.495Z+++ dirname ./tools/ci_download_maghemite_mgd
5862024-03-26T06:39:00.503Z++ cd ./tools
5872024-03-26T06:39:00.503Z++ pwd
5882024-03-26T06:39:00.503Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-03-26T06:39:00.504Z++ basename ./tools/ci_download_maghemite_mgd
5902024-03-26T06:39:00.504Z+ ARG0=ci_download_maghemite_mgd
5912024-03-26T06:39:00.504Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5922024-03-26T06:39:00.504Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
5932024-03-26T06:39:00.504Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
5942024-03-26T06:39:00.504Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5952024-03-26T06:39:00.504Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
5962024-03-26T06:39:00.504Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
5972024-03-26T06:39:00.505Z+ TARGET_DIR=out
5982024-03-26T06:39:00.505Z+ DOWNLOAD_DIR=out/downloads
5992024-03-26T06:39:00.505Z+ DEST_DIR=./out/mgd
6002024-03-26T06:39:00.505Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6012024-03-26T06:39:00.505Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-03-26T06:39:00.505Z+ REPO=oxidecomputer/maghemite
6032024-03-26T06:39:00.505Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6042024-03-26T06:39:00.505Z+ main
6052024-03-26T06:39:00.505Z+ rm -rf out/downloads/root
6062024-03-26T06:39:00.512Z+ [[ 0 != 0 ]]
6072024-03-26T06:39:00.513Z+ CIDL_OS=solaris2.11
6082024-03-26T06:39:00.513Z+ [[ 0 != 0 ]]
6092024-03-26T06:39:00.513Z+ configure_os solaris2.11
6102024-03-26T06:39:00.513Z+ echo 'current directory: /work/oxidecomputer/omicron'
6112024-03-26T06:39:00.513Zcurrent directory: /work/oxidecomputer/omicron
6122024-03-26T06:39:00.513Z+ echo 'configuring based on OS: "solaris2.11"'
6132024-03-26T06:39:00.513Z+ case "$1" in
6142024-03-26T06:39:00.513Zconfiguring based on OS: "solaris2.11"
6152024-03-26T06:39:00.513Z+ SET_BINARIES=
6162024-03-26T06:39:00.514Z+ CIDL_SHA256FUNC=do_sha256sum
6172024-03-26T06:39:00.514Z+ TARBALL_FILENAME=mgd.tar.gz
6182024-03-26T06:39:00.514Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6192024-03-26T06:39:00.514Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6202024-03-26T06:39:00.514Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6212024-03-26T06:39:00.515ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6222024-03-26T06:39:00.515Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6232024-03-26T06:39:00.515Z+ mkdir -p out/downloads
6242024-03-26T06:39:00.515ZLocal file: out/downloads/mgd.tar.gz
6252024-03-26T06:39:00.515Z+ mkdir -p ./out/mgd
6262024-03-26T06:39:00.515Z+ fetch_and_verify
6272024-03-26T06:39:00.515Z+ local DO_DOWNLOAD=true
6282024-03-26T06:39:00.516Z+ [[ -f out/downloads/mgd.tar.gz ]]
6292024-03-26T06:39:00.516Z+ '[' true == true ']'
6302024-03-26T06:39:00.516Z+ echo Downloading...
6312024-03-26T06:39:00.516ZDownloading...
6322024-03-26T06:39:00.516Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6332024-03-26T06:39:00.516Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6342024-03-26T06:39:08.576Z++ do_sha256sum out/downloads/mgd.tar.gz
6352024-03-26T06:39:08.580Z++ sha256sum
6362024-03-26T06:39:08.581Z++ awk '{print $1}'
6372024-03-26T06:39:08.596Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6382024-03-26T06:39:08.600Z+ [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]]
6392024-03-26T06:39:08.600Z+ do_untar out/downloads/mgd.tar.gz
6402024-03-26T06:39:08.600Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6412024-03-26T06:39:09.041Z+ do_assemble
6422024-03-26T06:39:09.041Z+ rm -r ./out/mgd
6432024-03-26T06:39:09.044Z+ mkdir ./out/mgd
6442024-03-26T06:39:09.050Z+ cp -r out/downloads/root ./out/mgd/root
6452024-03-26T06:39:09.104Z+ set -o errexit
6462024-03-26T06:39:09.107Z+++ dirname ./tools/ci_download_transceiver_control
6472024-03-26T06:39:09.111Z++ cd ./tools
6482024-03-26T06:39:09.111Z++ pwd
6492024-03-26T06:39:09.111Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-03-26T06:39:09.111Z++ basename ./tools/ci_download_transceiver_control
6512024-03-26T06:39:09.111Z+ ARG0=ci_download_transceiver_control
6522024-03-26T06:39:09.111Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6532024-03-26T06:39:09.111Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6542024-03-26T06:39:09.111Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-03-26T06:39:09.111Z+ TARGET_DIR=out
6562024-03-26T06:39:09.111Z+ DOWNLOAD_DIR=out/downloads
6572024-03-26T06:39:09.111Z+ DEST_DIR=./out/transceiver-control
6582024-03-26T06:39:09.111Z+ BIN_DIR=/opt/oxide/bin
6592024-03-26T06:39:09.111Z+ BINARY=xcvradm
6602024-03-26T06:39:09.111Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-03-26T06:39:09.111Z+ REPO=oxidecomputer/transceiver-control
6622024-03-26T06:39:09.111Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6632024-03-26T06:39:09.115Z+ main
6642024-03-26T06:39:09.115Z+ [[ 0 != 0 ]]
6652024-03-26T06:39:09.115Z+ CIDL_OS=solaris2.11
6662024-03-26T06:39:09.115Z+ [[ 0 != 0 ]]
6672024-03-26T06:39:09.115Z+ configure_os solaris2.11
6682024-03-26T06:39:09.115Z+ echo 'current directory: /work/oxidecomputer/omicron'
6692024-03-26T06:39:09.115Zcurrent directory: /work/oxidecomputer/omicron
6702024-03-26T06:39:09.115Z+ echo 'configuring based on OS: "solaris2.11"'
6712024-03-26T06:39:09.115Z+ case "$1" in
6722024-03-26T06:39:09.115Zconfiguring based on OS: "solaris2.11"
6732024-03-26T06:39:09.115Z+ SET_BINARIES=
6742024-03-26T06:39:09.115Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-03-26T06:39:09.115Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-03-26T06:39:09.115Z+ ARCHIVE_FILENAME=xcvradm.gz
6772024-03-26T06:39:09.115Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6782024-03-26T06:39:09.115Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6792024-03-26T06:39:09.116Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6802024-03-26T06:39:09.116ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-03-26T06:39:09.116Z+ echo 'Local file: out/downloads/xcvradm.gz'
6822024-03-26T06:39:09.116ZLocal file: out/downloads/xcvradm.gz
6832024-03-26T06:39:09.116Z+ mkdir -p out/downloads
6842024-03-26T06:39:09.116Z+ mkdir -p ./out/transceiver-control
6852024-03-26T06:39:09.119Z+ fetch_and_verify
6862024-03-26T06:39:09.119Z+ local DO_DOWNLOAD=true
6872024-03-26T06:39:09.119Z+ [[ -f out/downloads/xcvradm.gz ]]
6882024-03-26T06:39:09.119Z+ '[' true == true ']'
6892024-03-26T06:39:09.119Z+ echo Downloading...
6902024-03-26T06:39:09.119ZDownloading...
6912024-03-26T06:39:09.120Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6922024-03-26T06:39:09.120Z+ 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
6932024-03-26T06:39:11.273Z++ do_sha256sum out/downloads/xcvradm.gz
6942024-03-26T06:39:11.290Z++ sha256sum
6952024-03-26T06:39:11.290Z++ awk '{print $1}'
6962024-03-26T06:39:11.290Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6972024-03-26T06:39:11.290Z+ [[ 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 ]]
6982024-03-26T06:39:11.290Z+ do_unpack out/downloads/xcvradm.gz
6992024-03-26T06:39:11.290Z+ mkdir -p out/downloads/root//opt/oxide/bin
7002024-03-26T06:39:11.290Z+ gzip -dc out/downloads/xcvradm.gz
7012024-03-26T06:39:11.389Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7022024-03-26T06:39:11.392Z+ do_assemble
7032024-03-26T06:39:11.392Z+ rm -r ./out/transceiver-control
7042024-03-26T06:39:11.395Z+ mkdir ./out/transceiver-control
7052024-03-26T06:39:11.395Z+ cp -r out/downloads/root ./out/transceiver-control/root
7062024-03-26T06:39:11.472Z+ set -o errexit
7072024-03-26T06:39:11.476Z+++ dirname ./tools/ci_download_thundermuffin
7082024-03-26T06:39:11.476Z++ cd ./tools
7092024-03-26T06:39:11.476Z++ pwd
7102024-03-26T06:39:11.476Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7112024-03-26T06:39:11.476Z++ basename ./tools/ci_download_thundermuffin
7122024-03-26T06:39:11.476Z+ ARG0=ci_download_thundermuffin
7132024-03-26T06:39:11.476Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7142024-03-26T06:39:11.476Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7152024-03-26T06:39:11.476Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7162024-03-26T06:39:11.476Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7172024-03-26T06:39:11.477Z+ TARGET_DIR=out
7182024-03-26T06:39:11.477Z+ DOWNLOAD_DIR=out/downloads
7192024-03-26T06:39:11.477Z+ DEST_DIR=./out/thundermuffin
7202024-03-26T06:39:11.477Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7212024-03-26T06:39:11.477Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7222024-03-26T06:39:11.477Z+ REPO=oxidecomputer/thundermuffin
7232024-03-26T06:39:11.477Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7242024-03-26T06:39:11.477Z+ main
7252024-03-26T06:39:11.477Z+ rm -rf out/downloads/root
7262024-03-26T06:39:11.482Z+ [[ 0 != 0 ]]
7272024-03-26T06:39:11.482Z+ CIDL_OS=solaris2.11
7282024-03-26T06:39:11.482Z+ [[ 0 != 0 ]]
7292024-03-26T06:39:11.482Z+ configure_os solaris2.11
7302024-03-26T06:39:11.486Z+ echo 'current directory: /work/oxidecomputer/omicron'
7312024-03-26T06:39:11.487Zcurrent directory: /work/oxidecomputer/omicron
7322024-03-26T06:39:11.487Z+ echo 'configuring based on OS: "solaris2.11"'
7332024-03-26T06:39:11.487Z+ case "$1" in
7342024-03-26T06:39:11.487Zconfiguring based on OS: "solaris2.11"
7352024-03-26T06:39:11.487Z+ SET_BINARIES=
7362024-03-26T06:39:11.487Z+ CIDL_SHA256FUNC=do_sha256sum
7372024-03-26T06:39:11.487Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7382024-03-26T06:39:11.487Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7392024-03-26T06:39:11.487Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7402024-03-26T06:39:11.487Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7412024-03-26T06:39:11.487ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7422024-03-26T06:39:11.487Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7432024-03-26T06:39:11.488Z+ mkdir -p out/downloads
7442024-03-26T06:39:11.488ZLocal file: out/downloads/thundermuffin.tar.gz
7452024-03-26T06:39:11.488Z+ mkdir -p ./out/thundermuffin
7462024-03-26T06:39:11.488Z+ fetch_and_verify
7472024-03-26T06:39:11.488Z+ local DO_DOWNLOAD=true
7482024-03-26T06:39:11.488Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7492024-03-26T06:39:11.488Z+ '[' true == true ']'
7502024-03-26T06:39:11.488Z+ echo Downloading...
7512024-03-26T06:39:11.488ZDownloading...
7522024-03-26T06:39:11.488Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7532024-03-26T06:39:11.492Z+ 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
7542024-03-26T06:39:12.521Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7552024-03-26T06:39:12.524Z++ sha256sum
7562024-03-26T06:39:12.524Z++ awk '{print $1}'
7572024-03-26T06:39:12.527Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7582024-03-26T06:39:12.527Z+ [[ 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 ]]
7592024-03-26T06:39:12.527Z+ do_untar out/downloads/thundermuffin.tar.gz
7602024-03-26T06:39:12.527Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7612024-03-26T06:39:12.591Z+ do_assemble
7622024-03-26T06:39:12.591Z+ rm -r ./out/thundermuffin
7632024-03-26T06:39:12.594Z+ mkdir ./out/thundermuffin
7642024-03-26T06:39:12.601Z+ cp -r out/downloads/root ./out/thundermuffin/root
7652024-03-26T06:39:12.606ZAll prerequisites installed successfully
7662024-03-26T06:39:12.610Z
7672024-03-26T06:39:12.610Zreal 1:59.641001715
7682024-03-26T06:39:12.610Zuser 36.578712868
7692024-03-26T06:39:12.610Zsys 6.641099291
7702024-03-26T06:39:12.610Ztrap 0.007939901
7712024-03-26T06:39:12.610Ztflt 0.167936377
7722024-03-26T06:39:12.610Zdflt 0.484068956
7732024-03-26T06:39:12.610Zkflt 0.108627993
7742024-03-26T06:39:12.610Zlock 1.106795332
7752024-03-26T06:39:12.610Zslp 3:57.354205417
7762024-03-26T06:39:12.610Zlat 2.058967661
7772024-03-26T06:39:12.611Zstop 0.131281818
7782024-03-26T06:39:12.611Z+ ptime -m ./tools/ci_download_softnpu_machinery
7792024-03-26T06:39:13.048Zfetching npuzone
7802024-03-26T06:39:13.465ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7812024-03-26T06:39:13.465Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7822024-03-26T06:39:13.465ZGetting hash for npuzone
7832024-03-26T06:39:13.465Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7842024-03-26T06:39:19.387Znpuzone downloaded successfully
7852024-03-26T06:39:19.391Z
7862024-03-26T06:39:19.394Zreal 6.781111834
7872024-03-26T06:39:19.394Zuser 0.361230106
7882024-03-26T06:39:19.394Zsys 0.137939387
7892024-03-26T06:39:19.394Ztrap 0.000070993
7902024-03-26T06:39:19.394Ztflt 0.000000000
7912024-03-26T06:39:19.394Zdflt 0.000000000
7922024-03-26T06:39:19.395Zkflt 0.000000000
7932024-03-26T06:39:19.395Zlock 0.000000000
7942024-03-26T06:39:19.395Zslp 19.682033690
7952024-03-26T06:39:19.395Zlat 0.132453011
7962024-03-26T06:39:19.395Zstop 0.000172361
7972024-03-26T06:39:19.395Z+ export CARGO_INCREMENTAL=0
7982024-03-26T06:39:19.395Z+ CARGO_INCREMENTAL=0
7992024-03-26T06:39:19.395Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
8002024-03-26T06:39:19.610Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8012024-03-26T06:39:19.921Z Updating git repository `https://github.com/oxidecomputer/samael`
8022024-03-26T06:39:20.239Z Updating git repository `https://github.com/oxidecomputer/zone`
8032024-03-26T06:39:20.561Z Updating crates.io index
8042024-03-26T06:39:20.565Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8052024-03-26T06:39:21.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8062024-03-26T06:39:21.878Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8072024-03-26T06:39:23.683Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8082024-03-26T06:39:24.193Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8092024-03-26T06:39:24.476Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102024-03-26T06:39:25.407Z Updating git repository `https://github.com/oxidecomputer/crucible`
8112024-03-26T06:39:27.741Z Updating git repository `https://github.com/oxidecomputer/opte`
8122024-03-26T06:39:28.785Z Updating git repository `https://github.com/oxidecomputer/falcon`
8132024-03-26T06:39:29.642Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8142024-03-26T06:39:29.917Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8152024-03-26T06:39:30.485Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8162024-03-26T06:39:30.799Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8172024-03-26T06:39:31.057Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8182024-03-26T06:39:31.426Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8192024-03-26T06:39:31.748Z Updating git repository `http://github.com/oxidecomputer/tofino`
8202024-03-26T06:39:32.091Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8212024-03-26T06:39:32.388Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8222024-03-26T06:39:32.643Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8232024-03-26T06:39:32.933Z Updating git repository `https://github.com/oxidecomputer/ispf`
8242024-03-26T06:39:33.384Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8252024-03-26T06:39:33.682Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8262024-03-26T06:39:34.293Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8272024-03-26T06:39:34.663Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8282024-03-26T06:39:34.949Z Updating git repository `https://github.com/jgallagher/nix`
8292024-03-26T06:39:36.126Z Updating git repository `https://github.com/cbiffle/hubpack`
8302024-03-26T06:39:36.475Z Updating git repository `https://github.com/oxidecomputer/typify`
8312024-03-26T06:39:38.317Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8322024-03-26T06:39:38.698Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332024-03-26T06:39:38.981Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8342024-03-26T06:39:39.514Z Updating git repository `https://github.com/oxidecomputer/rfb`
8352024-03-26T06:39:40.544Z Downloading crates ...
8362024-03-26T06:39:40.663Z Downloaded addr2line v0.21.0
8372024-03-26T06:39:40.671Z Downloaded adler v1.0.2
8382024-03-26T06:39:40.674Z Downloaded aead v0.5.2
8392024-03-26T06:39:40.674Z Downloaded ahash v0.8.8
8402024-03-26T06:39:40.683Z Downloaded aho-corasick v1.1.2
8412024-03-26T06:39:40.689Z Downloaded anstyle-query v1.0.0
8422024-03-26T06:39:40.692Z Downloaded anstyle-parse v0.2.1
8432024-03-26T06:39:40.692Z Downloaded anstyle v1.0.6
8442024-03-26T06:39:40.695Z Downloaded anstream v0.6.11
8452024-03-26T06:39:40.695Z Downloaded arrayvec v0.7.4
8462024-03-26T06:39:40.699Z Downloaded crossterm v0.27.0
8472024-03-26T06:39:40.704Z Downloaded hashbrown v0.13.2
8482024-03-26T06:39:40.708Z Downloaded base16ct v0.2.0
8492024-03-26T06:39:40.713Z Downloaded hashbrown v0.14.3
8502024-03-26T06:39:40.718Z Downloaded headers v0.3.9
8512024-03-26T06:39:40.722Z Downloaded heapless v0.7.16
8522024-03-26T06:39:40.725Z Downloaded hex v0.4.3
8532024-03-26T06:39:40.738Z Downloaded heck v0.4.1
8542024-03-26T06:39:40.738Z Downloaded heck v0.3.3
8552024-03-26T06:39:40.741Z Downloaded heapless v0.8.0
8562024-03-26T06:39:40.741Z Downloaded hmac v0.12.1
8572024-03-26T06:39:40.741Z Downloaded home v0.5.5
8582024-03-26T06:39:40.741Z Downloaded bitflags v1.3.2
8592024-03-26T06:39:40.742Z Downloaded http v0.2.12
8602024-03-26T06:39:40.746Z Downloaded bitstruct_derive v0.1.0
8612024-03-26T06:39:40.746Z Downloaded http v1.0.0
8622024-03-26T06:39:40.752Z Downloaded httparse v1.8.0
8632024-03-26T06:39:40.756Z Downloaded humantime v2.1.0
8642024-03-26T06:39:40.756Z Downloaded hubpack_derive v0.1.1
8652024-03-26T06:39:40.756Z Downloaded httpdate v1.0.3
8662024-03-26T06:39:40.759Z Downloaded blake2 v0.10.6
8672024-03-26T06:39:40.759Z Downloaded hyper v0.14.28
8682024-03-26T06:39:40.767Z Downloaded ident_case v1.0.1
8692024-03-26T06:39:40.770Z Downloaded iana-time-zone v0.1.57
8702024-03-26T06:39:40.770Z Downloaded hyper-tls v0.5.0
8712024-03-26T06:39:40.774Z Downloaded hyper-staticfile v0.9.5
8722024-03-26T06:39:40.774Z Downloaded buf-list v1.0.3
8732024-03-26T06:39:40.777Z Downloaded hyper-rustls v0.24.2
8742024-03-26T06:39:40.780Z Downloaded block-padding v0.3.3
8752024-03-26T06:39:40.780Z Downloaded blake3 v1.5.0
8762024-03-26T06:39:40.786Z Downloaded byteorder v1.5.0
8772024-03-26T06:39:40.789Z Downloaded bytecount v0.6.3
8782024-03-26T06:39:40.789Z Downloaded http-range v0.1.5
8792024-03-26T06:39:40.792Z Downloaded bytes v1.5.0
8802024-03-26T06:39:40.796Z Downloaded bzip2 v0.4.4
8812024-03-26T06:39:40.796Z Downloaded http-body v0.4.5
8822024-03-26T06:39:40.814Z Downloaded bitvec v1.0.1
8832024-03-26T06:39:40.814Z Downloaded indexmap v2.2.5
8842024-03-26T06:39:40.818Z Downloaded cancel-safe-futures v0.1.5
8852024-03-26T06:39:40.823Z Downloaded indexmap v1.9.3
8862024-03-26T06:39:40.823Z Downloaded ipnet v2.9.0
8872024-03-26T06:39:40.827Z Downloaded chacha20 v0.9.1
8882024-03-26T06:39:40.827Z Downloaded is_ci v1.2.0
8892024-03-26T06:39:40.830Z Downloaded chacha20poly1305 v0.10.1
8902024-03-26T06:39:40.830Z Downloaded is-terminal v0.4.9
8912024-03-26T06:39:40.831Z Downloaded ipnetwork v0.20.0
8922024-03-26T06:39:40.833Z Downloaded itertools v0.10.5
8932024-03-26T06:39:40.838Z Downloaded itertools v0.12.1
8942024-03-26T06:39:40.845Z Downloaded kstat-rs v0.2.3
8952024-03-26T06:39:40.848Z Downloaded keccak v0.1.4
8962024-03-26T06:39:40.848Z Downloaded clang-sys v1.6.1
8972024-03-26T06:39:40.851Z Downloaded cipher v0.4.4
8982024-03-26T06:39:40.857Z Downloaded lazy_static v1.4.0
8992024-03-26T06:39:40.857Z Downloaded lalrpop-util v0.19.12
9002024-03-26T06:39:40.857Z Downloaded lazycell v1.3.0
9012024-03-26T06:39:40.861Z Downloaded clap v2.34.0
9022024-03-26T06:39:40.864Z Downloaded clap v4.5.1
9032024-03-26T06:39:40.870Z Downloaded libloading v0.7.4
9042024-03-26T06:39:40.873Z Downloaded compact_str v0.7.1
9052024-03-26T06:39:40.877Z Downloaded console v0.15.8
9062024-03-26T06:39:40.880Z Downloaded lru-cache v0.1.2
9072024-03-26T06:39:40.880Z Downloaded macaddr v1.0.1
9082024-03-26T06:39:40.884Z Downloaded cookie v0.18.0
9092024-03-26T06:39:40.887Z Downloaded maybe-uninit v2.0.0
9102024-03-26T06:39:40.887Z Downloaded md-5 v0.10.5
9112024-03-26T06:39:40.887Z Downloaded crc v3.0.1
9122024-03-26T06:39:40.890Z Downloaded cpufeatures v0.2.12
9132024-03-26T06:39:40.890Z Downloaded memoffset v0.7.1
9142024-03-26T06:39:40.893Z Downloaded memmap2 v0.7.1
9152024-03-26T06:39:40.893Z Downloaded mime v0.3.17
9162024-03-26T06:39:40.896Z Downloaded mime_guess v2.0.4
9172024-03-26T06:39:40.896Z Downloaded mockall v0.12.0
9182024-03-26T06:39:40.899Z Downloaded multer v3.0.0
9192024-03-26T06:39:40.902Z Downloaded multimap v0.10.0
9202024-03-26T06:39:40.903Z Downloaded native-tls v0.2.11
9212024-03-26T06:39:40.906Z Downloaded newtype_derive v0.1.6
9222024-03-26T06:39:40.906Z Downloaded convert_case v0.4.0
9232024-03-26T06:39:40.909Z Downloaded cobs v0.2.3
9242024-03-26T06:39:40.909Z Downloaded clap_lex v0.7.0
9252024-03-26T06:39:40.909Z Downloaded crossbeam-channel v0.5.8
9262024-03-26T06:39:40.913Z Downloaded crc32fast v1.3.2
9272024-03-26T06:39:40.916Z Downloaded hubpack v0.1.2
9282024-03-26T06:39:40.919Z Downloaded rustc-demangle v0.1.23
9292024-03-26T06:39:40.919Z Downloaded hostname v0.3.1
9302024-03-26T06:39:40.922Z Downloaded nodrop v0.1.14
9312024-03-26T06:39:40.922Z Downloaded bstr v0.2.17
9322024-03-26T06:39:40.930Z Downloaded num-bigint v0.4.4
9332024-03-26T06:39:40.934Z Downloaded nu-ansi-term v0.50.0
9342024-03-26T06:39:40.938Z Downloaded normalize-line-endings v0.3.0
9352024-03-26T06:39:40.943Z Downloaded nom v7.1.3
9362024-03-26T06:39:40.946Z Downloaded num-bigint-dig v0.8.4
9372024-03-26T06:39:40.949Z Downloaded rustls-pemfile v2.1.1
9382024-03-26T06:39:40.952Z Downloaded libxml v0.3.3
9392024-03-26T06:39:40.956Z Downloaded minimal-lexical v0.2.1
9402024-03-26T06:39:40.961Z Downloaded log v0.4.21
9412024-03-26T06:39:40.964Z Downloaded rustls-webpki v0.101.7
9422024-03-26T06:39:40.984Z Downloaded tokio-native-tls v0.3.1
9432024-03-26T06:39:40.988Z Downloaded thiserror v1.0.57
9442024-03-26T06:39:40.996Z Downloaded serde-big-array v0.4.1
9452024-03-26T06:39:40.996Z Downloaded serde_arrays v0.1.0
9462024-03-26T06:39:41.004Z Downloaded serde-big-array v0.5.1
9472024-03-26T06:39:41.005Z Downloaded serde-hex v0.1.0
9482024-03-26T06:39:41.005Z Downloaded rustversion v1.0.14
9492024-03-26T06:39:41.005Z Downloaded tokio-rustls v0.25.0
9502024-03-26T06:39:41.006Z Downloaded tap v1.0.1
9512024-03-26T06:39:41.427Z Downloaded sync_wrapper v0.1.2
9522024-03-26T06:39:41.427Z Downloaded tokio-postgres v0.7.10
9532024-03-26T06:39:41.428Z Downloaded tokio-rustls v0.24.1
9542024-03-26T06:39:41.428Z Downloaded unsafe-libyaml v0.2.10
9552024-03-26T06:39:41.433Z Downloaded siphasher v0.3.11
9562024-03-26T06:39:41.433Z Downloaded trust-dns-server v0.22.1
9572024-03-26T06:39:41.433Z Downloaded trust-dns-resolver v0.22.0
9582024-03-26T06:39:41.433Z Downloaded uuid v0.8.2
9592024-03-26T06:39:41.433Z Downloaded signature v2.1.0
9602024-03-26T06:39:41.433Z Downloaded slog v2.7.0
9612024-03-26T06:39:41.433Z Downloaded similar v2.4.0
9622024-03-26T06:39:41.433Z Downloaded xattr v1.0.1
9632024-03-26T06:39:41.433Z Downloaded webpki-roots v0.25.2
9642024-03-26T06:39:41.433Z Downloaded x509-cert v0.2.4
9652024-03-26T06:39:41.434Z Downloaded crypto-common v0.1.6
9662024-03-26T06:39:41.434Z Downloaded test-strategy v0.3.1
9672024-03-26T06:39:41.434Z Downloaded yasna v0.5.2
9682024-03-26T06:39:41.434Z Downloaded tracing-core v0.1.32
9692024-03-26T06:39:41.434Z Downloaded derive-where v1.2.7
9702024-03-26T06:39:41.434Z Downloaded digest v0.10.7
9712024-03-26T06:39:41.434Z Downloaded display-error-chain v0.2.0
9722024-03-26T06:39:41.434Z Downloaded linear-map v1.2.0
9732024-03-26T06:39:41.434Z Downloaded dirs-sys-next v0.1.2
9742024-03-26T06:39:41.434Z Downloaded getrandom v0.2.12
9752024-03-26T06:39:41.434Z Downloaded dirs-next v2.0.0
9762024-03-26T06:39:41.434Z Downloaded trust-dns-client v0.22.0
9772024-03-26T06:39:41.435Z Downloaded utf8parse v0.2.1
9782024-03-26T06:39:41.435Z Downloaded utf-8 v0.7.6
9792024-03-26T06:39:41.435Z Downloaded universal-hash v0.5.1
9802024-03-26T06:39:41.435Z Downloaded unicode_categories v0.1.1
9812024-03-26T06:39:41.435Z Downloaded packed_struct v0.10.1
9822024-03-26T06:39:41.435Z Downloaded parking_lot v0.12.1
9832024-03-26T06:39:41.435Z Downloaded packed_struct_codegen v0.10.1
9842024-03-26T06:39:41.435Z Downloaded papergrid v0.11.0
9852024-03-26T06:39:41.435Z Downloaded platforms v3.0.2
9862024-03-26T06:39:41.435Z Downloaded float-cmp v0.9.0
9872024-03-26T06:39:41.435Z Downloaded funty v2.0.0
9882024-03-26T06:39:41.435Z Downloaded flume v0.11.0
9892024-03-26T06:39:41.436Z Downloaded proc-macro-error-attr v1.0.4
9902024-03-26T06:39:41.436Z Downloaded bstr v1.9.0
9912024-03-26T06:39:41.436Z Downloaded quick-error v1.2.3
9922024-03-26T06:39:41.436Z Downloaded predicates-core v1.0.6
9932024-03-26T06:39:41.436Z Downloaded pin-project-lite v0.2.13
9942024-03-26T06:39:41.436Z Downloaded rand_xorshift v0.3.0
9952024-03-26T06:39:41.436Z Downloaded rand_seeder v0.2.3
9962024-03-26T06:39:41.436Z Downloaded rand_core v0.6.4
9972024-03-26T06:39:41.436Z Downloaded rand_chacha v0.3.1
9982024-03-26T06:39:41.436Z Downloaded rand v0.8.5
9992024-03-26T06:39:41.436Z Downloaded rayon v1.9.0
10002024-03-26T06:39:41.436Z Downloaded serde_plain v1.0.2
10012024-03-26T06:39:41.437Z Downloaded serde v1.0.197
10022024-03-26T06:39:41.437Z Downloaded strum v0.26.1
10032024-03-26T06:39:41.437Z Downloaded strum_macros v0.25.2
10042024-03-26T06:39:41.437Z Downloaded strum_macros v0.24.3
10052024-03-26T06:39:41.437Z Downloaded structmeta-derive v0.2.0
10062024-03-26T06:39:41.437Z Downloaded slog-envlogger v2.2.0
10072024-03-26T06:39:41.437Z Downloaded slog-dtrace v0.3.0
10082024-03-26T06:39:41.437Z Downloaded regress v0.9.0
10092024-03-26T06:39:41.437Z Downloaded tokio-macros v2.2.0
10102024-03-26T06:39:41.437Z Downloaded strum_macros v0.26.1
10112024-03-26T06:39:41.437Z Downloaded topological-sort v0.2.2
10122024-03-26T06:39:41.437Z Downloaded toolchain_find v0.2.0
10132024-03-26T06:39:41.438Z Downloaded toml_edit v0.22.6
10142024-03-26T06:39:41.438Z Downloaded whoami v1.5.0
10152024-03-26T06:39:41.438Z Downloaded which v4.4.0
10162024-03-26T06:39:41.438Z Downloaded want v0.3.1
10172024-03-26T06:39:41.438Z Downloaded usdt v0.5.0
10182024-03-26T06:39:41.438Z Downloaded tower-service v0.3.2
10192024-03-26T06:39:41.438Z Downloaded tough v0.16.0
10202024-03-26T06:39:41.438Z Downloaded env_logger v0.10.0
10212024-03-26T06:39:41.438Z Downloaded equivalent v1.0.1
10222024-03-26T06:39:41.438Z Downloaded usdt v0.3.5
10232024-03-26T06:39:41.438Z Downloaded foreign-types-shared v0.3.1
10242024-03-26T06:39:41.438Z Downloaded url v2.5.0
10252024-03-26T06:39:41.438Z Downloaded downcast v0.11.0
10262024-03-26T06:39:41.439Z Downloaded env_logger v0.9.3
10272024-03-26T06:39:41.439Z Downloaded globset v0.4.13
10282024-03-26T06:39:41.439Z Downloaded glob v0.3.1
10292024-03-26T06:39:41.439Z Downloaded h2 v0.3.24
10302024-03-26T06:39:41.439Z Downloaded half v2.3.1
10312024-03-26T06:39:41.439Z Downloaded sled v0.34.7
10322024-03-26T06:39:41.439Z Downloaded ppv-lite86 v0.2.17
10332024-03-26T06:39:41.439Z Downloaded parse-display-derive v0.9.0
10342024-03-26T06:39:41.439Z Downloaded proptest v1.4.0
10352024-03-26T06:39:41.439Z Downloaded publicsuffix v2.2.3
10362024-03-26T06:39:41.439Z Downloaded psl-types v2.0.11
10372024-03-26T06:39:41.439Z Downloaded pin-project-internal v1.1.3
10382024-03-26T06:39:41.440Z Downloaded petgraph v0.6.4
10392024-03-26T06:39:41.440Z Downloaded sha2 v0.10.8
10402024-03-26T06:39:41.440Z Downloaded salty v0.2.0
10412024-03-26T06:39:41.440Z Downloaded rpassword v7.3.1
10422024-03-26T06:39:41.440Z Downloaded quick-xml v0.30.0
10432024-03-26T06:39:41.440Z Downloaded serde_derive_internals v0.26.0
10442024-03-26T06:39:41.440Z Downloaded semver v0.1.20
10452024-03-26T06:39:41.440Z Downloaded ron v0.8.1
10462024-03-26T06:39:41.440Z Downloaded unicode-xid v0.2.4
10472024-03-26T06:39:41.440Z Downloaded unicode-width v0.1.11
10482024-03-26T06:39:41.440Z Downloaded ucd-trie v0.1.6
10492024-03-26T06:39:41.440Z Downloaded typenum v1.16.0
10502024-03-26T06:39:41.440Z Downloaded rsa v0.9.2
10512024-03-26T06:39:41.441Z Downloaded vcpkg v0.2.15
10522024-03-26T06:39:41.441Z Downloaded darling v0.20.3
10532024-03-26T06:39:41.441Z Downloaded darling v0.14.4
10542024-03-26T06:39:41.441Z Downloaded darling_core v0.14.4
10552024-03-26T06:39:41.446Z Downloaded ed25519 v1.5.3
10562024-03-26T06:39:41.446Z Downloaded snafu v0.7.5
10572024-03-26T06:39:41.447Z Downloaded stable_deref_trait v1.2.0
10582024-03-26T06:39:41.447Z Downloaded static_assertions v1.1.0
10592024-03-26T06:39:41.447Z Downloaded stability v0.1.1
10602024-03-26T06:39:41.447Z Downloaded sqlformat v0.2.3
10612024-03-26T06:39:41.447Z Downloaded socket2 v0.5.5
10622024-03-26T06:39:41.447Z Downloaded futures-sink v0.3.30
10632024-03-26T06:39:41.447Z Downloaded polar-core v0.27.0
10642024-03-26T06:39:41.447Z Downloaded phf_shared v0.10.0
10652024-03-26T06:39:41.447Z Downloaded pin-project v1.1.3
10662024-03-26T06:39:41.447Z Downloaded rcgen v0.12.1
10672024-03-26T06:39:41.447Z Downloaded wait-timeout v0.2.0
10682024-03-26T06:39:41.447Z Downloaded sqlparser v0.43.1
10692024-03-26T06:39:41.447Z Downloaded pin-utils v0.1.0
10702024-03-26T06:39:41.447Z Downloaded phf_shared v0.11.2
10712024-03-26T06:39:41.448Z Downloaded steno v0.4.0
10722024-03-26T06:39:41.448Z Downloaded ratatui v0.26.1
10732024-03-26T06:39:41.448Z Downloaded paste v1.0.14
10742024-03-26T06:39:41.448Z Downloaded once_cell v1.19.0
10752024-03-26T06:39:41.448Z Downloaded omicron-zone-package v0.11.0
10762024-03-26T06:39:41.448Z Downloaded rtoolbox v0.0.1
10772024-03-26T06:39:41.448Z Downloaded ron v0.7.1
10782024-03-26T06:39:41.448Z Downloaded termcolor v1.2.0
10792024-03-26T06:39:41.448Z Downloaded terminal_size v0.3.0
10802024-03-26T06:39:41.448Z Downloaded tempfile v3.10.0
10812024-03-26T06:39:41.448Z Downloaded term v0.7.0
10822024-03-26T06:39:41.448Z Downloaded serde_path_to_error v0.1.16
10832024-03-26T06:39:41.448Z Downloaded serde_derive v1.0.197
10842024-03-26T06:39:41.452Z Downloaded version_check v0.9.4
10852024-03-26T06:39:41.452Z Downloaded vec_map v0.8.2
10862024-03-26T06:39:41.452Z Downloaded doc-comment v0.3.3
10872024-03-26T06:39:41.452Z Downloaded erased-serde v0.3.31
10882024-03-26T06:39:41.456Z Downloaded num-integer v0.1.46
10892024-03-26T06:39:41.457Z Downloaded futures-task v0.3.30
10902024-03-26T06:39:41.463Z Downloaded num-traits v0.2.18
10912024-03-26T06:39:41.463Z Downloaded number_prefix v0.4.0
10922024-03-26T06:39:41.463Z Downloaded opaque-debug v0.3.0
10932024-03-26T06:39:41.463Z Downloaded olpc-cjson v0.1.3
10942024-03-26T06:39:41.467Z Downloaded num_enum v0.5.11
10952024-03-26T06:39:41.467Z Downloaded toml v0.7.8
10962024-03-26T06:39:41.471Z Downloaded unicode-normalization v0.1.22
10972024-03-26T06:39:41.474Z Downloaded ref-cast-impl v1.0.20
10982024-03-26T06:39:41.478Z Downloaded ref-cast v1.0.20
10992024-03-26T06:39:41.478Z Downloaded vsss-rs v3.3.4
11002024-03-26T06:39:41.486Z Downloaded zone_cfg_derive v0.1.2
11012024-03-26T06:39:41.486Z Downloaded zone v0.1.8
11022024-03-26T06:39:41.486Z Downloaded curve25519-dalek v4.1.1
11032024-03-26T06:39:41.490Z Downloaded foreign-types v0.5.0
11042024-03-26T06:39:41.493Z Downloaded zip v0.6.6
11052024-03-26T06:39:41.521Z Downloaded object v0.30.4
11062024-03-26T06:39:41.530Z Downloaded smallvec v1.13.1
11072024-03-26T06:39:41.530Z Downloaded smallvec v0.6.14
11082024-03-26T06:39:41.530Z Downloaded serde_tokenstream v0.2.0
11092024-03-26T06:39:41.530Z Downloaded regex-automata v0.1.10
11102024-03-26T06:39:41.530Z Downloaded smawk v0.3.1
11112024-03-26T06:39:41.530Z Downloaded thiserror-impl-no-std v2.0.2
11122024-03-26T06:39:41.531Z Downloaded tinyvec_macros v0.1.1
11132024-03-26T06:39:41.531Z Downloaded tinyvec v1.6.0
11142024-03-26T06:39:41.531Z Downloaded tokio-tungstenite v0.20.1
11152024-03-26T06:39:41.531Z Downloaded debug-ignore v1.0.5
11162024-03-26T06:39:41.531Z Downloaded data-encoding v2.4.0
11172024-03-26T06:39:41.531Z Downloaded darling_macro v0.20.3
11182024-03-26T06:39:41.536Z Downloaded curve25519-dalek-derive v0.1.0
11192024-03-26T06:39:41.536Z Downloaded zerocopy v0.3.0
11202024-03-26T06:39:41.536Z Downloaded untrusted v0.7.1
11212024-03-26T06:39:41.536Z Downloaded unicode-linebreak v0.1.5
11222024-03-26T06:39:41.536Z Downloaded futures-macro v0.3.30
11232024-03-26T06:39:41.536Z Downloaded futures-util v0.3.30
11242024-03-26T06:39:41.546Z Downloaded powerfmt v0.2.0
11252024-03-26T06:39:41.550Z Downloaded slog-scope v4.4.0
11262024-03-26T06:39:41.550Z Downloaded thiserror-no-std v2.0.2
11272024-03-26T06:39:41.553Z Downloaded unicode-ident v1.0.12
11282024-03-26T06:39:41.557Z Downloaded uuid v1.7.0
11292024-03-26T06:39:41.557Z Downloaded pem-rfc7468 v0.7.0
11302024-03-26T06:39:41.560Z Downloaded scopeguard v1.2.0
11312024-03-26T06:39:41.560Z Downloaded pretty-hex v0.2.1
11322024-03-26T06:39:41.563Z Downloaded thread_local v1.1.7
11332024-03-26T06:39:41.563Z Downloaded scroll v0.12.0
11342024-03-26T06:39:41.563Z Downloaded predicates-tree v1.0.9
11352024-03-26T06:39:41.568Z Downloaded predicates v3.1.0
11362024-03-26T06:39:41.569Z Downloaded vte_generate_state_changes v0.1.1
11372024-03-26T06:39:41.572Z Downloaded try-lock v0.2.4
11382024-03-26T06:39:41.572Z Downloaded tracing-attributes v0.1.27
11392024-03-26T06:39:41.572Z Downloaded zerocopy-derive v0.2.0
11402024-03-26T06:39:41.579Z Downloaded tui-tree-widget v0.17.0
11412024-03-26T06:39:41.582Z Downloaded percent-encoding v2.3.1
11422024-03-26T06:39:41.582Z Downloaded pem v3.0.2
11432024-03-26T06:39:41.582Z Downloaded dtrace-parser v0.2.0
11442024-03-26T06:39:41.600Z Downloaded r2d2 v0.8.10
11452024-03-26T06:39:41.600Z Downloaded radium v0.7.0
11462024-03-26T06:39:41.600Z Downloaded flagset v0.4.3
11472024-03-26T06:39:41.600Z Downloaded rayon-core v1.12.1
11482024-03-26T06:39:41.603Z Downloaded unicode-bidi v0.3.15
11492024-03-26T06:39:41.603Z Downloaded schemars_derive v0.8.16
11502024-03-26T06:39:41.603Z Downloaded strsim v0.10.0
11512024-03-26T06:39:41.603Z Downloaded rustls-pemfile v1.0.3
11522024-03-26T06:39:41.603Z Downloaded quote v1.0.35
11532024-03-26T06:39:41.603Z Downloaded rustfmt-wrapper v0.2.0
11542024-03-26T06:39:41.603Z Downloaded precomputed-hash v0.1.1
11552024-03-26T06:39:41.603Z Downloaded der v0.7.8
11562024-03-26T06:39:41.607Z Downloaded reqwest v0.11.24
11572024-03-26T06:39:41.612Z Downloaded rustc_version v0.4.0
11582024-03-26T06:39:41.615Z Downloaded rustc_version v0.1.7
11592024-03-26T06:39:41.615Z Downloaded rustc-hash v1.1.0
11602024-03-26T06:39:41.615Z Downloaded hash32 v0.2.1
11612024-03-26T06:39:41.618Z Downloaded reedline v0.30.0
11622024-03-26T06:39:41.623Z Downloaded tungstenite v0.20.1
11632024-03-26T06:39:41.626Z Downloaded derive_more v0.99.17
11642024-03-26T06:39:41.631Z Downloaded futures v0.3.30
11652024-03-26T06:39:41.636Z Downloaded ena v0.14.2
11662024-03-26T06:39:41.639Z Downloaded usdt-impl v0.5.0
11672024-03-26T06:39:41.639Z Downloaded regex-syntax v0.6.29
11682024-03-26T06:39:41.646Z Downloaded openapiv3 v2.0.0
11692024-03-26T06:39:41.658Z Downloaded supports-color v3.0.0
11702024-03-26T06:39:41.661Z Downloaded swrite v0.1.0
11712024-03-26T06:39:41.661Z Downloaded diesel_derives v2.1.2
11722024-03-26T06:39:41.665Z Downloaded subtle v2.5.0
11732024-03-26T06:39:41.665Z Downloaded serde_tokenstream v0.1.7
11742024-03-26T06:39:41.668Z Downloaded serde_with_macros v3.6.1
11752024-03-26T06:39:41.673Z Downloaded subprocess v0.2.9
11762024-03-26T06:39:41.673Z Downloaded tabled_derive v0.7.0
11772024-03-26T06:39:41.676Z Downloaded tar v0.4.40
11782024-03-26T06:39:41.676Z Downloaded serde_yaml v0.9.25
11792024-03-26T06:39:41.680Z Downloaded defmt-parser v0.3.3
11802024-03-26T06:39:41.680Z Downloaded syn v2.0.52
11812024-03-26T06:39:41.689Z Downloaded peeking_take_while v0.1.2
11822024-03-26T06:39:41.692Z Downloaded tabled v0.15.0
11832024-03-26T06:39:41.705Z Downloaded prettyplease v0.2.16
11842024-03-26T06:39:41.708Z Downloaded usdt-attr-macro v0.3.5
11852024-03-26T06:39:41.709Z Downloaded endian-type v0.1.2
11862024-03-26T06:39:41.716Z Downloaded termtree v0.4.1
11872024-03-26T06:39:41.716Z Downloaded termios v0.3.3
11882024-03-26T06:39:41.716Z Downloaded serde_repr v0.1.16
11892024-03-26T06:39:41.716Z Downloaded usdt-attr-macro v0.5.0
11902024-03-26T06:39:41.716Z Downloaded serde_spanned v0.6.5
11912024-03-26T06:39:41.716Z Downloaded tiny-keccak v2.0.2
11922024-03-26T06:39:41.728Z Downloaded time-macros v0.2.17
11932024-03-26T06:39:41.728Z Downloaded fastrand v2.0.1
11942024-03-26T06:39:41.728Z Downloaded time-core v0.1.2
11952024-03-26T06:39:41.728Z Downloaded pest v2.7.6
11962024-03-26T06:39:41.728Z Downloaded unarray v0.1.4
11972024-03-26T06:39:41.728Z Downloaded futures-core v0.3.30
11982024-03-26T06:39:41.728Z Downloaded filetime v0.2.23
11992024-03-26T06:39:41.734Z Downloaded pest_derive v2.7.6
12002024-03-26T06:39:41.735Z Downloaded time v0.3.34
12012024-03-26T06:39:41.738Z Downloaded usdt-impl v0.3.5
12022024-03-26T06:39:41.741Z Downloaded ff v0.13.0
12032024-03-26T06:39:41.741Z Downloaded sct v0.7.0
12042024-03-26T06:39:41.744Z Downloaded scroll_derive v0.12.0
12052024-03-26T06:39:41.744Z Downloaded proc-macro2 v1.0.78
12062024-03-26T06:39:41.747Z Downloaded openssl v0.10.60
12072024-03-26T06:39:41.755Z Downloaded elliptic-curve v0.13.8
12082024-03-26T06:39:41.770Z Downloaded winnow v0.5.15
12092024-03-26T06:39:41.778Z Downloaded defmt v0.3.5
12102024-03-26T06:39:41.781Z Downloaded winnow v0.6.1
12112024-03-26T06:39:41.789Z Downloaded proc-macro-crate v1.3.1
12122024-03-26T06:39:41.792Z Downloaded proc-macro-error v1.0.4
12132024-03-26T06:39:41.795Z Downloaded secrecy v0.8.0
12142024-03-26T06:39:41.796Z Downloaded sec1 v0.7.3
12152024-03-26T06:39:41.799Z Downloaded fd-lock v3.0.13
12162024-03-26T06:39:41.799Z Downloaded rustls v0.22.2
12172024-03-26T06:39:41.811Z Downloaded regex-automata v0.4.5
12182024-03-26T06:39:41.834Z Downloaded sha3 v0.10.8
12192024-03-26T06:39:41.845Z Downloaded rustls v0.21.9
12202024-03-26T06:39:41.850Z Downloaded errno v0.3.8
12212024-03-26T06:39:41.850Z Downloaded object v0.32.1
12222024-03-26T06:39:41.856Z Downloaded parking_lot_core v0.8.6
12232024-03-26T06:39:41.859Z Downloaded toml_edit v0.19.15
12242024-03-26T06:39:41.873Z Downloaded tabwriter v1.4.0
12252024-03-26T06:39:41.876Z Downloaded path-slash v0.1.5
12262024-03-26T06:39:41.876Z Downloaded oso v0.27.0
12272024-03-26T06:39:41.876Z Downloaded openssl-sys v0.9.96
12282024-03-26T06:39:41.882Z Downloaded embedded-io v0.4.0
12292024-03-26T06:39:41.885Z Downloaded openssl-probe v0.1.5
12302024-03-26T06:39:41.885Z Downloaded openssl-macros v0.1.1
12312024-03-26T06:39:41.885Z Downloaded futures-channel v0.3.30
12322024-03-26T06:39:41.885Z Downloaded regex-syntax v0.8.2
12332024-03-26T06:39:41.893Z Downloaded defmt-macros v0.3.6
12342024-03-26T06:39:41.896Z Downloaded unicase v2.7.0
12352024-03-26T06:39:41.899Z Downloaded synstructure v0.12.6
12362024-03-26T06:39:41.899Z Downloaded serde_with v3.6.1
12372024-03-26T06:39:41.909Z Downloaded num-derive v0.4.0
12382024-03-26T06:39:41.912Z Downloaded hash32 v0.3.1
12392024-03-26T06:39:41.913Z Downloaded typed-path v0.7.0
12402024-03-26T06:39:41.915Z Downloaded tungstenite v0.21.0
12412024-03-26T06:39:41.922Z Downloaded dof v0.1.5
12422024-03-26T06:39:41.922Z Downloaded tokio v1.36.0
12432024-03-26T06:39:42.350Z Downloaded csv v1.3.0
12442024-03-26T06:39:42.350Z Downloaded encoding_rs v0.8.33
12452024-03-26T06:39:42.350Z Downloaded derive_builder_macro v0.12.0
12462024-03-26T06:39:42.350Z Downloaded derive_builder v0.12.0
12472024-03-26T06:39:42.350Z Downloaded derive_builder_core v0.12.0
12482024-03-26T06:39:42.351Z Downloaded toml_datetime v0.6.5
12492024-03-26T06:39:42.351Z Downloaded tokio-tungstenite v0.21.0
12502024-03-26T06:39:42.351Z Downloaded resolv-conf v0.7.0
12512024-03-26T06:39:42.351Z Downloaded fragile v2.0.0
12522024-03-26T06:39:42.351Z Downloaded foreign-types-macros v0.2.3
12532024-03-26T06:39:42.351Z Downloaded fixedbitset v0.4.2
12542024-03-26T06:39:42.351Z Downloaded fallible-iterator v0.2.0
12552024-03-26T06:39:42.351Z Downloaded tracing v0.1.40
12562024-03-26T06:39:42.351Z Downloaded zerocopy-derive v0.6.4
12572024-03-26T06:39:42.351Z Downloaded waitgroup v0.1.2
12582024-03-26T06:39:42.351Z Downloaded vte v0.11.1
12592024-03-26T06:39:42.351Z Downloaded usdt-macro v0.3.5
12602024-03-26T06:39:42.351Z Downloaded usdt-macro v0.5.0
12612024-03-26T06:39:42.352Z Downloaded thread-id v4.2.0
12622024-03-26T06:39:42.352Z Downloaded stringprep v0.1.3
12632024-03-26T06:39:42.352Z Downloaded smf v0.2.2
12642024-03-26T06:39:42.352Z Downloaded strip-ansi-escapes v0.2.0
12652024-03-26T06:39:42.352Z Downloaded ring v0.16.20
12662024-03-26T06:39:42.352Z Downloaded smoltcp v0.11.0
12672024-03-26T06:39:42.353Z Downloaded diesel v2.1.4
12682024-03-26T06:39:42.353Z Downloaded postgres-types v0.2.6
12692024-03-26T06:39:42.353Z Downloaded postgres-protocol v0.6.6
12702024-03-26T06:39:42.353Z Downloaded postcard v1.0.8
12712024-03-26T06:39:42.353Z Downloaded portpicker v0.1.1
12722024-03-26T06:39:42.353Z Downloaded poly1305 v0.8.0
12732024-03-26T06:39:42.353Z Downloaded ring v0.17.8
12742024-03-26T06:39:42.353Z Downloaded pkg-config v0.3.27
12752024-03-26T06:39:42.353Z Downloaded phf v0.11.2
12762024-03-26T06:39:42.353Z Downloaded pest_meta v2.7.6
12772024-03-26T06:39:42.353Z Downloaded pest_generator v2.7.6
12782024-03-26T06:39:42.353Z Downloaded futures-executor v0.3.30
12792024-03-26T06:39:42.353Z Downloaded zeroize v1.7.0
12802024-03-26T06:39:42.354Z Downloaded zerocopy-derive v0.7.32
12812024-03-26T06:39:42.354Z Downloaded zerocopy v0.7.32
12822024-03-26T06:39:42.354Z Downloaded zerocopy v0.6.4
12832024-03-26T06:39:42.354Z Downloaded smoltcp v0.9.1
12842024-03-26T06:39:42.354Z Downloaded tokio-stream v0.1.14
12852024-03-26T06:39:42.354Z Downloaded thiserror-impl v1.0.57
12862024-03-26T06:39:42.354Z Downloaded slog-term v2.9.0
12872024-03-26T06:39:42.354Z Downloaded slog-stdlog v4.1.1
12882024-03-26T06:39:42.354Z Downloaded unicode-segmentation v1.10.1
12892024-03-26T06:39:42.354Z Downloaded num_cpus v1.16.0
12902024-03-26T06:39:42.354Z Downloaded num-rational v0.4.1
12912024-03-26T06:39:42.354Z Downloaded toml v0.8.10
12922024-03-26T06:39:42.354Z Downloaded syn v1.0.109
12932024-03-26T06:39:42.355Z Downloaded strsim v0.8.0
12942024-03-26T06:39:42.355Z Downloaded foreign-types v0.3.2
12952024-03-26T06:39:42.355Z Downloaded enum-as-inner v0.5.1
12962024-03-26T06:39:42.355Z Downloaded diesel_table_macro_syntax v0.1.0
12972024-03-26T06:39:42.355Z Downloaded zeroize_derive v1.4.2
12982024-03-26T06:39:42.355Z Downloaded toml v0.5.11
12992024-03-26T06:39:42.355Z Downloaded tokio-util v0.7.10
13002024-03-26T06:39:42.355Z Downloaded semver-parser v0.10.2
13012024-03-26T06:39:42.355Z Downloaded semver v1.0.22
13022024-03-26T06:39:42.355Z Downloaded rustyline v13.0.0
13032024-03-26T06:39:42.355Z Downloaded semver v0.11.0
13042024-03-26T06:39:42.355Z Downloaded rusty-fork v0.3.0
13052024-03-26T06:39:42.355Z Downloaded pkcs8 v0.10.2
13062024-03-26T06:39:42.355Z Downloaded pkcs1 v0.7.5
13072024-03-26T06:39:42.355Z Downloaded fs-err v2.11.0
13082024-03-26T06:39:42.355Z Downloaded fnv v1.0.7
13092024-03-26T06:39:42.355Z Downloaded fd-lock v4.0.2
13102024-03-26T06:39:42.355Z Downloaded either v1.10.0
13112024-03-26T06:39:42.355Z Downloaded darling_macro v0.14.4
13122024-03-26T06:39:42.355Z Downloaded darling_core v0.20.3
13132024-03-26T06:39:42.355Z Downloaded password-hash v0.5.0
13142024-03-26T06:39:42.355Z Downloaded parse-size v1.0.0
13152024-03-26T06:39:42.356Z Downloaded num-conv v0.1.0
13162024-03-26T06:39:42.356Z Downloaded num-complex v0.4.4
13172024-03-26T06:39:42.356Z Downloaded hashbrown v0.12.3
13182024-03-26T06:39:42.356Z Downloaded spin v0.9.8
13192024-03-26T06:39:42.356Z Downloaded spki v0.7.2
13202024-03-26T06:39:42.356Z Downloaded spin v0.5.2
13212024-03-26T06:39:42.356Z Downloaded socket2 v0.4.9
13222024-03-26T06:39:42.356Z Downloaded snafu-derive v0.7.5
13232024-03-26T06:39:42.356Z Downloaded dyn-clone v1.0.17
13242024-03-26T06:39:42.356Z Downloaded slog-json v2.6.1
13252024-03-26T06:39:42.356Z Downloaded serde_json v1.0.114
13262024-03-26T06:39:42.360Z Downloaded ryu v1.0.15
13272024-03-26T06:39:42.360Z Downloaded pretty-hex v0.4.1
13282024-03-26T06:39:42.360Z Downloaded portable-atomic v1.4.3
13292024-03-26T06:39:42.360Z Downloaded gimli v0.28.0
13302024-03-26T06:39:42.360Z Downloaded trust-dns-proto v0.22.0
13312024-03-26T06:39:42.372Z Downloaded parse-display v0.9.0
13322024-03-26T06:39:42.379Z Downloaded parking_lot_core v0.9.8
13332024-03-26T06:39:42.379Z Downloaded goblin v0.8.0
13342024-03-26T06:39:42.388Z Downloaded generic-array v0.14.7
13352024-03-26T06:39:42.388Z Downloaded bzip2-sys v0.1.11+1.0.8
13362024-03-26T06:39:42.398Z Downloaded group v0.13.0
13372024-03-26T06:39:42.398Z Downloaded form_urlencoded v1.2.1
13382024-03-26T06:39:42.398Z Downloaded fxhash v0.2.1
13392024-03-26T06:39:42.398Z Downloaded foreign-types-shared v0.1.1
13402024-03-26T06:39:42.398Z Downloaded dof v0.3.0
13412024-03-26T06:39:42.398Z Downloaded csv-core v0.1.11
13422024-03-26T06:39:42.406Z Downloaded crunchy v0.2.2
13432024-03-26T06:39:42.406Z Downloaded crucible-workspace-hack v0.1.0
13442024-03-26T06:39:42.406Z Downloaded walkdir v2.4.0
13452024-03-26T06:39:42.406Z Downloaded flate2 v1.0.28
13462024-03-26T06:39:42.406Z Downloaded dtrace-parser v0.1.14
13472024-03-26T06:39:42.406Z Downloaded der_derive v0.7.2
13482024-03-26T06:39:42.414Z Downloaded untrusted v0.9.0
13492024-03-26T06:39:42.414Z Downloaded structmeta v0.3.0
13502024-03-26T06:39:42.414Z Downloaded structmeta v0.2.0
13512024-03-26T06:39:42.414Z Downloaded strsim v0.11.0
13522024-03-26T06:39:42.414Z Downloaded string_cache v0.8.7
13532024-03-26T06:39:42.414Z Downloaded sqlparser_derive v0.2.2
13542024-03-26T06:39:42.414Z Downloaded structmeta-derive v0.3.0
13552024-03-26T06:39:42.422Z Downloaded slog-bunyan v2.5.0
13562024-03-26T06:39:42.422Z Downloaded shlex v1.3.0
13572024-03-26T06:39:42.422Z Downloaded shell-words v1.1.0
13582024-03-26T06:39:42.422Z Downloaded serde_urlencoded v0.7.1
13592024-03-26T06:39:42.422Z Downloaded rustix v0.38.31
13602024-03-26T06:39:42.442Z Downloaded libc v0.2.153
13612024-03-26T06:39:42.460Z Downloaded schemars v0.8.16
13622024-03-26T06:39:42.470Z Downloaded scheduled-thread-pool v0.2.7
13632024-03-26T06:39:42.476Z Downloaded same-file v1.0.6
13642024-03-26T06:39:42.476Z Downloaded radix_trie v0.2.1
13652024-03-26T06:39:42.480Z Downloaded owo-colors v4.0.0
13662024-03-26T06:39:42.480Z Downloaded oso-derive v0.27.0
13672024-03-26T06:39:42.480Z Downloaded num_enum_derive v0.7.2
13682024-03-26T06:39:42.483Z Downloaded num_enum_derive v0.5.11
13692024-03-26T06:39:42.483Z Downloaded num_enum v0.7.2
13702024-03-26T06:39:42.486Z Downloaded num-iter v0.1.44
13712024-03-26T06:39:42.489Z Downloaded getopts v0.2.21
13722024-03-26T06:39:42.489Z Downloaded gethostname v0.4.3
13732024-03-26T06:39:42.489Z Downloaded futures-io v0.3.30
13742024-03-26T06:39:42.489Z Downloaded fatfs v0.3.6
13752024-03-26T06:39:42.492Z Downloaded plain v0.2.3
13762024-03-26T06:39:42.492Z Downloaded parking_lot v0.11.2
13772024-03-26T06:39:42.496Z Downloaded diff v0.1.13
13782024-03-26T06:39:42.499Z Downloaded deranged v0.3.11
13792024-03-26T06:39:42.499Z Downloaded crypto-bigint v0.5.2
13802024-03-26T06:39:42.503Z Downloaded num_threads v0.1.6
13812024-03-26T06:39:42.506Z Downloaded wyz v0.5.1
13822024-03-26T06:39:42.506Z Downloaded base64 v0.21.7
13832024-03-26T06:39:42.510Z Downloaded nix v0.27.1
13842024-03-26T06:39:42.518Z Downloaded difflib v0.4.0
13852024-03-26T06:39:42.521Z Downloaded cstr-argument v0.1.2
13862024-03-26T06:39:42.521Z Downloaded textwrap v0.11.0
13872024-03-26T06:39:42.521Z Downloaded take_mut v0.2.2
13882024-03-26T06:39:42.524Z Downloaded structopt-derive v0.4.18
13892024-03-26T06:39:42.524Z Downloaded structopt v0.3.26
13902024-03-26T06:39:42.529Z Downloaded strum v0.25.0
13912024-03-26T06:39:42.532Z Downloaded slab v0.4.9
13922024-03-26T06:39:42.532Z Downloaded signal-hook-registry v1.4.1
13932024-03-26T06:39:42.532Z Downloaded signal-hook-mio v0.2.3
13942024-03-26T06:39:42.535Z Downloaded textwrap v0.16.1
13952024-03-26T06:39:42.535Z Downloaded signature v1.6.4
13962024-03-26T06:39:42.542Z Downloaded signal-hook-tokio v0.3.1
13972024-03-26T06:39:42.542Z Downloaded signal-hook v0.3.17
13982024-03-26T06:39:42.545Z Downloaded rustls-webpki v0.102.1
13992024-03-26T06:39:42.555Z Downloaded slog-async v2.8.0
14002024-03-26T06:39:42.558Z Downloaded sha1 v0.10.6
14012024-03-26T06:39:42.558Z Downloaded rustls-pki-types v1.3.0
14022024-03-26T06:39:42.561Z Downloaded num v0.4.1
14032024-03-26T06:39:42.561Z Downloaded nibble_vec v0.1.0
14042024-03-26T06:39:42.561Z Downloaded newtype-uuid v1.0.1
14052024-03-26T06:39:42.563Z Downloaded new_debug_unreachable v1.0.4
14062024-03-26T06:39:42.564Z Downloaded miniz_oxide v0.7.1
14072024-03-26T06:39:42.566Z Downloaded idna v0.5.0
14082024-03-26T06:39:42.570Z Downloaded idna v0.3.0
14092024-03-26T06:39:42.576Z Downloaded idna v0.2.3
14102024-03-26T06:39:42.583Z Downloaded mio v0.8.11
14112024-03-26T06:39:42.588Z Downloaded regex v1.10.3
14122024-03-26T06:39:42.600Z Downloaded itoa v1.0.9
14132024-03-26T06:39:42.603Z Downloaded indicatif v0.17.8
14142024-03-26T06:39:42.605Z Downloaded highway v1.1.0
14152024-03-26T06:39:42.606Z Downloaded block-buffer v0.10.4
14162024-03-26T06:39:42.608Z Downloaded bitstruct v0.1.1
14172024-03-26T06:39:42.609Z Downloaded bcs v0.1.6
14182024-03-26T06:39:42.612Z Downloaded bb8 v0.8.3
14192024-03-26T06:39:42.612Z Downloaded nanorand v0.7.0
14202024-03-26T06:39:42.612Z Downloaded argon2 v0.5.3
14212024-03-26T06:39:42.614Z Downloaded mockall_derive v0.12.0
14222024-03-26T06:39:42.617Z Downloaded anyhow v1.0.79
14232024-03-26T06:39:42.620Z Downloaded crossbeam-utils v0.8.19
14242024-03-26T06:39:42.620Z Downloaded crossbeam-epoch v0.9.18
14252024-03-26T06:39:42.623Z Downloaded crossbeam-deque v0.8.3
14262024-03-26T06:39:42.629Z Downloaded crc-catalog v2.2.0
14272024-03-26T06:39:42.629Z Downloaded crc-any v2.4.3
14282024-03-26T06:39:42.632Z Downloaded memmap v0.7.0
14292024-03-26T06:39:42.632Z Downloaded memchr v2.7.1
14302024-03-26T06:39:42.634Z Downloaded corncobs v0.1.3
14312024-03-26T06:39:42.634Z Downloaded cookie_store v0.20.0
14322024-03-26T06:39:42.637Z Downloaded matches v0.1.10
14332024-03-26T06:39:42.637Z Downloaded match_cfg v0.1.0
14342024-03-26T06:39:42.637Z Downloaded maplit v1.0.2
14352024-03-26T06:39:42.638Z Downloaded managed v0.8.0
14362024-03-26T06:39:42.641Z Downloaded allocator-api2 v0.2.16
14372024-03-26T06:39:42.641Z Downloaded lru v0.12.1
14382024-03-26T06:39:42.644Z Downloaded lock_api v0.4.10
14392024-03-26T06:39:42.644Z Downloaded linked-hash-map v0.5.6
14402024-03-26T06:39:42.644Z Downloaded libsw v3.3.1
14412024-03-26T06:39:42.647Z Downloaded libm v0.2.7
14422024-03-26T06:39:42.653Z Downloaded cookie v0.17.0
14432024-03-26T06:39:42.656Z Downloaded constant_time_eq v0.3.0
14442024-03-26T06:39:42.656Z Downloaded const-oid v0.9.6
14452024-03-26T06:39:42.659Z Downloaded libefi-sys v0.1.0
14462024-03-26T06:39:42.659Z Downloaded colored v2.1.0
14472024-03-26T06:39:42.663Z Downloaded colorchoice v1.0.0
14482024-03-26T06:39:42.663Z Downloaded clap_derive v4.5.0
14492024-03-26T06:39:42.666Z Downloaded clap_builder v4.5.1
14502024-03-26T06:39:42.669Z Downloaded lalrpop v0.19.12
14512024-03-26T06:39:42.679Z Downloaded ciborium-ll v0.2.2
14522024-03-26T06:39:42.682Z Downloaded ciborium-io v0.2.2
14532024-03-26T06:39:42.682Z Downloaded ciborium v0.2.2
14542024-03-26T06:39:42.686Z Downloaded chrono v0.4.34
14552024-03-26T06:39:42.690Z Downloaded instant v0.1.12
14562024-03-26T06:39:42.696Z Downloaded inout v0.1.3
14572024-03-26T06:39:42.696Z Downloaded indoc v2.0.3
14582024-03-26T06:39:42.700Z Downloaded indoc v1.0.9
14592024-03-26T06:39:42.700Z Downloaded cfg-if v1.0.0
14602024-03-26T06:39:42.700Z Downloaded cc v1.0.83
14612024-03-26T06:39:42.703Z Downloaded cexpr v0.6.0
14622024-03-26T06:39:42.703Z Downloaded castaway v0.2.2
14632024-03-26T06:39:42.703Z Downloaded cassowary v0.3.0
14642024-03-26T06:39:42.706Z Downloaded impl-trait-for-tuples v0.2.2
14652024-03-26T06:39:42.706Z Downloaded camino-tempfile v1.1.1
14662024-03-26T06:39:42.709Z Downloaded camino v1.1.6
14672024-03-26T06:39:42.709Z Downloaded bitflags v2.4.2
14682024-03-26T06:39:42.712Z Downloaded bitfield v0.14.0
14692024-03-26T06:39:42.715Z Downloaded hkdf v0.12.4
14702024-03-26T06:39:42.715Z Downloaded bit-vec v0.6.3
14712024-03-26T06:39:42.718Z Downloaded bit-set v0.5.3
14722024-03-26T06:39:42.718Z Downloaded bindgen v0.69.2
14732024-03-26T06:39:42.724Z Downloaded headers-core v0.2.0
14742024-03-26T06:39:42.727Z Downloaded base64ct v1.6.0
14752024-03-26T06:39:42.727Z Downloaded base64 v0.22.0
14762024-03-26T06:39:42.730Z Downloaded base64 v0.13.1
14772024-03-26T06:39:42.733Z Downloaded backtrace v0.3.69
14782024-03-26T06:39:42.736Z Downloaded backoff v0.4.0
14792024-03-26T06:39:42.739Z Downloaded autocfg v1.1.0
14802024-03-26T06:39:42.739Z Downloaded atty v0.2.14
14812024-03-26T06:39:42.742Z Downloaded atomicwrites v0.4.3
14822024-03-26T06:39:42.742Z Downloaded atomic-waker v1.1.1
14832024-03-26T06:39:42.742Z Downloaded async-trait v0.1.77
14842024-03-26T06:39:42.745Z Downloaded async-stream-impl v0.3.5
14852024-03-26T06:39:42.745Z Downloaded async-stream v0.3.5
14862024-03-26T06:39:42.752Z Downloaded async-recursion v1.0.5
14872024-03-26T06:39:42.752Z Downloaded assert_matches v1.5.0
14882024-03-26T06:39:42.752Z Downloaded ascii-canvas v3.0.0
14892024-03-26T06:39:42.755Z Downloaded ascii v1.1.0
14902024-03-26T06:39:42.755Z Downloaded arrayref v0.3.7
14912024-03-26T06:39:42.755Z Downloaded array-init v0.0.4
14922024-03-26T06:39:42.755Z Downloaded arc-swap v1.6.0
14932024-03-26T06:39:42.758Z Downloaded ansi_term v0.12.1
14942024-03-26T06:39:43.171Z Compiling proc-macro2 v1.0.78
14952024-03-26T06:39:43.171Z Compiling unicode-ident v1.0.12
14962024-03-26T06:39:43.171Z Compiling libc v0.2.153
14972024-03-26T06:39:43.174Z Compiling serde v1.0.197
14982024-03-26T06:39:43.174Z Compiling version_check v0.9.4
14992024-03-26T06:39:43.216Z Compiling autocfg v1.1.0
15002024-03-26T06:39:43.219Z Compiling cfg-if v1.0.0
15012024-03-26T06:39:43.370Z Compiling syn v1.0.109
15022024-03-26T06:39:43.393Z Compiling once_cell v1.19.0
15032024-03-26T06:39:43.413Z Compiling byteorder v1.5.0
15042024-03-26T06:39:43.745Z Compiling serde_json v1.0.114
15052024-03-26T06:39:43.817Z Compiling libm v0.2.7
15062024-03-26T06:39:43.820Z Compiling ahash v0.8.8
15072024-03-26T06:39:43.907Z Compiling lock_api v0.4.10
15082024-03-26T06:39:44.440Z Compiling memchr v2.7.1
15092024-03-26T06:39:44.496Z Compiling num-traits v0.2.18
15102024-03-26T06:39:44.539Z Compiling parking_lot_core v0.9.8
15112024-03-26T06:39:44.544Z Compiling thiserror v1.0.57
15122024-03-26T06:39:44.956Z Compiling itoa v1.0.9
15132024-03-26T06:39:45.047Z Compiling typenum v1.16.0
15142024-03-26T06:39:45.363Z Compiling scopeguard v1.2.0
15152024-03-26T06:39:45.400Z Compiling generic-array v0.14.7
15162024-03-26T06:39:45.688Z Compiling quote v1.0.35
15172024-03-26T06:39:45.999Z Compiling log v0.4.21
15182024-03-26T06:39:46.022Z Compiling getrandom v0.2.12
15192024-03-26T06:39:46.120Z Compiling syn v2.0.52
15202024-03-26T06:39:46.325Z Compiling cc v1.0.83
15212024-03-26T06:39:46.766Z Compiling allocator-api2 v0.2.16
15222024-03-26T06:39:46.849Z Compiling pkg-config v0.3.27
15232024-03-26T06:39:47.123Z Compiling slab v0.4.9
15242024-03-26T06:39:47.265Z Compiling smallvec v1.13.1
15252024-03-26T06:39:47.439Z Compiling ryu v1.0.15
15262024-03-26T06:39:47.733Z Compiling schemars v0.8.16
15272024-03-26T06:39:47.828Z Compiling heck v0.4.1
15282024-03-26T06:39:47.930Z Compiling equivalent v1.0.1
15292024-03-26T06:39:48.328Z Compiling pin-project-lite v0.2.13
15302024-03-26T06:39:48.599Z Compiling vcpkg v0.2.15
15312024-03-26T06:39:48.803Z Compiling ring v0.17.8
15322024-03-26T06:39:48.830Z Compiling parking_lot v0.12.1
15332024-03-26T06:39:50.326Z Compiling openssl-sys v0.9.96
15342024-03-26T06:39:50.507Z Compiling signal-hook-registry v1.4.1
15352024-03-26T06:39:50.785Z Compiling mio v0.8.11
15362024-03-26T06:39:51.182Z Compiling num-conv v0.1.0
15372024-03-26T06:39:51.350Z Compiling time-core v0.1.2
15382024-03-26T06:39:51.473Z Compiling fnv v1.0.7
15392024-03-26T06:39:51.530Z Compiling time-macros v0.2.17
15402024-03-26T06:39:51.550Z Compiling rand_core v0.6.4
15412024-03-26T06:39:51.961Z Compiling crossbeam-utils v0.8.19
15422024-03-26T06:39:52.126Z Compiling ring v0.16.20
15432024-03-26T06:39:52.620Z Compiling num_cpus v1.16.0
15442024-03-26T06:39:52.673Z Compiling socket2 v0.5.5
15452024-03-26T06:39:52.828Z Compiling iana-time-zone v0.1.57
15462024-03-26T06:39:52.870Z Compiling httparse v1.8.0
15472024-03-26T06:39:53.607Z Compiling serde_derive_internals v0.26.0
15482024-03-26T06:39:53.859Z Compiling futures-core v0.3.30
15492024-03-26T06:39:53.974Z Compiling ucd-trie v0.1.6
15502024-03-26T06:39:54.112Z Compiling rustix v0.38.31
15512024-03-26T06:39:54.519Z Compiling openssl v0.10.60
15522024-03-26T06:39:54.550Z Compiling spin v0.5.2
15532024-03-26T06:39:54.808Z Compiling semver v1.0.22
15542024-03-26T06:39:55.237Z Compiling backtrace v0.3.69
15552024-03-26T06:39:55.279Z Compiling tinyvec_macros v0.1.1
15562024-03-26T06:39:55.372Z Compiling winnow v0.5.15
15572024-03-26T06:39:55.393Z Compiling native-tls v0.2.11
15582024-03-26T06:39:55.624Z Compiling slog v2.7.0
15592024-03-26T06:39:55.852Z Compiling rustls v0.21.9
15602024-03-26T06:39:55.952Z Compiling tinyvec v1.6.0
15612024-03-26T06:39:56.109Z Compiling spin v0.9.8
15622024-03-26T06:39:56.133Z Compiling crc32fast v1.3.2
15632024-03-26T06:39:56.345Z Compiling futures-sink v0.3.30
15642024-03-26T06:39:56.466Z Compiling unicode-xid v0.2.4
15652024-03-26T06:39:56.527Z Compiling subtle v2.5.0
15662024-03-26T06:39:56.612Z Compiling uuid v0.8.2
15672024-03-26T06:39:56.635Z Compiling dyn-clone v1.0.17
15682024-03-26T06:39:56.658Z Compiling const-oid v0.9.6
15692024-03-26T06:39:56.846Z Compiling synstructure v0.12.6
15702024-03-26T06:39:57.447Z Compiling unicode-normalization v0.1.22
15712024-03-26T06:39:58.388Z Compiling cookie v0.17.0
15722024-03-26T06:39:58.647Z Compiling anyhow v1.0.79
15732024-03-26T06:39:58.719Z Compiling unicode-bidi v0.3.15
15742024-03-26T06:39:59.094Z Compiling futures-channel v0.3.30
15752024-03-26T06:39:59.254Z Compiling serde_derive v1.0.197
15762024-03-26T06:39:59.309Z Compiling zerocopy-derive v0.7.32
15772024-03-26T06:39:59.332Z Compiling thiserror-impl v1.0.57
15782024-03-26T06:39:59.566Z Compiling zeroize_derive v1.4.2
15792024-03-26T06:39:59.631Z Compiling tokio-macros v2.2.0
15802024-03-26T06:39:59.972Z Compiling schemars_derive v0.8.16
15812024-03-26T06:40:00.288Z Compiling futures-macro v0.3.30
15822024-03-26T06:40:00.842Z Compiling tracing-attributes v0.1.27
15832024-03-26T06:40:01.066Z Compiling zeroize v1.7.0
15842024-03-26T06:40:01.266Z Compiling zerocopy v0.7.32
15852024-03-26T06:40:02.179Z Compiling pest v2.7.6
15862024-03-26T06:40:02.783Z Compiling openssl-macros v0.1.1
15872024-03-26T06:40:03.296Z Compiling hashbrown v0.14.3
15882024-03-26T06:40:03.776Z Compiling zerocopy-derive v0.2.0
15892024-03-26T06:40:03.956Z Compiling tracing-core v0.1.32
15902024-03-26T06:40:04.714Z Compiling pest_meta v2.7.6
15912024-03-26T06:40:04.750Z Compiling futures-task v0.3.30
15922024-03-26T06:40:04.956Z Compiling futures-io v0.3.30
15932024-03-26T06:40:05.066Z Compiling pin-utils v0.1.0
15942024-03-26T06:40:05.347Z Compiling futures-util v0.3.30
15952024-03-26T06:40:05.546Z Compiling tracing v0.1.40
15962024-03-26T06:40:05.571Z Compiling crypto-common v0.1.6
15972024-03-26T06:40:06.060Z Compiling pest_generator v2.7.6
15982024-03-26T06:40:06.381Z Compiling der_derive v0.7.2
15992024-03-26T06:40:07.917Z Compiling aho-corasick v1.1.2
16002024-03-26T06:40:08.761Z Compiling pest_derive v2.7.6
16012024-03-26T06:40:08.992Z Compiling regex-syntax v0.8.2
16022024-03-26T06:40:09.715Z Compiling powerfmt v0.2.0
16032024-03-26T06:40:10.496Z Compiling deranged v0.3.11
16042024-03-26T06:40:12.533Z Compiling bytes v1.5.0
16052024-03-26T06:40:12.701Z Compiling indexmap v2.2.5
16062024-03-26T06:40:13.147Z Compiling toml_datetime v0.6.5
16072024-03-26T06:40:13.722Z Compiling uuid v1.7.0
16082024-03-26T06:40:14.181Z Compiling chrono v0.4.34
16092024-03-26T06:40:14.247Z Compiling bitflags v2.4.2
16102024-03-26T06:40:14.877Z Compiling tokio v1.36.0
16112024-03-26T06:40:14.973Z Compiling serde_spanned v0.6.5
16122024-03-26T06:40:15.509Z Compiling toml_edit v0.19.15
16132024-03-26T06:40:17.181Z Compiling http v0.2.12
16142024-03-26T06:40:20.361Z Compiling rustc_version v0.4.0
16152024-03-26T06:40:20.973Z Compiling regex-automata v0.4.5
16162024-03-26T06:40:21.077Z Compiling block-buffer v0.10.4
16172024-03-26T06:40:21.711Z Compiling usdt-impl v0.3.5
16182024-03-26T06:40:22.352Z Compiling unicode-width v0.1.11
16192024-03-26T06:40:22.696Z Compiling rustversion v1.0.14
16202024-03-26T06:40:22.796Z Compiling untrusted v0.9.0
16212024-03-26T06:40:23.184Z Compiling num_threads v0.1.6
16222024-03-26T06:40:23.317Z Compiling time v0.3.34
16232024-03-26T06:40:23.759Z Compiling digest v0.10.7
16242024-03-26T06:40:23.845Z Compiling heapless v0.7.16
16252024-03-26T06:40:24.203Z Compiling scroll_derive v0.12.0
16262024-03-26T06:40:24.657Z Compiling bzip2-sys v0.1.11+1.0.8
16272024-03-26T06:40:25.253Z Compiling ppv-lite86 v0.2.17
16282024-03-26T06:40:25.685Z Compiling percent-encoding v2.3.1
16292024-03-26T06:40:26.061Z Compiling signal-hook v0.3.17
16302024-03-26T06:40:26.327Z Compiling async-trait v0.1.77
16312024-03-26T06:40:26.754Z Compiling adler v1.0.2
16322024-03-26T06:40:27.058Z Compiling miniz_oxide v0.7.1
16332024-03-26T06:40:27.977Z Compiling rand_chacha v0.3.1
16342024-03-26T06:40:28.965Z Compiling regex v1.10.3
16352024-03-26T06:40:30.401Z Compiling zerocopy v0.3.0
16362024-03-26T06:40:35.376Z Compiling thread-id v4.2.0
16372024-03-26T06:40:35.408Z Compiling dof v0.1.5
16382024-03-26T06:40:35.408Z Compiling rand v0.8.5
16392024-03-26T06:40:35.408Z Compiling tokio-util v0.7.10
16402024-03-26T06:40:35.431Z Compiling dtrace-parser v0.1.14
16412024-03-26T06:40:35.432Z Compiling clap_derive v4.5.0
16422024-03-26T06:40:35.432Z Compiling errno v0.3.8
16432024-03-26T06:40:35.432Z Compiling num-bigint v0.4.4
16442024-03-26T06:40:35.432Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16452024-03-26T06:40:35.432Z Compiling untrusted v0.7.1
16462024-03-26T06:40:35.432Z Compiling base64 v0.21.7
16472024-03-26T06:40:35.432Z Compiling smoltcp v0.9.1
16482024-03-26T06:40:35.726Z Compiling foreign-types-shared v0.1.1
16492024-03-26T06:40:35.838Z Compiling gimli v0.28.0
16502024-03-26T06:40:35.890Z Compiling base64ct v1.6.0
16512024-03-26T06:40:36.317Z Compiling foreign-types v0.3.2
16522024-03-26T06:40:36.425Z Compiling pem-rfc7468 v0.7.0
16532024-03-26T06:40:39.125Z Compiling form_urlencoded v1.2.1
16542024-03-26T06:40:39.698Z Compiling hmac v0.12.1
16552024-03-26T06:40:39.719Z Compiling crossbeam-epoch v0.9.18
16562024-03-26T06:40:39.895Z Compiling serde_tokenstream v0.1.7
16572024-03-26T06:40:39.953Z Compiling lazy_static v1.4.0
16582024-03-26T06:40:40.150Z Compiling object v0.32.1
16592024-03-26T06:40:40.541Z Compiling addr2line v0.21.0
16602024-03-26T06:40:41.117Z Compiling flagset v0.4.3
16612024-03-26T06:40:41.167Z Compiling unicode-segmentation v1.10.1
16622024-03-26T06:40:41.316Z Compiling siphasher v0.3.11
16632024-03-26T06:40:41.340Z Compiling rustc-demangle v0.1.23
16642024-03-26T06:40:41.690Z Compiling try-lock v0.2.4
16652024-03-26T06:40:42.017Z Compiling bitflags v1.3.2
16662024-03-26T06:40:42.171Z Compiling want v0.3.1
16672024-03-26T06:40:42.434Z Compiling der v0.7.8
16682024-03-26T06:40:43.320Z Compiling sct v0.7.0
16692024-03-26T06:40:43.418Z Compiling rustls-webpki v0.101.7
16702024-03-26T06:40:43.614Z Compiling h2 v0.3.24
16712024-03-26T06:40:45.111Z Compiling http-body v0.4.5
16722024-03-26T06:40:46.153Z Compiling proc-macro-crate v1.3.1
16732024-03-26T06:40:47.058Z Compiling openapiv3 v2.0.0
16742024-03-26T06:40:47.526Z Compiling hubpack_derive v0.1.1
16752024-03-26T06:40:48.116Z Compiling idna v0.5.0
16762024-03-26T06:40:48.363Z Compiling zerocopy-derive v0.6.4
16772024-03-26T06:40:50.130Z Compiling usdt-impl v0.5.0
16782024-03-26T06:40:50.360Z Compiling httpdate v1.0.3
16792024-03-26T06:40:50.453Z Compiling cpufeatures v0.2.12
16802024-03-26T06:40:50.564Z Compiling utf8parse v0.2.1
16812024-03-26T06:40:50.733Z Compiling tower-service v0.3.2
16822024-03-26T06:40:50.867Z Compiling stable_deref_trait v1.2.0
16832024-03-26T06:40:51.148Z Compiling anstyle v1.0.6
16842024-03-26T06:40:51.422Z Compiling openssl-probe v0.1.5
16852024-03-26T06:40:51.498Z Compiling hyper v0.14.28
16862024-03-26T06:40:52.150Z Compiling anstyle-parse v0.2.1
16872024-03-26T06:40:52.468Z Compiling sha2 v0.10.8
16882024-03-26T06:40:53.604Z Compiling url v2.5.0
16892024-03-26T06:40:54.814Z Compiling spki v0.7.2
16902024-03-26T06:40:55.313Z Compiling usdt-macro v0.3.5
16912024-03-26T06:40:56.079Z Compiling usdt-attr-macro v0.3.5
16922024-03-26T06:40:56.585Z Compiling scroll v0.12.0
16932024-03-26T06:40:58.331Z Compiling md-5 v0.10.5
16942024-03-26T06:40:58.387Z Compiling serde_tokenstream v0.2.0
16952024-03-26T06:40:58.916Z Compiling stringprep v0.1.3
16962024-03-26T06:40:59.787Z Compiling idna v0.3.0
16972024-03-26T06:41:01.227Z Compiling diesel_table_macro_syntax v0.1.0
16982024-03-26T06:41:01.278Z Compiling num-integer v0.1.46
16992024-03-26T06:41:01.605Z Compiling hash32 v0.2.1
17002024-03-26T06:41:01.978Z Compiling psl-types v2.0.11
17012024-03-26T06:41:02.008Z Compiling colorchoice v1.0.0
17022024-03-26T06:41:02.032Z Compiling plain v0.2.3
17032024-03-26T06:41:02.174Z Compiling anstyle-query v1.0.0
17042024-03-26T06:41:02.708Z Compiling fallible-iterator v0.2.0
17052024-03-26T06:41:03.442Z Compiling postgres-protocol v0.6.6
17062024-03-26T06:41:05.117Z Compiling anstream v0.6.11
17072024-03-26T06:41:05.226Z Compiling goblin v0.8.0
17082024-03-26T06:41:05.793Z Compiling publicsuffix v2.2.3
17092024-03-26T06:41:06.012Z Compiling diesel_derives v2.1.2
17102024-03-26T06:41:11.883Z Compiling tokio-rustls v0.24.1
17112024-03-26T06:41:13.300Z Compiling terminal_size v0.3.0
17122024-03-26T06:41:13.514Z Compiling pkcs8 v0.10.2
17132024-03-26T06:41:14.722Z Compiling tokio-native-tls v0.3.1
17142024-03-26T06:41:15.013Z Compiling phf_shared v0.11.2
17152024-03-26T06:41:15.377Z Compiling strum_macros v0.25.2
17162024-03-26T06:41:15.965Z Compiling regress v0.9.0
17172024-03-26T06:41:17.536Z Compiling block-padding v0.3.3
17182024-03-26T06:41:17.775Z Compiling enum-as-inner v0.5.1
17192024-03-26T06:41:18.721Z Compiling serde_repr v0.1.16
17202024-03-26T06:41:19.017Z Compiling ff v0.13.0
17212024-03-26T06:41:19.129Z Compiling scheduled-thread-pool v0.2.7
17222024-03-26T06:41:19.470Z Compiling encoding_rs v0.8.33
17232024-03-26T06:41:19.628Z Compiling matches v0.1.10
17242024-03-26T06:41:19.726Z Compiling regex-automata v0.1.10
17252024-03-26T06:41:19.771Z Compiling strsim v0.10.0
17262024-03-26T06:41:20.173Z Compiling pretty-hex v0.4.1
17272024-03-26T06:41:20.377Z Compiling strsim v0.11.0
17282024-03-26T06:41:21.898Z Compiling managed v0.8.0
17292024-03-26T06:41:21.898Z Compiling bit-vec v0.6.3
17302024-03-26T06:41:21.898Z Compiling mime v0.3.17
17312024-03-26T06:41:21.898Z Compiling ident_case v1.0.1
17322024-03-26T06:41:21.898Z Compiling base16ct v0.2.0
17332024-03-26T06:41:21.898Z Compiling clap_lex v0.7.0
17342024-03-26T06:41:21.898Z Compiling ipnet v2.9.0
17352024-03-26T06:41:22.676Z Compiling clap_builder v4.5.1
17362024-03-26T06:41:24.154Z Compiling sec1 v0.7.3
17372024-03-26T06:41:24.193Z Compiling darling_core v0.20.3
17382024-03-26T06:41:25.111Z Compiling dof v0.3.0
17392024-03-26T06:41:26.129Z Compiling bstr v0.2.17
17402024-03-26T06:41:26.971Z Compiling idna v0.2.3
17412024-03-26T06:41:27.484Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17422024-03-26T06:41:28.396Z Compiling r2d2 v0.8.10
17432024-03-26T06:41:28.792Z Compiling group v0.13.0
17442024-03-26T06:41:29.673Z Compiling inout v0.1.3
17452024-03-26T06:41:30.254Z Compiling phf v0.11.2
17462024-03-26T06:41:30.572Z Compiling hyper-tls v0.5.0
17472024-03-26T06:41:30.703Z Compiling signal-hook-mio v0.2.3
17482024-03-26T06:41:30.872Z Compiling bzip2 v0.4.4
17492024-03-26T06:41:30.976Z Compiling hyper-rustls v0.24.2
17502024-03-26T06:41:31.275Z Compiling cookie_store v0.20.0
17512024-03-26T06:41:31.320Z Compiling flate2 v1.0.28
17522024-03-26T06:41:32.145Z Compiling postgres-types v0.2.6
17532024-03-26T06:41:32.237Z Compiling zerocopy v0.6.4
17542024-03-26T06:41:32.297Z Compiling hubpack v0.1.2
17552024-03-26T06:41:32.649Z Compiling rustls-pemfile v1.0.3
17562024-03-26T06:41:32.741Z Compiling phf_shared v0.10.0
17572024-03-26T06:41:32.996Z Compiling hkdf v0.12.4
17582024-03-26T06:41:33.108Z Compiling serde_urlencoded v0.7.1
17592024-03-26T06:41:33.504Z Compiling ipnetwork v0.20.0
17602024-03-26T06:41:33.507Z Compiling futures-executor v0.3.30
17612024-03-26T06:41:34.014Z Compiling dtrace-parser v0.2.0
17622024-03-26T06:41:34.097Z Compiling crypto-bigint v0.5.2
17632024-03-26T06:41:34.425Z Compiling float-cmp v0.9.0
17642024-03-26T06:41:36.492Z Compiling whoami v1.5.0
17652024-03-26T06:41:37.064Z Compiling data-encoding v2.4.0
17662024-03-26T06:41:38.134Z Compiling predicates-core v1.0.6
17672024-03-26T06:41:38.157Z Compiling either v1.10.0
17682024-03-26T06:41:38.454Z Compiling winnow v0.6.1
17692024-03-26T06:41:38.496Z Compiling sync_wrapper v0.1.2
17702024-03-26T06:41:38.575Z Compiling precomputed-hash v0.1.1
17712024-03-26T06:41:38.634Z Compiling static_assertions v1.1.0
17722024-03-26T06:41:38.701Z Compiling normalize-line-endings v0.3.0
17732024-03-26T06:41:38.835Z Compiling difflib v0.4.0
17742024-03-26T06:41:38.968Z Compiling minimal-lexical v0.2.1
17752024-03-26T06:41:39.231Z Compiling new_debug_unreachable v1.0.4
17762024-03-26T06:41:39.264Z Compiling webpki-roots v0.25.2
17772024-03-26T06:41:39.333Z Compiling fixedbitset v0.4.2
17782024-03-26T06:41:39.424Z Compiling reqwest v0.11.24
17792024-03-26T06:41:39.468Z Compiling nom v7.1.3
17802024-03-26T06:41:39.737Z Compiling petgraph v0.6.4
17812024-03-26T06:41:40.169Z Compiling string_cache v0.8.7
17822024-03-26T06:41:40.192Z Compiling predicates v3.1.0
17832024-03-26T06:41:40.589Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17842024-03-26T06:41:41.774Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17852024-03-26T06:41:42.331Z Compiling toml_edit v0.22.6
17862024-03-26T06:41:43.215Z Compiling itertools v0.10.5
17872024-03-26T06:41:44.878Z Compiling trust-dns-proto v0.22.0
17882024-03-26T06:41:45.371Z Compiling tokio-postgres v0.7.10
17892024-03-26T06:41:47.522Z Compiling elliptic-curve v0.13.8
17902024-03-26T06:41:50.100Z Compiling diesel v2.1.4
17912024-03-26T06:41:50.413Z Compiling futures v0.3.30
17922024-03-26T06:41:50.534Z Compiling yasna v0.5.2
17932024-03-26T06:41:51.050Z Compiling zip v0.6.6
17942024-03-26T06:41:52.194Z Compiling crossterm v0.27.0
17952024-03-26T06:41:52.295Z Compiling cipher v0.4.4
17962024-03-26T06:41:52.583Z Compiling darling_macro v0.20.3
17972024-03-26T06:41:52.928Z Compiling similar v2.4.0
17982024-03-26T06:41:53.452Z Compiling clap v4.5.1
17992024-03-26T06:41:53.518Z Compiling bit-set v0.5.3
18002024-03-26T06:41:53.772Z Compiling num-iter v0.1.44
18012024-03-26T06:41:53.972Z Compiling usdt v0.3.5
18022024-03-26T06:41:54.255Z Compiling console v0.15.8
18032024-03-26T06:41:55.582Z Compiling bstr v1.9.0
18042024-03-26T06:41:55.668Z Compiling tokio-stream v0.1.14
18052024-03-26T06:41:56.589Z Compiling toml v0.7.8
18062024-03-26T06:41:56.594Z Compiling hex v0.4.3
18072024-03-26T06:41:57.255Z Compiling proc-macro-error-attr v1.0.4
18082024-03-26T06:41:57.286Z Compiling instant v0.1.12
18092024-03-26T06:41:57.307Z Compiling lalrpop-util v0.19.12
18102024-03-26T06:41:57.551Z Compiling parking_lot_core v0.8.6
18112024-03-26T06:41:58.079Z Compiling darling v0.20.3
18122024-03-26T06:41:59.305Z Compiling proc-macro-error v1.0.4
18132024-03-26T06:41:59.626Z Compiling camino v1.1.6
18142024-03-26T06:42:00.188Z Compiling heapless v0.8.0
18152024-03-26T06:42:07.727Z Compiling num_enum_derive v0.5.11
18162024-03-26T06:42:13.522Z Compiling thread_local v1.1.7
18172024-03-26T06:42:13.554Z Compiling atty v0.2.14
18182024-03-26T06:42:14.142Z Compiling hash32 v0.3.1
18192024-03-26T06:42:14.356Z Compiling half v2.3.1
18202024-03-26T06:42:14.359Z Compiling slog-async v2.8.0
18212024-03-26T06:42:14.843Z Compiling smoltcp v0.11.0
18222024-03-26T06:42:15.091Z Compiling ciborium-io v0.2.2
18232024-03-26T06:42:15.654Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242024-03-26T06:42:16.112Z Compiling match_cfg v0.1.0
18252024-03-26T06:42:17.217Z Compiling rustls-pki-types v1.3.0
18262024-03-26T06:42:21.650Z Compiling hostname v0.3.1
18272024-03-26T06:42:26.559Z Compiling ciborium-ll v0.2.2
18282024-03-26T06:42:28.365Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292024-03-26T06:42:32.239Z Compiling num_enum v0.5.11
18302024-03-26T06:42:34.935Z Compiling parking_lot v0.11.2
18312024-03-26T06:42:40.935Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18322024-03-26T06:42:41.678Z Compiling slog-json v2.6.1
18332024-03-26T06:42:42.291Z Compiling getopts v0.2.21
18342024-03-26T06:42:43.177Z Compiling crossbeam-channel v0.5.8
18352024-03-26T06:42:43.777Z Compiling dirs-sys-next v0.1.2
18362024-03-26T06:42:44.402Z Compiling fxhash v0.2.1
18372024-03-26T06:42:44.626Z Compiling rustls v0.22.2
18382024-03-26T06:42:44.904Z Compiling unsafe-libyaml v0.2.10
18392024-03-26T06:42:45.461Z Compiling cobs v0.2.3
18402024-03-26T06:42:45.512Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18412024-03-26T06:42:45.652Z Compiling embedded-io v0.4.0
18422024-03-26T06:42:45.891Z Compiling take_mut v0.2.2
18432024-03-26T06:42:45.913Z Compiling postcard v1.0.8
18442024-03-26T06:42:46.679Z Compiling serde_yaml v0.9.25
18452024-03-26T06:42:50.388Z Compiling sled v0.34.7
18462024-03-26T06:42:50.581Z Compiling dirs-next v2.0.0
18472024-03-26T06:42:51.629Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18482024-03-26T06:42:52.355Z Compiling slog-bunyan v2.5.0
18492024-03-26T06:42:53.631Z Compiling ciborium v0.2.2
18502024-03-26T06:42:58.703Z Compiling rustls-webpki v0.102.1
18512024-03-26T06:43:01.106Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18522024-03-26T06:43:03.571Z Compiling num_enum_derive v0.7.2
18532024-03-26T06:43:04.771Z Compiling strum_macros v0.26.1
18542024-03-26T06:43:06.116Z Compiling structmeta-derive v0.3.0
18552024-03-26T06:43:06.844Z Compiling foreign-types-macros v0.2.3
18562024-03-26T06:43:06.915Z Compiling multer v3.0.0
18572024-03-26T06:43:07.058Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18582024-03-26T06:43:07.230Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18592024-03-26T06:43:07.392Z Compiling foreign-types-shared v0.3.1
18602024-03-26T06:43:08.143Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18612024-03-26T06:43:08.541Z Compiling paste v1.0.14
18622024-03-26T06:43:09.181Z Compiling structmeta v0.3.0
18632024-03-26T06:43:09.412Z Compiling strum v0.26.1
18642024-03-26T06:43:17.016Z Compiling foreign-types v0.5.0
18652024-03-26T06:43:17.229Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18662024-03-26T06:43:17.734Z Compiling num_enum v0.7.2
18672024-03-26T06:43:20.702Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18682024-03-26T06:43:26.158Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18692024-03-26T06:43:31.181Z Compiling term v0.7.0
18702024-03-26T06:43:32.431Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18712024-03-26T06:43:33.991Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18722024-03-26T06:43:36.534Z Compiling tabwriter v1.4.0
18732024-03-26T06:43:37.302Z Compiling http v1.0.0
18742024-03-26T06:43:37.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18752024-03-26T06:43:37.894Z Compiling async-stream-impl v0.3.5
18762024-03-26T06:43:38.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18772024-03-26T06:43:38.950Z Compiling cstr-argument v0.1.2
18782024-03-26T06:43:39.114Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18792024-03-26T06:43:39.165Z Compiling pretty-hex v0.2.1
18802024-03-26T06:43:39.196Z Compiling fastrand v2.0.1
18812024-03-26T06:43:39.381Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18822024-03-26T06:43:39.403Z Compiling rayon-core v1.12.1
18832024-03-26T06:43:39.737Z Compiling crucible-workspace-hack v0.1.0
18842024-03-26T06:43:39.927Z Compiling atomic-waker v1.1.1
18852024-03-26T06:43:40.068Z Compiling waitgroup v0.1.2
18862024-03-26T06:43:40.164Z Compiling tempfile v3.10.0
18872024-03-26T06:43:40.263Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18882024-03-26T06:43:40.327Z Compiling async-stream v0.3.5
18892024-03-26T06:43:40.666Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18902024-03-26T06:43:41.569Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18912024-03-26T06:43:41.949Z Compiling slog-term v2.9.0
18922024-03-26T06:43:41.999Z Compiling tokio-rustls v0.25.0
18932024-03-26T06:43:42.032Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18942024-03-26T06:43:42.297Z Compiling parse-display-derive v0.9.0
18952024-03-26T06:43:43.573Z Compiling toml v0.8.10
18962024-03-26T06:43:43.670Z Compiling rustls-pemfile v2.1.1
18972024-03-26T06:43:44.446Z Compiling serde_with_macros v3.6.1
18982024-03-26T06:43:45.124Z Compiling sha1 v0.10.6
18992024-03-26T06:43:46.043Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
19002024-03-26T06:43:46.299Z Compiling crossbeam-deque v0.8.3
19012024-03-26T06:43:46.692Z Compiling colored v2.1.0
19022024-03-26T06:43:47.257Z Compiling newtype-uuid v1.0.1
19032024-03-26T06:43:47.611Z Compiling serde_path_to_error v0.1.16
19042024-03-26T06:43:48.072Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19052024-03-26T06:43:48.087Z Compiling socket2 v0.4.9
19062024-03-26T06:43:48.556Z Compiling debug-ignore v1.0.5
19072024-03-26T06:43:48.727Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19082024-03-26T06:43:48.773Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19092024-03-26T06:43:48.993Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19102024-03-26T06:43:49.782Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19112024-03-26T06:43:50.183Z Compiling serde_with v3.6.1
19122024-03-26T06:43:53.789Z Compiling parse-display v0.9.0
19132024-03-26T06:43:54.586Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19142024-03-26T06:43:55.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19152024-03-26T06:43:55.909Z Compiling camino-tempfile v1.1.1
19162024-03-26T06:43:56.691Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19172024-03-26T06:43:56.711Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19182024-03-26T06:43:56.813Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19192024-03-26T06:43:56.906Z Compiling backoff v0.4.0
19202024-03-26T06:43:57.273Z Compiling heck v0.3.3
19212024-03-26T06:43:57.632Z Compiling textwrap v0.11.0
19222024-03-26T06:43:58.214Z Compiling macaddr v1.0.1
19232024-03-26T06:43:58.352Z Compiling num-derive v0.4.0
19242024-03-26T06:43:58.717Z Compiling ansi_term v0.12.1
19252024-03-26T06:43:58.838Z Compiling libefi-sys v0.1.0
19262024-03-26T06:43:58.967Z Compiling vec_map v0.8.2
19272024-03-26T06:43:59.148Z Compiling strsim v0.8.0
19282024-03-26T06:43:59.315Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19292024-03-26T06:43:59.511Z Compiling clap v2.34.0
19302024-03-26T06:44:00.532Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19312024-03-26T06:44:00.633Z Compiling structopt-derive v0.4.18
19322024-03-26T06:44:02.207Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19332024-03-26T06:44:02.781Z Compiling rayon v1.9.0
19342024-03-26T06:44:03.318Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19352024-03-26T06:44:03.378Z Compiling smf v0.2.2
19362024-03-26T06:44:05.980Z Compiling blake3 v1.5.0
19372024-03-26T06:44:06.156Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19382024-03-26T06:44:06.379Z Compiling portable-atomic v1.4.3
19392024-03-26T06:44:06.721Z Compiling structopt v0.3.26
19402024-03-26T06:44:06.973Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19412024-03-26T06:44:07.305Z Compiling xattr v1.0.1
19422024-03-26T06:44:07.329Z Compiling filetime v0.2.23
19432024-03-26T06:44:07.607Z Compiling memmap2 v0.7.1
19442024-03-26T06:44:07.666Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19452024-03-26T06:44:07.840Z Compiling constant_time_eq v0.3.0
19462024-03-26T06:44:08.033Z Compiling arrayvec v0.7.4
19472024-03-26T06:44:08.120Z Compiling same-file v1.0.6
19482024-03-26T06:44:08.125Z Compiling arrayref v0.3.7
19492024-03-26T06:44:08.387Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19502024-03-26T06:44:08.406Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19512024-03-26T06:44:08.759Z Compiling walkdir v2.4.0
19522024-03-26T06:44:10.363Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19532024-03-26T06:44:11.148Z Compiling tar v0.4.40
19542024-03-26T06:44:11.335Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19552024-03-26T06:44:11.755Z Compiling gethostname v0.4.3
19562024-03-26T06:44:12.087Z Compiling number_prefix v0.4.0
19572024-03-26T06:44:12.355Z Compiling topological-sort v0.2.2
19582024-03-26T06:44:12.604Z Compiling omicron-zone-package v0.11.0
19592024-03-26T06:44:12.693Z Compiling indicatif v0.17.8
19602024-03-26T06:44:13.200Z Compiling swrite v0.1.0
19612024-03-26T06:44:18.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19622024-03-26T06:44:22.501Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19632024-03-26T06:44:24.607Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19642024-03-26T06:44:26.107Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19652024-03-26T06:44:42.158Z Finished release [optimized] target(s) in 5m 22s
19662024-03-26T06:44:42.403Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19672024-03-26T06:44:42.470ZLogging to: /work/oxidecomputer/omicron/out/LOG
19682024-03-26T06:44:42.485ZCreated new build target 'test' and set it as active
19692024-03-26T06:44:42.485Z
19702024-03-26T06:44:42.485Zreal 5:23.040833513
19712024-03-26T06:44:42.485Zuser 34:23.952705116
19722024-03-26T06:44:42.485Zsys 4:06.063533285
19732024-03-26T06:44:42.486Ztrap 1.030585675
19742024-03-26T06:44:42.486Ztflt 5.618844294
19752024-03-26T06:44:42.486Zdflt 3.819241165
19762024-03-26T06:44:42.486Zkflt 0.157449934
19772024-03-26T06:44:42.486Zlock 1:14:02.755395411
19782024-03-26T06:44:42.487Zslp 1:37:45.190630452
19792024-03-26T06:44:42.487Zlat 2:14.576436606
19802024-03-26T06:44:42.487Zstop 3:52.738972722
19812024-03-26T06:44:42.487Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19822024-03-26T06:44:43.237Z Finished release [optimized] target(s) in 0.72s
19832024-03-26T06:44:43.260Z Running `target/release/omicron-package -t test package`
19842024-03-26T06:44:43.289ZLogging to: /work/oxidecomputer/omicron/out/LOG
19852024-03-26T06:44:44.100Z Compiling base64 v0.22.0
19862024-03-26T06:44:44.100Z Compiling usdt-macro v0.5.0
19872024-03-26T06:44:44.100Z Compiling usdt-attr-macro v0.5.0
19882024-03-26T06:44:44.103Z Compiling memmap v0.7.0
19892024-03-26T06:44:44.103Z Compiling humantime v2.1.0
19902024-03-26T06:44:44.197Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19912024-03-26T06:44:44.205Z Compiling linked-hash-map v0.5.6
19922024-03-26T06:44:44.208Z Compiling password-hash v0.5.0
19932024-03-26T06:44:44.565Z Compiling lru-cache v0.1.2
19942024-03-26T06:44:44.587Z Compiling blake2 v0.10.6
19952024-03-26T06:44:44.777Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19962024-03-26T06:44:45.077Z Compiling argon2 v0.5.3
19972024-03-26T06:44:45.296Z Compiling semver v0.1.20
19982024-03-26T06:44:45.501Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19992024-03-26T06:44:45.607Z Compiling usdt v0.5.0
20002024-03-26T06:44:45.758Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20012024-03-26T06:44:45.855Z Compiling rustc_version v0.1.7
20022024-03-26T06:44:45.928Z Compiling quick-error v1.2.3
20032024-03-26T06:44:46.085Z Compiling resolv-conf v0.7.0
20042024-03-26T06:44:46.271Z Compiling newtype_derive v0.1.6
20052024-03-26T06:44:46.351Z Compiling termcolor v1.2.0
20062024-03-26T06:44:46.541Z Compiling trust-dns-resolver v0.22.0
20072024-03-26T06:44:46.749Z Compiling steno v0.4.0
20082024-03-26T06:44:47.193Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20092024-03-26T06:44:47.398Z Compiling itertools v0.12.1
20102024-03-26T06:44:47.709Z Compiling derive-where v1.2.7
20112024-03-26T06:44:47.787Z Compiling slog-dtrace v0.3.0
20122024-03-26T06:44:48.091Z Compiling utf-8 v0.7.6
20132024-03-26T06:44:48.503Z Compiling num-rational v0.4.1
20142024-03-26T06:44:49.969Z Compiling nibble_vec v0.1.0
20152024-03-26T06:44:50.209Z Compiling endian-type v0.1.2
20162024-03-26T06:44:50.449Z Compiling radium v0.7.0
20172024-03-26T06:44:50.602Z Compiling radix_trie v0.2.1
20182024-03-26T06:44:51.003Z Compiling tungstenite v0.20.1
20192024-03-26T06:44:51.015Z Compiling num-complex v0.4.4
20202024-03-26T06:44:51.534Z Compiling tap v1.0.1
20212024-03-26T06:44:51.734Z Compiling maybe-uninit v2.0.0
20222024-03-26T06:44:52.240Z Compiling tokio-tungstenite v0.20.1
20232024-03-26T06:44:52.287Z Compiling num v0.4.1
20242024-03-26T06:44:52.495Z Compiling wyz v0.5.1
20252024-03-26T06:44:52.972Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20262024-03-26T06:44:53.419Z Compiling crc-catalog v2.2.0
20272024-03-26T06:44:53.477Z Compiling cancel-safe-futures v0.1.5
20282024-03-26T06:44:53.561Z Compiling arc-swap v1.6.0
20292024-03-26T06:44:53.805Z Compiling packed_struct v0.10.1
20302024-03-26T06:44:53.998Z Compiling funty v2.0.0
20312024-03-26T06:44:54.225Z Compiling num-bigint-dig v0.8.4
20322024-03-26T06:44:54.355Z Compiling slog-scope v4.4.0
20332024-03-26T06:44:54.552Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20342024-03-26T06:44:55.373Z Compiling bitvec v1.0.1
20352024-03-26T06:44:56.575Z Compiling crc v3.0.1
20362024-03-26T06:44:56.719Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20372024-03-26T06:44:57.330Z Compiling packed_struct_codegen v0.10.1
20382024-03-26T06:44:59.661Z Compiling indexmap v1.9.3
20392024-03-26T06:44:59.951Z Compiling display-error-chain v0.2.0
20402024-03-26T06:44:59.959Z Compiling nodrop v0.1.14
20412024-03-26T06:45:00.090Z Compiling array-init v0.0.4
20422024-03-26T06:45:00.524Z Compiling smallvec v0.6.14
20432024-03-26T06:45:01.370Z Compiling slog-stdlog v4.1.1
20442024-03-26T06:45:02.311Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20452024-03-26T06:45:02.690Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20462024-03-26T06:45:04.552Z Compiling rayon-core v1.12.1
20472024-03-26T06:45:04.572Z Compiling pkcs1 v0.7.5
20482024-03-26T06:45:08.733Z Compiling is-terminal v0.4.9
20492024-03-26T06:45:08.867Z Compiling crossbeam-deque v0.8.3
20502024-03-26T06:45:09.222Z Compiling signature v2.1.0
20512024-03-26T06:45:09.473Z Compiling same-file v1.0.6
20522024-03-26T06:45:09.711Z Compiling hashbrown v0.12.3
20532024-03-26T06:45:10.275Z Compiling fastrand v2.0.1
20542024-03-26T06:45:10.770Z Compiling bitfield v0.14.0
20552024-03-26T06:45:10.783Z Compiling tempfile v3.10.0
20562024-03-26T06:45:11.056Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20572024-03-26T06:45:11.563Z Compiling walkdir v2.4.0
20582024-03-26T06:45:12.174Z Compiling rsa v0.9.2
20592024-03-26T06:45:13.709Z Compiling env_logger v0.10.0
20602024-03-26T06:45:13.920Z Compiling slog-envlogger v2.2.0
20612024-03-26T06:45:16.681Z Compiling serde-hex v0.1.0
20622024-03-26T06:45:17.555Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20632024-03-26T06:45:17.662Z Compiling camino v1.1.6
20642024-03-26T06:45:17.724Z Compiling x509-cert v0.2.4
20652024-03-26T06:45:17.860Z Compiling ron v0.8.1
20662024-03-26T06:45:20.312Z Compiling hashbrown v0.13.2
20672024-03-26T06:45:21.706Z Compiling semver-parser v0.10.2
20682024-03-26T06:45:21.921Z Compiling unicase v2.7.0
20692024-03-26T06:45:22.230Z Compiling crc-any v2.4.3
20702024-03-26T06:45:23.190Z Compiling semver v0.11.0
20712024-03-26T06:45:23.518Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20722024-03-26T06:45:23.876Z Compiling blake3 v1.5.0
20732024-03-26T06:45:24.148Z Compiling object v0.30.4
20742024-03-26T06:45:24.174Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20752024-03-26T06:45:25.922Z Compiling rayon v1.9.0
20762024-03-26T06:45:26.216Z Compiling dirs-sys-next v0.1.2
20772024-03-26T06:45:26.732Z Compiling xattr v1.0.1
20782024-03-26T06:45:26.974Z Compiling filetime v0.2.23
20792024-03-26T06:45:27.272Z Compiling memmap2 v0.7.1
20802024-03-26T06:45:27.664Z Compiling arrayvec v0.7.4
20812024-03-26T06:45:28.089Z Compiling path-slash v0.1.5
20822024-03-26T06:45:28.318Z Compiling crunchy v0.2.2
20832024-03-26T06:45:28.740Z Compiling home v0.5.5
20842024-03-26T06:45:28.985Z Compiling glob v0.3.1
20852024-03-26T06:45:29.787Z Compiling constant_time_eq v0.3.0
20862024-03-26T06:45:29.940Z Compiling arrayref v0.3.7
20872024-03-26T06:45:30.058Z Compiling clang-sys v1.6.1
20882024-03-26T06:45:30.127Z Compiling toolchain_find v0.2.0
20892024-03-26T06:45:30.714Z Compiling tar v0.4.40
20902024-03-26T06:45:30.892Z Compiling dirs-next v2.0.0
20912024-03-26T06:45:31.089Z Compiling camino-tempfile v1.1.1
20922024-03-26T06:45:31.516Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20932024-03-26T06:45:31.913Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20942024-03-26T06:45:32.086Z Compiling libsw v3.3.1
20952024-03-26T06:45:32.418Z Compiling toml v0.5.11
20962024-03-26T06:45:32.616Z Compiling tiny-keccak v2.0.2
20972024-03-26T06:45:32.888Z Compiling owo-colors v4.0.0
20982024-03-26T06:45:35.775Z Compiling topological-sort v0.2.2
20992024-03-26T06:45:35.811Z Compiling prettyplease v0.2.16
21002024-03-26T06:45:35.994Z Compiling convert_case v0.4.0
21012024-03-26T06:45:36.093Z Compiling linear-map v1.2.0
21022024-03-26T06:45:36.503Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21032024-03-26T06:45:36.818Z Compiling derive_more v0.99.17
21042024-03-26T06:45:37.920Z Compiling omicron-zone-package v0.11.0
21052024-03-26T06:45:42.470Z Compiling rustfmt-wrapper v0.2.0
21062024-03-26T06:45:43.128Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21072024-03-26T06:45:43.352Z Compiling term v0.7.0
21082024-03-26T06:45:43.750Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21092024-03-26T06:45:43.784Z Compiling darling_core v0.14.4
21102024-03-26T06:45:44.144Z Compiling toml v0.8.10
21112024-03-26T06:45:44.239Z Compiling ascii-canvas v3.0.0
21122024-03-26T06:45:45.004Z Compiling pem v3.0.2
21132024-03-26T06:45:45.332Z Compiling ena v0.14.2
21142024-03-26T06:45:45.718Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21152024-03-26T06:45:45.744Z Compiling libloading v0.7.4
21162024-03-26T06:45:46.125Z Compiling regex-syntax v0.6.29
21172024-03-26T06:45:46.612Z Compiling platforms v3.0.2
21182024-03-26T06:45:46.927Z Compiling diff v0.1.13
21192024-03-26T06:45:47.043Z Compiling bindgen v0.69.2
21202024-03-26T06:45:47.503Z Compiling mime_guess v2.0.4
21212024-03-26T06:45:48.635Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21222024-03-26T06:45:49.004Z Compiling darling_macro v0.14.4
21232024-03-26T06:45:49.978Z Compiling darling v0.14.4
21242024-03-26T06:45:50.113Z Compiling lalrpop v0.19.12
21252024-03-26T06:45:53.016Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21262024-03-26T06:45:53.668Z Compiling trust-dns-client v0.22.0
21272024-03-26T06:45:54.051Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21282024-03-26T06:45:54.262Z Compiling cexpr v0.6.0
21292024-03-26T06:45:54.282Z Compiling which v4.4.0
21302024-03-26T06:45:55.332Z Compiling vte_generate_state_changes v0.1.1
21312024-03-26T06:45:55.747Z Compiling shlex v1.3.0
21322024-03-26T06:45:55.933Z Compiling rustc-hash v1.1.0
21332024-03-26T06:45:56.088Z Compiling lazycell v1.3.0
21342024-03-26T06:45:56.131Z Compiling buf-list v1.0.3
21352024-03-26T06:45:56.252Z Compiling ref-cast v1.0.20
21362024-03-26T06:45:56.649Z Compiling doc-comment v0.3.3
21372024-03-26T06:45:56.695Z Compiling peeking_take_while v0.1.2
21382024-03-26T06:45:57.404Z Compiling trust-dns-server v0.22.1
21392024-03-26T06:45:58.677Z Compiling vte v0.11.1
21402024-03-26T06:46:01.261Z Compiling derive_builder_core v0.12.0
21412024-03-26T06:46:03.999Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21422024-03-26T06:46:04.290Z Compiling headers-core v0.2.0
21432024-03-26T06:46:04.460Z Compiling libxml v0.3.3
21442024-03-26T06:46:04.547Z Compiling ref-cast-impl v1.0.20
21452024-03-26T06:46:04.829Z Compiling pin-project-internal v1.1.3
21462024-03-26T06:46:04.989Z Compiling memoffset v0.7.1
21472024-03-26T06:46:05.357Z Compiling bytecount v0.6.3
21482024-03-26T06:46:05.639Z Compiling papergrid v0.11.0
21492024-03-26T06:46:05.953Z Compiling headers v0.3.9
21502024-03-26T06:46:07.619Z Compiling pin-project v1.1.3
21512024-03-26T06:46:07.781Z Compiling curve25519-dalek v4.1.1
21522024-03-26T06:46:09.954Z Compiling derive_builder_macro v0.12.0
21532024-03-26T06:46:09.981Z Compiling strip-ansi-escapes v0.2.0
21542024-03-26T06:46:10.710Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21552024-03-26T06:46:11.413Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21562024-03-26T06:46:11.773Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21572024-03-26T06:46:12.851Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
21582024-03-26T06:46:15.147Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21592024-03-26T06:46:17.918Z Compiling tabled_derive v0.7.0
21602024-03-26T06:46:18.058Z Compiling polar-core v0.27.0
21612024-03-26T06:46:19.671Z Compiling fd-lock v3.0.13
21622024-03-26T06:46:19.902Z Compiling strum_macros v0.24.3
21632024-03-26T06:46:19.916Z Compiling kstat-rs v0.2.3
21642024-03-26T06:46:20.181Z Compiling snafu-derive v0.7.5
21652024-03-26T06:46:20.485Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21662024-03-26T06:46:20.833Z Compiling cookie v0.18.0
21672024-03-26T06:46:20.905Z Compiling fs-err v2.11.0
21682024-03-26T06:46:21.135Z Compiling indoc v1.0.9
21692024-03-26T06:46:21.198Z Compiling strum v0.25.0
21702024-03-26T06:46:21.384Z Compiling nu-ansi-term v0.50.0
21712024-03-26T06:46:22.052Z Compiling keccak v0.1.4
21722024-03-26T06:46:22.686Z Compiling sha3 v0.10.8
21732024-03-26T06:46:22.989Z Compiling reedline v0.30.0
21742024-03-26T06:46:23.537Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21752024-03-26T06:46:24.038Z Compiling tabled v0.15.0
21762024-03-26T06:46:25.142Z Compiling snafu v0.7.5
21772024-03-26T06:46:39.139Z Compiling derive_builder v0.12.0
21782024-03-26T06:46:40.176Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21792024-03-26T06:46:42.586Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
21802024-03-26T06:46:44.793Z Compiling env_logger v0.9.3
21812024-03-26T06:46:46.782Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21822024-03-26T06:46:47.067Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
21832024-03-26T06:46:47.415Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21842024-03-26T06:46:47.901Z Compiling globset v0.4.13
21852024-03-26T06:46:48.308Z Compiling fd-lock v4.0.2
21862024-03-26T06:46:48.567Z Compiling olpc-cjson v0.1.3
21872024-03-26T06:46:49.063Z Compiling universal-hash v0.5.1
21882024-03-26T06:46:49.120Z Compiling bb8 v0.8.3
21892024-03-26T06:46:49.572Z Compiling nix v0.27.1
21902024-03-26T06:46:49.650Z Compiling secrecy v0.8.0
21912024-03-26T06:46:49.914Z Compiling serde_plain v1.0.2
21922024-03-26T06:46:50.460Z Compiling quick-xml v0.30.0
21932024-03-26T06:46:52.962Z Compiling async-recursion v1.0.5
21942024-03-26T06:46:53.932Z Compiling sqlparser_derive v0.2.2
21952024-03-26T06:46:55.030Z Compiling curve25519-dalek-derive v0.1.0
21962024-03-26T06:46:55.915Z Compiling thiserror-impl-no-std v2.0.2
21972024-03-26T06:46:56.400Z Compiling bitstruct_derive v0.1.0
21982024-03-26T06:46:56.414Z Compiling nanorand v0.7.0
21992024-03-26T06:46:56.724Z Compiling oso-derive v0.27.0
22002024-03-26T06:46:57.191Z Compiling impl-trait-for-tuples v0.2.2
22012024-03-26T06:46:57.642Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22022024-03-26T06:46:57.701Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22032024-03-26T06:46:57.781Z Compiling ascii v1.1.0
22042024-03-26T06:46:58.002Z Compiling unicode_categories v0.1.1
22052024-03-26T06:46:58.362Z Compiling typed-path v0.7.0
22062024-03-26T06:46:58.523Z Compiling signature v1.6.4
22072024-03-26T06:46:58.667Z Compiling salty v0.2.0
22082024-03-26T06:46:58.694Z Compiling maplit v1.0.2
22092024-03-26T06:46:59.065Z Compiling opaque-debug v0.3.0
22102024-03-26T06:46:59.126Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22112024-03-26T06:46:59.583Z Compiling poly1305 v0.8.0
22122024-03-26T06:46:59.594Z Compiling rustyline v13.0.0
22132024-03-26T06:47:00.890Z Compiling tough v0.16.0
22142024-03-26T06:47:01.681Z Compiling thiserror-no-std v2.0.2
22152024-03-26T06:47:01.810Z Compiling ed25519 v1.5.3
22162024-03-26T06:47:02.120Z Compiling sqlformat v0.2.3
22172024-03-26T06:47:05.311Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22182024-03-26T06:47:07.362Z Compiling oso v0.27.0
22192024-03-26T06:47:07.957Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22202024-03-26T06:47:08.246Z Compiling bitstruct v0.1.1
22212024-03-26T06:47:08.373Z Compiling flume v0.11.0
22222024-03-26T06:47:13.145Z Compiling sqlparser v0.43.1
22232024-03-26T06:47:18.824Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22242024-03-26T06:47:19.189Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22252024-03-26T06:47:27.096Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22262024-03-26T06:47:27.665Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22272024-03-26T06:47:31.252Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22282024-03-26T06:47:31.263Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22292024-03-26T06:47:32.768Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22302024-03-26T06:47:33.102Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22312024-03-26T06:47:33.382Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22322024-03-26T06:47:35.134Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22332024-03-26T06:47:36.356Z Compiling chacha20 v0.9.1
22342024-03-26T06:47:36.816Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22352024-03-26T06:47:38.399Z Compiling aead v0.5.2
22362024-03-26T06:47:38.736Z Compiling bcs v0.1.6
22372024-03-26T06:47:39.155Z Compiling serde-big-array v0.5.1
22382024-03-26T06:47:39.407Z Compiling erased-serde v0.3.31
22392024-03-26T06:47:39.672Z Compiling serde_arrays v0.1.0
22402024-03-26T06:47:39.861Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22412024-03-26T06:47:40.745Z Compiling highway v1.1.0
22422024-03-26T06:47:41.235Z Compiling parse-size v1.0.0
22432024-03-26T06:47:41.536Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22442024-03-26T06:47:42.183Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22452024-03-26T06:47:42.734Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22462024-03-26T06:47:48.819Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22472024-03-26T06:47:55.811Z Compiling chacha20poly1305 v0.10.1
22482024-03-26T06:47:56.073Z Compiling vsss-rs v3.3.4
22492024-03-26T06:48:05.386Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22502024-03-26T06:48:05.558Z Compiling signal-hook-tokio v0.3.1
22512024-03-26T06:48:05.767Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22522024-03-26T06:48:06.123Z Compiling castaway v0.2.2
22532024-03-26T06:48:06.315Z Compiling serde-big-array v0.4.1
22542024-03-26T06:48:06.513Z Compiling http-range v0.1.5
22552024-03-26T06:48:08.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22562024-03-26T06:48:08.431Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22572024-03-26T06:48:09.115Z Compiling hyper-staticfile v0.9.5
22582024-03-26T06:48:12.131Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22592024-03-26T06:48:12.570Z Compiling compact_str v0.7.1
22602024-03-26T06:48:18.831Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22612024-03-26T06:48:18.832Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22622024-03-26T06:48:18.832Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22632024-03-26T06:48:18.832Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22642024-03-26T06:48:23.964Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22652024-03-26T06:48:31.437Z Compiling zone_cfg_derive v0.1.2
22662024-03-26T06:48:32.582Z Compiling tungstenite v0.21.0
22672024-03-26T06:48:32.817Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22682024-03-26T06:48:32.892Z Compiling lru v0.12.1
22692024-03-26T06:48:33.098Z Compiling stability v0.1.1
22702024-03-26T06:48:33.209Z Compiling cassowary v0.3.0
22712024-03-26T06:48:34.020Z Compiling base64 v0.13.1
22722024-03-26T06:48:34.848Z Compiling corncobs v0.1.3
22732024-03-26T06:48:35.229Z Compiling indoc v2.0.3
22742024-03-26T06:48:36.240Z Compiling ratatui v0.26.1
22752024-03-26T06:48:37.581Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22762024-03-26T06:48:38.050Z Compiling ron v0.7.1
22772024-03-26T06:48:38.053Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22782024-03-26T06:48:38.397Z Compiling tokio-tungstenite v0.21.0
22792024-03-26T06:48:39.027Z Compiling zone v0.1.8
22802024-03-26T06:48:39.423Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22812024-03-26T06:48:42.655Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22822024-03-26T06:48:43.723Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22832024-03-26T06:48:53.893Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22842024-03-26T06:48:54.076Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22852024-03-26T06:48:56.582Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22862024-03-26T06:49:00.863Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22872024-03-26T06:49:01.156Z Compiling portpicker v0.1.1
22882024-03-26T06:49:01.681Z Compiling rand_seeder v0.2.3
22892024-03-26T06:49:02.102Z Compiling smawk v0.3.1
22902024-03-26T06:49:02.361Z Compiling unicode-linebreak v0.1.5
22912024-03-26T06:49:02.912Z Compiling textwrap v0.16.1
22922024-03-26T06:49:06.874Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22932024-03-26T06:49:12.813Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22942024-03-26T06:49:20.221Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22952024-03-26T06:49:22.807Z Compiling rcgen v0.12.1
22962024-03-26T06:49:25.142Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22972024-03-26T06:49:25.647Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
22982024-03-26T06:49:31.171Z Compiling atomicwrites v0.4.3
22992024-03-26T06:49:31.710Z Compiling fatfs v0.3.6
23002024-03-26T06:49:32.276Z Compiling subprocess v0.2.9
23012024-03-26T06:49:34.013Z Compiling rtoolbox v0.0.1
23022024-03-26T06:49:34.126Z Compiling is_ci v1.2.0
23032024-03-26T06:49:34.424Z Compiling assert_matches v1.5.0
23042024-03-26T06:49:34.447Z Compiling supports-color v3.0.0
23052024-03-26T06:49:34.684Z Compiling rpassword v7.3.1
23062024-03-26T06:49:35.141Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23072024-03-26T06:49:35.192Z Compiling tui-tree-widget v0.17.0
23082024-03-26T06:49:35.538Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23092024-03-26T06:49:37.593Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23102024-03-26T06:49:40.601Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23112024-03-26T06:49:40.899Z Compiling csv-core v0.1.11
23122024-03-26T06:49:41.878Z Compiling shell-words v1.1.0
23132024-03-26T06:49:42.221Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23142024-03-26T06:49:42.336Z Compiling csv v1.3.0
23152024-03-26T06:49:44.568Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23162024-03-26T06:49:47.516Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23172024-03-26T06:49:56.964Z Compiling multimap v0.10.0
23182024-03-26T06:51:40.044Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23192024-03-26T06:52:06.245Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23202024-03-26T06:52:21.887Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23212024-03-26T06:58:27.109Z Finished release [optimized] target(s) in 13m 43s
23222024-03-26T06:59:30.703Z
23232024-03-26T06:59:30.703Zreal 14:48.150965140
23242024-03-26T06:59:30.703Zuser 1:42:47.071114641
23252024-03-26T06:59:30.703Zsys 4:34.209014854
23262024-03-26T06:59:30.703Ztrap 2.381803358
23272024-03-26T06:59:30.703Ztflt 1.981070089
23282024-03-26T06:59:30.703Zdflt 3.420882088
23292024-03-26T06:59:30.708Zkflt 0.020458989
23302024-03-26T06:59:30.708Zlock 6:36:51.452954019
23312024-03-26T06:59:30.708Zslp 4:07:41.348059083
23322024-03-26T06:59:30.708Zlat 2:25.803694822
23332024-03-26T06:59:30.708Zstop 58.890531836
23342024-03-26T06:59:30.708Z+ 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/*)
23352024-03-26T06:59:30.708Z+ pfexec mkdir -p /work
23362024-03-26T06:59:30.708Z+ pfexec chown build /work
23372024-03-26T06:59:30.712Z+ 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
23382024-03-26T06:59:39.794ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23392024-03-26T06:59:39.794Za out/mg-ddm-gz.tar 51676K
23402024-03-26T06:59:39.794Za out/omicron-sled-agent.tar 114077K
23412024-03-26T06:59:39.794Za out/oxlog.tar 6098K
23422024-03-26T06:59:39.794Za out/target/test 1K
23432024-03-26T06:59:39.794Za out/npuzone/npuzone 36313K
23442024-03-26T06:59:39.794Za package-manifest.toml 26K
23452024-03-26T06:59:39.794Za smf/sled-agent/non-gimlet/config.toml 4K
23462024-03-26T06:59:39.794Za target/release/omicron-package 39158K
23472024-03-26T06:59:39.794Za tools/create_virtual_hardware.sh 4K
23482024-03-26T06:59:39.794Za tools/virtual_hardware.sh 4K
23492024-03-26T06:59:39.794Za tools/scrimlet/create-softnpu-zone.sh 1K
23502024-03-26T06:59:39.794Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23512024-03-26T06:59:39.794Za tools/scrimlet/softnpu-init.sh 3K
23522024-03-26T06:59:39.794Za tools/scrimlet/softnpu-zone.txt 1K
23532024-03-26T06:59:39.794Za tools/scrimlet/softnpu.toml 1K
23542024-03-26T06:59:39.798Z
23552024-03-26T06:59:39.798Zreal 9.082537236
23562024-03-26T06:59:39.798Zuser 8.785117718
23572024-03-26T06:59:39.798Zsys 0.565905321
23582024-03-26T06:59:39.798Ztrap 0.001405502
23592024-03-26T06:59:39.798Ztflt 0.000000000
23602024-03-26T06:59:39.798Zdflt 0.000000000
23612024-03-26T06:59:39.798Zkflt 0.000000000
23622024-03-26T06:59:39.798Zlock 0.000000000
23632024-03-26T06:59:39.798Zslp 8.604914891
23642024-03-26T06:59:39.798Zlat 0.204732948
23652024-03-26T06:59:39.798Zstop 0.000180256
23662024-03-26T06:59:39.798Z++ pwd
23672024-03-26T06:59:39.798Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23682024-03-26T06:59:39.798Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23692024-03-26T06:59:39.801Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23702024-03-26T06:59:40.581Z Finished release [optimized] target(s) in 0.73s
23712024-03-26T06:59:40.610Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23722024-03-26T06:59:40.634ZLogging to: /work/oxidecomputer/omicron/out/LOG
23732024-03-26T06:59:40.638ZCreated new build target 'host' and set it as active
23742024-03-26T06:59:40.638Z
23752024-03-26T06:59:40.638Zreal 0.833398303
23762024-03-26T06:59:40.638Zuser 0.540021894
23772024-03-26T06:59:40.638Zsys 0.272283633
23782024-03-26T06:59:40.638Ztrap 0.000106091
23792024-03-26T06:59:40.639Ztflt 0.000000000
23802024-03-26T06:59:40.639Zdflt 0.000000000
23812024-03-26T06:59:40.639Zkflt 0.000000000
23822024-03-26T06:59:40.639Zlock 0.022904521
23832024-03-26T06:59:40.639Zslp 0.106443463
23842024-03-26T06:59:40.639Zlat 0.003661711
23852024-03-26T06:59:40.639Zstop 0.000263650
23862024-03-26T06:59:40.639Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23872024-03-26T06:59:41.391Z Finished release [optimized] target(s) in 0.70s
23882024-03-26T06:59:41.413Z Running `target/release/omicron-package -t host package`
23892024-03-26T06:59:41.449ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902024-03-26T06:59:42.225Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23912024-03-26T07:02:05.063Z Finished release [optimized] target(s) in 2m 23s
23922024-03-26T07:02:42.413Z
23932024-03-26T07:02:42.416Zreal 3:01.751691202
23942024-03-26T07:02:42.417Zuser 13:45.263791297
23952024-03-26T07:02:42.417Zsys 40.848186129
23962024-03-26T07:02:42.417Ztrap 0.243674740
23972024-03-26T07:02:42.417Ztflt 0.021869415
23982024-03-26T07:02:42.417Zdflt 7.370752983
23992024-03-26T07:02:42.417Zkflt 0.302053831
24002024-03-26T07:02:42.417Zlock 1:13:06.412225280
24012024-03-26T07:02:42.417Zslp 12:21.452436186
24022024-03-26T07:02:42.417Zlat 6.884308875
24032024-03-26T07:02:42.417Zstop 2.166673123
24042024-03-26T07:02:42.417Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24052024-03-26T07:02:42.417Z+ for package in "$@"
24062024-03-26T07:02:42.418Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24072024-03-26T07:02:42.418Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git6a6bc4aa0e7
24082024-03-26T07:02:43.187Z Finished release [optimized] target(s) in 0.71s
24092024-03-26T07:02:43.203Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git6a6bc4aa0e7`
24102024-03-26T07:02:43.641ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112024-03-26T07:02:44.054ZCreated: out/versioned/omicron-sled-agent.tar
24122024-03-26T07:02:44.054Z+ for package in "$@"
24132024-03-26T07:02:44.054Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24142024-03-26T07:02:44.054Z+ echo 0.0.0
24152024-03-26T07:02:44.054Z+ tar rvf out/mg-ddm-gz.tar VERSION
24162024-03-26T07:02:44.055Za VERSION 1K
24172024-03-26T07:02:44.055Z+ rm VERSION
24182024-03-26T07:02:44.055Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7
24192024-03-26T07:02:44.176Z Finished release [optimized] target(s) in 0.70s
24202024-03-26T07:02:44.198Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7`
24212024-03-26T07:02:44.229ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222024-03-26T07:02:44.329ZCreated: out/versioned/mg-ddm-gz.tar
24232024-03-26T07:02:44.332Z+ for package in "$@"
24242024-03-26T07:02:44.332Z+ [[ propolis-server == mg-ddm-gz ]]
24252024-03-26T07:02:44.332Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git6a6bc4aa0e7
24262024-03-26T07:02:45.112Z Finished release [optimized] target(s) in 0.73s
24272024-03-26T07:02:45.140Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git6a6bc4aa0e7`
24282024-03-26T07:02:45.166ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292024-03-26T07:02:46.232ZCreated: out/versioned/propolis-server.tar.gz
24302024-03-26T07:02:46.236Z+ for package in "$@"
24312024-03-26T07:02:46.236Z+ [[ overlay == mg-ddm-gz ]]
24322024-03-26T07:02:46.236Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git6a6bc4aa0e7
24332024-03-26T07:02:46.988Z Finished release [optimized] target(s) in 0.70s
24342024-03-26T07:02:47.010Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git6a6bc4aa0e7`
24352024-03-26T07:02:47.041ZLogging to: /work/oxidecomputer/omicron/out/LOG
24362024-03-26T07:02:47.044ZCreated: out/versioned/overlay.tar.gz
24372024-03-26T07:02:47.045Z+ for package in "$@"
24382024-03-26T07:02:47.045Z+ [[ oxlog == mg-ddm-gz ]]
24392024-03-26T07:02:47.045Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git6a6bc4aa0e7
24402024-03-26T07:02:47.811Z Finished release [optimized] target(s) in 0.71s
24412024-03-26T07:02:47.828Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git6a6bc4aa0e7`
24422024-03-26T07:02:47.859ZLogging to: /work/oxidecomputer/omicron/out/LOG
24432024-03-26T07:02:47.874ZCreated: out/versioned/oxlog.tar
24442024-03-26T07:02:47.878Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24452024-03-26T07:02:47.886Z+++ dirname -- ./tools/build-global-zone-packages.sh
24462024-03-26T07:02:47.891Z++ cd -- ./tools
24472024-03-26T07:02:47.891Z++ pwd
24482024-03-26T07:02:47.891Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24492024-03-26T07:02:47.891Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24502024-03-26T07:02:48.036Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24512024-03-26T07:02:48.039Z++ readlink -f /work
24522024-03-26T07:02:48.039Z+ out_dir=/work
24532024-03-26T07:02:48.039Z+ 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")
24542024-03-26T07:02:48.040Z+ for dep in "${deps[@]}"
24552024-03-26T07:02:48.040Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24562024-03-26T07:02:48.040Z+ for dep in "${deps[@]}"
24572024-03-26T07:02:48.040Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24582024-03-26T07:02:48.040Z+ for dep in "${deps[@]}"
24592024-03-26T07:02:48.040Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24602024-03-26T07:02:48.040Z+ for dep in "${deps[@]}"
24612024-03-26T07:02:48.040Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24622024-03-26T07:02:48.040Z+ for dep in "${deps[@]}"
24632024-03-26T07:02:48.040Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24642024-03-26T07:02:48.043Z++ mktemp -d
24652024-03-26T07:02:48.043Z+ tmp_gz=/tmp/tmp.qgaq1h
24662024-03-26T07:02:48.043Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24672024-03-26T07:02:48.043Z+ echo '{"v":"1","t":"layer"}'
24682024-03-26T07:02:48.043Z+ pkg_dir=/tmp/tmp.qgaq1h/root/opt/oxide/sled-agent
24692024-03-26T07:02:48.043Z+ mkdir -p /tmp/tmp.qgaq1h/root/opt/oxide/sled-agent
24702024-03-26T07:02:48.046Z+ cd /tmp/tmp.qgaq1h/root/opt/oxide/sled-agent
24712024-03-26T07:02:48.046Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24722024-03-26T07:02:48.130Zx ., 0 bytes, 0 tape blocks
24732024-03-26T07:02:48.130Zx zone-bundle, 35997632 bytes, 70308 tape blocks
24742024-03-26T07:02:48.130Zx sled-agent, 80791208 bytes, 157796 tape blocks
24752024-03-26T07:02:48.130Zx pkg, 0 bytes, 0 tape blocks
24762024-03-26T07:02:48.130Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24772024-03-26T07:02:48.130Zx pkg/README.md, 54 bytes, 1 tape blocks
24782024-03-26T07:02:48.130Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24792024-03-26T07:02:48.130Zx VERSION, 25 bytes, 1 tape blocks
24802024-03-26T07:02:48.142Z+ mkdir -p /tmp/tmp.qgaq1h/root/lib/svc/manifest/site/
24812024-03-26T07:02:48.142Z+ mv pkg/manifest.xml /tmp/tmp.qgaq1h/root/lib/svc/manifest/site/sled-agent.xml
24822024-03-26T07:02:48.142Z+ cd -
24832024-03-26T07:02:48.142Z/work/oxidecomputer/omicron
24842024-03-26T07:02:48.142Z+ pkg_dir=/tmp/tmp.qgaq1h/root/opt/oxide/mg-ddm
24852024-03-26T07:02:48.143Z+ mkdir -p /tmp/tmp.qgaq1h/root/opt/oxide/mg-ddm
24862024-03-26T07:02:48.143Z+ cd /tmp/tmp.qgaq1h/root/opt/oxide/mg-ddm
24872024-03-26T07:02:48.143Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24882024-03-26T07:02:48.180Zx ., 0 bytes, 0 tape blocks
24892024-03-26T07:02:48.180Zx ddmadm, 20600720 bytes, 40236 tape blocks
24902024-03-26T07:02:48.180Zx ddmd, 32301744 bytes, 63090 tape blocks
24912024-03-26T07:02:48.181Zx pkg, 0 bytes, 0 tape blocks
24922024-03-26T07:02:48.181Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
24932024-03-26T07:02:48.181Zx pkg/mgd, 0 bytes, 0 tape blocks
24942024-03-26T07:02:48.181Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
24952024-03-26T07:02:48.182Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
24962024-03-26T07:02:48.182Zx pkg/ddm, 0 bytes, 0 tape blocks
24972024-03-26T07:02:48.182Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
24982024-03-26T07:02:48.183Zx VERSION, 25 bytes, 1 tape blocks
24992024-03-26T07:02:48.189Z+ cd -
25002024-03-26T07:02:48.189Z+ pkg_dir=/tmp/tmp.qgaq1h/root/opt/oxide/oxlog
25012024-03-26T07:02:48.190Z/work/oxidecomputer/omicron
25022024-03-26T07:02:48.190Z+ mkdir -p /tmp/tmp.qgaq1h/root/opt/oxide/oxlog
25032024-03-26T07:02:48.190Z+ cd /tmp/tmp.qgaq1h/root/opt/oxide/oxlog
25042024-03-26T07:02:48.191Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25052024-03-26T07:02:48.191Zx ., 0 bytes, 0 tape blocks
25062024-03-26T07:02:48.191Zx oxlog, 6241392 bytes, 12191 tape blocks
25072024-03-26T07:02:48.192Zx VERSION, 25 bytes, 1 tape blocks
25082024-03-26T07:02:48.192Z+ cd -
25092024-03-26T07:02:48.192Z/work/oxidecomputer/omicron
25102024-03-26T07:02:48.192Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.qgaq1h/root/opt/oxide
25112024-03-26T07:02:48.262Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.qgaq1h/root/opt/oxide
25122024-03-26T07:02:48.266Z+ cd /tmp/tmp.qgaq1h
25132024-03-26T07:02:48.266Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25142024-03-26T07:02:56.107ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25152024-03-26T07:02:56.107Za oxide.json 1K
25162024-03-26T07:02:56.107Za root/ 0K
25172024-03-26T07:02:56.107Za root/opt/ 0K
25182024-03-26T07:02:56.107Za root/opt/oxide/ 0K
25192024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/ 0K
25202024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/zone-bundle 35154K
25212024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/sled-agent 78898K
25222024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/pkg/ 0K
25232024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25242024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/pkg/README.md 1K
25252024-03-26T07:02:56.107Za root/opt/oxide/sled-agent/VERSION 1K
25262024-03-26T07:02:56.107Za root/opt/oxide/mg-ddm/ 0K
25272024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/ddmadm 20118K
25282024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/ddmd 31545K
25292024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/ 0K
25302024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25312024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25322024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25332024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25342024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25352024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25362024-03-26T07:02:56.108Za root/opt/oxide/mg-ddm/VERSION 1K
25372024-03-26T07:02:56.108Za root/opt/oxide/oxlog/ 0K
25382024-03-26T07:02:56.109Za root/opt/oxide/oxlog/oxlog 6096K
25392024-03-26T07:02:56.109Za root/opt/oxide/oxlog/VERSION 1K
25402024-03-26T07:02:56.109Za root/opt/oxide/propolis-server.tar.gz 64808K
25412024-03-26T07:02:56.109Za root/opt/oxide/overlay.tar.gz 3K
25422024-03-26T07:02:56.109Za root/lib/ 0K
25432024-03-26T07:02:56.109Za root/lib/svc/ 0K
25442024-03-26T07:02:56.109Za root/lib/svc/manifest/ 0K
25452024-03-26T07:02:56.109Za root/lib/svc/manifest/site/ 0K
25462024-03-26T07:02:56.109Za root/lib/svc/manifest/site/sled-agent.xml 3K
25472024-03-26T07:02:56.114Z+ cd /
25482024-03-26T07:02:56.114Z+ rm -rf /tmp/tmp.qgaq1h
25492024-03-26T07:02:56.134Z
25502024-03-26T07:02:56.135Zreal 8.254240412
25512024-03-26T07:02:56.135Zuser 7.587671504
25522024-03-26T07:02:56.135Zsys 0.550669543
25532024-03-26T07:02:56.135Ztrap 0.001142925
25542024-03-26T07:02:56.135Ztflt 0.000000000
25552024-03-26T07:02:56.135Zdflt 0.000000000
25562024-03-26T07:02:56.135Zkflt 0.000000000
25572024-03-26T07:02:56.135Zlock 0.000000000
25582024-03-26T07:02:56.135Zslp 16.006373357
25592024-03-26T07:02:56.135Zlat 0.187111693
25602024-03-26T07:02:56.135Zstop 0.000211722
25612024-03-26T07:02:56.138Z+ mkdir -p /work/zones
25622024-03-26T07:02:56.138Z+ 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)
25632024-03-26T07:02:56.138Z+ 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/
25642024-03-26T07:02:58.727Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25652024-03-26T07:02:59.546Z Finished release [optimized] target(s) in 0.76s
25662024-03-26T07:02:59.581Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25672024-03-26T07:02:59.599ZLogging to: /work/oxidecomputer/omicron/out/LOG
25682024-03-26T07:02:59.603ZCreated new build target 'recovery' and set it as active
25692024-03-26T07:02:59.603Z
25702024-03-26T07:02:59.603Zreal 0.870583017
25712024-03-26T07:02:59.603Zuser 0.564949089
25722024-03-26T07:02:59.603Zsys 0.279372071
25732024-03-26T07:02:59.603Ztrap 0.000498251
25742024-03-26T07:02:59.603Ztflt 0.000010908
25752024-03-26T07:02:59.603Zdflt 0.006014364
25762024-03-26T07:02:59.603Zkflt 0.000000000
25772024-03-26T07:02:59.603Zlock 0.023046338
25782024-03-26T07:02:59.604Zslp 0.105660950
25792024-03-26T07:02:59.604Zlat 0.005865987
25802024-03-26T07:02:59.604Zstop 0.000273390
25812024-03-26T07:02:59.604Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25822024-03-26T07:03:00.373Z Finished release [optimized] target(s) in 0.72s
25832024-03-26T07:03:00.395Z Running `target/release/omicron-package -t recovery package`
25842024-03-26T07:03:00.425ZLogging to: /work/oxidecomputer/omicron/out/LOG
25852024-03-26T07:03:01.115Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25862024-03-26T07:03:03.500Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25872024-03-26T07:03:22.225Z Finished release [optimized] target(s) in 21.74s
25882024-03-26T07:03:37.956Z
25892024-03-26T07:03:37.959Zreal 38.344126313
25902024-03-26T07:03:37.959Zuser 1:37.677488846
25912024-03-26T07:03:37.959Zsys 6.840440391
25922024-03-26T07:03:37.959Ztrap 0.064390091
25932024-03-26T07:03:37.959Ztflt 0.058594357
25942024-03-26T07:03:37.959Zdflt 0.351503927
25952024-03-26T07:03:37.959Zkflt 0.000007498
25962024-03-26T07:03:37.960Zlock 12:23.681580803
25972024-03-26T07:03:37.960Zslp 1:37.870660948
25982024-03-26T07:03:37.960Zlat 1.471669477
25992024-03-26T07:03:37.960Zstop 0.580815041
26002024-03-26T07:03:37.960Z+ stamp_packages installinator mg-ddm-gz
26012024-03-26T07:03:37.960Z+ for package in "$@"
26022024-03-26T07:03:37.960Z+ [[ installinator == mg-ddm-gz ]]
26032024-03-26T07:03:37.960Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git6a6bc4aa0e7
26042024-03-26T07:03:38.726Z Finished release [optimized] target(s) in 0.72s
26052024-03-26T07:03:38.747Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git6a6bc4aa0e7`
26062024-03-26T07:03:38.778ZLogging to: /work/oxidecomputer/omicron/out/LOG
26072024-03-26T07:03:39.260ZCreated: out/versioned/installinator.tar
26082024-03-26T07:03:39.276Z+ for package in "$@"
26092024-03-26T07:03:39.276Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26102024-03-26T07:03:39.276Z+ echo 0.0.0
26112024-03-26T07:03:39.276Z+ tar rvf out/mg-ddm-gz.tar VERSION
26122024-03-26T07:03:39.276Za VERSION 1K
26132024-03-26T07:03:39.276Z+ rm VERSION
26142024-03-26T07:03:39.276Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7
26152024-03-26T07:03:39.621Z Finished release [optimized] target(s) in 0.72s
26162024-03-26T07:03:39.650Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7`
26172024-03-26T07:03:39.682ZLogging to: /work/oxidecomputer/omicron/out/LOG
26182024-03-26T07:03:39.764ZCreated: out/versioned/mg-ddm-gz.tar
26192024-03-26T07:03:39.771Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26202024-03-26T07:03:39.779Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26212024-03-26T07:03:39.780Z++ cd -- ./tools
26222024-03-26T07:03:39.780Z++ pwd
26232024-03-26T07:03:39.780Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26242024-03-26T07:03:39.788Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26252024-03-26T07:03:39.788Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26262024-03-26T07:03:39.788Z++ readlink -f /work
26272024-03-26T07:03:39.788Z+ out_dir=/work
26282024-03-26T07:03:39.788Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26292024-03-26T07:03:39.789Z+ for dep in "${deps[@]}"
26302024-03-26T07:03:39.789Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26312024-03-26T07:03:39.789Z+ for dep in "${deps[@]}"
26322024-03-26T07:03:39.789Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26332024-03-26T07:03:39.789Z++ mktemp -d
26342024-03-26T07:03:39.798Z+ tmp_trampoline=/tmp/tmp.QUa45h
26352024-03-26T07:03:39.798Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26362024-03-26T07:03:39.799Z+ echo '{"v":"1","t":"layer"}'
26372024-03-26T07:03:39.799Z+ pkg_dir=/tmp/tmp.QUa45h/root/opt/oxide/installinator
26382024-03-26T07:03:39.799Z+ mkdir -p /tmp/tmp.QUa45h/root/opt/oxide/installinator
26392024-03-26T07:03:39.799Z+ cd /tmp/tmp.QUa45h/root/opt/oxide/installinator
26402024-03-26T07:03:39.799Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26412024-03-26T07:03:39.823Zx ., 0 bytes, 0 tape blocks
26422024-03-26T07:03:39.823Zx installinator, 47062520 bytes, 91919 tape blocks
26432024-03-26T07:03:39.823Zx pkg, 0 bytes, 0 tape blocks
26442024-03-26T07:03:39.824Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26452024-03-26T07:03:39.824Zx VERSION, 25 bytes, 1 tape blocks
26462024-03-26T07:03:39.830Z+ mkdir -p /tmp/tmp.QUa45h/root/lib/svc/manifest/site/
26472024-03-26T07:03:39.830Z+ mv pkg/manifest.xml /tmp/tmp.QUa45h/root/lib/svc/manifest/site/installinator.xml
26482024-03-26T07:03:39.830Z+ cd -
26492024-03-26T07:03:39.830Z/work/oxidecomputer/omicron
26502024-03-26T07:03:39.830Z+ pkg_dir=/tmp/tmp.QUa45h/root/opt/oxide/mg-ddm
26512024-03-26T07:03:39.830Z+ mkdir -p /tmp/tmp.QUa45h/root/opt/oxide/mg-ddm
26522024-03-26T07:03:39.831Z+ cd /tmp/tmp.QUa45h/root/opt/oxide/mg-ddm
26532024-03-26T07:03:39.831Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26542024-03-26T07:03:39.869Zx ., 0 bytes, 0 tape blocks
26552024-03-26T07:03:39.870Zx ddmadm, 20600720 bytes, 40236 tape blocks
26562024-03-26T07:03:39.870Zx ddmd, 32301744 bytes, 63090 tape blocks
26572024-03-26T07:03:39.870Zx pkg, 0 bytes, 0 tape blocks
26582024-03-26T07:03:39.870Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
26592024-03-26T07:03:39.870Zx pkg/mgd, 0 bytes, 0 tape blocks
26602024-03-26T07:03:39.870Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
26612024-03-26T07:03:39.870Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
26622024-03-26T07:03:39.870Zx pkg/ddm, 0 bytes, 0 tape blocks
26632024-03-26T07:03:39.870Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
26642024-03-26T07:03:39.870Zx VERSION, 25 bytes, 1 tape blocks
26652024-03-26T07:03:39.878Z+ cd -
26662024-03-26T07:03:39.879Z/work/oxidecomputer/omicron
26672024-03-26T07:03:39.879Z+ cd /tmp/tmp.QUa45h
26682024-03-26T07:03:39.879Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26692024-03-26T07:03:43.453ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26702024-03-26T07:03:43.454Za oxide.json 1K
26712024-03-26T07:03:43.454Za root/ 0K
26722024-03-26T07:03:43.454Za root/opt/ 0K
26732024-03-26T07:03:43.454Za root/opt/oxide/ 0K
26742024-03-26T07:03:43.454Za root/opt/oxide/installinator/ 0K
26752024-03-26T07:03:43.454Za root/opt/oxide/installinator/installinator 45960K
26762024-03-26T07:03:43.454Za root/opt/oxide/installinator/pkg/ 0K
26772024-03-26T07:03:43.454Za root/opt/oxide/installinator/VERSION 1K
26782024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/ 0K
26792024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/ddmadm 20118K
26802024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/ddmd 31545K
26812024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/ 0K
26822024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26832024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26842024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26852024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26862024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26872024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26882024-03-26T07:03:43.454Za root/opt/oxide/mg-ddm/VERSION 1K
26892024-03-26T07:03:43.454Za root/lib/ 0K
26902024-03-26T07:03:43.454Za root/lib/svc/ 0K
26912024-03-26T07:03:43.455Za root/lib/svc/manifest/ 0K
26922024-03-26T07:03:43.455Za root/lib/svc/manifest/site/ 0K
26932024-03-26T07:03:43.455Za root/lib/svc/manifest/site/installinator.xml 3K
26942024-03-26T07:03:43.459Z+ cd /
26952024-03-26T07:03:43.459Z+ rm -rf /tmp/tmp.QUa45h
26962024-03-26T07:03:43.468Z
26972024-03-26T07:03:43.471Zreal 3.700284886
26982024-03-26T07:03:43.471Zuser 3.499121080
26992024-03-26T07:03:43.471Zsys 0.213780183
27002024-03-26T07:03:43.471Ztrap 0.000302575
27012024-03-26T07:03:43.471Ztflt 0.000000000
27022024-03-26T07:03:43.471Zdflt 0.000000000
27032024-03-26T07:03:43.471Zkflt 0.000000000
27042024-03-26T07:03:43.472Zlock 0.000000000
27052024-03-26T07:03:43.472Zslp 7.186700727
27062024-03-26T07:03:43.472Zlat 0.074785023
27072024-03-26T07:03:43.472Zstop 0.000203676
27082024-03-26T07:03:43.472Zprocess exited: duration 1607140 ms, exit code 0
 
27092024-03-26T07:03:43.480Zfound 22 output files
27102024-03-26T07:03:43.480Zuploading: /work/version.txt (26 bytes)
27112024-03-26T07:03:44.509Zuploaded: /work/version.txt
27122024-03-26T07:03:44.510Zuploading: /work/package.tar.gz (78799625 bytes)
27132024-03-26T07:04:12.162Zuploaded: /work/package.tar.gz
27142024-03-26T07:04:12.162Zuploading: /work/global-zone-packages.tar.gz (120827902 bytes)
27152024-03-26T07:04:48.264Zuploaded: /work/global-zone-packages.tar.gz
27162024-03-26T07:04:48.264Zuploading: /work/trampoline-global-zone-packages.tar.gz (31775568 bytes)
27172024-03-26T07:05:01.019Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27182024-03-26T07:05:01.019Zuploading: /work/zones/clickhouse.tar.gz (231155780 bytes)
27192024-03-26T07:06:28.000Zuploaded: /work/zones/clickhouse.tar.gz
27202024-03-26T07:06:28.000Zuploading: /work/zones/clickhouse_keeper.tar.gz (231126500 bytes)
27212024-03-26T07:08:11.178Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27222024-03-26T07:08:11.261Zuploading: /work/zones/cockroachdb.tar.gz (126643673 bytes)
27232024-03-26T07:08:59.735Zuploaded: /work/zones/cockroachdb.tar.gz
27242024-03-26T07:08:59.736Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25272344 bytes)
27252024-03-26T07:09:09.403Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27262024-03-26T07:09:09.403Zuploading: /work/zones/crucible-zone.tar.gz (36978864 bytes)
27272024-03-26T07:09:22.916Zuploaded: /work/zones/crucible-zone.tar.gz
27282024-03-26T07:09:22.916Zuploading: /work/zones/external-dns.tar.gz (31002482 bytes)
27292024-03-26T07:09:32.667Zuploaded: /work/zones/external-dns.tar.gz
27302024-03-26T07:09:32.667Zuploading: /work/zones/internal-dns.tar.gz (31000286 bytes)
27312024-03-26T07:09:45.219Zuploaded: /work/zones/internal-dns.tar.gz
27322024-03-26T07:09:45.219Zuploading: /work/zones/nexus-single-sled.tar.gz (91661969 bytes)
27332024-03-26T07:10:23.767Zuploaded: /work/zones/nexus-single-sled.tar.gz
27342024-03-26T07:10:23.776Zuploading: /work/zones/nexus.tar.gz (91666157 bytes)
27352024-03-26T07:10:54.147Zuploaded: /work/zones/nexus.tar.gz
27362024-03-26T07:10:54.147Zuploading: /work/zones/ntp.tar.gz (10419147 bytes)
27372024-03-26T07:10:58.829Zuploaded: /work/zones/ntp.tar.gz
27382024-03-26T07:10:58.856Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16497671 bytes)
27392024-03-26T07:11:14.841Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27402024-03-26T07:11:14.841Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16496366 bytes)
27412024-03-26T07:11:21.887Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27422024-03-26T07:11:21.888Zuploading: /work/zones/overlay.tar.gz (2621 bytes)
27432024-03-26T07:11:22.929Zuploaded: /work/zones/overlay.tar.gz
27442024-03-26T07:11:22.929Zuploading: /work/zones/oximeter.tar.gz (48008601 bytes)
27452024-03-26T07:11:39.428Zuploaded: /work/zones/oximeter.tar.gz
27462024-03-26T07:11:39.429Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27472024-03-26T07:11:40.942Zuploaded: /work/zones/probe.tar.gz
27482024-03-26T07:11:40.943Zuploading: /work/zones/propolis-server.tar.gz (66360059 bytes)
27492024-03-26T07:12:02.129Zuploaded: /work/zones/propolis-server.tar.gz
27502024-03-26T07:12:02.130Zuploading: /work/zones/switch-asic.tar.gz (282347301 bytes)
27512024-03-26T07:13:47.266Zuploaded: /work/zones/switch-asic.tar.gz
27522024-03-26T07:13:47.266Zuploading: /work/zones/switch-softnpu.tar.gz (203922915 bytes)
27532024-03-26T07:14:57.332Zuploaded: /work/zones/switch-softnpu.tar.gz