01HSEMA26A07BX2DGADV5PCA01: 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: 01HSEMAFDSZNBRSXCJJGN9SB0E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-20T19:23:24.115Zjob assigned to worker 01HSEMZ1W0901TJFSRK1BY272C (queued for 13 m 21 s)
 
22024-03-20T19:23:31.392Zstarting task 0: "setup"
32024-03-20T19:23:31.510Z++ uname -s
42024-03-20T19:23:31.515Z+ kern=SunOS
52024-03-20T19:23:31.515Z+ case "$kern" in
62024-03-20T19:23:31.515Z+ groupadd -g 12345 build
72024-03-20T19:23:31.595Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-20T19:23:33.709Z+ zfs create -o mountpoint=/work rpool/work
92024-03-20T19:23:33.722Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-20T19:23:33.733Z+ home_fs=zfs
112024-03-20T19:23:33.733Z+ [[ zfs == autofs ]]
122024-03-20T19:23:33.733Z+ mkdir -p /home/build
132024-03-20T19:23:33.733Z+ chown build:build /home/build /work
142024-03-20T19:23:35.737Z+ chmod 0700 /home/build /work
152024-03-20T19:23:35.747Zprocess exited: duration 4337 ms, exit code 0
 
162024-03-20T19:23:35.782Zstarting task 1: "rust-toolchain"
172024-03-20T19:23:35.792Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-20T19:23:35.792Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-20T19:23:35.908Zinfo: downloading installer
202024-03-20T19:23:37.806Zwarning: it looks like you have an existing installation of Rust at:
212024-03-20T19:23:37.806Zwarning: /opt/ooce/bin
222024-03-20T19:23:37.806Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-20T19:23:37.806Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-20T19:23:37.806Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-20T19:23:37.806Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-20T19:23:37.807Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-20T19:23:37.807Zerror: cannot install while Rust is installed
282024-03-20T19:23:37.807Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-20T19:23:38.216Zinfo: profile set to 'default'
302024-03-20T19:23:38.217Zinfo: default host triple is x86_64-unknown-illumos
312024-03-20T19:23:38.249Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-20T19:23:38.369Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-20T19:23:38.369Zinfo: downloading component 'cargo'
342024-03-20T19:23:39.320Zinfo: downloading component 'clippy'
352024-03-20T19:23:39.644Zinfo: downloading component 'rust-docs'
362024-03-20T19:23:40.819Zinfo: downloading component 'rust-std'
372024-03-20T19:23:42.941Zinfo: downloading component 'rustc'
382024-03-20T19:23:48.107Zinfo: downloading component 'rustfmt'
392024-03-20T19:23:48.397Zinfo: installing component 'cargo'
402024-03-20T19:23:49.246Zinfo: installing component 'clippy'
412024-03-20T19:23:49.609Zinfo: installing component 'rust-docs'
422024-03-20T19:23:51.067Zinfo: installing component 'rust-std'
432024-03-20T19:23:52.880Zinfo: installing component 'rustc'
442024-03-20T19:23:57.070Zinfo: installing component 'rustfmt'
452024-03-20T19:23:57.440Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-20T19:23:57.440Z
472024-03-20T19:23:57.707Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-20T19:23:57.707Z
492024-03-20T19:23:57.717Z
502024-03-20T19:23:57.717ZRust is installed now. Great!
512024-03-20T19:23:57.717Z
522024-03-20T19:23:57.717ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-20T19:23:57.717Zenvironment variable. This has not been done automatically.
542024-03-20T19:23:57.717Z
552024-03-20T19:23:57.717ZTo configure your current shell, you need to source
562024-03-20T19:23:57.717Zthe corresponding env file under $HOME/.cargo.
572024-03-20T19:23:57.717Z
582024-03-20T19:23:57.717ZThis is usually done by running one of the following (note the leading DOT):
592024-03-20T19:23:57.717Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-20T19:23:57.717Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-20T19:23:57.847Z+ rustc --version
622024-03-20T19:23:57.917Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-20T19:23:57.934Zprocess exited: duration 22137 ms, exit code 0
 
642024-03-20T19:23:57.945Zstarting task 2: "authentication"
652024-03-20T19:23:57.970Zprocess exited: duration 24 ms, exit code 0
 
662024-03-20T19:23:58.010Zstarting task 3: "clone repository"
672024-03-20T19:23:58.020Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-20T19:23:58.020Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-20T19:23:58.721ZCloning into '/work/oxidecomputer/omicron'...
702024-03-20T19:24:04.973Z+ cd /work/oxidecomputer/omicron
712024-03-20T19:24:04.973Z+ git fetch origin c51bf3e4049d10eba26d61b5cd0faa0608fe2755
722024-03-20T19:24:05.289ZFrom https://github.com/oxidecomputer/omicron
732024-03-20T19:24:05.289Z * branch c51bf3e4049d10eba26d61b5cd0faa0608fe2755 -> FETCH_HEAD
742024-03-20T19:24:05.299Z+ [[ -n ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]]
752024-03-20T19:24:05.302Z++ git branch --show-current
762024-03-20T19:24:05.302Z+ current=main
772024-03-20T19:24:05.307Z+ [[ main != ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]]
782024-03-20T19:24:05.307Z+ git branch -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests c51bf3e4049d10eba26d61b5cd0faa0608fe2755
792024-03-20T19:24:05.311Z+ git checkout -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests
802024-03-20T19:24:05.350ZSwitched to branch 'ajs/sled-agent-api-to-manage-phys-disks/instance-tests'
812024-03-20T19:24:05.354Z+ git reset --hard c51bf3e4049d10eba26d61b5cd0faa0608fe2755
822024-03-20T19:24:05.816ZHEAD is now at c51bf3e40 fix unused test functions
832024-03-20T19:24:05.823Zprocess exited: duration 7393 ms, exit code 0
 
842024-03-20T19:24:05.844Zstarting task 4: "build"
852024-03-20T19:24:05.852Z+ cargo --version
862024-03-20T19:24:05.862Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-20T19:24:06.005Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-20T19:24:06.005Zinfo: downloading component 'cargo'
892024-03-20T19:24:06.882Zinfo: downloading component 'clippy'
902024-03-20T19:24:07.149Zinfo: downloading component 'rust-docs'
912024-03-20T19:24:08.234Zinfo: downloading component 'rust-std'
922024-03-20T19:24:10.006Zinfo: downloading component 'rustc'
932024-03-20T19:24:14.427Zinfo: downloading component 'rustfmt'
942024-03-20T19:24:14.730Zinfo: installing component 'cargo'
952024-03-20T19:24:15.662Zinfo: installing component 'clippy'
962024-03-20T19:24:16.002Zinfo: installing component 'rust-docs'
972024-03-20T19:24:17.533Zinfo: installing component 'rust-std'
982024-03-20T19:24:19.305Zinfo: installing component 'rustc'
992024-03-20T19:24:23.620Zinfo: installing component 'rustfmt'
1002024-03-20T19:24:24.037Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-20T19:24:24.042Z+ rustc --version
1022024-03-20T19:24:24.108Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-20T19:24:24.115Z++ git rev-parse HEAD
1042024-03-20T19:24:24.121Z+ COMMIT=c51bf3e4049d10eba26d61b5cd0faa0608fe2755
1052024-03-20T19:24:24.121Z+ VERSION=7.0.0-0.ci+gitc51bf3e4049
1062024-03-20T19:24:24.121Z+ echo 7.0.0-0.ci+gitc51bf3e4049
1072024-03-20T19:24:24.121Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-03-20T19:24:38.779Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-03-20T19:24:40.260Z Startup: Caching catalogs ... Done
1102024-03-20T19:24:41.886ZPlanning: Solver setup ... Done (1.245s)
1112024-03-20T19:24:41.918ZPlanning: Running solver ... Done (0.025s)
1122024-03-20T19:24:42.149ZPlanning: Finding local manifests ... Done (0.210s)
1132024-03-20T19:24:42.161ZPlanning: Fetching manifests: 0/4 0% complete
1142024-03-20T19:24:42.481ZPlanning: Fetching manifests: 4/4 100% complete
1152024-03-20T19:24:42.530ZPlanning: Package planning ... Done (0.049s)
1162024-03-20T19:24:42.582ZPlanning: Merging actions ... Done (0.052s)
1172024-03-20T19:24:43.063ZPlanning: Checking for conflicting actions ... Done (0.477s)
1182024-03-20T19:24:43.078ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-03-20T19:24:50.596ZPlanning: Evaluating mediators ... Done (7.518s)
1202024-03-20T19:24:50.610ZPlanning: Planning completed in 10.28 seconds
1212024-03-20T19:24:50.630Z Packages to install: 4
1222024-03-20T19:24:50.630Z Mediators to change: 2
1232024-03-20T19:24:50.630Z Services to change: 1
1242024-03-20T19:24:50.630Z Estimated space available: 155.32 GB
1252024-03-20T19:24:50.630ZEstimated space to be consumed: 1.43 GB
1262024-03-20T19:24:50.630Z Create boot environment: No
1272024-03-20T19:24:50.631ZCreate backup boot environment: No
1282024-03-20T19:24:50.631Z Rebuild boot archive: No
1292024-03-20T19:24:50.631Z
1302024-03-20T19:24:50.631ZChanged mediators:
1312024-03-20T19:24:50.631Z mediator clang:
1322024-03-20T19:24:50.631Z version: None -> 15 (system default)
1332024-03-20T19:24:50.631Z
1342024-03-20T19:24:50.631Z mediator llvm:
1352024-03-20T19:24:50.632Z version: 14 (system default) -> 15 (system default)
1362024-03-20T19:24:50.632Z
1372024-03-20T19:24:50.632ZChanged packages:
1382024-03-20T19:24:50.632Zhelios-dev
1392024-03-20T19:24:50.632Z developer/build-essential
1402024-03-20T19:24:50.632Z None -> 11-2.0
1412024-03-20T19:24:50.633Z library/libxmlsec1
1422024-03-20T19:24:50.633Z None -> 1.2.35-2.0
1432024-03-20T19:24:50.633Z ooce/developer/clang-15
1442024-03-20T19:24:50.633Z None -> 15.0.7-2.0
1452024-03-20T19:24:50.633Z ooce/developer/llvm-15
1462024-03-20T19:24:50.633Z None -> 15.0.7-2.0
1472024-03-20T19:24:50.633Z
1482024-03-20T19:24:50.633ZServices:
1492024-03-20T19:24:50.634Z restart_fmri:
1502024-03-20T19:24:50.634Z svc:/system/update-man-index:default
1512024-03-20T19:24:50.719Z
1522024-03-20T19:24:50.720ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-03-20T19:24:56.099ZDownload: 1197/3290 items 58.2/212.6MB 27% complete (12.8M/s)
1542024-03-20T19:25:01.114ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1552024-03-20T19:25:06.221ZDownload: 3247/3290 items 170.4/212.6MB 80% complete (11.4M/s)
1562024-03-20T19:25:08.718ZDownload: Completed 212.60 MB in 18.00 seconds (11.8M/s)
1572024-03-20T19:25:11.842Z Actions: 1/3689 actions (Installing new actions)
1582024-03-20T19:25:16.860Z Actions: 3548/3689 actions (Installing new actions)
1592024-03-20T19:25:17.735Z Actions: Completed 3689 actions in 5.88 seconds.
1602024-03-20T19:25:17.942Z Done (0.200s)
1612024-03-20T19:25:17.943Z Done (0.000s)
1622024-03-20T19:25:18.184Z Done (0.248s)
1632024-03-20T19:25:23.969Z Done (5.649s)
1642024-03-20T19:25:24.192Z Done (0.152s)
1652024-03-20T19:25:24.197Z Done (0.000s)
1662024-03-20T19:25:24.360Z Done (0.000s)
1672024-03-20T19:25:24.907ZPlanning: Evaluating mediator changes ... Done
1682024-03-20T19:25:25.072ZPlanning: Checking for conflicting actions ... Done
1692024-03-20T19:25:25.076ZPlanning: Consolidating action changes ... Done
1702024-03-20T19:25:25.343ZPlanning: Evaluating mediators ... Done
1712024-03-20T19:25:25.348ZPlanning: Planning completed in 0.44 seconds
1722024-03-20T19:25:25.384Z Mediators to change: 2
1732024-03-20T19:25:25.384Z Create boot environment: No
1742024-03-20T19:25:25.394ZCreate backup boot environment: No
1752024-03-20T19:25:25.475Z Done
1762024-03-20T19:25:25.476Z Done
1772024-03-20T19:25:25.622Z Done
1782024-03-20T19:25:29.393Z Done
1792024-03-20T19:25:29.480Z Done
1802024-03-20T19:25:29.484Z Done
1812024-03-20T19:25:29.584Z Done
1822024-03-20T19:25:30.238ZPlanning: Evaluating mediator changes ... Done
1832024-03-20T19:25:30.243ZPlanning: Merging actions ... Done
1842024-03-20T19:25:30.436ZPlanning: Checking for conflicting actions ... Done
1852024-03-20T19:25:30.442ZPlanning: Consolidating action changes ... Done
1862024-03-20T19:25:30.707ZPlanning: Evaluating mediators ... Done
1872024-03-20T19:25:30.766ZPlanning: Planning completed in 0.81 seconds
1882024-03-20T19:25:30.802Z Packages to change: 1
1892024-03-20T19:25:30.802Z Mediators to change: 1
1902024-03-20T19:25:30.803Z Services to change: 1
1912024-03-20T19:25:30.808Z Create boot environment: No
1922024-03-20T19:25:30.808ZCreate backup boot environment: Yes
1932024-03-20T19:25:31.696Z Actions: 1/6 actions (Updating modified actions)
1942024-03-20T19:25:31.701Z Actions: Completed 6 actions in 0.00 seconds.
1952024-03-20T19:25:31.701Z Done
1962024-03-20T19:25:31.701Z Done
1972024-03-20T19:25:31.758Z Done
1982024-03-20T19:25:35.489Z Done
1992024-03-20T19:25:35.576Z Done
2002024-03-20T19:25:35.581Z Done
2012024-03-20T19:25:35.694Z Done
2022024-03-20T19:25:36.140ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-03-20T19:25:36.141Zclang system 15 system
2042024-03-20T19:25:36.141Zcsh system system illumos
2052024-03-20T19:25:36.141Zctags system system illumos
2062024-03-20T19:25:36.141Zgcc vendor 12 vendor
2072024-03-20T19:25:36.141Zgcc system 10 system
2082024-03-20T19:25:36.141Zgcc system 7 system
2092024-03-20T19:25:36.141Zgo system 1.20 system
2102024-03-20T19:25:36.141Zgo system 1.19 system
2112024-03-20T19:25:36.141Zllvm system 15 system
2122024-03-20T19:25:36.141Zllvm system 14 system
2132024-03-20T19:25:36.142Zmariadb system 10.6 system
2142024-03-20T19:25:36.142Zmta vendor vendor dma
2152024-03-20T19:25:36.142Zopenjdk system 17 system
2162024-03-20T19:25:36.142Zopenjdk system 11 system
2172024-03-20T19:25:36.142Zopenjdk system 1.8 system
2182024-03-20T19:25:36.142Zopenssl vendor 3 vendor
2192024-03-20T19:25:36.142Zperl system 5.36 system
2202024-03-20T19:25:36.142Zpostgresql system 15 system
2212024-03-20T19:25:36.142Zpostgresql system 13 system
2222024-03-20T19:25:36.142Zpython vendor 3 vendor
2232024-03-20T19:25:36.142Zpython system 2 system
2242024-03-20T19:25:36.143Zpython3 system 3.11 system
2252024-03-20T19:25:36.143Zruby system 3.0 system
2262024-03-20T19:25:36.143Zwords vendor vendor american-english
2272024-03-20T19:25:36.143Zwords system system australian-english
2282024-03-20T19:25:36.143Zwords system system british-english
2292024-03-20T19:25:36.143Zwords system system canadian-english
2302024-03-20T19:25:36.143Zwords system system french
2312024-03-20T19:25:36.143Zwords system system italian
2322024-03-20T19:25:36.143Zwords system system ngerman
2332024-03-20T19:25:36.143Zwords system system ogerman
2342024-03-20T19:25:36.143Zwords system system spanish
2352024-03-20T19:25:36.470ZPUBLISHER TYPE STATUS P LOCATION
2362024-03-20T19:25:36.470Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-03-20T19:25:37.715ZFMRI IFO
2382024-03-20T19:25:37.716Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-03-20T19:25:37.716Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-03-20T19:25:37.716Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-03-20T19:25:37.716Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-03-20T19:25:37.717Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-03-20T19:25:37.717Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-03-20T19:25:37.717Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2452024-03-20T19:25:37.717Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2462024-03-20T19:25:37.717Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-03-20T19:25:37.717Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-03-20T19:25:37.717Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-03-20T19:25:37.717Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-03-20T19:25:37.953Z+ set -o errexit
2512024-03-20T19:25:37.958Z+++ dirname ./tools/ci_download_cockroachdb
2522024-03-20T19:25:37.958Z++ cd ./tools
2532024-03-20T19:25:37.959Z++ pwd
2542024-03-20T19:25:37.959Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2552024-03-20T19:25:37.959Z++ basename ./tools/ci_download_cockroachdb
2562024-03-20T19:25:38.019Z+ ARG0=ci_download_cockroachdb
2572024-03-20T19:25:38.019Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2582024-03-20T19:25:38.019Z+ CIDL_VERSION=v22.1.9
2592024-03-20T19:25:38.019Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2602024-03-20T19:25:38.019Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2612024-03-20T19:25:38.019Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2622024-03-20T19:25:38.019Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2632024-03-20T19:25:38.019Z+ TARGET_DIR=out
2642024-03-20T19:25:38.019Z+ DOWNLOAD_DIR=out/downloads
2652024-03-20T19:25:38.020Z+ DEST_DIR=./out/cockroachdb
2662024-03-20T19:25:38.020Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2672024-03-20T19:25:38.020Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2682024-03-20T19:25:38.020Z+ main
2692024-03-20T19:25:38.020Z+ [[ 0 != 0 ]]
2702024-03-20T19:25:38.020Z+ CIDL_OS=solaris2.11
2712024-03-20T19:25:38.020Z+ [[ 0 != 0 ]]
2722024-03-20T19:25:38.020Z+ configure_os solaris2.11
2732024-03-20T19:25:38.020Z+ echo 'current directory: /work/oxidecomputer/omicron'
2742024-03-20T19:25:38.020Zcurrent directory: /work/oxidecomputer/omicron
2752024-03-20T19:25:38.020Z+ echo 'configuring based on OS: "solaris2.11"'
2762024-03-20T19:25:38.020Z+ case "$1" in
2772024-03-20T19:25:38.020Zconfiguring based on OS: "solaris2.11"
2782024-03-20T19:25:38.021Z+ CIDL_BUILD=illumos
2792024-03-20T19:25:38.021Z+ CIDL_SUFFIX=tar.gz
2802024-03-20T19:25:38.021Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-03-20T19:25:38.021Z+ CIDL_URL_BASE=https://illumos.org/downloads
2822024-03-20T19:25:38.021Z+ CIDL_ASSEMBLE=do_assemble_illumos
2832024-03-20T19:25:38.021Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2842024-03-20T19:25:38.021Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2852024-03-20T19:25:38.021Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-03-20T19:25:38.021Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2872024-03-20T19:25:38.021Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-03-20T19:25:38.021Z+ CIDL_SHA256FUNC=do_sha256sum
2892024-03-20T19:25:38.021Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902024-03-20T19:25:38.022Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-03-20T19:25:38.022Z+ mkdir -p out/downloads
2922024-03-20T19:25:38.022ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-20T19:25:38.022ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-03-20T19:25:38.022Z+ mkdir -p ./out/cockroachdb
2952024-03-20T19:25:38.022Z+ local DO_DOWNLOAD=true
2962024-03-20T19:25:38.022Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2972024-03-20T19:25:38.022Z+ '[' true == true ']'
2982024-03-20T19:25:38.022Z+ echo Downloading...
2992024-03-20T19:25:38.023ZDownloading...
3002024-03-20T19:25:38.023Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-03-20T19:25:38.023Z+ 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
3022024-03-20T19:25:41.157Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-03-20T19:25:41.164Z++ sha256sum
3042024-03-20T19:25:41.164Z++ awk '{print $1}'
3052024-03-20T19:25:41.340Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3062024-03-20T19:25:41.341Z+ [[ 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 ]]
3072024-03-20T19:25:41.349Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-03-20T19:25:41.349Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3092024-03-20T19:25:43.512Z+ do_assemble_illumos
3102024-03-20T19:25:43.512Z+ rm -r ./out/cockroachdb
3112024-03-20T19:25:43.516Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3122024-03-20T19:25:43.915Z+ ./out/cockroachdb/bin/cockroach version
3132024-03-20T19:25:44.087ZBuild Tag: v22.1.9-dirty
3142024-03-20T19:25:44.088ZBuild Time: 2022/10/26 21:17:46
3152024-03-20T19:25:44.088ZDistribution: OSS
3162024-03-20T19:25:44.088ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3172024-03-20T19:25:44.088ZGo Version: go1.17.13
3182024-03-20T19:25:44.088ZC Compiler: gcc 10.3.0
3192024-03-20T19:25:44.089ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3202024-03-20T19:25:44.089ZBuild Type: release
3212024-03-20T19:25:44.102Z+ set -o errexit
3222024-03-20T19:25:44.111Z+++ dirname ./tools/ci_download_clickhouse
3232024-03-20T19:25:44.111Z++ cd ./tools
3242024-03-20T19:25:44.111Z++ pwd
3252024-03-20T19:25:44.111Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3262024-03-20T19:25:44.111Z++ basename ./tools/ci_download_clickhouse
3272024-03-20T19:25:44.112Z+ ARG0=ci_download_clickhouse
3282024-03-20T19:25:44.112Z+ TARGET_DIR=out
3292024-03-20T19:25:44.112Z+ DOWNLOAD_DIR=out/downloads
3302024-03-20T19:25:44.112Z+ DEST_DIR=./out/clickhouse
3312024-03-20T19:25:44.112Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3322024-03-20T19:25:44.112Z+ CIDL_VERSION=v23.8.7.24
3332024-03-20T19:25:44.112Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3342024-03-20T19:25:44.112Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3352024-03-20T19:25:44.113Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3362024-03-20T19:25:44.113Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3372024-03-20T19:25:44.113Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3382024-03-20T19:25:44.113Z+ main
3392024-03-20T19:25:44.113Z+ [[ 0 != 0 ]]
3402024-03-20T19:25:44.113Z+ CIDL_OS=solaris2.11
3412024-03-20T19:25:44.113Z+ [[ 0 != 0 ]]
3422024-03-20T19:25:44.113Z+ configure_os solaris2.11
3432024-03-20T19:25:44.113Z+ echo 'current directory: /work/oxidecomputer/omicron'
3442024-03-20T19:25:44.114Zcurrent directory: /work/oxidecomputer/omicron
3452024-03-20T19:25:44.114Z+ echo 'configuring based on OS: "solaris2.11"'
3462024-03-20T19:25:44.114Z+ CIDL_DASHREV=
3472024-03-20T19:25:44.114Zconfiguring based on OS: "solaris2.11"
3482024-03-20T19:25:44.114Z+ case "$1" in
3492024-03-20T19:25:44.114Z+ CIDL_PLATFORM=illumos
3502024-03-20T19:25:44.114Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3512024-03-20T19:25:44.114Z+ CIDL_MD5FUNC=do_md5sum
3522024-03-20T19:25:44.115Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3532024-03-20T19:25:44.115Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3542024-03-20T19:25:44.115Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-20T19:25:44.115Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-03-20T19:25:44.115ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-03-20T19:25:44.115Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-03-20T19:25:44.116ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-20T19:25:44.116Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-03-20T19:25:44.116Z+ mkdir -p out/downloads
3612024-03-20T19:25:44.120Z+ mkdir -p ./out/clickhouse
3622024-03-20T19:25:44.121Z+ local DO_DOWNLOAD=true
3632024-03-20T19:25:44.121Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3642024-03-20T19:25:44.121Z+ '[' true == true ']'
3652024-03-20T19:25:44.121Z+ echo Downloading...
3662024-03-20T19:25:44.122ZDownloading...
3672024-03-20T19:25:44.122Z+ 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
3682024-03-20T19:25:44.122Z+ 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
3692024-03-20T19:25:46.838Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-03-20T19:25:46.846Z++ md5sum
3712024-03-20T19:25:46.847Z++ awk '{print $1}'
3722024-03-20T19:25:47.052Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3732024-03-20T19:25:47.052Z+ [[ 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 ]]
3742024-03-20T19:25:47.059Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3752024-03-20T19:25:47.060Z+ mkdir -p ./out/clickhouse
3762024-03-20T19:25:47.060Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3772024-03-20T19:25:50.911Z+ [[ solaris2.11 == darwin* ]]
3782024-03-20T19:25:50.911Z+ ./out/clickhouse/clickhouse server --version
3792024-03-20T19:25:51.401ZClickHouse server version 23.8.7.1.
3802024-03-20T19:25:51.418Z+ set -o errexit
3812024-03-20T19:25:51.423Z+++ dirname ./tools/ci_download_console
3822024-03-20T19:25:51.435Z++ cd ./tools
3832024-03-20T19:25:51.435Z++ pwd
3842024-03-20T19:25:51.435Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3852024-03-20T19:25:51.435Z++ basename ./tools/ci_download_console
3862024-03-20T19:25:51.435Z+ ARG0=ci_download_console
3872024-03-20T19:25:51.435Z+ TARGET_DIR=out
3882024-03-20T19:25:51.435Z+ DOWNLOAD_DIR=out/downloads
3892024-03-20T19:25:51.435Z+ DEST_DIR=./out/console-assets
3902024-03-20T19:25:51.435Z+ source /work/oxidecomputer/omicron/tools/console_version
3912024-03-20T19:25:51.435Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3922024-03-20T19:25:51.435Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3932024-03-20T19:25:51.435Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3942024-03-20T19:25:51.435Z+ TARBALL_FILE=out/downloads/console.tar.gz
3952024-03-20T19:25:51.435Z+ main
3962024-03-20T19:25:51.435Z+ [[ 0 != 0 ]]
3972024-03-20T19:25:51.435Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
3982024-03-20T19:25:51.435ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3992024-03-20T19:25:51.436ZLocal file: out/downloads/console.tar.gz
4002024-03-20T19:25:51.436Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-03-20T19:25:51.436Z+ local DO_DOWNLOAD=true
4022024-03-20T19:25:51.436Z+ [[ -f out/downloads/console.tar.gz ]]
4032024-03-20T19:25:51.436Z+ mkdir -p out/downloads
4042024-03-20T19:25:51.448Z+ '[' true == true ']'
4052024-03-20T19:25:51.448Z+ echo Downloading...
4062024-03-20T19:25:51.448ZDownloading...
4072024-03-20T19:25:51.448Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4082024-03-20T19:25:51.448Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4092024-03-20T19:25:51.946Z++ do_sha256sum out/downloads/console.tar.gz
4102024-03-20T19:25:51.947Z++ case "$OSTYPE" in
4112024-03-20T19:25:51.954Z++ SHA=sha256sum
4122024-03-20T19:25:51.955Z++ sha256sum
4132024-03-20T19:25:51.955Z++ awk '{print $1}'
4142024-03-20T19:25:51.955Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4152024-03-20T19:25:51.955Z+ [[ 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 ]]
4162024-03-20T19:25:51.955Z+ rm -rf ./out/console-assets
4172024-03-20T19:25:51.963Z+ mkdir -p ./out/console-assets
4182024-03-20T19:25:51.964Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4192024-03-20T19:25:51.964Z+ mkdir -p ./out/console-assets
4202024-03-20T19:25:51.964Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4212024-03-20T19:25:52.053Z+ set -o errexit
4222024-03-20T19:25:52.497Z+++ dirname ./tools/ci_download_maghemite_openapi
4232024-03-20T19:25:52.497Z++ cd ./tools
4242024-03-20T19:25:52.497Z++ pwd
4252024-03-20T19:25:52.497Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4262024-03-20T19:25:52.497Z++ basename ./tools/ci_download_maghemite_openapi
4272024-03-20T19:25:52.497Z+ ARG0=ci_download_maghemite_openapi
4282024-03-20T19:25:52.497Z+ TARGET_DIR=out
4292024-03-20T19:25:52.498Z+ DOWNLOAD_DIR=out/downloads
4302024-03-20T19:25:52.498Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4312024-03-20T19:25:52.498Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4322024-03-20T19:25:52.498Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4332024-03-20T19:25:52.498Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4342024-03-20T19:25:52.499Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4352024-03-20T19:25:52.499Z+ main
4362024-03-20T19:25:52.499Z+ rm -rf out/downloads/root
4372024-03-20T19:25:52.499Z+ [[ 0 != 0 ]]
4382024-03-20T19:25:52.499Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4392024-03-20T19:25:52.499ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4402024-03-20T19:25:52.499Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4412024-03-20T19:25:52.499ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4422024-03-20T19:25:52.499Z+ local DO_DOWNLOAD=true
4432024-03-20T19:25:52.500Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4442024-03-20T19:25:52.500Z+ mkdir -p out/downloads
4452024-03-20T19:25:52.500Z+ '[' true == true ']'
4462024-03-20T19:25:52.500Z+ echo Downloading...
4472024-03-20T19:25:52.500ZDownloading...
4482024-03-20T19:25:52.500Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4492024-03-20T19:25:52.500Z+ 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
4502024-03-20T19:25:52.500Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4512024-03-20T19:25:52.500Z++ case "$OSTYPE" in
4522024-03-20T19:25:52.500Z++ SHA=sha256sum
4532024-03-20T19:25:52.500Z++ sha256sum
4542024-03-20T19:25:52.501Z++ awk '{print $1}'
4552024-03-20T19:25:52.501Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4562024-03-20T19:25:52.501Z+ [[ 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 ]]
4572024-03-20T19:25:52.501Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4582024-03-20T19:25:52.501Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4592024-03-20T19:25:52.501Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4602024-03-20T19:25:52.501Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4612024-03-20T19:25:52.501Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4622024-03-20T19:25:52.501Z+ main
4632024-03-20T19:25:52.501Z+ rm -rf out/downloads/root
4642024-03-20T19:25:52.502Z+ [[ 0 != 0 ]]
4652024-03-20T19:25:52.502Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
4662024-03-20T19:25:52.502ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4672024-03-20T19:25:52.502Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4682024-03-20T19:25:52.502Z+ local DO_DOWNLOAD=true
4692024-03-20T19:25:52.502ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4702024-03-20T19:25:52.502Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4712024-03-20T19:25:52.502Z+ mkdir -p out/downloads
4722024-03-20T19:25:52.503Z+ '[' true == true ']'
4732024-03-20T19:25:52.503Z+ echo Downloading...
4742024-03-20T19:25:52.503ZDownloading...
4752024-03-20T19:25:52.503Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4762024-03-20T19:25:52.503Z+ 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
4772024-03-20T19:25:52.521Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4782024-03-20T19:25:52.521Z++ case "$OSTYPE" in
4792024-03-20T19:25:52.521Z++ SHA=sha256sum
4802024-03-20T19:25:52.521Z++ sha256sum
4812024-03-20T19:25:52.521Z++ awk '{print $1}'
4822024-03-20T19:25:52.521Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4832024-03-20T19:25:52.521Z+ [[ 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 ]]
4842024-03-20T19:25:52.521Z+ set -o errexit
4852024-03-20T19:25:52.538Z+++ dirname ./tools/ci_download_dendrite_openapi
4862024-03-20T19:25:52.538Z++ cd ./tools
4872024-03-20T19:25:52.538Z++ pwd
4882024-03-20T19:25:52.538Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4892024-03-20T19:25:52.538Z++ basename ./tools/ci_download_dendrite_openapi
4902024-03-20T19:25:52.538Z+ ARG0=ci_download_dendrite_openapi
4912024-03-20T19:25:52.538Z+ TARGET_DIR=out
4922024-03-20T19:25:52.538Z+ DOWNLOAD_DIR=out/downloads
4932024-03-20T19:25:52.538Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4942024-03-20T19:25:52.538Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
4952024-03-20T19:25:52.538Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4962024-03-20T19:25:52.539Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
4972024-03-20T19:25:52.539Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
4982024-03-20T19:25:52.539Z+ main
4992024-03-20T19:25:52.539Z+ [[ 0 != 0 ]]
5002024-03-20T19:25:52.539Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
5012024-03-20T19:25:52.539ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5022024-03-20T19:25:52.539Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5032024-03-20T19:25:52.539Z+ local DO_DOWNLOAD=true
5042024-03-20T19:25:52.539ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5052024-03-20T19:25:52.539Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5062024-03-20T19:25:52.539Z+ mkdir -p out/downloads
5072024-03-20T19:25:52.539Z+ '[' true == true ']'
5082024-03-20T19:25:52.539Z+ echo Downloading...
5092024-03-20T19:25:52.539ZDownloading...
5102024-03-20T19:25:52.539Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5112024-03-20T19:25:52.539Z+ 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
5122024-03-20T19:25:52.880Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5132024-03-20T19:25:52.881Z++ case "$OSTYPE" in
5142024-03-20T19:25:52.881Z++ SHA=sha256sum
5152024-03-20T19:25:53.294Z++ sha256sum
5162024-03-20T19:25:53.294Z++ awk '{print $1}'
5172024-03-20T19:25:53.294Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5182024-03-20T19:25:53.294Z+ [[ 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 ]]
5192024-03-20T19:25:53.294Z+ set -o errexit
5202024-03-20T19:25:53.294Z+++ dirname ./tools/ci_download_dendrite_stub
5212024-03-20T19:25:53.294Z++ cd ./tools
5222024-03-20T19:25:53.294Z++ pwd
5232024-03-20T19:25:53.294Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242024-03-20T19:25:53.300Z++ basename ./tools/ci_download_dendrite_stub
5252024-03-20T19:25:53.300Z+ ARG0=ci_download_dendrite_stub
5262024-03-20T19:25:53.300Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5272024-03-20T19:25:53.300Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5282024-03-20T19:25:53.300Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5292024-03-20T19:25:53.300Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5302024-03-20T19:25:53.300Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5312024-03-20T19:25:53.300Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5322024-03-20T19:25:53.300Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5332024-03-20T19:25:53.300Z+ TARGET_DIR=out
5342024-03-20T19:25:53.300Z+ DOWNLOAD_DIR=out/downloads
5352024-03-20T19:25:53.301Z+ DEST_DIR=./out/dendrite-stub
5362024-03-20T19:25:53.301Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5372024-03-20T19:25:53.301Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5382024-03-20T19:25:53.301Z+ REPO=oxidecomputer/dendrite
5392024-03-20T19:25:53.301Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5402024-03-20T19:25:53.301Z+ main
5412024-03-20T19:25:53.301Z+ [[ 0 != 0 ]]
5422024-03-20T19:25:53.301Z+ CIDL_OS=solaris2.11
5432024-03-20T19:25:53.301Z+ [[ 0 != 0 ]]
5442024-03-20T19:25:53.301Z+ configure_os solaris2.11
5452024-03-20T19:25:53.301Z+ echo 'current directory: /work/oxidecomputer/omicron'
5462024-03-20T19:25:53.301Zcurrent directory: /work/oxidecomputer/omicron
5472024-03-20T19:25:53.301Z+ echo 'configuring based on OS: "solaris2.11"'
5482024-03-20T19:25:53.301Zconfiguring based on OS: "solaris2.11"
5492024-03-20T19:25:53.301Z+ case "$1" in
5502024-03-20T19:25:53.301Z+ SET_BINARIES=
5512024-03-20T19:25:53.301Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5522024-03-20T19:25:53.301Z+ CIDL_SHA256FUNC=do_sha256sum
5532024-03-20T19:25:53.301Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5542024-03-20T19:25:53.301Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5552024-03-20T19:25:53.301Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5562024-03-20T19:25:53.301Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5572024-03-20T19:25:53.301ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5582024-03-20T19:25:53.302ZLocal file: out/downloads/dendrite-stub.tar.gz
5592024-03-20T19:25:53.302Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5602024-03-20T19:25:53.302Z+ mkdir -p out/downloads
5612024-03-20T19:25:53.302Z+ mkdir -p ./out/dendrite-stub
5622024-03-20T19:25:53.302Z+ fetch_and_verify
5632024-03-20T19:25:53.302Z+ local DO_DOWNLOAD=true
5642024-03-20T19:25:53.302Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5652024-03-20T19:25:53.302Z+ '[' true == true ']'
5662024-03-20T19:25:53.302Z+ echo Downloading...
5672024-03-20T19:25:53.302ZDownloading...
5682024-03-20T19:25:53.302Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5692024-03-20T19:25:53.302Z+ 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
5702024-03-20T19:26:03.191Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5712024-03-20T19:26:03.198Z++ sha256sum
5722024-03-20T19:26:03.198Z++ awk '{print $1}'
5732024-03-20T19:26:03.215Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5742024-03-20T19:26:03.216Z+ [[ 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 ]]
5752024-03-20T19:26:03.221Z+ do_untar out/downloads/dendrite-stub.tar.gz
5762024-03-20T19:26:03.221Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5772024-03-20T19:26:03.921Z+ do_assemble
5782024-03-20T19:26:03.921Z+ rm -r ./out/dendrite-stub
5792024-03-20T19:26:03.932Z+ mkdir ./out/dendrite-stub
5802024-03-20T19:26:03.932Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5812024-03-20T19:26:04.031Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5822024-03-20T19:26:04.046Z+ set -o errexit
5832024-03-20T19:26:04.065Z+++ dirname ./tools/ci_download_maghemite_mgd
5842024-03-20T19:26:04.065Z++ cd ./tools
5852024-03-20T19:26:04.065Z++ pwd
5862024-03-20T19:26:04.065Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5872024-03-20T19:26:04.066Z++ basename ./tools/ci_download_maghemite_mgd
5882024-03-20T19:26:04.066Z+ ARG0=ci_download_maghemite_mgd
5892024-03-20T19:26:04.066Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5902024-03-20T19:26:04.066Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
5912024-03-20T19:26:04.066Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
5922024-03-20T19:26:04.066Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5932024-03-20T19:26:04.066Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
5942024-03-20T19:26:04.066Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
5952024-03-20T19:26:04.066Z+ TARGET_DIR=out
5962024-03-20T19:26:04.067Z+ DOWNLOAD_DIR=out/downloads
5972024-03-20T19:26:04.067Z+ DEST_DIR=./out/mgd
5982024-03-20T19:26:04.067Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5992024-03-20T19:26:04.067Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6002024-03-20T19:26:04.067Z+ REPO=oxidecomputer/maghemite
6012024-03-20T19:26:04.067Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6022024-03-20T19:26:04.067Z+ main
6032024-03-20T19:26:04.067Z+ rm -rf out/downloads/root
6042024-03-20T19:26:04.083Z+ [[ 0 != 0 ]]
6052024-03-20T19:26:04.083Z+ CIDL_OS=solaris2.11
6062024-03-20T19:26:04.083Z+ [[ 0 != 0 ]]
6072024-03-20T19:26:04.084Z+ configure_os solaris2.11
6082024-03-20T19:26:04.084Z+ echo 'current directory: /work/oxidecomputer/omicron'
6092024-03-20T19:26:04.084Zcurrent directory: /work/oxidecomputer/omicron
6102024-03-20T19:26:04.084Z+ echo 'configuring based on OS: "solaris2.11"'
6112024-03-20T19:26:04.084Zconfiguring based on OS: "solaris2.11"
6122024-03-20T19:26:04.084Z+ case "$1" in
6132024-03-20T19:26:04.084Z+ SET_BINARIES=
6142024-03-20T19:26:04.085Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-03-20T19:26:04.085Z+ TARBALL_FILENAME=mgd.tar.gz
6162024-03-20T19:26:04.085Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6172024-03-20T19:26:04.085Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6182024-03-20T19:26:04.085Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6192024-03-20T19:26:04.085Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6202024-03-20T19:26:04.085ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6212024-03-20T19:26:04.086ZLocal file: out/downloads/mgd.tar.gz
6222024-03-20T19:26:04.086Z+ mkdir -p out/downloads
6232024-03-20T19:26:04.086Z+ mkdir -p ./out/mgd
6242024-03-20T19:26:04.086Z+ fetch_and_verify
6252024-03-20T19:26:04.086Z+ local DO_DOWNLOAD=true
6262024-03-20T19:26:04.086Z+ [[ -f out/downloads/mgd.tar.gz ]]
6272024-03-20T19:26:04.087Z+ '[' true == true ']'
6282024-03-20T19:26:04.087Z+ echo Downloading...
6292024-03-20T19:26:04.087ZDownloading...
6302024-03-20T19:26:04.087Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6312024-03-20T19:26:04.087Z+ 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
6322024-03-20T19:26:12.465Z++ do_sha256sum out/downloads/mgd.tar.gz
6332024-03-20T19:26:12.470Z++ sha256sum
6342024-03-20T19:26:12.470Z++ awk '{print $1}'
6352024-03-20T19:26:12.485Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6362024-03-20T19:26:12.489Z+ [[ 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 ]]
6372024-03-20T19:26:12.489Z+ do_untar out/downloads/mgd.tar.gz
6382024-03-20T19:26:12.489Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6392024-03-20T19:26:12.940Z+ do_assemble
6402024-03-20T19:26:12.940Z+ rm -r ./out/mgd
6412024-03-20T19:26:12.945Z+ mkdir ./out/mgd
6422024-03-20T19:26:12.945Z+ cp -r out/downloads/root ./out/mgd/root
6432024-03-20T19:26:12.997Z+ set -o errexit
6442024-03-20T19:26:13.002Z+++ dirname ./tools/ci_download_transceiver_control
6452024-03-20T19:26:13.002Z++ cd ./tools
6462024-03-20T19:26:13.002Z++ pwd
6472024-03-20T19:26:13.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6482024-03-20T19:26:13.008Z++ basename ./tools/ci_download_transceiver_control
6492024-03-20T19:26:13.008Z+ ARG0=ci_download_transceiver_control
6502024-03-20T19:26:13.008Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6512024-03-20T19:26:13.008Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6522024-03-20T19:26:13.008Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6532024-03-20T19:26:13.008Z+ TARGET_DIR=out
6542024-03-20T19:26:13.008Z+ DOWNLOAD_DIR=out/downloads
6552024-03-20T19:26:13.008Z+ DEST_DIR=./out/transceiver-control
6562024-03-20T19:26:13.008Z+ BIN_DIR=/opt/oxide/bin
6572024-03-20T19:26:13.008Z+ BINARY=xcvradm
6582024-03-20T19:26:13.008Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6592024-03-20T19:26:13.008Z+ REPO=oxidecomputer/transceiver-control
6602024-03-20T19:26:13.008Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6612024-03-20T19:26:13.008Z+ main
6622024-03-20T19:26:13.008Z+ [[ 0 != 0 ]]
6632024-03-20T19:26:13.008Z+ CIDL_OS=solaris2.11
6642024-03-20T19:26:13.008Z+ [[ 0 != 0 ]]
6652024-03-20T19:26:13.008Z+ configure_os solaris2.11
6662024-03-20T19:26:13.008Z+ echo 'current directory: /work/oxidecomputer/omicron'
6672024-03-20T19:26:13.008Zcurrent directory: /work/oxidecomputer/omicron
6682024-03-20T19:26:13.008Z+ echo 'configuring based on OS: "solaris2.11"'
6692024-03-20T19:26:13.009Zconfiguring based on OS: "solaris2.11"
6702024-03-20T19:26:13.009Z+ case "$1" in
6712024-03-20T19:26:13.009Z+ SET_BINARIES=
6722024-03-20T19:26:13.009Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-03-20T19:26:13.009Z+ CIDL_SHA256FUNC=do_sha256sum
6742024-03-20T19:26:13.009Z+ ARCHIVE_FILENAME=xcvradm.gz
6752024-03-20T19:26:13.009Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6762024-03-20T19:26:13.009Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6772024-03-20T19:26:13.009Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6782024-03-20T19:26:13.009Z+ echo 'Local file: out/downloads/xcvradm.gz'
6792024-03-20T19:26:13.009ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802024-03-20T19:26:13.009ZLocal file: out/downloads/xcvradm.gz
6812024-03-20T19:26:13.009Z+ mkdir -p out/downloads
6822024-03-20T19:26:13.014Z+ mkdir -p ./out/transceiver-control
6832024-03-20T19:26:13.014Z+ fetch_and_verify
6842024-03-20T19:26:13.014Z+ local DO_DOWNLOAD=true
6852024-03-20T19:26:13.014Z+ [[ -f out/downloads/xcvradm.gz ]]
6862024-03-20T19:26:13.014Z+ '[' true == true ']'
6872024-03-20T19:26:13.014Z+ echo Downloading...
6882024-03-20T19:26:13.014ZDownloading...
6892024-03-20T19:26:13.014Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6902024-03-20T19:26:13.014Z+ 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
6912024-03-20T19:26:14.197Z++ do_sha256sum out/downloads/xcvradm.gz
6922024-03-20T19:26:14.203Z++ sha256sum
6932024-03-20T19:26:14.203Z++ awk '{print $1}'
6942024-03-20T19:26:14.218Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6952024-03-20T19:26:14.219Z+ [[ 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 ]]
6962024-03-20T19:26:14.219Z+ do_unpack out/downloads/xcvradm.gz
6972024-03-20T19:26:14.219Z+ mkdir -p out/downloads/root//opt/oxide/bin
6982024-03-20T19:26:14.219Z+ gzip -dc out/downloads/xcvradm.gz
6992024-03-20T19:26:14.325Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7002024-03-20T19:26:14.329Z+ do_assemble
7012024-03-20T19:26:14.329Z+ rm -r ./out/transceiver-control
7022024-03-20T19:26:14.329Z+ mkdir ./out/transceiver-control
7032024-03-20T19:26:14.332Z+ cp -r out/downloads/root ./out/transceiver-control/root
7042024-03-20T19:26:14.411Z+ set -o errexit
7052024-03-20T19:26:14.419Z+++ dirname ./tools/ci_download_thundermuffin
7062024-03-20T19:26:14.419Z++ cd ./tools
7072024-03-20T19:26:14.419Z++ pwd
7082024-03-20T19:26:14.420Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7092024-03-20T19:26:14.424Z++ basename ./tools/ci_download_thundermuffin
7102024-03-20T19:26:14.424Z+ ARG0=ci_download_thundermuffin
7112024-03-20T19:26:14.424Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7122024-03-20T19:26:14.424Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7132024-03-20T19:26:14.424Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7142024-03-20T19:26:14.424Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7152024-03-20T19:26:14.424Z+ TARGET_DIR=out
7162024-03-20T19:26:14.424Z+ DOWNLOAD_DIR=out/downloads
7172024-03-20T19:26:14.424Z+ DEST_DIR=./out/thundermuffin
7182024-03-20T19:26:14.424Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7192024-03-20T19:26:14.424Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7202024-03-20T19:26:14.424Z+ REPO=oxidecomputer/thundermuffin
7212024-03-20T19:26:14.424Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7222024-03-20T19:26:14.425Z+ main
7232024-03-20T19:26:14.425Z+ rm -rf out/downloads/root
7242024-03-20T19:26:14.429Z+ [[ 0 != 0 ]]
7252024-03-20T19:26:14.429Z+ CIDL_OS=solaris2.11
7262024-03-20T19:26:14.429Z+ [[ 0 != 0 ]]
7272024-03-20T19:26:14.429Z+ configure_os solaris2.11
7282024-03-20T19:26:14.429Z+ echo 'current directory: /work/oxidecomputer/omicron'
7292024-03-20T19:26:14.429Zcurrent directory: /work/oxidecomputer/omicron
7302024-03-20T19:26:14.429Z+ echo 'configuring based on OS: "solaris2.11"'
7312024-03-20T19:26:14.429Zconfiguring based on OS: "solaris2.11"
7322024-03-20T19:26:14.429Z+ case "$1" in
7332024-03-20T19:26:14.430Z+ SET_BINARIES=
7342024-03-20T19:26:14.430Z+ CIDL_SHA256FUNC=do_sha256sum
7352024-03-20T19:26:14.430Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7362024-03-20T19:26:14.430Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7372024-03-20T19:26:14.430Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7382024-03-20T19:26:14.430Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7392024-03-20T19:26:14.430ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-03-20T19:26:14.430Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7412024-03-20T19:26:14.430Z+ mkdir -p out/downloads
7422024-03-20T19:26:14.430ZLocal file: out/downloads/thundermuffin.tar.gz
7432024-03-20T19:26:14.438Z+ mkdir -p ./out/thundermuffin
7442024-03-20T19:26:14.438Z+ fetch_and_verify
7452024-03-20T19:26:14.438Z+ local DO_DOWNLOAD=true
7462024-03-20T19:26:14.438Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7472024-03-20T19:26:14.438Z+ '[' true == true ']'
7482024-03-20T19:26:14.438Z+ echo Downloading...
7492024-03-20T19:26:14.438ZDownloading...
7502024-03-20T19:26:14.438Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7512024-03-20T19:26:14.438Z+ 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
7522024-03-20T19:26:15.563Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7532024-03-20T19:26:15.571Z++ sha256sum
7542024-03-20T19:26:15.571Z++ awk '{print $1}'
7552024-03-20T19:26:15.576Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7562024-03-20T19:26:15.576Z+ [[ 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 ]]
7572024-03-20T19:26:15.576Z+ do_untar out/downloads/thundermuffin.tar.gz
7582024-03-20T19:26:15.576Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7592024-03-20T19:26:15.644Z+ do_assemble
7602024-03-20T19:26:15.644Z+ rm -r ./out/thundermuffin
7612024-03-20T19:26:15.651Z+ mkdir ./out/thundermuffin
7622024-03-20T19:26:15.651Z+ cp -r out/downloads/root ./out/thundermuffin/root
7632024-03-20T19:26:15.666ZAll prerequisites installed successfully
7642024-03-20T19:26:15.666Z
7652024-03-20T19:26:15.666Zreal 1:51.405336703
7662024-03-20T19:26:15.666Zuser 37.148554011
7672024-03-20T19:26:15.666Zsys 7.061132406
7682024-03-20T19:26:15.667Ztrap 0.009939496
7692024-03-20T19:26:15.667Ztflt 0.462813439
7702024-03-20T19:26:15.667Zdflt 0.684597072
7712024-03-20T19:26:15.667Zkflt 0.257534377
7722024-03-20T19:26:15.667Zlock 0.991383443
7732024-03-20T19:26:15.667Zslp 3:41.914895675
7742024-03-20T19:26:15.667Zlat 2.104640509
7752024-03-20T19:26:15.667Zstop 0.129584218
7762024-03-20T19:26:15.667Z+ ptime -m ./tools/ci_download_softnpu_machinery
7772024-03-20T19:26:15.674Zfetching npuzone
7782024-03-20T19:26:15.674ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7792024-03-20T19:26:15.674Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7802024-03-20T19:26:15.674ZGetting hash for npuzone
7812024-03-20T19:26:16.205Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7822024-03-20T19:26:26.971Znpuzone downloaded successfully
7832024-03-20T19:26:26.975Z
7842024-03-20T19:26:26.975Zreal 11.318679897
7852024-03-20T19:26:26.975Zuser 0.358537874
7862024-03-20T19:26:26.976Zsys 0.133069737
7872024-03-20T19:26:26.976Ztrap 0.000058222
7882024-03-20T19:26:26.976Ztflt 0.000000000
7892024-03-20T19:26:26.976Zdflt 0.000005328
7902024-03-20T19:26:26.976Zkflt 0.000000000
7912024-03-20T19:26:26.976Zlock 0.000000000
7922024-03-20T19:26:26.976Zslp 33.334115904
7932024-03-20T19:26:26.976Zlat 0.097931307
7942024-03-20T19:26:26.976Zstop 0.000218242
7952024-03-20T19:26:26.976Z+ export CARGO_INCREMENTAL=0
7962024-03-20T19:26:26.976Z+ CARGO_INCREMENTAL=0
7972024-03-20T19:26:26.980Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7982024-03-20T19:26:27.190Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7992024-03-20T19:26:27.540Z Updating git repository `https://github.com/oxidecomputer/samael`
8002024-03-20T19:26:27.851Z Updating git repository `https://github.com/oxidecomputer/zone`
8012024-03-20T19:26:28.174Z Updating crates.io index
8022024-03-20T19:26:28.180Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8032024-03-20T19:26:29.006Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8042024-03-20T19:26:29.522Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8052024-03-20T19:26:31.466Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8062024-03-20T19:26:31.995Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072024-03-20T19:26:32.421Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082024-03-20T19:26:33.346Z Updating git repository `https://github.com/oxidecomputer/crucible`
8092024-03-20T19:26:35.434Z Updating git repository `https://github.com/oxidecomputer/opte`
8102024-03-20T19:26:37.211Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8112024-03-20T19:26:37.607Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8122024-03-20T19:26:38.220Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8132024-03-20T19:26:38.673Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8142024-03-20T19:26:39.092Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8152024-03-20T19:26:39.510Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8162024-03-20T19:26:39.823Z Updating git repository `http://github.com/oxidecomputer/tofino`
8172024-03-20T19:26:40.392Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8182024-03-20T19:26:40.654Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8192024-03-20T19:26:40.900Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8202024-03-20T19:26:41.194Z Updating git repository `https://github.com/oxidecomputer/ispf`
8212024-03-20T19:26:42.160Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8222024-03-20T19:26:42.163Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8232024-03-20T19:26:42.625Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8242024-03-20T19:26:43.989Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8252024-03-20T19:26:44.434Z Updating git repository `https://github.com/jgallagher/nix`
8262024-03-20T19:26:45.373Z Updating git repository `https://github.com/cbiffle/hubpack`
8272024-03-20T19:26:47.130Z Updating git repository `https://github.com/oxidecomputer/typify`
8282024-03-20T19:26:48.895Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292024-03-20T19:26:49.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302024-03-20T19:26:49.602Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312024-03-20T19:26:50.882Z Downloading crates ...
8322024-03-20T19:26:51.002Z Downloaded addr2line v0.21.0
8332024-03-20T19:26:51.013Z Downloaded backoff v0.4.0
8342024-03-20T19:26:51.013Z Downloaded bit-set v0.5.3
8352024-03-20T19:26:51.013Z Downloaded atomicwrites v0.4.3
8362024-03-20T19:26:51.028Z Downloaded assert_matches v1.5.0
8372024-03-20T19:26:51.464Z Downloaded aho-corasick v1.1.2
8382024-03-20T19:26:51.464Z Downloaded base16ct v0.2.0
8392024-03-20T19:26:51.464Z Downloaded array-init v0.0.4
8402024-03-20T19:26:51.464Z Downloaded anstyle-query v1.0.0
8412024-03-20T19:26:51.464Z Downloaded adler v1.0.2
8422024-03-20T19:26:51.464Z Downloaded anstyle-parse v0.2.1
8432024-03-20T19:26:51.515Z Downloaded buf-list v1.0.3
8442024-03-20T19:26:51.515Z Downloaded byteorder v1.5.0
8452024-03-20T19:26:51.516Z Downloaded bitflags v1.3.2
8462024-03-20T19:26:51.516Z Downloaded indoc v2.0.3
8472024-03-20T19:26:51.516Z Downloaded bitfield v0.14.0
8482024-03-20T19:26:51.516Z Downloaded arrayref v0.3.7
8492024-03-20T19:26:51.517Z Downloaded ahash v0.8.8
8502024-03-20T19:26:51.517Z Downloaded castaway v0.2.2
8512024-03-20T19:26:51.517Z Downloaded ident_case v1.0.1
8522024-03-20T19:26:51.517Z Downloaded bcs v0.1.6
8532024-03-20T19:26:51.517Z Downloaded crc-catalog v2.2.0
8542024-03-20T19:26:51.517Z Downloaded aead v0.5.2
8552024-03-20T19:26:51.517Z Downloaded autocfg v1.1.0
8562024-03-20T19:26:51.517Z Downloaded atomic-waker v1.1.1
8572024-03-20T19:26:51.517Z Downloaded arrayvec v0.7.4
8582024-03-20T19:26:51.517Z Downloaded is_ci v1.2.0
8592024-03-20T19:26:51.517Z Downloaded instant v0.1.12
8602024-03-20T19:26:51.518Z Downloaded ciborium-io v0.2.2
8612024-03-20T19:26:51.518Z Downloaded atty v0.2.14
8622024-03-20T19:26:51.518Z Downloaded async-stream-impl v0.3.5
8632024-03-20T19:26:51.518Z Downloaded camino v1.1.6
8642024-03-20T19:26:51.518Z Downloaded block-buffer v0.10.4
8652024-03-20T19:26:51.518Z Downloaded cipher v0.4.4
8662024-03-20T19:26:51.518Z Downloaded lazycell v1.3.0
8672024-03-20T19:26:51.518Z Downloaded kstat-rs v0.2.3
8682024-03-20T19:26:51.518Z Downloaded cexpr v0.6.0
8692024-03-20T19:26:51.518Z Downloaded ascii-canvas v3.0.0
8702024-03-20T19:26:51.519Z Downloaded iana-time-zone v0.1.57
8712024-03-20T19:26:51.519Z Downloaded lazy_static v1.4.0
8722024-03-20T19:26:51.519Z Downloaded libefi-sys v0.1.0
8732024-03-20T19:26:51.519Z Downloaded keccak v0.1.4
8742024-03-20T19:26:51.519Z Downloaded ipnetwork v0.20.0
8752024-03-20T19:26:51.519Z Downloaded impl-trait-for-tuples v0.2.2
8762024-03-20T19:26:51.519Z Downloaded crunchy v0.2.2
8772024-03-20T19:26:51.519Z Downloaded bytecount v0.6.3
8782024-03-20T19:26:51.519Z Downloaded libloading v0.7.4
8792024-03-20T19:26:51.520Z Downloaded itoa v1.0.9
8802024-03-20T19:26:51.520Z Downloaded inout v0.1.3
8812024-03-20T19:26:51.520Z Downloaded crucible-workspace-hack v0.1.0
8822024-03-20T19:26:51.520Z Downloaded hyper-staticfile v0.9.5
8832024-03-20T19:26:51.520Z Downloaded matches v0.1.10
8842024-03-20T19:26:51.520Z Downloaded bit-vec v0.6.3
8852024-03-20T19:26:51.520Z Downloaded cfg-if v1.0.0
8862024-03-20T19:26:51.520Z Downloaded async-recursion v1.0.5
8872024-03-20T19:26:51.520Z Downloaded ciborium-ll v0.2.2
8882024-03-20T19:26:51.520Z Downloaded bb8 v0.8.3
8892024-03-20T19:26:51.520Z Downloaded async-stream v0.3.5
8902024-03-20T19:26:51.520Z Downloaded nodrop v0.1.14
8912024-03-20T19:26:51.520Z Downloaded ipnet v2.9.0
8922024-03-20T19:26:51.520Z Downloaded convert_case v0.4.0
8932024-03-20T19:26:51.520Z Downloaded constant_time_eq v0.3.0
8942024-03-20T19:26:51.521Z Downloaded clang-sys v1.6.1
8952024-03-20T19:26:51.521Z Downloaded chacha20 v0.9.1
8962024-03-20T19:26:51.521Z Downloaded anstream v0.6.11
8972024-03-20T19:26:51.521Z Downloaded bytes v1.5.0
8982024-03-20T19:26:51.521Z Downloaded bitflags v2.4.2
8992024-03-20T19:26:51.521Z Downloaded openssl-probe v0.1.5
9002024-03-20T19:26:51.521Z Downloaded memmap v0.7.0
9012024-03-20T19:26:51.521Z Downloaded corncobs v0.1.3
9022024-03-20T19:26:51.521Z Downloaded clap_lex v0.7.0
9032024-03-20T19:26:51.521Z Downloaded new_debug_unreachable v1.0.4
9042024-03-20T19:26:51.521Z Downloaded memoffset v0.7.1
9052024-03-20T19:26:51.521Z Downloaded normalize-line-endings v0.3.0
9062024-03-20T19:26:51.521Z Downloaded md-5 v0.10.5
9072024-03-20T19:26:51.521Z Downloaded macaddr v1.0.1
9082024-03-20T19:26:51.521Z Downloaded cobs v0.2.3
9092024-03-20T19:26:51.521Z Downloaded take_mut v0.2.2
9102024-03-20T19:26:51.522Z Downloaded match_cfg v0.1.0
9112024-03-20T19:26:51.522Z Downloaded maplit v1.0.2
9122024-03-20T19:26:51.522Z Downloaded tower-service v0.3.2
9132024-03-20T19:26:51.522Z Downloaded openssl-macros v0.1.1
9142024-03-20T19:26:51.522Z Downloaded opaque-debug v0.3.0
9152024-03-20T19:26:51.522Z Downloaded scroll v0.12.0
9162024-03-20T19:26:51.522Z Downloaded scopeguard v1.2.0
9172024-03-20T19:26:51.522Z Downloaded serde_plain v1.0.2
9182024-03-20T19:26:51.522Z Downloaded cancel-safe-futures v0.1.5
9192024-03-20T19:26:51.522Z Downloaded mockall v0.12.0
9202024-03-20T19:26:51.522Z Downloaded lru v0.12.1
9212024-03-20T19:26:51.522Z Downloaded lru-cache v0.1.2
9222024-03-20T19:26:51.522Z Downloaded num v0.4.1
9232024-03-20T19:26:51.522Z Downloaded mime v0.3.17
9242024-03-20T19:26:51.522Z Downloaded want v0.3.1
9252024-03-20T19:26:51.522Z Downloaded usdt-attr-macro v0.5.0
9262024-03-20T19:26:51.522Z Downloaded usdt-attr-macro v0.3.5
9272024-03-20T19:26:51.522Z Downloaded linked-hash-map v0.5.6
9282024-03-20T19:26:51.523Z Downloaded ciborium v0.2.2
9292024-03-20T19:26:51.523Z Downloaded signal-hook-mio v0.2.3
9302024-03-20T19:26:51.523Z Downloaded indexmap v1.9.3
9312024-03-20T19:26:51.523Z Downloaded slog-stdlog v4.1.1
9322024-03-20T19:26:51.523Z Downloaded try-lock v0.2.4
9332024-03-20T19:26:51.523Z Downloaded slog-scope v4.4.0
9342024-03-20T19:26:51.523Z Downloaded slog-json v2.6.1
9352024-03-20T19:26:51.523Z Downloaded crc v3.0.1
9362024-03-20T19:26:51.523Z Downloaded argon2 v0.5.3
9372024-03-20T19:26:51.523Z Downloaded spki v0.7.2
9382024-03-20T19:26:51.523Z Downloaded strsim v0.11.0
9392024-03-20T19:26:51.523Z Downloaded cookie_store v0.20.0
9402024-03-20T19:26:51.523Z Downloaded tui-tree-widget v0.17.0
9412024-03-20T19:26:51.523Z Downloaded cookie v0.17.0
9422024-03-20T19:26:51.523Z Downloaded which v4.4.0
9432024-03-20T19:26:51.553Z Downloaded diesel_table_macro_syntax v0.1.0
9442024-03-20T19:26:51.553Z Downloaded sqlformat v0.2.3
9452024-03-20T19:26:51.553Z Downloaded tokio-macros v2.2.0
9462024-03-20T19:26:51.553Z Downloaded olpc-cjson v0.1.3
9472024-03-20T19:26:51.553Z Downloaded crc32fast v1.3.2
9482024-03-20T19:26:51.553Z Downloaded num_enum v0.5.11
9492024-03-20T19:26:51.554Z Downloaded num_enum_derive v0.5.11
9502024-03-20T19:26:51.554Z Downloaded newtype-uuid v1.0.1
9512024-03-20T19:26:51.554Z Downloaded num-derive v0.4.0
9522024-03-20T19:26:51.554Z Downloaded hubpack_derive v0.1.1
9532024-03-20T19:26:51.554Z Downloaded nibble_vec v0.1.0
9542024-03-20T19:26:51.554Z Downloaded serde_with_macros v3.6.1
9552024-03-20T19:26:51.554Z Downloaded num_cpus v1.16.0
9562024-03-20T19:26:51.554Z Downloaded hubpack v0.1.2
9572024-03-20T19:26:51.554Z Downloaded lock_api v0.4.10
9582024-03-20T19:26:51.554Z Downloaded defmt-parser v0.3.3
9592024-03-20T19:26:51.554Z Downloaded colored v2.1.0
9602024-03-20T19:26:51.555Z Downloaded fs-err v2.11.0
9612024-03-20T19:26:51.555Z Downloaded form_urlencoded v1.2.1
9622024-03-20T19:26:51.555Z Downloaded heck v0.4.1
9632024-03-20T19:26:51.555Z Downloaded getopts v0.2.21
9642024-03-20T19:26:51.555Z Downloaded crossbeam-utils v0.8.19
9652024-03-20T19:26:51.555Z Downloaded spin v0.9.8
9662024-03-20T19:26:51.555Z Downloaded num-complex v0.4.4
9672024-03-20T19:26:51.556Z Downloaded subtle v2.5.0
9682024-03-20T19:26:51.556Z Downloaded compact_str v0.7.1
9692024-03-20T19:26:51.556Z Downloaded crc-any v2.4.3
9702024-03-20T19:26:51.556Z Downloaded structmeta-derive v0.2.0
9712024-03-20T19:26:51.556Z Downloaded ryu v1.0.15
9722024-03-20T19:26:51.556Z Downloaded cc v1.0.83
9732024-03-20T19:26:51.556Z Downloaded mime_guess v2.0.4
9742024-03-20T19:26:51.556Z Downloaded multimap v0.10.0
9752024-03-20T19:26:51.557Z Downloaded chacha20poly1305 v0.10.1
9762024-03-20T19:26:51.557Z Downloaded zeroize v1.7.0
9772024-03-20T19:26:51.557Z Downloaded anyhow v1.0.79
9782024-03-20T19:26:51.557Z Downloaded dtrace-parser v0.1.14
9792024-03-20T19:26:51.557Z Downloaded vte_generate_state_changes v0.1.1
9802024-03-20T19:26:51.557Z Downloaded percent-encoding v2.3.1
9812024-03-20T19:26:51.557Z Downloaded httpdate v1.0.3
9822024-03-20T19:26:51.558Z Downloaded signal-hook v0.3.17
9832024-03-20T19:26:51.558Z Downloaded rand_core v0.6.4
9842024-03-20T19:26:51.558Z Downloaded psl-types v2.0.11
9852024-03-20T19:26:51.558Z Downloaded serde_path_to_error v0.1.16
9862024-03-20T19:26:51.558Z Downloaded heck v0.3.3
9872024-03-20T19:26:51.558Z Downloaded foreign-types-shared v0.3.1
9882024-03-20T19:26:51.558Z Downloaded foreign-types-shared v0.1.1
9892024-03-20T19:26:51.558Z Downloaded slab v0.4.9
9902024-03-20T19:26:51.558Z Downloaded num-integer v0.1.46
9912024-03-20T19:26:51.558Z Downloaded num-rational v0.4.1
9922024-03-20T19:26:51.558Z Downloaded miniz_oxide v0.7.1
9932024-03-20T19:26:51.558Z Downloaded cookie v0.18.0
9942024-03-20T19:26:51.559Z Downloaded toml v0.5.11
9952024-03-20T19:26:51.559Z Downloaded thread_local v1.1.7
9962024-03-20T19:26:51.559Z Downloaded schemars v0.8.16
9972024-03-20T19:26:51.559Z Downloaded unicode-linebreak v0.1.5
9982024-03-20T19:26:51.559Z Downloaded lalrpop v0.19.12
9992024-03-20T19:26:51.559Z Downloaded strum v0.26.1
10002024-03-20T19:26:51.559Z Downloaded base64 v0.22.0
10012024-03-20T19:26:51.560Z Downloaded strum v0.25.0
10022024-03-20T19:26:51.560Z Downloaded stability v0.1.1
10032024-03-20T19:26:51.560Z Downloaded fxhash v0.2.1
10042024-03-20T19:26:51.560Z Downloaded siphasher v0.3.11
10052024-03-20T19:26:51.560Z Downloaded rusty-fork v0.3.0
10062024-03-20T19:26:51.560Z Downloaded sqlparser_derive v0.2.2
10072024-03-20T19:26:51.560Z Downloaded xattr v1.0.1
10082024-03-20T19:26:51.561Z Downloaded highway v1.1.0
10092024-03-20T19:26:51.561Z Downloaded humantime v2.1.0
10102024-03-20T19:26:51.561Z Downloaded foreign-types-macros v0.2.3
10112024-03-20T19:26:51.561Z Downloaded embedded-io v0.4.0
10122024-03-20T19:26:51.561Z Downloaded smallvec v1.13.1
10132024-03-20T19:26:51.561Z Downloaded plain v0.2.3
10142024-03-20T19:26:51.562Z Downloaded toml_datetime v0.6.5
10152024-03-20T19:26:51.562Z Downloaded zerocopy-derive v0.7.32
10162024-03-20T19:26:51.562Z Downloaded proc-macro-error-attr v1.0.4
10172024-03-20T19:26:51.562Z Downloaded pretty-hex v0.2.1
10182024-03-20T19:26:51.562Z Downloaded parking_lot v0.12.1
10192024-03-20T19:26:51.562Z Downloaded rand_chacha v0.3.1
10202024-03-20T19:26:51.562Z Downloaded downcast v0.11.0
10212024-03-20T19:26:51.562Z Downloaded terminal_size v0.3.0
10222024-03-20T19:26:51.562Z Downloaded termcolor v1.2.0
10232024-03-20T19:26:51.563Z Downloaded structmeta-derive v0.3.0
10242024-03-20T19:26:51.563Z Downloaded resolv-conf v0.7.0
10252024-03-20T19:26:51.563Z Downloaded serde_tokenstream v0.2.0
10262024-03-20T19:26:51.563Z Downloaded serde_tokenstream v0.1.7
10272024-03-20T19:26:51.563Z Downloaded flate2 v1.0.28
10282024-03-20T19:26:51.563Z Downloaded parse-size v1.0.0
10292024-03-20T19:26:51.563Z Downloaded termios v0.3.3
10302024-03-20T19:26:51.563Z Downloaded usdt-impl v0.5.0
10312024-03-20T19:26:51.563Z Downloaded crypto-bigint v0.5.2
10322024-03-20T19:26:51.563Z Downloaded tiny-keccak v2.0.2
10332024-03-20T19:26:51.564Z Downloaded postgres-protocol v0.6.6
10342024-03-20T19:26:51.564Z Downloaded tempfile v3.10.0
10352024-03-20T19:26:51.564Z Downloaded pin-project-internal v1.1.3
10362024-03-20T19:26:51.564Z Downloaded data-encoding v2.4.0
10372024-03-20T19:26:51.564Z Downloaded wait-timeout v0.2.0
10382024-03-20T19:26:51.564Z Downloaded version_check v0.9.4
10392024-03-20T19:26:51.564Z Downloaded pest_derive v2.7.6
10402024-03-20T19:26:51.564Z Downloaded vte v0.11.1
10412024-03-20T19:26:51.565Z Downloaded dtrace-parser v0.2.0
10422024-03-20T19:26:51.565Z Downloaded deranged v0.3.11
10432024-03-20T19:26:51.844Z Downloaded unicode-ident v1.0.12
10442024-03-20T19:26:51.844Z Downloaded sync_wrapper v0.1.2
10452024-03-20T19:26:51.844Z Downloaded fixedbitset v0.4.2
10462024-03-20T19:26:51.844Z Downloaded ena v0.14.2
10472024-03-20T19:26:51.844Z Downloaded glob v0.3.1
10482024-03-20T19:26:51.844Z Downloaded serde_derive_internals v0.26.0
10492024-03-20T19:26:51.844Z Downloaded platforms v3.0.2
10502024-03-20T19:26:51.844Z Downloaded float-cmp v0.9.0
10512024-03-20T19:26:51.844Z Downloaded ff v0.13.0
10522024-03-20T19:26:51.844Z Downloaded hash32 v0.3.1
10532024-03-20T19:26:51.844Z Downloaded httparse v1.8.0
10542024-03-20T19:26:51.844Z Downloaded parse-display v0.9.0
10552024-03-20T19:26:51.844Z Downloaded time-macros v0.2.17
10562024-03-20T19:26:51.844Z Downloaded parse-display-derive v0.9.0
10572024-03-20T19:26:51.844Z Downloaded snafu v0.7.5
10582024-03-20T19:26:51.844Z Downloaded quick-error v1.2.3
10592024-03-20T19:26:51.844Z Downloaded proc-macro-crate v1.3.1
10602024-03-20T19:26:51.844Z Downloaded snafu-derive v0.7.5
10612024-03-20T19:26:51.844Z Downloaded sha1 v0.10.6
10622024-03-20T19:26:51.844Z Downloaded oso-derive v0.27.0
10632024-03-20T19:26:51.845Z Downloaded vec_map v0.8.2
10642024-03-20T19:26:51.845Z Downloaded unicode-bidi v0.3.15
10652024-03-20T19:26:51.845Z Downloaded diff v0.1.13
10662024-03-20T19:26:51.845Z Downloaded rustversion v1.0.14
10672024-03-20T19:26:51.845Z Downloaded strum_macros v0.24.3
10682024-03-20T19:26:51.845Z Downloaded slog-bunyan v2.5.0
10692024-03-20T19:26:51.845Z Downloaded rustls-pki-types v1.3.0
10702024-03-20T19:26:51.845Z Downloaded rustls-pemfile v1.0.3
10712024-03-20T19:26:51.845Z Downloaded filetime v0.2.23
10722024-03-20T19:26:51.845Z Downloaded debug-ignore v1.0.5
10732024-03-20T19:26:51.845Z Downloaded serde_derive v1.0.197
10742024-03-20T19:26:51.845Z Downloaded cstr-argument v0.1.2
10752024-03-20T19:26:51.845Z Downloaded usdt v0.5.0
10762024-03-20T19:26:51.845Z Downloaded tinyvec_macros v0.1.1
10772024-03-20T19:26:51.845Z Downloaded serde-big-array v0.5.1
10782024-03-20T19:26:51.845Z Downloaded defmt v0.3.5
10792024-03-20T19:26:51.845Z Downloaded tungstenite v0.20.1
10802024-03-20T19:26:51.845Z Downloaded untrusted v0.9.0
10812024-03-20T19:26:51.845Z Downloaded phf_shared v0.10.0
10822024-03-20T19:26:51.845Z Downloaded toml v0.8.10
10832024-03-20T19:26:51.845Z Downloaded proc-macro-error v1.0.4
10842024-03-20T19:26:51.845Z Downloaded generic-array v0.14.7
10852024-03-20T19:26:51.845Z Downloaded http-range v0.1.5
10862024-03-20T19:26:51.845Z Downloaded rayon-core v1.12.1
10872024-03-20T19:26:51.846Z Downloaded hyper-rustls v0.24.2
10882024-03-20T19:26:51.846Z Downloaded uuid v0.8.2
10892024-03-20T19:26:51.846Z Downloaded derive_builder_macro v0.12.0
10902024-03-20T19:26:51.846Z Downloaded darling_macro v0.20.3
10912024-03-20T19:26:51.846Z Downloaded rustls-pemfile v2.1.1
10922024-03-20T19:26:51.846Z Downloaded darling_macro v0.14.4
10932024-03-20T19:26:51.846Z Downloaded digest v0.10.7
10942024-03-20T19:26:51.846Z Downloaded difflib v0.4.0
10952024-03-20T19:26:51.846Z Downloaded untrusted v0.7.1
10962024-03-20T19:26:51.846Z Downloaded same-file v1.0.6
10972024-03-20T19:26:51.846Z Downloaded rustc_version v0.1.7
10982024-03-20T19:26:51.846Z Downloaded postgres-types v0.2.6
10992024-03-20T19:26:51.846Z Downloaded ref-cast-impl v1.0.20
11002024-03-20T19:26:51.846Z Downloaded tokio-stream v0.1.14
11012024-03-20T19:26:51.846Z Downloaded diesel_derives v2.1.2
11022024-03-20T19:26:51.846Z Downloaded secrecy v0.8.0
11032024-03-20T19:26:51.846Z Downloaded foreign-types v0.3.2
11042024-03-20T19:26:51.846Z Downloaded serde-hex v0.1.0
11052024-03-20T19:26:51.846Z Downloaded memchr v2.7.1
11062024-03-20T19:26:51.846Z Downloaded tokio-native-tls v0.3.1
11072024-03-20T19:26:51.846Z Downloaded strum_macros v0.25.2
11082024-03-20T19:26:51.846Z Downloaded futures-io v0.3.30
11092024-03-20T19:26:51.846Z Downloaded yasna v0.5.2
11102024-03-20T19:26:51.847Z Downloaded zeroize_derive v1.4.2
11112024-03-20T19:26:51.847Z Downloaded synstructure v0.12.6
11122024-03-20T19:26:51.847Z Downloaded path-slash v0.1.5
11132024-03-20T19:26:51.847Z Downloaded funty v2.0.0
11142024-03-20T19:26:51.847Z Downloaded curve25519-dalek-derive v0.1.0
11152024-03-20T19:26:51.847Z Downloaded trust-dns-resolver v0.22.0
11162024-03-20T19:26:51.847Z Downloaded pem-rfc7468 v0.7.0
11172024-03-20T19:26:51.847Z Downloaded password-hash v0.5.0
11182024-03-20T19:26:51.847Z Downloaded serde_with v3.6.1
11192024-03-20T19:26:51.852Z Downloaded equivalent v1.0.1
11202024-03-20T19:26:51.852Z Downloaded sec1 v0.7.3
11212024-03-20T19:26:51.852Z Downloaded pem v3.0.2
11222024-03-20T19:26:51.852Z Downloaded toolchain_find v0.2.0
11232024-03-20T19:26:51.852Z Downloaded scroll_derive v0.12.0
11242024-03-20T19:26:51.852Z Downloaded phf_shared v0.11.2
11252024-03-20T19:26:51.852Z Downloaded pest_meta v2.7.6
11262024-03-20T19:26:51.852Z Downloaded rsa v0.9.2
11272024-03-20T19:26:51.852Z Downloaded headers-core v0.2.0
11282024-03-20T19:26:51.852Z Downloaded topological-sort v0.2.2
11292024-03-20T19:26:51.852Z Downloaded pretty-hex v0.4.1
11302024-03-20T19:26:51.852Z Downloaded powerfmt v0.2.0
11312024-03-20T19:26:51.852Z Downloaded postcard v1.0.8
11322024-03-20T19:26:51.852Z Downloaded shlex v1.3.0
11332024-03-20T19:26:51.852Z Downloaded shell-words v1.1.0
11342024-03-20T19:26:51.852Z Downloaded slog-async v2.8.0
11352024-03-20T19:26:51.852Z Downloaded signal-hook-tokio v0.3.1
11362024-03-20T19:26:51.852Z Downloaded utf-8 v0.7.6
11372024-03-20T19:26:51.852Z Downloaded proc-macro2 v1.0.78
11382024-03-20T19:26:51.852Z Downloaded toml_edit v0.19.15
11392024-03-20T19:26:51.852Z Downloaded paste v1.0.14
11402024-03-20T19:26:51.852Z Downloaded home v0.5.5
11412024-03-20T19:26:51.853Z Downloaded group v0.13.0
11422024-03-20T19:26:51.853Z Downloaded semver-parser v0.10.2
11432024-03-20T19:26:51.853Z Downloaded time-core v0.1.2
11442024-03-20T19:26:51.853Z Downloaded hex v0.4.3
11452024-03-20T19:26:51.853Z Downloaded derive-where v1.2.7
11462024-03-20T19:26:51.853Z Downloaded rustc-hash v1.1.0
11472024-03-20T19:26:51.853Z Downloaded rustc-demangle v0.1.23
11482024-03-20T19:26:51.853Z Downloaded quote v1.0.35
11492024-03-20T19:26:51.853Z Downloaded termtree v0.4.1
11502024-03-20T19:26:51.853Z Downloaded r2d2 v0.8.10
11512024-03-20T19:26:51.853Z Downloaded slog-dtrace v0.3.0
11522024-03-20T19:26:51.853Z Downloaded smallvec v0.6.14
11532024-03-20T19:26:51.853Z Downloaded phf v0.11.2
11542024-03-20T19:26:51.853Z Downloaded futures-channel v0.3.30
11552024-03-20T19:26:51.853Z Downloaded usdt v0.3.5
11562024-03-20T19:26:51.853Z Downloaded thiserror-impl-no-std v2.0.2
11572024-03-20T19:26:51.853Z Downloaded blake3 v1.5.0
11582024-03-20T19:26:51.853Z Downloaded ref-cast v1.0.20
11592024-03-20T19:26:51.853Z Downloaded hash32 v0.2.1
11602024-03-20T19:26:51.853Z Downloaded swrite v0.1.0
11612024-03-20T19:26:51.853Z Downloaded radium v0.7.0
11622024-03-20T19:26:51.853Z Downloaded futures-macro v0.3.30
11632024-03-20T19:26:51.853Z Downloaded tinyvec v1.6.0
11642024-03-20T19:26:51.853Z Downloaded csv-core v0.1.11
11652024-03-20T19:26:51.853Z Downloaded tokio-rustls v0.24.1
11662024-03-20T19:26:51.854Z Downloaded serde_yaml v0.9.25
11672024-03-20T19:26:51.854Z Downloaded endian-type v0.1.2
11682024-03-20T19:26:51.854Z Downloaded rtoolbox v0.0.1
11692024-03-20T19:26:51.854Z Downloaded ron v0.8.1
11702024-03-20T19:26:51.854Z Downloaded dof v0.1.5
11712024-03-20T19:26:51.854Z Downloaded unicode-width v0.1.11
11722024-03-20T19:26:51.854Z Downloaded textwrap v0.11.0
11732024-03-20T19:26:51.854Z Downloaded fnv v1.0.7
11742024-03-20T19:26:51.854Z Downloaded tokio-tungstenite v0.20.1
11752024-03-20T19:26:51.854Z Downloaded rustfmt-wrapper v0.2.0
11762024-03-20T19:26:51.854Z Downloaded stringprep v0.1.3
11772024-03-20T19:26:51.854Z Downloaded precomputed-hash v0.1.1
11782024-03-20T19:26:51.854Z Downloaded whoami v1.5.0
11792024-03-20T19:26:51.854Z Downloaded itertools v0.12.1
11802024-03-20T19:26:51.854Z Downloaded pin-project-lite v0.2.13
11812024-03-20T19:26:51.854Z Downloaded usdt-macro v0.3.5
11822024-03-20T19:26:51.854Z Downloaded tracing-core v0.1.32
11832024-03-20T19:26:51.854Z Downloaded slog-term v2.9.0
11842024-03-20T19:26:51.854Z Downloaded futures v0.3.30
11852024-03-20T19:26:51.854Z Downloaded waitgroup v0.1.2
11862024-03-20T19:26:51.854Z Downloaded headers v0.3.9
11872024-03-20T19:26:51.854Z Downloaded zerocopy v0.3.0
11882024-03-20T19:26:51.854Z Downloaded either v1.10.0
11892024-03-20T19:26:51.854Z Downloaded nom v7.1.3
11902024-03-20T19:26:51.855Z Downloaded usdt-macro v0.5.0
11912024-03-20T19:26:51.855Z Downloaded thiserror-impl v1.0.57
11922024-03-20T19:26:51.855Z Downloaded dyn-clone v1.0.17
11932024-03-20T19:26:51.855Z Downloaded tracing-attributes v0.1.27
11942024-03-20T19:26:51.855Z Downloaded libxml v0.3.3
11952024-03-20T19:26:51.855Z Downloaded walkdir v2.4.0
11962024-03-20T19:26:51.855Z Downloaded supports-color v3.0.0
11972024-03-20T19:26:51.855Z Downloaded hashbrown v0.13.2
11982024-03-20T19:26:51.855Z Downloaded doc-comment v0.3.3
11992024-03-20T19:26:51.855Z Downloaded peeking_take_while v0.1.2
12002024-03-20T19:26:51.855Z Downloaded fd-lock v4.0.2
12012024-03-20T19:26:51.855Z Downloaded half v2.3.1
12022024-03-20T19:26:51.855Z Downloaded signature v1.6.4
12032024-03-20T19:26:51.855Z Downloaded scheduled-thread-pool v0.2.7
12042024-03-20T19:26:51.855Z Downloaded string_cache v0.8.7
12052024-03-20T19:26:51.855Z Downloaded spin v0.5.2
12062024-03-20T19:26:51.855Z Downloaded ppv-lite86 v0.2.17
12072024-03-20T19:26:51.855Z Downloaded typed-path v0.7.0
12082024-03-20T19:26:51.855Z Downloaded utf8parse v0.2.1
12092024-03-20T19:26:51.855Z Downloaded static_assertions v1.1.0
12102024-03-20T19:26:51.855Z Downloaded http-body v0.4.5
12112024-03-20T19:26:51.855Z Downloaded globset v0.4.13
12122024-03-20T19:26:51.855Z Downloaded wyz v0.5.1
12132024-03-20T19:26:51.855Z Downloaded stable_deref_trait v1.2.0
12142024-03-20T19:26:51.856Z Downloaded hostname v0.3.1
12152024-03-20T19:26:51.856Z Downloaded bindgen v0.69.2
12162024-03-20T19:26:51.856Z Downloaded pin-utils v0.1.0
12172024-03-20T19:26:51.856Z Downloaded ed25519 v1.5.3
12182024-03-20T19:26:51.856Z Downloaded predicates v3.1.0
12192024-03-20T19:26:51.867Z Downloaded unarray v0.1.4
12202024-03-20T19:26:51.867Z Downloaded ucd-trie v0.1.6
12212024-03-20T19:26:51.867Z Downloaded textwrap v0.16.1
12222024-03-20T19:26:51.867Z Downloaded unicode_categories v0.1.1
12232024-03-20T19:26:51.867Z Downloaded darling_core v0.14.4
12242024-03-20T19:26:51.867Z Downloaded structopt-derive v0.4.18
12252024-03-20T19:26:51.867Z Downloaded rcgen v0.12.1
12262024-03-20T19:26:51.867Z Downloaded num-bigint-dig v0.8.4
12272024-03-20T19:26:51.867Z Downloaded smawk v0.3.1
12282024-03-20T19:26:51.867Z Downloaded subprocess v0.2.9
12292024-03-20T19:26:51.867Z Downloaded signature v2.1.0
12302024-03-20T19:26:51.867Z Downloaded predicates-core v1.0.6
12312024-03-20T19:26:51.867Z Downloaded packed_struct_codegen v0.10.1
12322024-03-20T19:26:51.867Z Downloaded pkcs8 v0.10.2
12332024-03-20T19:26:51.867Z Downloaded packed_struct v0.10.1
12342024-03-20T19:26:51.868Z Downloaded darling_core v0.20.3
12352024-03-20T19:26:51.868Z Downloaded pest v2.7.6
12362024-03-20T19:26:51.868Z Downloaded fatfs v0.3.6
12372024-03-20T19:26:51.868Z Downloaded heapless v0.7.16
12382024-03-20T19:26:51.868Z Downloaded url v2.5.0
12392024-03-20T19:26:51.868Z Downloaded rand v0.8.5
12402024-03-20T19:26:51.872Z Downloaded test-strategy v0.3.1
12412024-03-20T19:26:51.872Z Downloaded socket2 v0.5.5
12422024-03-20T19:26:51.876Z Downloaded pkcs1 v0.7.5
12432024-03-20T19:26:51.879Z Downloaded reqwest v0.11.24
12442024-03-20T19:26:51.887Z Downloaded env_logger v0.10.0
12452024-03-20T19:26:51.891Z Downloaded steno v0.4.0
12462024-03-20T19:26:51.895Z Downloaded flume v0.11.0
12472024-03-20T19:26:51.898Z Downloaded owo-colors v4.0.0
12482024-03-20T19:26:51.898Z Downloaded tough v0.16.0
12492024-03-20T19:26:51.908Z Downloaded regex-automata v0.1.10
12502024-03-20T19:26:51.912Z Downloaded prettyplease v0.2.16
12512024-03-20T19:26:51.916Z Downloaded portable-atomic v1.4.3
12522024-03-20T19:26:51.922Z Downloaded derive_more v0.99.17
12532024-03-20T19:26:51.934Z Downloaded hmac v0.12.1
12542024-03-20T19:26:51.938Z Downloaded zerocopy v0.6.4
12552024-03-20T19:26:51.938Z Downloaded similar v2.4.0
12562024-03-20T19:26:51.938Z Downloaded quick-xml v0.30.0
12572024-03-20T19:26:51.942Z Downloaded tracing v0.1.40
12582024-03-20T19:26:51.949Z Downloaded serde v1.0.197
12592024-03-20T19:26:51.955Z Downloaded proptest v1.4.0
12602024-03-20T19:26:51.962Z Downloaded petgraph v0.6.4
12612024-03-20T19:26:51.981Z Downloaded time v0.3.34
12622024-03-20T19:26:51.997Z Downloaded reedline v0.30.0
12632024-03-20T19:26:51.997Z Downloaded hashbrown v0.14.3
12642024-03-20T19:26:52.007Z Downloaded rayon v1.9.0
12652024-03-20T19:26:52.007Z Downloaded goblin v0.8.0
12662024-03-20T19:26:52.010Z Downloaded vcpkg v0.2.15
12672024-03-20T19:26:52.051Z Downloaded winnow v0.6.1
12682024-03-20T19:26:52.059Z Downloaded sqlparser v0.43.1
12692024-03-20T19:26:52.064Z Downloaded diesel v2.1.4
12702024-03-20T19:26:52.083Z Downloaded unicode-segmentation v1.10.1
12712024-03-20T19:26:52.087Z Downloaded zerocopy v0.7.32
12722024-03-20T19:26:52.103Z Downloaded regex v1.10.3
12732024-03-20T19:26:52.116Z Downloaded radix_trie v0.2.1
12742024-03-20T19:26:52.121Z Downloaded smoltcp v0.9.1
12752024-03-20T19:26:52.133Z Downloaded unicode-normalization v0.1.22
12762024-03-20T19:26:52.138Z Downloaded smoltcp v0.11.0
12772024-03-20T19:26:52.149Z Downloaded curve25519-dalek v4.1.1
12782024-03-20T19:26:52.171Z Downloaded idna v0.5.0
12792024-03-20T19:26:52.187Z Downloaded regress v0.9.0
12802024-03-20T19:26:52.187Z Downloaded object v0.30.4
12812024-03-20T19:26:52.187Z Downloaded webpki-roots v0.25.2
12822024-03-20T19:26:52.198Z Downloaded openssl v0.10.60
12832024-03-20T19:26:52.202Z Downloaded tabled v0.15.0
12842024-03-20T19:26:52.212Z Downloaded sled v0.34.7
12852024-03-20T19:26:52.251Z Downloaded gimli v0.28.0
12862024-03-20T19:26:52.256Z Downloaded bzip2-sys v0.1.11+1.0.8
12872024-03-20T19:26:52.256Z Downloaded polar-core v0.27.0
12882024-03-20T19:26:52.256Z Downloaded trust-dns-proto v0.22.0
12892024-03-20T19:26:52.263Z Downloaded tokio v1.36.0
12902024-03-20T19:26:52.300Z Downloaded openapiv3 v2.0.0
12912024-03-20T19:26:52.315Z Downloaded regex-syntax v0.6.29
12922024-03-20T19:26:52.321Z Downloaded object v0.32.1
12932024-03-20T19:26:52.329Z Downloaded rustls v0.22.2
12942024-03-20T19:26:52.356Z Downloaded csv v1.3.0
12952024-03-20T19:26:52.376Z Downloaded nix v0.27.1
12962024-03-20T19:26:52.379Z Downloaded regex-syntax v0.8.2
12972024-03-20T19:26:52.383Z Downloaded rustix v0.38.31
12982024-03-20T19:26:52.410Z Downloaded ratatui v0.26.1
12992024-03-20T19:26:52.434Z Downloaded zerocopy-derive v0.6.4
13002024-03-20T19:26:52.445Z Downloaded zerocopy-derive v0.2.0
13012024-03-20T19:26:52.450Z Downloaded syn v2.0.52
13022024-03-20T19:26:52.460Z Downloaded futures-util v0.3.30
13032024-03-20T19:26:52.465Z Downloaded regex-automata v0.4.5
13042024-03-20T19:26:52.482Z Downloaded libc v0.2.153
13052024-03-20T19:26:52.508Z Downloaded sha3 v0.10.8
13062024-03-20T19:26:52.515Z Downloaded hyper v0.14.28
13072024-03-20T19:26:52.523Z Downloaded idna v0.3.0
13082024-03-20T19:26:52.526Z Downloaded winnow v0.5.15
13092024-03-20T19:26:52.534Z Downloaded idna v0.2.3
13102024-03-20T19:26:52.542Z Downloaded bstr v1.9.0
13112024-03-20T19:26:52.551Z Downloaded encoding_rs v0.8.33
13122024-03-20T19:26:52.572Z Downloaded h2 v0.3.24
13132024-03-20T19:26:52.578Z Downloaded syn v1.0.109
13142024-03-20T19:26:52.588Z Downloaded rustls v0.21.9
13152024-03-20T19:26:52.599Z Downloaded bstr v0.2.17
13162024-03-20T19:26:52.608Z Downloaded rustls-webpki v0.102.1
13172024-03-20T19:26:52.626Z Downloaded rustc_version v0.4.0
13182024-03-20T19:26:52.629Z Downloaded bitvec v1.0.1
13192024-03-20T19:26:52.641Z Downloaded hkdf v0.12.4
13202024-03-20T19:26:52.645Z Downloaded tokio-util v0.7.10
13212024-03-20T19:26:52.650Z Downloaded chrono v0.4.34
13222024-03-20T19:26:52.657Z Downloaded smf v0.2.2
13232024-03-20T19:26:52.662Z Downloaded unsafe-libyaml v0.2.10
13242024-03-20T19:26:52.666Z Downloaded tokio-postgres v0.7.10
13252024-03-20T19:26:52.670Z Downloaded hashbrown v0.12.3
13262024-03-20T19:26:52.670Z Downloaded serde_json v1.0.114
13272024-03-20T19:26:52.677Z Downloaded toml_edit v0.22.6
13282024-03-20T19:26:52.696Z Downloaded tokio-rustls v0.25.0
13292024-03-20T19:26:52.700Z Downloaded sct v0.7.0
13302024-03-20T19:26:52.704Z Downloaded papergrid v0.11.0
13312024-03-20T19:26:52.707Z Downloaded pin-project v1.1.3
13322024-03-20T19:26:52.715Z Downloaded signal-hook-registry v1.4.1
13332024-03-20T19:26:52.719Z Downloaded thiserror v1.0.57
13342024-03-20T19:26:52.722Z Downloaded futures-task v0.3.30
13352024-03-20T19:26:52.722Z Downloaded fd-lock v3.0.13
13362024-03-20T19:26:52.725Z Downloaded fastrand v2.0.1
13372024-03-20T19:26:52.726Z Downloaded pkg-config v0.3.27
13382024-03-20T19:26:52.726Z Downloaded futures-sink v0.3.30
13392024-03-20T19:26:52.729Z Downloaded enum-as-inner v0.5.1
13402024-03-20T19:26:52.729Z Downloaded usdt-impl v0.3.5
13412024-03-20T19:26:52.729Z Downloaded trust-dns-client v0.22.0
13422024-03-20T19:26:52.737Z Downloaded clap v2.34.0
13432024-03-20T19:26:52.740Z Downloaded tabled_derive v0.7.0
13442024-03-20T19:26:52.744Z Downloaded unicode-xid v0.2.4
13452024-03-20T19:26:52.744Z Downloaded slog-envlogger v2.2.0
13462024-03-20T19:26:52.744Z Downloaded rustyline v13.0.0
13472024-03-20T19:26:52.748Z Downloaded der v0.7.8
13482024-03-20T19:26:52.752Z Downloaded predicates-tree v1.0.9
13492024-03-20T19:26:52.758Z Downloaded itertools v0.10.5
13502024-03-20T19:26:52.761Z Downloaded ring v0.17.8
13512024-03-20T19:26:52.837Z Downloaded strip-ansi-escapes v0.2.0
13522024-03-20T19:26:52.851Z Downloaded semver v1.0.22
13532024-03-20T19:26:52.851Z Downloaded salty v0.2.0
13542024-03-20T19:26:52.851Z Downloaded typenum v1.16.0
13552024-03-20T19:26:52.852Z Downloaded sha2 v0.10.8
13562024-03-20T19:26:52.861Z Downloaded zip v0.6.6
13572024-03-20T19:26:52.861Z Downloaded rustls-webpki v0.101.7
13582024-03-20T19:26:52.866Z Downloaded oso v0.27.0
13592024-03-20T19:26:52.866Z Downloaded minimal-lexical v0.2.1
13602024-03-20T19:26:52.870Z Downloaded trust-dns-server v0.22.1
13612024-03-20T19:26:52.874Z Downloaded futures-executor v0.3.30
13622024-03-20T19:26:52.878Z Downloaded derive_builder_core v0.12.0
13632024-03-20T19:26:52.878Z Downloaded derive_builder v0.12.0
13642024-03-20T19:26:52.881Z Downloaded mio v0.8.11
13652024-03-20T19:26:52.886Z Downloaded ring v0.16.20
13662024-03-20T19:26:52.966Z Downloaded strum_macros v0.26.1
13672024-03-20T19:26:52.970Z Downloaded x509-cert v0.2.4
13682024-03-20T19:26:52.974Z Downloaded num-bigint v0.4.4
13692024-03-20T19:26:52.978Z Downloaded futures-core v0.3.30
13702024-03-20T19:26:52.981Z Downloaded display-error-chain v0.2.0
13712024-03-20T19:26:52.981Z Downloaded dirs-sys-next v0.1.2
13722024-03-20T19:26:52.981Z Downloaded dirs-next v2.0.0
13732024-03-20T19:26:52.985Z Downloaded der_derive v0.7.2
13742024-03-20T19:26:52.986Z Downloaded clap_builder v4.5.1
13752024-03-20T19:26:52.990Z Downloaded structopt v0.3.26
13762024-03-20T19:26:52.995Z Downloaded socket2 v0.4.9
13772024-03-20T19:26:53.000Z Downloaded parking_lot_core v0.9.8
13782024-03-20T19:26:53.000Z Downloaded parking_lot v0.11.2
13792024-03-20T19:26:53.004Z Downloaded libm v0.2.7
13802024-03-20T19:26:53.010Z Downloaded serde-big-array v0.4.1
13812024-03-20T19:26:53.015Z Downloaded crossterm v0.27.0
13822024-03-20T19:26:53.020Z Downloaded universal-hash v0.5.1
13832024-03-20T19:26:53.020Z Downloaded elliptic-curve v0.13.8
13842024-03-20T19:26:53.024Z Downloaded publicsuffix v2.2.3
13852024-03-20T19:26:53.024Z Downloaded openssl-sys v0.9.96
13862024-03-20T19:26:53.029Z Downloaded foreign-types v0.5.0
13872024-03-20T19:26:53.029Z Downloaded serde_urlencoded v0.7.1
13882024-03-20T19:26:53.029Z Downloaded rpassword v7.3.1
13892024-03-20T19:26:53.033Z Downloaded semver v0.11.0
13902024-03-20T19:26:53.033Z Downloaded term v0.7.0
13912024-03-20T19:26:53.037Z Downloaded omicron-zone-package v0.11.0
13922024-03-20T19:26:53.037Z Downloaded poly1305 v0.8.0
13932024-03-20T19:26:53.041Z Downloaded dof v0.3.0
13942024-03-20T19:26:53.042Z Downloaded darling v0.20.3
13952024-03-20T19:26:53.046Z Downloaded getrandom v0.2.12
13962024-03-20T19:26:53.046Z Downloaded tar v0.4.40
13972024-03-20T19:26:53.049Z Downloaded slog v2.7.0
13982024-03-20T19:26:53.049Z Downloaded indexmap v2.2.5
13992024-03-20T19:26:53.054Z Downloaded http v1.0.0
14002024-03-20T19:26:53.058Z Downloaded http v0.2.12
14012024-03-20T19:26:53.062Z Downloaded darling v0.14.4
14022024-03-20T19:26:53.066Z Downloaded num-traits v0.2.18
14032024-03-20T19:26:53.066Z Downloaded nu-ansi-term v0.50.0
14042024-03-20T19:26:53.070Z Downloaded mockall_derive v0.12.0
14052024-03-20T19:26:53.070Z Downloaded crossbeam-channel v0.5.8
14062024-03-20T19:26:53.076Z Downloaded serde_spanned v0.6.5
14072024-03-20T19:26:53.076Z Downloaded serde_repr v0.1.16
14082024-03-20T19:26:53.076Z Downloaded semver v0.1.20
14092024-03-20T19:26:53.083Z Downloaded parking_lot_core v0.8.6
14102024-03-20T19:26:53.084Z Downloaded backtrace v0.3.69
14112024-03-20T19:26:53.084Z Downloaded toml v0.7.8
14122024-03-20T19:26:53.091Z Downloaded rand_xorshift v0.3.0
14132024-03-20T19:26:53.091Z Downloaded rand_seeder v0.2.3
14142024-03-20T19:26:53.092Z Downloaded vsss-rs v3.3.4
14152024-03-20T19:26:53.092Z Downloaded pest_generator v2.7.6
14162024-03-20T19:26:53.096Z Downloaded unicase v2.7.0
14172024-03-20T19:26:53.096Z Downloaded uuid v1.7.0
14182024-03-20T19:26:53.096Z Downloaded clap v4.5.1
14192024-03-20T19:26:53.107Z Downloaded arc-swap v1.6.0
14202024-03-20T19:26:53.111Z Downloaded log v0.4.21
14212024-03-20T19:26:53.111Z Downloaded thread-id v4.2.0
14222024-03-20T19:26:53.111Z Downloaded thiserror-no-std v2.0.2
14232024-03-20T19:26:53.111Z Downloaded structmeta v0.3.0
14242024-03-20T19:26:53.112Z Downloaded strsim v0.8.0
14252024-03-20T19:26:53.112Z Downloaded once_cell v1.19.0
14262024-03-20T19:26:53.117Z Downloaded multer v3.0.0
14272024-03-20T19:26:53.117Z Downloaded heapless v0.8.0
14282024-03-20T19:26:53.121Z Downloaded gethostname v0.4.3
14292024-03-20T19:26:53.121Z Downloaded fragile v2.0.0
14302024-03-20T19:26:53.126Z Downloaded native-tls v0.2.11
14312024-03-20T19:26:53.126Z Downloaded memmap2 v0.7.1
14322024-03-20T19:26:53.126Z Downloaded indicatif v0.17.8
14332024-03-20T19:26:53.130Z Downloaded flagset v0.4.3
14342024-03-20T19:26:53.130Z Downloaded fallible-iterator v0.2.0
14352024-03-20T19:26:53.130Z Downloaded errno v0.3.8
14362024-03-20T19:26:53.133Z Downloaded defmt-macros v0.3.6
14372024-03-20T19:26:53.133Z Downloaded structmeta v0.2.0
14382024-03-20T19:26:53.137Z Downloaded linear-map v1.2.0
14392024-03-20T19:26:53.137Z Downloaded base64 v0.21.7
14402024-03-20T19:26:53.142Z Downloaded const-oid v0.9.6
14412024-03-20T19:26:53.142Z Downloaded ansi_term v0.12.1
14422024-03-20T19:26:53.152Z Downloaded num-iter v0.1.44
14432024-03-20T19:26:53.152Z Downloaded nanorand v0.7.0
14442024-03-20T19:26:53.152Z Downloaded tap v1.0.1
14452024-03-20T19:26:53.152Z Downloaded tabwriter v1.4.0
14462024-03-20T19:26:53.152Z Downloaded crossbeam-epoch v0.9.18
14472024-03-20T19:26:53.156Z Downloaded num_enum_derive v0.7.2
14482024-03-20T19:26:53.156Z Downloaded num_enum v0.7.2
14492024-03-20T19:26:53.156Z Downloaded maybe-uninit v2.0.0
14502024-03-20T19:26:53.156Z Downloaded console v0.15.8
14512024-03-20T19:26:53.159Z Downloaded strsim v0.10.0
14522024-03-20T19:26:53.160Z Downloaded managed v0.8.0
14532024-03-20T19:26:53.160Z Downloaded clap_derive v4.5.0
14542024-03-20T19:26:53.164Z Downloaded cassowary v0.3.0
14552024-03-20T19:26:53.164Z Downloaded camino-tempfile v1.1.1
14562024-03-20T19:26:53.171Z Downloaded async-trait v0.1.77
14572024-03-20T19:26:53.171Z Downloaded schemars_derive v0.8.16
14582024-03-20T19:26:53.171Z Downloaded number_prefix v0.4.0
14592024-03-20T19:26:53.171Z Downloaded num_threads v0.1.6
14602024-03-20T19:26:53.180Z Downloaded blake2 v0.10.6
14612024-03-20T19:26:53.180Z Downloaded libsw v3.3.1
14622024-03-20T19:26:53.180Z Downloaded lalrpop-util v0.19.12
14632024-03-20T19:26:53.180Z Downloaded num-conv v0.1.0
14642024-03-20T19:26:53.180Z Downloaded newtype_derive v0.1.6
14652024-03-20T19:26:53.180Z Downloaded cpufeatures v0.2.12
14662024-03-20T19:26:53.180Z Downloaded crossbeam-deque v0.8.3
14672024-03-20T19:26:53.186Z Downloaded block-padding v0.3.3
14682024-03-20T19:26:53.186Z Downloaded anstyle v1.0.2
14692024-03-20T19:26:53.186Z Downloaded colorchoice v1.0.0
14702024-03-20T19:26:53.186Z Downloaded bzip2 v0.4.4
14712024-03-20T19:26:53.186Z Downloaded is-terminal v0.4.9
14722024-03-20T19:26:53.186Z Downloaded indoc v1.0.9
14732024-03-20T19:26:53.186Z Downloaded hyper-tls v0.5.0
14742024-03-20T19:26:53.191Z Downloaded crypto-common v0.1.6
14752024-03-20T19:26:53.191Z Downloaded base64ct v1.6.0
14762024-03-20T19:26:53.191Z Downloaded allocator-api2 v0.2.16
14772024-03-20T19:26:53.604Z Compiling proc-macro2 v1.0.78
14782024-03-20T19:26:53.605Z Compiling unicode-ident v1.0.12
14792024-03-20T19:26:53.619Z Compiling libc v0.2.153
14802024-03-20T19:26:53.619Z Compiling serde v1.0.197
14812024-03-20T19:26:53.619Z Compiling version_check v0.9.4
14822024-03-20T19:26:53.619Z Compiling autocfg v1.1.0
14832024-03-20T19:26:53.655Z Compiling cfg-if v1.0.0
14842024-03-20T19:26:53.785Z Compiling syn v1.0.109
14852024-03-20T19:26:53.821Z Compiling once_cell v1.19.0
14862024-03-20T19:26:54.007Z Compiling byteorder v1.5.0
14872024-03-20T19:26:54.296Z Compiling serde_json v1.0.114
14882024-03-20T19:26:54.378Z Compiling ahash v0.8.8
14892024-03-20T19:26:54.458Z Compiling libm v0.2.7
14902024-03-20T19:26:54.474Z Compiling lock_api v0.4.10
14912024-03-20T19:26:55.380Z Compiling memchr v2.7.1
14922024-03-20T19:26:55.388Z Compiling num-traits v0.2.18
14932024-03-20T19:26:55.388Z Compiling parking_lot_core v0.9.8
14942024-03-20T19:26:55.388Z Compiling thiserror v1.0.57
14952024-03-20T19:26:55.797Z Compiling itoa v1.0.9
14962024-03-20T19:26:55.820Z Compiling typenum v1.16.0
14972024-03-20T19:26:56.174Z Compiling scopeguard v1.2.0
14982024-03-20T19:26:56.236Z Compiling generic-array v0.14.7
14992024-03-20T19:26:56.834Z Compiling quote v1.0.35
15002024-03-20T19:26:56.834Z Compiling log v0.4.21
15012024-03-20T19:26:56.877Z Compiling cc v1.0.83
15022024-03-20T19:26:57.038Z Compiling syn v2.0.52
15032024-03-20T19:26:57.112Z Compiling getrandom v0.2.12
15042024-03-20T19:26:57.533Z Compiling allocator-api2 v0.2.16
15052024-03-20T19:26:57.587Z Compiling pkg-config v0.3.27
15062024-03-20T19:26:57.949Z Compiling slab v0.4.9
15072024-03-20T19:26:57.974Z Compiling smallvec v1.13.1
15082024-03-20T19:26:58.249Z Compiling schemars v0.8.16
15092024-03-20T19:26:58.281Z Compiling ryu v1.0.15
15102024-03-20T19:26:58.612Z Compiling equivalent v1.0.1
15112024-03-20T19:26:58.635Z Compiling heck v0.4.1
15122024-03-20T19:26:59.103Z Compiling pin-project-lite v0.2.13
15132024-03-20T19:26:59.396Z Compiling vcpkg v0.2.15
15142024-03-20T19:26:59.419Z Compiling ring v0.17.8
15152024-03-20T19:26:59.664Z Compiling parking_lot v0.12.1
15162024-03-20T19:27:01.135Z Compiling openssl-sys v0.9.96
15172024-03-20T19:27:01.292Z Compiling signal-hook-registry v1.4.1
15182024-03-20T19:27:01.539Z Compiling mio v0.8.11
15192024-03-20T19:27:02.036Z Compiling time-core v0.1.2
15202024-03-20T19:27:02.180Z Compiling fnv v1.0.7
15212024-03-20T19:27:02.202Z Compiling num-conv v0.1.0
15222024-03-20T19:27:02.226Z Compiling rand_core v0.6.4
15232024-03-20T19:27:02.495Z Compiling time-macros v0.2.17
15242024-03-20T19:27:02.623Z Compiling crossbeam-utils v0.8.19
15252024-03-20T19:27:02.911Z Compiling ring v0.16.20
15262024-03-20T19:27:03.138Z Compiling num_cpus v1.16.0
15272024-03-20T19:27:03.277Z Compiling socket2 v0.5.5
15282024-03-20T19:27:03.517Z Compiling httparse v1.8.0
15292024-03-20T19:27:03.555Z Compiling iana-time-zone v0.1.57
15302024-03-20T19:27:04.393Z Compiling serde_derive_internals v0.26.0
15312024-03-20T19:27:04.577Z Compiling rustix v0.38.31
15322024-03-20T19:27:04.832Z Compiling ucd-trie v0.1.6
15332024-03-20T19:27:05.160Z Compiling futures-core v0.3.30
15342024-03-20T19:27:05.207Z Compiling spin v0.5.2
15352024-03-20T19:27:05.334Z Compiling openssl v0.10.60
15362024-03-20T19:27:05.646Z Compiling semver v1.0.22
15372024-03-20T19:27:06.004Z Compiling backtrace v0.3.69
15382024-03-20T19:27:06.074Z Compiling slog v2.7.0
15392024-03-20T19:27:06.119Z Compiling native-tls v0.2.11
15402024-03-20T19:27:06.402Z Compiling tinyvec_macros v0.1.1
15412024-03-20T19:27:06.511Z Compiling rustls v0.21.9
15422024-03-20T19:27:06.538Z Compiling winnow v0.5.15
15432024-03-20T19:27:06.700Z Compiling tinyvec v1.6.0
15442024-03-20T19:27:06.746Z Compiling spin v0.9.8
15452024-03-20T19:27:06.778Z Compiling subtle v2.5.0
15462024-03-20T19:27:07.069Z Compiling futures-sink v0.3.30
15472024-03-20T19:27:07.117Z Compiling crc32fast v1.3.2
15482024-03-20T19:27:07.195Z Compiling unicode-xid v0.2.4
15492024-03-20T19:27:07.235Z Compiling const-oid v0.9.6
15502024-03-20T19:27:07.258Z Compiling uuid v0.8.2
15512024-03-20T19:27:07.460Z Compiling dyn-clone v1.0.17
15522024-03-20T19:27:07.660Z Compiling synstructure v0.12.6
15532024-03-20T19:27:08.151Z Compiling unicode-normalization v0.1.22
15542024-03-20T19:27:09.107Z Compiling cookie v0.17.0
15552024-03-20T19:27:09.188Z Compiling anyhow v1.0.79
15562024-03-20T19:27:09.361Z Compiling unicode-bidi v0.3.15
15572024-03-20T19:27:09.985Z Compiling futures-channel v0.3.30
15582024-03-20T19:27:10.104Z Compiling serde_derive v1.0.197
15592024-03-20T19:27:10.147Z Compiling zerocopy-derive v0.7.32
15602024-03-20T19:27:10.176Z Compiling thiserror-impl v1.0.57
15612024-03-20T19:27:10.381Z Compiling zeroize_derive v1.4.2
15622024-03-20T19:27:10.405Z Compiling tokio-macros v2.2.0
15632024-03-20T19:27:10.535Z Compiling schemars_derive v0.8.16
15642024-03-20T19:27:11.065Z Compiling futures-macro v0.3.30
15652024-03-20T19:27:11.719Z Compiling tracing-attributes v0.1.27
15662024-03-20T19:27:11.845Z Compiling zeroize v1.7.0
15672024-03-20T19:27:12.031Z Compiling zerocopy v0.7.32
15682024-03-20T19:27:12.950Z Compiling pest v2.7.6
15692024-03-20T19:27:13.278Z Compiling openssl-macros v0.1.1
15702024-03-20T19:27:14.173Z Compiling hashbrown v0.14.3
15712024-03-20T19:27:14.619Z Compiling zerocopy-derive v0.2.0
15722024-03-20T19:27:15.103Z Compiling tracing-core v0.1.32
15732024-03-20T19:27:15.405Z Compiling pest_meta v2.7.6
15742024-03-20T19:27:15.816Z Compiling pin-utils v0.1.0
15752024-03-20T19:27:15.921Z Compiling futures-task v0.3.30
15762024-03-20T19:27:16.072Z Compiling futures-io v0.3.30
15772024-03-20T19:27:16.215Z Compiling tracing v0.1.40
15782024-03-20T19:27:16.355Z Compiling futures-util v0.3.30
15792024-03-20T19:27:16.693Z Compiling pest_generator v2.7.6
15802024-03-20T19:27:17.052Z Compiling crypto-common v0.1.6
15812024-03-20T19:27:17.250Z Compiling der_derive v0.7.2
15822024-03-20T19:27:18.665Z Compiling aho-corasick v1.1.2
15832024-03-20T19:27:18.929Z Compiling powerfmt v0.2.0
15842024-03-20T19:27:19.414Z Compiling regex-syntax v0.8.2
15852024-03-20T19:27:19.538Z Compiling pest_derive v2.7.6
15862024-03-20T19:27:22.201Z Compiling deranged v0.3.11
15872024-03-20T19:27:23.257Z Compiling bytes v1.5.0
15882024-03-20T19:27:23.283Z Compiling indexmap v2.2.5
15892024-03-20T19:27:24.477Z Compiling uuid v1.7.0
15902024-03-20T19:27:24.712Z Compiling chrono v0.4.34
15912024-03-20T19:27:24.918Z Compiling bitflags v2.4.2
15922024-03-20T19:27:25.304Z Compiling tokio v1.36.0
15932024-03-20T19:27:25.723Z Compiling serde_spanned v0.6.5
15942024-03-20T19:27:25.938Z Compiling toml_datetime v0.6.5
15952024-03-20T19:27:26.259Z Compiling toml_edit v0.19.15
15962024-03-20T19:27:27.151Z Compiling http v0.2.12
15972024-03-20T19:27:30.509Z Compiling rustc_version v0.4.0
15982024-03-20T19:27:32.177Z Compiling regex-automata v0.4.5
15992024-03-20T19:27:33.240Z Compiling block-buffer v0.10.4
16002024-03-20T19:27:33.840Z Compiling usdt-impl v0.3.5
16012024-03-20T19:27:34.192Z Compiling unicode-width v0.1.11
16022024-03-20T19:27:34.382Z Compiling untrusted v0.9.0
16032024-03-20T19:27:34.436Z Compiling rustversion v1.0.14
16042024-03-20T19:27:34.464Z Compiling num_threads v0.1.6
16052024-03-20T19:27:34.770Z Compiling time v0.3.34
16062024-03-20T19:27:35.284Z Compiling digest v0.10.7
16072024-03-20T19:27:35.596Z Compiling heapless v0.7.16
16082024-03-20T19:27:35.714Z Compiling scroll_derive v0.12.0
16092024-03-20T19:27:36.652Z Compiling bzip2-sys v0.1.11+1.0.8
16102024-03-20T19:27:37.126Z Compiling percent-encoding v2.3.1
16112024-03-20T19:27:37.266Z Compiling async-trait v0.1.77
16122024-03-20T19:27:37.687Z Compiling signal-hook v0.3.17
16132024-03-20T19:27:37.998Z Compiling adler v1.0.2
16142024-03-20T19:27:38.290Z Compiling ppv-lite86 v0.2.17
16152024-03-20T19:27:39.159Z Compiling rand_chacha v0.3.1
16162024-03-20T19:27:39.604Z Compiling miniz_oxide v0.7.1
16172024-03-20T19:27:40.278Z Compiling regex v1.10.3
16182024-03-20T19:27:41.386Z Compiling zerocopy v0.3.0
16192024-03-20T19:27:42.486Z Compiling thread-id v4.2.0
16202024-03-20T19:27:42.626Z Compiling dof v0.1.5
16212024-03-20T19:27:43.380Z Compiling rand v0.8.5
16222024-03-20T19:27:43.630Z Compiling tokio-util v0.7.10
16232024-03-20T19:27:45.320Z Compiling dtrace-parser v0.1.14
16242024-03-20T19:27:45.797Z Compiling clap_derive v4.5.0
16252024-03-20T19:27:46.016Z Compiling errno v0.3.8
16262024-03-20T19:27:46.274Z Compiling num-bigint v0.4.4
16272024-03-20T19:27:46.327Z Compiling base64 v0.21.7
16282024-03-20T19:27:47.112Z Compiling base64ct v1.6.0
16292024-03-20T19:27:47.159Z Compiling gimli v0.28.0
16302024-03-20T19:27:47.473Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16312024-03-20T19:27:47.486Z Compiling foreign-types-shared v0.1.1
16322024-03-20T19:27:47.611Z Compiling untrusted v0.7.1
16332024-03-20T19:27:47.699Z Compiling smoltcp v0.9.1
16342024-03-20T19:27:48.133Z Compiling pem-rfc7468 v0.7.0
16352024-03-20T19:27:48.296Z Compiling foreign-types v0.3.2
16362024-03-20T19:27:51.136Z Compiling form_urlencoded v1.2.1
16372024-03-20T19:27:51.573Z Compiling hmac v0.12.1
16382024-03-20T19:27:51.617Z Compiling crossbeam-epoch v0.9.18
16392024-03-20T19:27:51.743Z Compiling serde_tokenstream v0.1.7
16402024-03-20T19:27:51.825Z Compiling addr2line v0.21.0
16412024-03-20T19:27:51.864Z Compiling lazy_static v1.4.0
16422024-03-20T19:27:52.281Z Compiling object v0.32.1
16432024-03-20T19:27:52.612Z Compiling bitflags v1.3.2
16442024-03-20T19:27:52.917Z Compiling siphasher v0.3.11
16452024-03-20T19:27:53.060Z Compiling try-lock v0.2.4
16462024-03-20T19:27:53.377Z Compiling unicode-segmentation v1.10.1
16472024-03-20T19:27:53.490Z Compiling flagset v0.4.3
16482024-03-20T19:27:53.599Z Compiling rustc-demangle v0.1.23
16492024-03-20T19:27:53.676Z Compiling der v0.7.8
16502024-03-20T19:27:53.712Z Compiling want v0.3.1
16512024-03-20T19:27:55.306Z Compiling rustls-webpki v0.101.7
16522024-03-20T19:27:55.373Z Compiling sct v0.7.0
16532024-03-20T19:27:55.616Z Compiling h2 v0.3.24
16542024-03-20T19:27:57.490Z Compiling http-body v0.4.5
16552024-03-20T19:27:57.523Z Compiling proc-macro-crate v1.3.1
16562024-03-20T19:27:58.528Z Compiling openapiv3 v2.0.0
16572024-03-20T19:27:58.986Z Compiling hubpack_derive v0.1.1
16582024-03-20T19:27:59.840Z Compiling zerocopy-derive v0.6.4
16592024-03-20T19:28:00.045Z Compiling idna v0.5.0
16602024-03-20T19:28:01.832Z Compiling usdt-impl v0.5.0
16612024-03-20T19:28:02.021Z Compiling httpdate v1.0.3
16622024-03-20T19:28:02.828Z Compiling stable_deref_trait v1.2.0
16632024-03-20T19:28:02.936Z Compiling tower-service v0.3.2
16642024-03-20T19:28:03.014Z Compiling utf8parse v0.2.1
16652024-03-20T19:28:03.062Z Compiling openssl-probe v0.1.5
16662024-03-20T19:28:03.093Z Compiling anstyle v1.0.2
16672024-03-20T19:28:03.116Z Compiling cpufeatures v0.2.12
16682024-03-20T19:28:03.178Z Compiling anstyle-parse v0.2.1
16692024-03-20T19:28:03.221Z Compiling sha2 v0.10.8
16702024-03-20T19:28:03.710Z Compiling hyper v0.14.28
16712024-03-20T19:28:05.823Z Compiling url v2.5.0
16722024-03-20T19:28:07.117Z Compiling spki v0.7.2
16732024-03-20T19:28:07.496Z Compiling usdt-attr-macro v0.3.5
16742024-03-20T19:28:07.545Z Compiling usdt-macro v0.3.5
16752024-03-20T19:28:08.814Z Compiling scroll v0.12.0
16762024-03-20T19:28:10.009Z Compiling md-5 v0.10.5
16772024-03-20T19:28:10.194Z Compiling serde_tokenstream v0.2.0
16782024-03-20T19:28:10.694Z Compiling idna v0.3.0
16792024-03-20T19:28:12.160Z Compiling stringprep v0.1.3
16802024-03-20T19:28:13.170Z Compiling diesel_table_macro_syntax v0.1.0
16812024-03-20T19:28:13.220Z Compiling num-integer v0.1.46
16822024-03-20T19:28:13.771Z Compiling hash32 v0.2.1
16832024-03-20T19:28:13.937Z Compiling anstyle-query v1.0.0
16842024-03-20T19:28:14.130Z Compiling psl-types v2.0.11
16852024-03-20T19:28:14.663Z Compiling colorchoice v1.0.0
16862024-03-20T19:28:14.835Z Compiling plain v0.2.3
16872024-03-20T19:28:14.999Z Compiling fallible-iterator v0.2.0
16882024-03-20T19:28:15.717Z Compiling postgres-protocol v0.6.6
16892024-03-20T19:28:16.966Z Compiling goblin v0.8.0
16902024-03-20T19:28:16.971Z Compiling anstream v0.6.11
16912024-03-20T19:28:17.663Z Compiling publicsuffix v2.2.3
16922024-03-20T19:28:19.625Z Compiling diesel_derives v2.1.2
16932024-03-20T19:28:24.057Z Compiling tokio-rustls v0.24.1
16942024-03-20T19:28:25.632Z Compiling pkcs8 v0.10.2
16952024-03-20T19:28:26.180Z Compiling terminal_size v0.3.0
16962024-03-20T19:28:26.425Z Compiling tokio-native-tls v0.3.1
16972024-03-20T19:28:26.731Z Compiling phf_shared v0.11.2
16982024-03-20T19:28:27.703Z Compiling strum_macros v0.25.2
16992024-03-20T19:28:28.296Z Compiling regress v0.9.0
17002024-03-20T19:28:29.688Z Compiling block-padding v0.3.3
17012024-03-20T19:28:29.915Z Compiling enum-as-inner v0.5.1
17022024-03-20T19:28:30.898Z Compiling serde_repr v0.1.16
17032024-03-20T19:28:31.435Z Compiling ff v0.13.0
17042024-03-20T19:28:31.480Z Compiling scheduled-thread-pool v0.2.7
17052024-03-20T19:28:31.668Z Compiling encoding_rs v0.8.33
17062024-03-20T19:28:31.920Z Compiling strsim v0.11.0
17072024-03-20T19:28:31.959Z Compiling matches v0.1.10
17082024-03-20T19:28:32.958Z Compiling managed v0.8.0
17092024-03-20T19:28:33.276Z Compiling clap_lex v0.7.0
17102024-03-20T19:28:33.443Z Compiling ident_case v1.0.1
17112024-03-20T19:28:33.613Z Compiling ipnet v2.9.0
17122024-03-20T19:28:33.721Z Compiling regex-automata v0.1.10
17132024-03-20T19:28:34.034Z Compiling base16ct v0.2.0
17142024-03-20T19:28:34.232Z Compiling strsim v0.10.0
17152024-03-20T19:28:34.343Z Compiling bit-vec v0.6.3
17162024-03-20T19:28:34.451Z Compiling pretty-hex v0.4.1
17172024-03-20T19:28:34.761Z Compiling mime v0.3.17
17182024-03-20T19:28:34.779Z Compiling dof v0.3.0
17192024-03-20T19:28:34.882Z Compiling darling_core v0.20.3
17202024-03-20T19:28:35.910Z Compiling sec1 v0.7.3
17212024-03-20T19:28:36.481Z Compiling bstr v0.2.17
17222024-03-20T19:28:36.699Z Compiling clap_builder v4.5.1
17232024-03-20T19:28:39.225Z Compiling idna v0.2.3
17242024-03-20T19:28:40.476Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17252024-03-20T19:28:40.636Z Compiling r2d2 v0.8.10
17262024-03-20T19:28:40.702Z Compiling group v0.13.0
17272024-03-20T19:28:41.181Z Compiling inout v0.1.3
17282024-03-20T19:28:42.459Z Compiling phf v0.11.2
17292024-03-20T19:28:42.779Z Compiling hyper-tls v0.5.0
17302024-03-20T19:28:43.108Z Compiling signal-hook-mio v0.2.3
17312024-03-20T19:28:43.274Z Compiling bzip2 v0.4.4
17322024-03-20T19:28:43.658Z Compiling hyper-rustls v0.24.2
17332024-03-20T19:28:44.019Z Compiling cookie_store v0.20.0
17342024-03-20T19:28:44.033Z Compiling flate2 v1.0.28
17352024-03-20T19:28:44.200Z Compiling postgres-types v0.2.6
17362024-03-20T19:28:44.927Z Compiling zerocopy v0.6.4
17372024-03-20T19:28:45.012Z Compiling hubpack v0.1.2
17382024-03-20T19:28:45.347Z Compiling rustls-pemfile v1.0.3
17392024-03-20T19:28:45.447Z Compiling phf_shared v0.10.0
17402024-03-20T19:28:45.511Z Compiling hkdf v0.12.4
17412024-03-20T19:28:45.583Z Compiling serde_urlencoded v0.7.1
17422024-03-20T19:28:45.807Z Compiling ipnetwork v0.20.0
17432024-03-20T19:28:45.919Z Compiling futures-executor v0.3.30
17442024-03-20T19:28:46.402Z Compiling dtrace-parser v0.2.0
17452024-03-20T19:28:46.509Z Compiling crypto-bigint v0.5.2
17462024-03-20T19:28:46.820Z Compiling float-cmp v0.9.0
17472024-03-20T19:28:47.043Z Compiling new_debug_unreachable v1.0.4
17482024-03-20T19:28:47.146Z Compiling precomputed-hash v0.1.1
17492024-03-20T19:28:47.948Z Compiling fixedbitset v0.4.2
17502024-03-20T19:28:48.155Z Compiling predicates-core v1.0.6
17512024-03-20T19:28:48.347Z Compiling winnow v0.6.1
17522024-03-20T19:28:48.461Z Compiling difflib v0.4.0
17532024-03-20T19:28:48.631Z Compiling sync_wrapper v0.1.2
17542024-03-20T19:28:49.170Z Compiling static_assertions v1.1.0
17552024-03-20T19:28:49.174Z Compiling normalize-line-endings v0.3.0
17562024-03-20T19:28:49.760Z Compiling either v1.10.0
17572024-03-20T19:28:50.982Z Compiling whoami v1.5.0
17582024-03-20T19:28:51.808Z Compiling webpki-roots v0.25.2
17592024-03-20T19:28:52.034Z Compiling minimal-lexical v0.2.1
17602024-03-20T19:28:52.059Z Compiling data-encoding v2.4.0
17612024-03-20T19:28:52.130Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17622024-03-20T19:28:52.497Z Compiling nom v7.1.3
17632024-03-20T19:28:53.089Z Compiling trust-dns-proto v0.22.0
17642024-03-20T19:28:53.094Z Compiling reqwest v0.11.24
17652024-03-20T19:28:53.800Z Compiling toml_edit v0.22.6
17662024-03-20T19:28:56.265Z Compiling tokio-postgres v0.7.10
17672024-03-20T19:28:56.562Z Compiling itertools v0.10.5
17682024-03-20T19:28:59.464Z Compiling predicates v3.1.0
17692024-03-20T19:29:00.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17702024-03-20T19:29:00.995Z Compiling elliptic-curve v0.13.8
17712024-03-20T19:29:01.068Z Compiling petgraph v0.6.4
17722024-03-20T19:29:01.708Z Compiling string_cache v0.8.7
17732024-03-20T19:29:04.003Z Compiling diesel v2.1.4
17742024-03-20T19:29:04.445Z Compiling futures v0.3.30
17752024-03-20T19:29:04.921Z Compiling zip v0.6.6
17762024-03-20T19:29:04.996Z Compiling yasna v0.5.2
17772024-03-20T19:29:05.173Z Compiling crossterm v0.27.0
17782024-03-20T19:29:06.479Z Compiling cipher v0.4.4
17792024-03-20T19:29:06.677Z Compiling darling_macro v0.20.3
17802024-03-20T19:29:06.871Z Compiling clap v4.5.1
17812024-03-20T19:29:06.928Z Compiling similar v2.4.0
17822024-03-20T19:29:07.013Z Compiling bit-set v0.5.3
17832024-03-20T19:29:07.601Z Compiling num-iter v0.1.44
17842024-03-20T19:29:07.814Z Compiling usdt v0.3.5
17852024-03-20T19:29:08.079Z Compiling console v0.15.8
17862024-03-20T19:29:09.040Z Compiling bstr v1.9.0
17872024-03-20T19:29:09.438Z Compiling tokio-stream v0.1.14
17882024-03-20T19:29:10.327Z Compiling toml v0.7.8
17892024-03-20T19:29:10.409Z Compiling hex v0.4.3
17902024-03-20T19:29:10.732Z Compiling proc-macro-error-attr v1.0.4
17912024-03-20T19:29:10.999Z Compiling instant v0.1.12
17922024-03-20T19:29:11.064Z Compiling lalrpop-util v0.19.12
17932024-03-20T19:29:11.399Z Compiling parking_lot_core v0.8.6
17942024-03-20T19:29:11.862Z Compiling darling v0.20.3
17952024-03-20T19:29:13.160Z Compiling proc-macro-error v1.0.4
17962024-03-20T19:29:13.463Z Compiling heapless v0.8.0
17972024-03-20T19:29:13.790Z Compiling camino v1.1.6
17982024-03-20T19:29:19.374Z Compiling num_enum_derive v0.5.11
17992024-03-20T19:29:24.774Z Compiling thread_local v1.1.7
18002024-03-20T19:29:25.294Z Compiling atty v0.2.14
18012024-03-20T19:29:25.449Z Compiling hash32 v0.3.1
18022024-03-20T19:29:25.704Z Compiling half v2.3.1
18032024-03-20T19:29:26.054Z Compiling slog-async v2.8.0
18042024-03-20T19:29:26.281Z Compiling rustls-pki-types v1.3.0
18052024-03-20T19:29:27.400Z Compiling ciborium-io v0.2.2
18062024-03-20T19:29:27.622Z Compiling smoltcp v0.11.0
18072024-03-20T19:29:28.256Z Compiling match_cfg v0.1.0
18082024-03-20T19:29:28.830Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18092024-03-20T19:29:32.135Z Compiling hostname v0.3.1
18102024-03-20T19:29:34.182Z Compiling ciborium-ll v0.2.2
18112024-03-20T19:29:42.057Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122024-03-20T19:29:47.194Z Compiling num_enum v0.5.11
18132024-03-20T19:29:49.876Z Compiling parking_lot v0.11.2
18142024-03-20T19:29:55.325Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18152024-03-20T19:29:56.399Z Compiling slog-json v2.6.1
18162024-03-20T19:29:56.739Z Compiling getopts v0.2.21
18172024-03-20T19:29:56.968Z Compiling crossbeam-channel v0.5.8
18182024-03-20T19:29:58.162Z Compiling dirs-sys-next v0.1.2
18192024-03-20T19:29:58.726Z Compiling fxhash v0.2.1
18202024-03-20T19:29:59.361Z Compiling cobs v0.2.3
18212024-03-20T19:29:59.422Z Compiling rustls v0.22.2
18222024-03-20T19:29:59.822Z Compiling embedded-io v0.4.0
18232024-03-20T19:29:59.867Z Compiling take_mut v0.2.2
18242024-03-20T19:30:00.044Z Compiling unsafe-libyaml v0.2.10
18252024-03-20T19:30:00.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18262024-03-20T19:30:00.220Z Compiling postcard v1.0.8
18272024-03-20T19:30:01.958Z Compiling serde_yaml v0.9.25
18282024-03-20T19:30:03.817Z Compiling sled v0.34.7
18292024-03-20T19:30:04.730Z Compiling dirs-next v2.0.0
18302024-03-20T19:30:06.163Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18312024-03-20T19:30:06.957Z Compiling slog-bunyan v2.5.0
18322024-03-20T19:30:10.423Z Compiling ciborium v0.2.2
18332024-03-20T19:30:13.172Z Compiling rustls-webpki v0.102.1
18342024-03-20T19:30:13.791Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18352024-03-20T19:30:18.214Z Compiling num_enum_derive v0.7.2
18362024-03-20T19:30:18.570Z Compiling strum_macros v0.26.1
18372024-03-20T19:30:20.821Z Compiling foreign-types-macros v0.2.3
18382024-03-20T19:30:21.743Z Compiling structmeta-derive v0.3.0
18392024-03-20T19:30:22.054Z Compiling multer v3.0.0
18402024-03-20T19:30:22.131Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18412024-03-20T19:30:22.356Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18422024-03-20T19:30:22.558Z Compiling foreign-types-shared v0.3.1
18432024-03-20T19:30:23.128Z Compiling paste v1.0.14
18442024-03-20T19:30:23.588Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18452024-03-20T19:30:24.550Z Compiling structmeta v0.3.0
18462024-03-20T19:30:25.401Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18472024-03-20T19:30:28.329Z Compiling strum v0.26.1
18482024-03-20T19:30:28.912Z Compiling foreign-types v0.5.0
18492024-03-20T19:30:30.995Z Compiling num_enum v0.7.2
18502024-03-20T19:30:32.260Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18512024-03-20T19:30:36.893Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18522024-03-20T19:30:46.373Z Compiling term v0.7.0
18532024-03-20T19:30:49.097Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18542024-03-20T19:30:50.243Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18552024-03-20T19:30:51.383Z Compiling tabwriter v1.4.0
18562024-03-20T19:30:52.229Z Compiling http v1.0.0
18572024-03-20T19:30:52.504Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18582024-03-20T19:30:52.529Z Compiling async-stream-impl v0.3.5
18592024-03-20T19:30:52.837Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18602024-03-20T19:30:53.300Z Compiling cstr-argument v0.1.2
18612024-03-20T19:30:53.559Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18622024-03-20T19:30:53.677Z Compiling crucible-workspace-hack v0.1.0
18632024-03-20T19:30:53.896Z Compiling rayon-core v1.12.1
18642024-03-20T19:30:53.995Z Compiling fastrand v2.0.1
18652024-03-20T19:30:54.194Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18662024-03-20T19:30:54.214Z Compiling pretty-hex v0.2.1
18672024-03-20T19:30:54.447Z Compiling atomic-waker v1.1.1
18682024-03-20T19:30:54.532Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18692024-03-20T19:30:54.662Z Compiling waitgroup v0.1.2
18702024-03-20T19:30:54.735Z Compiling tempfile v3.10.0
18712024-03-20T19:30:54.981Z Compiling async-stream v0.3.5
18722024-03-20T19:30:55.256Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18732024-03-20T19:30:55.488Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18742024-03-20T19:30:55.830Z Compiling slog-term v2.9.0
18752024-03-20T19:30:56.211Z Compiling tokio-rustls v0.25.0
18762024-03-20T19:30:56.676Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18772024-03-20T19:30:57.094Z Compiling parse-display-derive v0.9.0
18782024-03-20T19:30:57.765Z Compiling toml v0.8.10
18792024-03-20T19:30:58.038Z Compiling rustls-pemfile v2.1.1
18802024-03-20T19:30:58.830Z Compiling serde_with_macros v3.6.1
18812024-03-20T19:30:58.842Z Compiling sha1 v0.10.6
18822024-03-20T19:30:59.803Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18832024-03-20T19:31:01.147Z Compiling crossbeam-deque v0.8.3
18842024-03-20T19:31:01.544Z Compiling colored v2.1.0
18852024-03-20T19:31:01.645Z Compiling newtype-uuid v1.0.1
18862024-03-20T19:31:01.859Z Compiling serde_path_to_error v0.1.16
18872024-03-20T19:31:01.969Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18882024-03-20T19:31:02.694Z Compiling socket2 v0.4.9
18892024-03-20T19:31:02.835Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18902024-03-20T19:31:02.882Z Compiling debug-ignore v1.0.5
18912024-03-20T19:31:03.754Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18922024-03-20T19:31:04.394Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18932024-03-20T19:31:04.615Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18942024-03-20T19:31:05.026Z Compiling serde_with v3.6.1
18952024-03-20T19:31:07.206Z Compiling parse-display v0.9.0
18962024-03-20T19:31:09.359Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
18972024-03-20T19:31:09.501Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18982024-03-20T19:31:10.134Z Compiling camino-tempfile v1.1.1
18992024-03-20T19:31:10.365Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19002024-03-20T19:31:10.820Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19012024-03-20T19:31:10.953Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19022024-03-20T19:31:11.002Z Compiling backoff v0.4.0
19032024-03-20T19:31:11.385Z Compiling heck v0.3.3
19042024-03-20T19:31:11.749Z Compiling textwrap v0.11.0
19052024-03-20T19:31:12.297Z Compiling macaddr v1.0.1
19062024-03-20T19:31:12.535Z Compiling num-derive v0.4.0
19072024-03-20T19:31:12.737Z Compiling strsim v0.8.0
19082024-03-20T19:31:12.854Z Compiling ansi_term v0.12.1
19092024-03-20T19:31:12.958Z Compiling vec_map v0.8.2
19102024-03-20T19:31:13.306Z Compiling libefi-sys v0.1.0
19112024-03-20T19:31:13.642Z Compiling clap v2.34.0
19122024-03-20T19:31:13.665Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19132024-03-20T19:31:14.209Z Compiling structopt-derive v0.4.18
19142024-03-20T19:31:14.721Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19152024-03-20T19:31:16.402Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19162024-03-20T19:31:16.967Z Compiling rayon v1.9.0
19172024-03-20T19:31:17.037Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
19182024-03-20T19:31:17.687Z Compiling smf v0.2.2
19192024-03-20T19:31:20.077Z Compiling blake3 v1.5.0
19202024-03-20T19:31:20.553Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19212024-03-20T19:31:20.649Z Compiling portable-atomic v1.4.3
19222024-03-20T19:31:21.170Z Compiling structopt v0.3.26
19232024-03-20T19:31:21.603Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19242024-03-20T19:31:21.670Z Compiling filetime v0.2.23
19252024-03-20T19:31:21.761Z Compiling xattr v1.0.1
19262024-03-20T19:31:22.023Z Compiling memmap2 v0.7.1
19272024-03-20T19:31:22.071Z Compiling constant_time_eq v0.3.0
19282024-03-20T19:31:22.268Z Compiling arrayref v0.3.7
19292024-03-20T19:31:22.363Z Compiling same-file v1.0.6
19302024-03-20T19:31:22.580Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19312024-03-20T19:31:22.654Z Compiling arrayvec v0.7.4
19322024-03-20T19:31:22.811Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19332024-03-20T19:31:28.930Z Compiling walkdir v2.4.0
19342024-03-20T19:31:28.930Z Compiling tar v0.4.40
19352024-03-20T19:31:28.930Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19362024-03-20T19:31:28.930Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19372024-03-20T19:31:28.931Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19382024-03-20T19:31:28.938Z Compiling gethostname v0.4.3
19392024-03-20T19:31:28.938Z Compiling topological-sort v0.2.2
19402024-03-20T19:31:28.938Z Compiling number_prefix v0.4.0
19412024-03-20T19:31:28.938Z Compiling omicron-zone-package v0.11.0
19422024-03-20T19:31:28.938Z Compiling swrite v0.1.0
19432024-03-20T19:31:28.938Z Compiling indicatif v0.17.8
19442024-03-20T19:31:35.395Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19452024-03-20T19:31:39.432Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19462024-03-20T19:31:40.296Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19472024-03-20T19:31:41.651Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19482024-03-20T19:31:57.914Z Finished release [optimized] target(s) in 5m 30s
19492024-03-20T19:31:58.168Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19502024-03-20T19:31:58.238ZLogging to: /work/oxidecomputer/omicron/out/LOG
19512024-03-20T19:31:58.243ZCreated new build target 'test' and set it as active
19522024-03-20T19:31:58.243Z
19532024-03-20T19:31:58.243Zreal 5:31.224001753
19542024-03-20T19:31:58.243Zuser 35:08.346749119
19552024-03-20T19:31:58.243Zsys 3:55.915755161
19562024-03-20T19:31:58.243Ztrap 1.081234710
19572024-03-20T19:31:58.243Ztflt 6.642593330
19582024-03-20T19:31:58.243Zdflt 4.934367843
19592024-03-20T19:31:58.243Zkflt 0.153389890
19602024-03-20T19:31:58.243Zlock 1:15:09.985205301
19612024-03-20T19:31:58.243Zslp 1:39:25.359600663
19622024-03-20T19:31:58.243Zlat 2:14.011844542
19632024-03-20T19:31:58.243Zstop 3:50.966636505
19642024-03-20T19:31:58.243Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19652024-03-20T19:31:59.067Z Finished release [optimized] target(s) in 0.77s
19662024-03-20T19:31:59.090Z Running `target/release/omicron-package -t test package`
19672024-03-20T19:31:59.119ZLogging to: /work/oxidecomputer/omicron/out/LOG
19682024-03-20T19:31:59.955Z Compiling base64 v0.22.0
19692024-03-20T19:32:00.029Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19702024-03-20T19:32:00.042Z Compiling linked-hash-map v0.5.6
19712024-03-20T19:32:00.042Z Compiling password-hash v0.5.0
19722024-03-20T19:32:00.042Z Compiling usdt-macro v0.5.0
19732024-03-20T19:32:00.042Z Compiling usdt-attr-macro v0.5.0
19742024-03-20T19:32:00.057Z Compiling blake2 v0.10.6
19752024-03-20T19:32:00.069Z Compiling memmap v0.7.0
19762024-03-20T19:32:00.390Z Compiling lru-cache v0.1.2
19772024-03-20T19:32:00.486Z Compiling semver v0.1.20
19782024-03-20T19:32:00.626Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19792024-03-20T19:32:01.030Z Compiling argon2 v0.5.3
19802024-03-20T19:32:01.123Z Compiling rustc_version v0.1.7
19812024-03-20T19:32:01.345Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19822024-03-20T19:32:01.368Z Compiling humantime v2.1.0
19832024-03-20T19:32:01.483Z Compiling newtype_derive v0.1.6
19842024-03-20T19:32:01.504Z Compiling usdt v0.5.0
19852024-03-20T19:32:01.592Z Compiling quick-error v1.2.3
19862024-03-20T19:32:01.733Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19872024-03-20T19:32:01.930Z Compiling resolv-conf v0.7.0
19882024-03-20T19:32:02.206Z Compiling steno v0.4.0
19892024-03-20T19:32:02.320Z Compiling trust-dns-resolver v0.22.0
19902024-03-20T19:32:02.756Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19912024-03-20T19:32:03.099Z Compiling itertools v0.12.1
19922024-03-20T19:32:03.564Z Compiling derive-where v1.2.7
19932024-03-20T19:32:03.771Z Compiling slog-dtrace v0.3.0
19942024-03-20T19:32:04.146Z Compiling num-rational v0.4.1
19952024-03-20T19:32:05.747Z Compiling nibble_vec v0.1.0
19962024-03-20T19:32:05.954Z Compiling endian-type v0.1.2
19972024-03-20T19:32:06.185Z Compiling radium v0.7.0
19982024-03-20T19:32:06.221Z Compiling radix_trie v0.2.1
19992024-03-20T19:32:06.806Z Compiling num-complex v0.4.4
20002024-03-20T19:32:06.846Z Compiling maybe-uninit v2.0.0
20012024-03-20T19:32:07.117Z Compiling tap v1.0.1
20022024-03-20T19:32:07.305Z Compiling wyz v0.5.1
20032024-03-20T19:32:07.754Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20042024-03-20T19:32:07.887Z Compiling num v0.4.1
20052024-03-20T19:32:08.002Z Compiling funty v2.0.0
20062024-03-20T19:32:08.085Z Compiling num-bigint-dig v0.8.4
20072024-03-20T19:32:08.363Z Compiling cancel-safe-futures v0.1.5
20082024-03-20T19:32:08.690Z Compiling packed_struct v0.10.1
20092024-03-20T19:32:08.791Z Compiling crc-catalog v2.2.0
20102024-03-20T19:32:08.975Z Compiling crc v3.0.1
20112024-03-20T19:32:09.124Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20122024-03-20T19:32:09.307Z Compiling bitvec v1.0.1
20132024-03-20T19:32:09.723Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20142024-03-20T19:32:10.726Z Compiling packed_struct_codegen v0.10.1
20152024-03-20T19:32:13.387Z Compiling indexmap v1.9.3
20162024-03-20T19:32:13.536Z Compiling utf-8 v0.7.6
20172024-03-20T19:32:13.699Z Compiling display-error-chain v0.2.0
20182024-03-20T19:32:13.887Z Compiling nodrop v0.1.14
20192024-03-20T19:32:13.910Z Compiling tungstenite v0.20.1
20202024-03-20T19:32:14.007Z Compiling array-init v0.0.4
20212024-03-20T19:32:15.673Z Compiling smallvec v0.6.14
20222024-03-20T19:32:17.113Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20232024-03-20T19:32:19.413Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20242024-03-20T19:32:19.728Z Compiling rayon-core v1.12.1
20252024-03-20T19:32:19.748Z Compiling pkcs1 v0.7.5
20262024-03-20T19:32:23.979Z Compiling is-terminal v0.4.9
20272024-03-20T19:32:24.106Z Compiling signature v2.1.0
20282024-03-20T19:32:24.344Z Compiling crossbeam-deque v0.8.3
20292024-03-20T19:32:24.651Z Compiling bitfield v0.14.0
20302024-03-20T19:32:24.957Z Compiling termcolor v1.2.0
20312024-03-20T19:32:26.006Z Compiling hashbrown v0.12.3
20322024-03-20T19:32:26.255Z Compiling fastrand v2.0.1
20332024-03-20T19:32:26.697Z Compiling same-file v1.0.6
20342024-03-20T19:32:26.735Z Compiling tempfile v3.10.0
20352024-03-20T19:32:26.919Z Compiling walkdir v2.4.0
20362024-03-20T19:32:27.524Z Compiling env_logger v0.10.0
20372024-03-20T19:32:27.551Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20382024-03-20T19:32:28.481Z Compiling rsa v0.9.2
20392024-03-20T19:32:30.095Z Compiling serde-hex v0.1.0
20402024-03-20T19:32:31.522Z Compiling tokio-tungstenite v0.20.1
20412024-03-20T19:32:32.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20422024-03-20T19:32:32.413Z Compiling camino v1.1.6
20432024-03-20T19:32:32.476Z Compiling x509-cert v0.2.4
20442024-03-20T19:32:34.002Z Compiling ron v0.8.1
20452024-03-20T19:32:35.380Z Compiling hashbrown v0.13.2
20462024-03-20T19:32:35.384Z Compiling semver-parser v0.10.2
20472024-03-20T19:32:36.715Z Compiling unicase v2.7.0
20482024-03-20T19:32:37.006Z Compiling crc-any v2.4.3
20492024-03-20T19:32:37.168Z Compiling blake3 v1.5.0
20502024-03-20T19:32:37.465Z Compiling object v0.30.4
20512024-03-20T19:32:37.985Z Compiling semver v0.11.0
20522024-03-20T19:32:38.704Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20532024-03-20T19:32:39.994Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20542024-03-20T19:32:40.542Z Compiling rayon v1.9.0
20552024-03-20T19:32:41.347Z Compiling dirs-sys-next v0.1.2
20562024-03-20T19:32:41.859Z Compiling memmap2 v0.7.1
20572024-03-20T19:32:42.238Z Compiling filetime v0.2.23
20582024-03-20T19:32:42.543Z Compiling xattr v1.0.1
20592024-03-20T19:32:42.788Z Compiling crunchy v0.2.2
20602024-03-20T19:32:43.227Z Compiling home v0.5.5
20612024-03-20T19:32:43.468Z Compiling arrayvec v0.7.4
20622024-03-20T19:32:43.895Z Compiling constant_time_eq v0.3.0
20632024-03-20T19:32:44.047Z Compiling arc-swap v1.6.0
20642024-03-20T19:32:44.776Z Compiling glob v0.3.1
20652024-03-20T19:32:44.955Z Compiling arrayref v0.3.7
20662024-03-20T19:32:45.051Z Compiling path-slash v0.1.5
20672024-03-20T19:32:45.557Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20682024-03-20T19:32:45.567Z Compiling clang-sys v1.6.1
20692024-03-20T19:32:46.235Z Compiling slog-scope v4.4.0
20702024-03-20T19:32:46.693Z Compiling toolchain_find v0.2.0
20712024-03-20T19:32:47.197Z Compiling tar v0.4.40
20722024-03-20T19:32:47.275Z Compiling dirs-next v2.0.0
20732024-03-20T19:32:47.445Z Compiling camino-tempfile v1.1.1
20742024-03-20T19:32:47.861Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20752024-03-20T19:32:48.305Z Compiling libsw v3.3.1
20762024-03-20T19:32:48.642Z Compiling toml v0.5.11
20772024-03-20T19:32:49.093Z Compiling prettyplease v0.2.16
20782024-03-20T19:32:49.417Z Compiling tiny-keccak v2.0.2
20792024-03-20T19:32:49.696Z Compiling owo-colors v4.0.0
20802024-03-20T19:32:51.184Z Compiling topological-sort v0.2.2
20812024-03-20T19:32:51.389Z Compiling convert_case v0.4.0
20822024-03-20T19:32:51.948Z Compiling linear-map v1.2.0
20832024-03-20T19:32:52.184Z Compiling derive_more v0.99.17
20842024-03-20T19:32:52.355Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20852024-03-20T19:32:52.637Z Compiling omicron-zone-package v0.11.0
20862024-03-20T19:32:57.587Z Compiling rustfmt-wrapper v0.2.0
20872024-03-20T19:32:58.255Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20882024-03-20T19:32:58.266Z Compiling term v0.7.0
20892024-03-20T19:32:58.575Z Compiling slog-stdlog v4.1.1
20902024-03-20T19:32:59.490Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20912024-03-20T19:32:59.505Z Compiling darling_core v0.14.4
20922024-03-20T19:32:59.516Z Compiling toml v0.8.10
20932024-03-20T19:32:59.966Z Compiling ascii-canvas v3.0.0
20942024-03-20T19:33:00.205Z Compiling slog-envlogger v2.2.0
20952024-03-20T19:33:00.880Z Compiling pem v3.0.2
20962024-03-20T19:33:01.030Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20972024-03-20T19:33:02.593Z Compiling ena v0.14.2
20982024-03-20T19:33:02.934Z Compiling libloading v0.7.4
20992024-03-20T19:33:02.984Z Compiling diff v0.1.13
21002024-03-20T19:33:03.299Z Compiling bindgen v0.69.2
21012024-03-20T19:33:03.550Z Compiling regex-syntax v0.6.29
21022024-03-20T19:33:03.722Z Compiling platforms v3.0.2
21032024-03-20T19:33:04.083Z Compiling mime_guess v2.0.4
21042024-03-20T19:33:04.790Z Compiling darling_macro v0.14.4
21052024-03-20T19:33:05.709Z Compiling darling v0.14.4
21062024-03-20T19:33:05.827Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21072024-03-20T19:33:07.816Z Compiling lalrpop v0.19.12
21082024-03-20T19:33:09.093Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21092024-03-20T19:33:10.150Z Compiling trust-dns-client v0.22.0
21102024-03-20T19:33:10.781Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21112024-03-20T19:33:11.007Z Compiling cexpr v0.6.0
21122024-03-20T19:33:11.441Z Compiling which v4.4.0
21132024-03-20T19:33:12.541Z Compiling vte_generate_state_changes v0.1.1
21142024-03-20T19:33:12.569Z Compiling buf-list v1.0.3
21152024-03-20T19:33:13.082Z Compiling lazycell v1.3.0
21162024-03-20T19:33:13.114Z Compiling shlex v1.3.0
21172024-03-20T19:33:13.227Z Compiling peeking_take_while v0.1.2
21182024-03-20T19:33:13.363Z Compiling ref-cast v1.0.20
21192024-03-20T19:33:13.473Z Compiling rustc-hash v1.1.0
21202024-03-20T19:33:13.623Z Compiling doc-comment v0.3.3
21212024-03-20T19:33:13.845Z Compiling trust-dns-server v0.22.1
21222024-03-20T19:33:14.699Z Compiling vte v0.11.1
21232024-03-20T19:33:17.129Z Compiling derive_builder_core v0.12.0
21242024-03-20T19:33:19.938Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21252024-03-20T19:33:20.207Z Compiling headers-core v0.2.0
21262024-03-20T19:33:20.372Z Compiling libxml v0.3.3
21272024-03-20T19:33:20.712Z Compiling ref-cast-impl v1.0.20
21282024-03-20T19:33:21.468Z Compiling pin-project-internal v1.1.3
21292024-03-20T19:33:21.860Z Compiling memoffset v0.7.1
21302024-03-20T19:33:22.062Z Compiling bytecount v0.6.3
21312024-03-20T19:33:22.301Z Compiling papergrid v0.11.0
21322024-03-20T19:33:22.556Z Compiling headers v0.3.9
21332024-03-20T19:33:24.296Z Compiling pin-project v1.1.3
21342024-03-20T19:33:24.463Z Compiling curve25519-dalek v4.1.1
21352024-03-20T19:33:26.657Z Compiling derive_builder_macro v0.12.0
21362024-03-20T19:33:26.661Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21372024-03-20T19:33:27.422Z Compiling strip-ansi-escapes v0.2.0
21382024-03-20T19:33:29.275Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21392024-03-20T19:33:29.322Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21402024-03-20T19:33:30.781Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
21412024-03-20T19:33:32.736Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21422024-03-20T19:33:35.921Z Compiling tabled_derive v0.7.0
21432024-03-20T19:33:36.423Z Compiling polar-core v0.27.0
21442024-03-20T19:33:36.668Z Compiling fd-lock v3.0.13
21452024-03-20T19:33:36.895Z Compiling strum_macros v0.24.3
21462024-03-20T19:33:36.910Z Compiling kstat-rs v0.2.3
21472024-03-20T19:33:37.855Z Compiling snafu-derive v0.7.5
21482024-03-20T19:33:38.256Z Compiling cookie v0.18.0
21492024-03-20T19:33:38.284Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21502024-03-20T19:33:38.561Z Compiling fs-err v2.11.0
21512024-03-20T19:33:38.576Z Compiling keccak v0.1.4
21522024-03-20T19:33:38.864Z Compiling strum v0.25.0
21532024-03-20T19:33:39.037Z Compiling nu-ansi-term v0.50.0
21542024-03-20T19:33:39.546Z Compiling indoc v1.0.9
21552024-03-20T19:33:40.318Z Compiling reedline v0.30.0
21562024-03-20T19:33:40.546Z Compiling sha3 v0.10.8
21572024-03-20T19:33:40.789Z Compiling tabled v0.15.0
21582024-03-20T19:33:41.436Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21592024-03-20T19:33:42.886Z Compiling snafu v0.7.5
21602024-03-20T19:33:56.528Z Compiling derive_builder v0.12.0
21612024-03-20T19:33:57.277Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21622024-03-20T19:33:58.917Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
21632024-03-20T19:34:02.178Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21642024-03-20T19:34:02.472Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
21652024-03-20T19:34:03.816Z Compiling globset v0.4.13
21662024-03-20T19:34:04.673Z Compiling fd-lock v4.0.2
21672024-03-20T19:34:04.897Z Compiling olpc-cjson v0.1.3
21682024-03-20T19:34:04.928Z Compiling bb8 v0.8.3
21692024-03-20T19:34:05.226Z Compiling universal-hash v0.5.1
21702024-03-20T19:34:05.435Z Compiling nix v0.27.1
21712024-03-20T19:34:05.451Z Compiling secrecy v0.8.0
21722024-03-20T19:34:05.714Z Compiling serde_plain v1.0.2
21732024-03-20T19:34:06.238Z Compiling quick-xml v0.30.0
21742024-03-20T19:34:10.660Z Compiling oso-derive v0.27.0
21752024-03-20T19:34:11.614Z Compiling curve25519-dalek-derive v0.1.0
21762024-03-20T19:34:12.053Z Compiling sqlparser_derive v0.2.2
21772024-03-20T19:34:12.468Z Compiling async-recursion v1.0.5
21782024-03-20T19:34:12.623Z Compiling thiserror-impl-no-std v2.0.2
21792024-03-20T19:34:13.012Z Compiling nanorand v0.7.0
21802024-03-20T19:34:13.111Z Compiling impl-trait-for-tuples v0.2.2
21812024-03-20T19:34:13.424Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21822024-03-20T19:34:13.726Z Compiling typed-path v0.7.0
21832024-03-20T19:34:13.762Z Compiling maplit v1.0.2
21842024-03-20T19:34:13.881Z Compiling opaque-debug v0.3.0
21852024-03-20T19:34:13.984Z Compiling unicode_categories v0.1.1
21862024-03-20T19:34:15.055Z Compiling salty v0.2.0
21872024-03-20T19:34:15.062Z Compiling signature v1.6.4
21882024-03-20T19:34:15.196Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21892024-03-20T19:34:15.383Z Compiling thiserror-no-std v2.0.2
21902024-03-20T19:34:15.502Z Compiling ed25519 v1.5.3
21912024-03-20T19:34:15.533Z Compiling rustyline v13.0.0
21922024-03-20T19:34:15.832Z Compiling sqlformat v0.2.3
21932024-03-20T19:34:18.478Z Compiling tough v0.16.0
21942024-03-20T19:34:20.796Z Compiling poly1305 v0.8.0
21952024-03-20T19:34:22.626Z Compiling flume v0.11.0
21962024-03-20T19:34:23.314Z Compiling oso v0.27.0
21972024-03-20T19:34:23.455Z Compiling sqlparser v0.43.1
21982024-03-20T19:34:33.079Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21992024-03-20T19:34:33.762Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22002024-03-20T19:34:42.997Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22012024-03-20T19:34:47.759Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22022024-03-20T19:34:49.350Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22032024-03-20T19:34:50.113Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22042024-03-20T19:34:50.244Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22052024-03-20T19:34:50.415Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22062024-03-20T19:34:50.528Z Compiling chacha20 v0.9.1
22072024-03-20T19:34:50.968Z Compiling aead v0.5.2
22082024-03-20T19:34:51.284Z Compiling bcs v0.1.6
22092024-03-20T19:34:52.185Z Compiling serde-big-array v0.5.1
22102024-03-20T19:34:52.438Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22112024-03-20T19:34:53.662Z Compiling highway v1.1.0
22122024-03-20T19:34:54.729Z Compiling parse-size v1.0.0
22132024-03-20T19:34:55.014Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22142024-03-20T19:34:57.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22152024-03-20T19:34:59.873Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22162024-03-20T19:35:07.084Z Compiling chacha20poly1305 v0.10.1
22172024-03-20T19:35:07.317Z Compiling vsss-rs v3.3.4
22182024-03-20T19:35:16.486Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22192024-03-20T19:35:16.590Z Compiling signal-hook-tokio v0.3.1
22202024-03-20T19:35:16.797Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22212024-03-20T19:35:16.905Z Compiling castaway v0.2.2
22222024-03-20T19:35:17.071Z Compiling serde-big-array v0.4.1
22232024-03-20T19:35:17.272Z Compiling http-range v0.1.5
22242024-03-20T19:35:17.878Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22252024-03-20T19:35:19.250Z Compiling hyper-staticfile v0.9.5
22262024-03-20T19:35:19.349Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22272024-03-20T19:35:20.866Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
22282024-03-20T19:35:22.694Z Compiling compact_str v0.7.1
22292024-03-20T19:35:24.332Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22302024-03-20T19:35:29.341Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22312024-03-20T19:35:36.090Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22322024-03-20T19:35:39.539Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22332024-03-20T19:35:39.859Z Compiling lru v0.12.1
22342024-03-20T19:35:40.216Z Compiling stability v0.1.1
22352024-03-20T19:35:41.167Z Compiling corncobs v0.1.3
22362024-03-20T19:35:41.560Z Compiling indoc v2.0.3
22372024-03-20T19:35:42.591Z Compiling cassowary v0.3.0
22382024-03-20T19:35:43.148Z Compiling ratatui v0.26.1
22392024-03-20T19:35:43.925Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22402024-03-20T19:35:44.807Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22412024-03-20T19:35:44.844Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22422024-03-20T19:35:47.304Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22432024-03-20T19:35:50.129Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22442024-03-20T19:35:55.662Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22452024-03-20T19:35:55.973Z Compiling rand_seeder v0.2.3
22462024-03-20T19:35:56.378Z Compiling smawk v0.3.1
22472024-03-20T19:35:56.632Z Compiling unicode-linebreak v0.1.5
22482024-03-20T19:35:57.187Z Compiling textwrap v0.16.1
22492024-03-20T19:36:01.207Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22502024-03-20T19:36:01.912Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22512024-03-20T19:36:07.519Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22522024-03-20T19:36:09.505Z Compiling rcgen v0.12.1
22532024-03-20T19:36:11.183Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22542024-03-20T19:36:11.679Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
22552024-03-20T19:36:18.506Z Compiling atomicwrites v0.4.3
22562024-03-20T19:36:18.707Z Compiling fatfs v0.3.6
22572024-03-20T19:36:19.054Z Compiling rtoolbox v0.0.1
22582024-03-20T19:36:19.511Z Compiling subprocess v0.2.9
22592024-03-20T19:36:20.992Z Compiling assert_matches v1.5.0
22602024-03-20T19:36:21.094Z Compiling is_ci v1.2.0
22612024-03-20T19:36:21.393Z Compiling supports-color v3.0.0
22622024-03-20T19:36:22.101Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22632024-03-20T19:36:22.309Z Compiling rpassword v7.3.1
22642024-03-20T19:36:22.769Z Compiling tui-tree-widget v0.17.0
22652024-03-20T19:36:23.191Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22662024-03-20T19:36:25.066Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22672024-03-20T19:36:29.314Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22682024-03-20T19:36:29.616Z Compiling csv-core v0.1.11
22692024-03-20T19:36:30.575Z Compiling shell-words v1.1.0
22702024-03-20T19:36:31.027Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22712024-03-20T19:36:33.421Z Compiling csv v1.3.0
22722024-03-20T19:36:35.589Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22732024-03-20T19:37:15.376Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22742024-03-20T19:37:24.892Z Compiling multimap v0.10.0
22752024-03-20T19:38:51.389Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22762024-03-20T19:39:14.212Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
22772024-03-20T19:39:19.477Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22782024-03-20T19:45:55.012Z Finished release [optimized] target(s) in 13m 55s
22792024-03-20T19:47:07.237Z
22802024-03-20T19:47:07.242Zreal 15:08.461061493
22812024-03-20T19:47:07.242Zuser 1:42:45.440707991
22822024-03-20T19:47:07.242Zsys 4:19.311098228
22832024-03-20T19:47:07.242Ztrap 2.562443356
22842024-03-20T19:47:07.242Ztflt 1.977594047
22852024-03-20T19:47:07.242Zdflt 3.218099663
22862024-03-20T19:47:07.242Zkflt 0.141509431
22872024-03-20T19:47:07.242Zlock 6:36:12.067455542
22882024-03-20T19:47:07.243Zslp 4:00:39.110309525
22892024-03-20T19:47:07.243Zlat 2:10.724993649
22902024-03-20T19:47:07.243Zstop 56.984159392
22912024-03-20T19:47:07.243Z+ 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/*)
22922024-03-20T19:47:07.243Z+ pfexec mkdir -p /work
22932024-03-20T19:47:07.243Z+ pfexec chown build /work
22942024-03-20T19:47:07.243Z+ 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
22952024-03-20T19:47:15.906ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22962024-03-20T19:47:15.906Za out/mg-ddm-gz.tar 51676K
22972024-03-20T19:47:15.906Za out/omicron-sled-agent.tar 114858K
22982024-03-20T19:47:15.906Za out/oxlog.tar 6098K
22992024-03-20T19:47:15.906Za out/target/test 1K
23002024-03-20T19:47:15.906Za out/npuzone/npuzone 36313K
23012024-03-20T19:47:15.906Za package-manifest.toml 26K
23022024-03-20T19:47:15.906Za smf/sled-agent/non-gimlet/config.toml 4K
23032024-03-20T19:47:15.906Za target/release/omicron-package 39201K
23042024-03-20T19:47:15.906Za tools/create_virtual_hardware.sh 4K
23052024-03-20T19:47:15.906Za tools/virtual_hardware.sh 4K
23062024-03-20T19:47:15.906Za tools/scrimlet/create-softnpu-zone.sh 1K
23072024-03-20T19:47:15.906Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23082024-03-20T19:47:15.906Za tools/scrimlet/softnpu-init.sh 3K
23092024-03-20T19:47:15.906Za tools/scrimlet/softnpu-zone.txt 1K
23102024-03-20T19:47:15.907Za tools/scrimlet/softnpu.toml 1K
23112024-03-20T19:47:15.911Z
23122024-03-20T19:47:15.911Zreal 9.080682861
23132024-03-20T19:47:15.911Zuser 8.753688504
23142024-03-20T19:47:15.911Zsys 0.650721256
23152024-03-20T19:47:15.911Ztrap 0.002038706
23162024-03-20T19:47:15.911Ztflt 0.000000000
23172024-03-20T19:47:15.911Zdflt 0.000000000
23182024-03-20T19:47:15.911Zkflt 0.000000000
23192024-03-20T19:47:15.911Zlock 0.000000000
23202024-03-20T19:47:15.911Zslp 8.535082303
23212024-03-20T19:47:15.911Zlat 0.216829131
23222024-03-20T19:47:15.911Zstop 0.000185912
23232024-03-20T19:47:15.911Z++ pwd
23242024-03-20T19:47:15.911Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23252024-03-20T19:47:15.911Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23262024-03-20T19:47:15.915Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23272024-03-20T19:47:16.699Z Finished release [optimized] target(s) in 0.73s
23282024-03-20T19:47:16.716Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23292024-03-20T19:47:16.747ZLogging to: /work/oxidecomputer/omicron/out/LOG
23302024-03-20T19:47:16.753ZCreated new build target 'host' and set it as active
23312024-03-20T19:47:16.753Z
23322024-03-20T19:47:16.754Zreal 0.828545350
23332024-03-20T19:47:16.754Zuser 0.542044668
23342024-03-20T19:47:16.754Zsys 0.269620468
23352024-03-20T19:47:16.754Ztrap 0.000053954
23362024-03-20T19:47:16.754Ztflt 0.000000000
23372024-03-20T19:47:16.754Zdflt 0.000013728
23382024-03-20T19:47:16.755Zkflt 0.000000000
23392024-03-20T19:47:16.755Zlock 0.023429554
23402024-03-20T19:47:16.755Zslp 0.098672940
23412024-03-20T19:47:16.755Zlat 0.003202876
23422024-03-20T19:47:16.755Zstop 0.000262308
23432024-03-20T19:47:16.755Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23442024-03-20T19:47:17.510Z Finished release [optimized] target(s) in 0.71s
23452024-03-20T19:47:17.549Z Running `target/release/omicron-package -t host package`
23462024-03-20T19:47:17.558ZLogging to: /work/oxidecomputer/omicron/out/LOG
23472024-03-20T19:47:18.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23482024-03-20T19:49:46.362Z Finished release [optimized] target(s) in 2m 28s
23492024-03-20T19:51:12.209Z
23502024-03-20T19:51:12.221Zreal 3:55.419535979
23512024-03-20T19:51:12.221Zuser 14:14.267278018
23522024-03-20T19:51:12.221Zsys 40.163698749
23532024-03-20T19:51:12.221Ztrap 0.276616212
23542024-03-20T19:51:12.221Ztflt 0.212881622
23552024-03-20T19:51:12.221Zdflt 4.422467541
23562024-03-20T19:51:12.221Zkflt 0.057261774
23572024-03-20T19:51:12.221Zlock 1:23:57.017616445
23582024-03-20T19:51:12.222Zslp 13:37.656970922
23592024-03-20T19:51:12.222Zlat 7.796170028
23602024-03-20T19:51:12.222Zstop 2.199662513
23612024-03-20T19:51:12.222Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
23622024-03-20T19:51:12.222Z+ for package in "$@"
23632024-03-20T19:51:12.222Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
23642024-03-20T19:51:12.222Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitc51bf3e4049
23652024-03-20T19:51:12.973Z Finished release [optimized] target(s) in 0.72s
23662024-03-20T19:51:12.995Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitc51bf3e4049`
23672024-03-20T19:51:13.031ZLogging to: /work/oxidecomputer/omicron/out/LOG
23682024-03-20T19:51:13.224ZCreated: out/versioned/omicron-sled-agent.tar
23692024-03-20T19:51:13.251Z+ for package in "$@"
23702024-03-20T19:51:13.251Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
23712024-03-20T19:51:13.251Z+ echo 0.0.0
23722024-03-20T19:51:13.252Z+ tar rvf out/mg-ddm-gz.tar VERSION
23732024-03-20T19:51:13.252Za VERSION 1K
23742024-03-20T19:51:13.252Z+ rm VERSION
23752024-03-20T19:51:13.252Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049
23762024-03-20T19:51:13.989Z Finished release [optimized] target(s) in 0.71s
23772024-03-20T19:51:14.026Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049`
23782024-03-20T19:51:14.061ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792024-03-20T19:51:14.154ZCreated: out/versioned/mg-ddm-gz.tar
23802024-03-20T19:51:14.177Z+ for package in "$@"
23812024-03-20T19:51:14.177Z+ [[ propolis-server == mg-ddm-gz ]]
23822024-03-20T19:51:14.177Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitc51bf3e4049
23832024-03-20T19:51:14.930Z Finished release [optimized] target(s) in 0.73s
23842024-03-20T19:51:14.952Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitc51bf3e4049`
23852024-03-20T19:51:14.982ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862024-03-20T19:51:16.072ZCreated: out/versioned/propolis-server.tar.gz
23872024-03-20T19:51:16.081Z+ for package in "$@"
23882024-03-20T19:51:16.081Z+ [[ overlay == mg-ddm-gz ]]
23892024-03-20T19:51:16.081Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitc51bf3e4049
23902024-03-20T19:51:16.861Z Finished release [optimized] target(s) in 0.73s
23912024-03-20T19:51:16.882Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitc51bf3e4049`
23922024-03-20T19:51:16.912ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932024-03-20T19:51:16.919ZCreated: out/versioned/overlay.tar.gz
23942024-03-20T19:51:16.919Z+ for package in "$@"
23952024-03-20T19:51:16.919Z+ [[ oxlog == mg-ddm-gz ]]
23962024-03-20T19:51:16.919Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitc51bf3e4049
23972024-03-20T19:51:17.697Z Finished release [optimized] target(s) in 0.73s
23982024-03-20T19:51:17.719Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitc51bf3e4049`
23992024-03-20T19:51:17.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002024-03-20T19:51:17.790ZCreated: out/versioned/oxlog.tar
24012024-03-20T19:51:17.790Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24022024-03-20T19:51:18.207Z+++ dirname -- ./tools/build-global-zone-packages.sh
24032024-03-20T19:51:18.207Z++ cd -- ./tools
24042024-03-20T19:51:18.207Z++ pwd
24052024-03-20T19:51:18.207Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24062024-03-20T19:51:18.207Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24072024-03-20T19:51:18.214Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24082024-03-20T19:51:18.214Z++ readlink -f /work
24092024-03-20T19:51:18.214Z+ out_dir=/work
24102024-03-20T19:51:18.214Z+ 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")
24112024-03-20T19:51:18.214Z+ for dep in "${deps[@]}"
24122024-03-20T19:51:18.214Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24132024-03-20T19:51:18.215Z+ for dep in "${deps[@]}"
24142024-03-20T19:51:18.215Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24152024-03-20T19:51:18.215Z+ for dep in "${deps[@]}"
24162024-03-20T19:51:18.215Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24172024-03-20T19:51:18.215Z+ for dep in "${deps[@]}"
24182024-03-20T19:51:18.215Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24192024-03-20T19:51:18.215Z+ for dep in "${deps[@]}"
24202024-03-20T19:51:18.215Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24212024-03-20T19:51:18.215Z++ mktemp -d
24222024-03-20T19:51:18.215Z+ tmp_gz=/tmp/tmp.v4ayWh
24232024-03-20T19:51:18.215Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24242024-03-20T19:51:18.215Z+ echo '{"v":"1","t":"layer"}'
24252024-03-20T19:51:18.215Z+ pkg_dir=/tmp/tmp.v4ayWh/root/opt/oxide/sled-agent
24262024-03-20T19:51:18.215Z+ mkdir -p /tmp/tmp.v4ayWh/root/opt/oxide/sled-agent
24272024-03-20T19:51:18.215Z+ cd /tmp/tmp.v4ayWh/root/opt/oxide/sled-agent
24282024-03-20T19:51:18.215Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24292024-03-20T19:51:18.215Zx ., 0 bytes, 0 tape blocks
24302024-03-20T19:51:18.215Zx zone-bundle, 36050608 bytes, 70412 tape blocks
24312024-03-20T19:51:18.215Zx sled-agent, 81408248 bytes, 159001 tape blocks
24322024-03-20T19:51:18.215Zx pkg, 0 bytes, 0 tape blocks
24332024-03-20T19:51:18.215Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24342024-03-20T19:51:18.215Zx pkg/README.md, 54 bytes, 1 tape blocks
24352024-03-20T19:51:18.215Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24362024-03-20T19:51:18.216Zx VERSION, 25 bytes, 1 tape blocks
24372024-03-20T19:51:18.216Z+ mkdir -p /tmp/tmp.v4ayWh/root/lib/svc/manifest/site/
24382024-03-20T19:51:18.216Z+ mv pkg/manifest.xml /tmp/tmp.v4ayWh/root/lib/svc/manifest/site/sled-agent.xml
24392024-03-20T19:51:18.216Z+ cd -
24402024-03-20T19:51:18.216Z/work/oxidecomputer/omicron
24412024-03-20T19:51:18.216Z+ pkg_dir=/tmp/tmp.v4ayWh/root/opt/oxide/mg-ddm
24422024-03-20T19:51:18.216Z+ mkdir -p /tmp/tmp.v4ayWh/root/opt/oxide/mg-ddm
24432024-03-20T19:51:18.216Z+ cd /tmp/tmp.v4ayWh/root/opt/oxide/mg-ddm
24442024-03-20T19:51:18.216Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24452024-03-20T19:51:18.216Zx ., 0 bytes, 0 tape blocks
24462024-03-20T19:51:18.216Zx ddmadm, 20600720 bytes, 40236 tape blocks
24472024-03-20T19:51:18.216Zx ddmd, 32301744 bytes, 63090 tape blocks
24482024-03-20T19:51:18.216Zx pkg, 0 bytes, 0 tape blocks
24492024-03-20T19:51:18.216Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
24502024-03-20T19:51:18.216Zx pkg/mgd, 0 bytes, 0 tape blocks
24512024-03-20T19:51:18.216Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
24522024-03-20T19:51:18.216Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
24532024-03-20T19:51:18.216Zx pkg/ddm, 0 bytes, 0 tape blocks
24542024-03-20T19:51:18.216Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
24552024-03-20T19:51:18.216Zx VERSION, 25 bytes, 1 tape blocks
24562024-03-20T19:51:18.216Z+ cd -
24572024-03-20T19:51:18.216Z/work/oxidecomputer/omicron
24582024-03-20T19:51:18.216Z+ pkg_dir=/tmp/tmp.v4ayWh/root/opt/oxide/oxlog
24592024-03-20T19:51:18.216Z+ mkdir -p /tmp/tmp.v4ayWh/root/opt/oxide/oxlog
24602024-03-20T19:51:18.217Z+ cd /tmp/tmp.v4ayWh/root/opt/oxide/oxlog
24612024-03-20T19:51:18.217Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24622024-03-20T19:51:18.217Zx ., 0 bytes, 0 tape blocks
24632024-03-20T19:51:18.217Zx oxlog, 6241592 bytes, 12191 tape blocks
24642024-03-20T19:51:18.217Zx VERSION, 25 bytes, 1 tape blocks
24652024-03-20T19:51:18.217Z+ cd -
24662024-03-20T19:51:18.217Z/work/oxidecomputer/omicron
24672024-03-20T19:51:18.217Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.v4ayWh/root/opt/oxide
24682024-03-20T19:51:18.217Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.v4ayWh/root/opt/oxide
24692024-03-20T19:51:18.217Z+ cd /tmp/tmp.v4ayWh
24702024-03-20T19:51:18.217Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24712024-03-20T19:51:29.451ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24722024-03-20T19:51:29.451Za oxide.json 1K
24732024-03-20T19:51:29.451Za root/ 0K
24742024-03-20T19:51:29.451Za root/opt/ 0K
24752024-03-20T19:51:29.451Za root/opt/oxide/ 0K
24762024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/ 0K
24772024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/zone-bundle 35206K
24782024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/sled-agent 79501K
24792024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/pkg/ 0K
24802024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24812024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/pkg/README.md 1K
24822024-03-20T19:51:29.451Za root/opt/oxide/sled-agent/VERSION 1K
24832024-03-20T19:51:29.451Za root/opt/oxide/mg-ddm/ 0K
24842024-03-20T19:51:29.451Za root/opt/oxide/mg-ddm/ddmadm 20118K
24852024-03-20T19:51:29.451Za root/opt/oxide/mg-ddm/ddmd 31545K
24862024-03-20T19:51:29.451Za root/opt/oxide/mg-ddm/pkg/ 0K
24872024-03-20T19:51:29.451Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24882024-03-20T19:51:29.452Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24892024-03-20T19:51:29.452Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24902024-03-20T19:51:29.452Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24912024-03-20T19:51:29.452Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24922024-03-20T19:51:29.452Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24932024-03-20T19:51:29.452Za root/opt/oxide/mg-ddm/VERSION 1K
24942024-03-20T19:51:29.452Za root/opt/oxide/oxlog/ 0K
24952024-03-20T19:51:29.453Za root/opt/oxide/oxlog/oxlog 6096K
24962024-03-20T19:51:29.453Za root/opt/oxide/oxlog/VERSION 1K
24972024-03-20T19:51:29.453Za root/opt/oxide/propolis-server.tar.gz 64808K
24982024-03-20T19:51:29.454Za root/opt/oxide/overlay.tar.gz 3K
24992024-03-20T19:51:29.454Za root/lib/ 0K
25002024-03-20T19:51:29.454Za root/lib/svc/ 0K
25012024-03-20T19:51:29.454Za root/lib/svc/manifest/ 0K
25022024-03-20T19:51:29.454Za root/lib/svc/manifest/site/ 0K
25032024-03-20T19:51:29.454Za root/lib/svc/manifest/site/sled-agent.xml 3K
25042024-03-20T19:51:29.541Z+ cd /
25052024-03-20T19:51:29.541Z+ rm -rf /tmp/tmp.v4ayWh
25062024-03-20T19:51:29.541Z
25072024-03-20T19:51:29.541Zreal 8.271117573
25082024-03-20T19:51:29.541Zuser 7.649160275
25092024-03-20T19:51:29.542Zsys 0.562036609
25102024-03-20T19:51:29.542Ztrap 0.001812758
25112024-03-20T19:51:29.542Ztflt 0.000000000
25122024-03-20T19:51:29.542Zdflt 0.000000000
25132024-03-20T19:51:29.542Zkflt 0.000000000
25142024-03-20T19:51:29.542Zlock 0.000000000
25152024-03-20T19:51:29.542Zslp 16.041385212
25162024-03-20T19:51:29.542Zlat 0.190505314
25172024-03-20T19:51:29.542Zstop 0.000253486
25182024-03-20T19:51:29.542Z+ mkdir -p /work/zones
25192024-03-20T19:51:29.542Z+ 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)
25202024-03-20T19:51:29.543Z+ 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/
25212024-03-20T19:51:29.605Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25222024-03-20T19:51:29.627Z Finished release [optimized] target(s) in 0.76s
25232024-03-20T19:51:30.074Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25242024-03-20T19:51:30.075ZLogging to: /work/oxidecomputer/omicron/out/LOG
25252024-03-20T19:51:30.075ZCreated new build target 'recovery' and set it as active
25262024-03-20T19:51:30.087Z
25272024-03-20T19:51:30.087Zreal 0.868604511
25282024-03-20T19:51:30.088Zuser 0.569733865
25292024-03-20T19:51:30.088Zsys 0.279522511
25302024-03-20T19:51:30.088Ztrap 0.000662419
25312024-03-20T19:51:30.088Ztflt 0.000017746
25322024-03-20T19:51:30.088Zdflt 0.000009208
25332024-03-20T19:51:30.088Zkflt 0.000000000
25342024-03-20T19:51:30.089Zlock 0.023954817
25352024-03-20T19:51:30.089Zslp 0.100356842
25362024-03-20T19:51:30.089Zlat 0.004450276
25372024-03-20T19:51:30.089Zstop 0.000394141
25382024-03-20T19:51:30.090Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25392024-03-20T19:51:30.452Z Finished release [optimized] target(s) in 0.74s
25402024-03-20T19:51:30.481Z Running `target/release/omicron-package -t recovery package`
25412024-03-20T19:51:30.941ZLogging to: /work/oxidecomputer/omicron/out/LOG
25422024-03-20T19:51:31.227Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25432024-03-20T19:51:33.715Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25442024-03-20T19:51:53.998Z Finished release [optimized] target(s) in 23.44s
25452024-03-20T19:52:22.279Z
25462024-03-20T19:52:22.283Zreal 52.617063489
25472024-03-20T19:52:22.283Zuser 1:42.427800388
25482024-03-20T19:52:22.283Zsys 8.016755070
25492024-03-20T19:52:22.283Ztrap 0.069037408
25502024-03-20T19:52:22.284Ztflt 0.051986810
25512024-03-20T19:52:22.284Zdflt 0.470112183
25522024-03-20T19:52:22.284Zkflt 0.000027927
25532024-03-20T19:52:22.284Zlock 17:20.171608831
25542024-03-20T19:52:22.284Zslp 1:56.005033984
25552024-03-20T19:52:22.284Zlat 1.523297969
25562024-03-20T19:52:22.284Zstop 0.566973569
25572024-03-20T19:52:22.284Z+ stamp_packages installinator mg-ddm-gz
25582024-03-20T19:52:22.284Z+ for package in "$@"
25592024-03-20T19:52:22.284Z+ [[ installinator == mg-ddm-gz ]]
25602024-03-20T19:52:22.284Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitc51bf3e4049
25612024-03-20T19:52:23.077Z Finished release [optimized] target(s) in 0.74s
25622024-03-20T19:52:23.095Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitc51bf3e4049`
25632024-03-20T19:52:23.123ZLogging to: /work/oxidecomputer/omicron/out/LOG
25642024-03-20T19:52:23.191ZCreated: out/versioned/installinator.tar
25652024-03-20T19:52:23.203Z+ for package in "$@"
25662024-03-20T19:52:23.203Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
25672024-03-20T19:52:23.203Z+ echo 0.0.0
25682024-03-20T19:52:23.203Z+ tar rvf out/mg-ddm-gz.tar VERSION
25692024-03-20T19:52:23.203Za VERSION 1K
25702024-03-20T19:52:23.203Z+ rm VERSION
25712024-03-20T19:52:23.203Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049
25722024-03-20T19:52:23.986Z Finished release [optimized] target(s) in 0.73s
25732024-03-20T19:52:24.019Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitc51bf3e4049`
25742024-03-20T19:52:24.051ZLogging to: /work/oxidecomputer/omicron/out/LOG
25752024-03-20T19:52:24.128ZCreated: out/versioned/mg-ddm-gz.tar
25762024-03-20T19:52:24.160Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25772024-03-20T19:52:24.160Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25782024-03-20T19:52:24.629Z++ cd -- ./tools
25792024-03-20T19:52:24.629Z++ pwd
25802024-03-20T19:52:24.630Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25812024-03-20T19:52:24.630Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25822024-03-20T19:52:24.630Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25832024-03-20T19:52:24.630Z++ readlink -f /work
25842024-03-20T19:52:24.630Z+ out_dir=/work
25852024-03-20T19:52:24.631Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25862024-03-20T19:52:24.631Z+ for dep in "${deps[@]}"
25872024-03-20T19:52:24.631Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25882024-03-20T19:52:24.631Z+ for dep in "${deps[@]}"
25892024-03-20T19:52:24.632Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25902024-03-20T19:52:24.632Z++ mktemp -d
25912024-03-20T19:52:24.632Z+ tmp_trampoline=/tmp/tmp.Ldaa1h
25922024-03-20T19:52:24.633Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
25932024-03-20T19:52:24.633Z+ echo '{"v":"1","t":"layer"}'
25942024-03-20T19:52:24.634Z+ pkg_dir=/tmp/tmp.Ldaa1h/root/opt/oxide/installinator
25952024-03-20T19:52:24.634Z+ mkdir -p /tmp/tmp.Ldaa1h/root/opt/oxide/installinator
25962024-03-20T19:52:24.634Z+ cd /tmp/tmp.Ldaa1h/root/opt/oxide/installinator
25972024-03-20T19:52:24.635Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
25982024-03-20T19:52:24.635Zx ., 0 bytes, 0 tape blocks
25992024-03-20T19:52:24.635Zx installinator, 47241800 bytes, 92270 tape blocks
26002024-03-20T19:52:24.635Zx pkg, 0 bytes, 0 tape blocks
26012024-03-20T19:52:24.635Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26022024-03-20T19:52:24.636Zx VERSION, 25 bytes, 1 tape blocks
26032024-03-20T19:52:24.636Z+ mkdir -p /tmp/tmp.Ldaa1h/root/lib/svc/manifest/site/
26042024-03-20T19:52:24.636Z+ mv pkg/manifest.xml /tmp/tmp.Ldaa1h/root/lib/svc/manifest/site/installinator.xml
26052024-03-20T19:52:24.636Z+ cd -
26062024-03-20T19:52:24.636Z/work/oxidecomputer/omicron
26072024-03-20T19:52:24.636Z+ pkg_dir=/tmp/tmp.Ldaa1h/root/opt/oxide/mg-ddm
26082024-03-20T19:52:24.637Z+ mkdir -p /tmp/tmp.Ldaa1h/root/opt/oxide/mg-ddm
26092024-03-20T19:52:24.637Z+ cd /tmp/tmp.Ldaa1h/root/opt/oxide/mg-ddm
26102024-03-20T19:52:24.637Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26112024-03-20T19:52:24.637Zx ., 0 bytes, 0 tape blocks
26122024-03-20T19:52:24.637Zx ddmadm, 20600720 bytes, 40236 tape blocks
26132024-03-20T19:52:24.637Zx ddmd, 32301744 bytes, 63090 tape blocks
26142024-03-20T19:52:24.637Zx pkg, 0 bytes, 0 tape blocks
26152024-03-20T19:52:24.638Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
26162024-03-20T19:52:24.638Zx pkg/mgd, 0 bytes, 0 tape blocks
26172024-03-20T19:52:24.638Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
26182024-03-20T19:52:24.638Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
26192024-03-20T19:52:24.638Zx pkg/ddm, 0 bytes, 0 tape blocks
26202024-03-20T19:52:24.638Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
26212024-03-20T19:52:24.638Zx VERSION, 25 bytes, 1 tape blocks
26222024-03-20T19:52:24.638Z+ cd -
26232024-03-20T19:52:24.639Z/work/oxidecomputer/omicron
26242024-03-20T19:52:24.639Z+ cd /tmp/tmp.Ldaa1h
26252024-03-20T19:52:24.639Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26262024-03-20T19:52:27.888ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26272024-03-20T19:52:27.888Za oxide.json 1K
26282024-03-20T19:52:27.888Za root/ 0K
26292024-03-20T19:52:27.888Za root/opt/ 0K
26302024-03-20T19:52:27.888Za root/opt/oxide/ 0K
26312024-03-20T19:52:27.888Za root/opt/oxide/installinator/ 0K
26322024-03-20T19:52:27.888Za root/opt/oxide/installinator/installinator 46135K
26332024-03-20T19:52:27.889Za root/opt/oxide/installinator/pkg/ 0K
26342024-03-20T19:52:27.889Za root/opt/oxide/installinator/VERSION 1K
26352024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/ 0K
26362024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/ddmadm 20118K
26372024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/ddmd 31545K
26382024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/ 0K
26392024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26402024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26412024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26422024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26432024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26442024-03-20T19:52:27.889Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26452024-03-20T19:52:27.890Za root/opt/oxide/mg-ddm/VERSION 1K
26462024-03-20T19:52:27.890Za root/lib/ 0K
26472024-03-20T19:52:27.890Za root/lib/svc/ 0K
26482024-03-20T19:52:27.890Za root/lib/svc/manifest/ 0K
26492024-03-20T19:52:27.890Za root/lib/svc/manifest/site/ 0K
26502024-03-20T19:52:27.890Za root/lib/svc/manifest/site/installinator.xml 3K
26512024-03-20T19:52:27.900Z+ cd /
26522024-03-20T19:52:27.900Z+ rm -rf /tmp/tmp.Ldaa1h
26532024-03-20T19:52:27.900Z
26542024-03-20T19:52:27.900Zreal 3.738066199
26552024-03-20T19:52:27.900Zuser 3.528851395
26562024-03-20T19:52:27.900Zsys 0.218846860
26572024-03-20T19:52:27.900Ztrap 0.000996697
26582024-03-20T19:52:27.900Ztflt 0.000000000
26592024-03-20T19:52:27.900Zdflt 0.000004659
26602024-03-20T19:52:27.900Zkflt 0.000000000
26612024-03-20T19:52:27.900Zlock 0.000000000
26622024-03-20T19:52:27.900Zslp 7.256662197
26632024-03-20T19:52:27.900Zlat 0.080657675
26642024-03-20T19:52:27.900Zstop 0.000194934
26652024-03-20T19:52:27.900Zprocess exited: duration 1701836 ms, exit code 0
 
26662024-03-20T19:52:27.940Zfound 22 output files
26672024-03-20T19:52:27.940Zuploading: /work/version.txt (26 bytes)
26682024-03-20T19:52:29.023Zuploaded: /work/version.txt
26692024-03-20T19:52:29.023Zuploading: /work/package.tar.gz (79012668 bytes)
26702024-03-20T19:53:09.338Zuploaded: /work/package.tar.gz
26712024-03-20T19:53:09.338Zuploading: /work/global-zone-packages.tar.gz (120985843 bytes)
26722024-03-20T19:54:51.825Zuploaded: /work/global-zone-packages.tar.gz
26732024-03-20T19:54:51.996Zuploading: /work/trampoline-global-zone-packages.tar.gz (31830993 bytes)
26742024-03-20T19:55:23.573Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26752024-03-20T19:55:23.573Zuploading: /work/zones/clickhouse.tar.gz (231172176 bytes)
26762024-03-20T19:57:01.798Zuploaded: /work/zones/clickhouse.tar.gz
26772024-03-20T19:57:01.798Zuploading: /work/zones/clickhouse_keeper.tar.gz (231142620 bytes)
26782024-03-20T19:58:39.565Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26792024-03-20T19:58:39.566Zuploading: /work/zones/cockroachdb.tar.gz (126659316 bytes)
26802024-03-20T19:59:28.768Zuploaded: /work/zones/cockroachdb.tar.gz
26812024-03-20T19:59:28.769Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25287376 bytes)
26822024-03-20T19:59:39.444Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26832024-03-20T19:59:39.444Zuploading: /work/zones/crucible-zone.tar.gz (36988037 bytes)
26842024-03-20T19:59:57.596Zuploaded: /work/zones/crucible-zone.tar.gz
26852024-03-20T19:59:57.596Zuploading: /work/zones/external-dns.tar.gz (31007127 bytes)
26862024-03-20T20:00:31.722Zuploaded: /work/zones/external-dns.tar.gz
26872024-03-20T20:00:31.723Zuploading: /work/zones/internal-dns.tar.gz (31007215 bytes)
26882024-03-20T20:01:03.198Zuploaded: /work/zones/internal-dns.tar.gz
26892024-03-20T20:01:03.208Zuploading: /work/zones/nexus-single-sled.tar.gz (91790177 bytes)
26902024-03-20T20:01:37.145Zuploaded: /work/zones/nexus-single-sled.tar.gz
26912024-03-20T20:01:37.145Zuploading: /work/zones/nexus.tar.gz (91780724 bytes)
26922024-03-20T20:02:19.147Zuploaded: /work/zones/nexus.tar.gz
26932024-03-20T20:02:19.148Zuploading: /work/zones/ntp.tar.gz (10428015 bytes)
26942024-03-20T20:02:24.240Zuploaded: /work/zones/ntp.tar.gz
26952024-03-20T20:02:24.249Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16519511 bytes)
26962024-03-20T20:02:30.224Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
26972024-03-20T20:02:30.224Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16518656 bytes)
26982024-03-20T20:02:38.551Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
26992024-03-20T20:02:38.555Zuploading: /work/zones/overlay.tar.gz (2621 bytes)
27002024-03-20T20:02:39.570Zuploaded: /work/zones/overlay.tar.gz
27012024-03-20T20:02:39.570Zuploading: /work/zones/oximeter.tar.gz (48044767 bytes)
27022024-03-20T20:02:57.142Zuploaded: /work/zones/oximeter.tar.gz
27032024-03-20T20:02:57.143Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27042024-03-20T20:03:00.370Zuploaded: /work/zones/probe.tar.gz
27052024-03-20T20:03:00.371Zuploading: /work/zones/propolis-server.tar.gz (66360059 bytes)
27062024-03-20T20:03:24.421Zuploaded: /work/zones/propolis-server.tar.gz
27072024-03-20T20:03:24.429Zuploading: /work/zones/switch-asic.tar.gz (282443245 bytes)
27082024-03-20T20:05:22.576Zuploaded: /work/zones/switch-asic.tar.gz
27092024-03-20T20:05:22.576Zuploading: /work/zones/switch-softnpu.tar.gz (204029793 bytes)
27102024-03-20T20:06:45.052Zuploaded: /work/zones/switch-softnpu.tar.gz