01HX5V5EKKPZWKS5WXY48JZJ7E: 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: 01HX5V5PPTHR6PT81DHXHKCYDY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-06T02:20:01.023Zjob assigned to worker 01HX5V5QBKJBXSPS0QB9E2329V (queued for 37 s)
 
22024-05-06T02:20:01.479Zstarting task 0: "setup"
32024-05-06T02:20:01.504Z++ uname -s
42024-05-06T02:20:01.504Z+ kern=SunOS
52024-05-06T02:20:01.504Z+ case "$kern" in
62024-05-06T02:20:01.504Z+ groupadd -g 12345 build
72024-05-06T02:20:01.504Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-06T02:20:03.503Z+ zfs create -o mountpoint=/work rpool/work
92024-05-06T02:20:03.543Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-06T02:20:03.568Z+ home_fs=zfs
112024-05-06T02:20:03.568Z+ [[ zfs == autofs ]]
122024-05-06T02:20:03.568Z+ mkdir -p /home/build
132024-05-06T02:20:03.568Z+ chown build:build /home/build /work
142024-05-06T02:20:04.551Z+ chmod 0700 /home/build /work
152024-05-06T02:20:04.576Zprocess exited: duration 3079 ms, exit code 0
 
162024-05-06T02:20:04.634Zstarting task 1: "rust-toolchain"
172024-05-06T02:20:04.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-06T02:20:04.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-06T02:20:04.777Zinfo: downloading installer
202024-05-06T02:20:05.729Zwarning: it looks like you have an existing installation of Rust at:
212024-05-06T02:20:05.729Zwarning: /opt/ooce/bin
222024-05-06T02:20:05.729Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-06T02:20:05.729Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-06T02:20:05.729Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-06T02:20:05.729Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-06T02:20:05.730Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-06T02:20:05.730Zerror: cannot install while Rust is installed
282024-05-06T02:20:05.730Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-06T02:20:05.770Zinfo: profile set to 'default'
302024-05-06T02:20:05.770Zinfo: default host triple is x86_64-unknown-illumos
312024-05-06T02:20:05.798Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-06T02:20:05.885Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-06T02:20:05.886Zinfo: downloading component 'cargo'
342024-05-06T02:20:06.025Zinfo: downloading component 'clippy'
352024-05-06T02:20:06.092Zinfo: downloading component 'rust-docs'
362024-05-06T02:20:06.350Zinfo: downloading component 'rust-std'
372024-05-06T02:20:06.917Zinfo: downloading component 'rustc'
382024-05-06T02:20:07.881Zinfo: downloading component 'rustfmt'
392024-05-06T02:20:07.954Zinfo: installing component 'cargo'
402024-05-06T02:20:09.019Zinfo: installing component 'clippy'
412024-05-06T02:20:09.437Zinfo: installing component 'rust-docs'
422024-05-06T02:20:11.862Zinfo: installing component 'rust-std'
432024-05-06T02:20:13.965Zinfo: installing component 'rustc'
442024-05-06T02:20:18.588Zinfo: installing component 'rustfmt'
452024-05-06T02:20:18.958Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-06T02:20:18.958Z
472024-05-06T02:20:19.085Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-06T02:20:19.085Z
492024-05-06T02:20:19.110Z
502024-05-06T02:20:19.110ZRust is installed now. Great!
512024-05-06T02:20:19.110Z
522024-05-06T02:20:19.110ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-06T02:20:19.110Zenvironment variable. This has not been done automatically.
542024-05-06T02:20:19.110Z
552024-05-06T02:20:19.110ZTo configure your current shell, you need to source
562024-05-06T02:20:19.110Zthe corresponding env file under $HOME/.cargo.
572024-05-06T02:20:19.110Z
582024-05-06T02:20:19.110ZThis is usually done by running one of the following (note the leading DOT):
592024-05-06T02:20:19.110Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-06T02:20:19.110Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-06T02:20:19.146Z+ rustc --version
622024-05-06T02:20:19.251Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-06T02:20:19.276Zprocess exited: duration 14621 ms, exit code 0
 
642024-05-06T02:20:19.324Zstarting task 2: "authentication"
652024-05-06T02:20:19.382Zprocess exited: duration 56 ms, exit code 0
 
662024-05-06T02:20:19.434Zstarting task 3: "clone repository"
672024-05-06T02:20:19.458Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-06T02:20:19.458Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-06T02:20:19.483ZCloning into '/work/oxidecomputer/omicron'...
702024-05-06T02:20:24.719Z+ cd /work/oxidecomputer/omicron
712024-05-06T02:20:24.719Z+ git fetch origin 29fd2ec0f9274f5a8444d0dff0e063dd66201362
722024-05-06T02:20:25.137ZFrom https://github.com/oxidecomputer/omicron
732024-05-06T02:20:25.138Z * branch 29fd2ec0f9274f5a8444d0dff0e063dd66201362 -> FETCH_HEAD
742024-05-06T02:20:25.162Z+ [[ -n insert-default-allowlist-on-migration ]]
752024-05-06T02:20:25.162Z++ git branch --show-current
762024-05-06T02:20:25.162Z+ current=main
772024-05-06T02:20:25.162Z+ [[ main != insert-default-allowlist-on-migration ]]
782024-05-06T02:20:25.162Z+ git branch -f insert-default-allowlist-on-migration 29fd2ec0f9274f5a8444d0dff0e063dd66201362
792024-05-06T02:20:25.187Z+ git checkout -f insert-default-allowlist-on-migration
802024-05-06T02:20:25.325ZSwitched to branch 'insert-default-allowlist-on-migration'
812024-05-06T02:20:25.351Z+ git reset --hard 29fd2ec0f9274f5a8444d0dff0e063dd66201362
822024-05-06T02:20:25.463ZHEAD is now at 29fd2ec0f Do not return elapsed from background task. It makes the tests flaky and is already captured by the driver.
832024-05-06T02:20:25.488Zprocess exited: duration 6031 ms, exit code 0
 
842024-05-06T02:20:25.538Zstarting task 4: "build"
852024-05-06T02:20:25.564Z+ cargo --version
862024-05-06T02:20:25.564Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-06T02:20:25.705Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-06T02:20:25.705Zinfo: downloading component 'cargo'
892024-05-06T02:20:26.177Zinfo: downloading component 'clippy'
902024-05-06T02:20:26.177Zinfo: downloading component 'rust-docs'
912024-05-06T02:20:26.226Zinfo: downloading component 'rust-std'
922024-05-06T02:20:26.650Zinfo: downloading component 'rustc'
932024-05-06T02:20:28.175Zinfo: downloading component 'rustfmt'
942024-05-06T02:20:28.360Zinfo: installing component 'cargo'
952024-05-06T02:20:29.428Zinfo: installing component 'clippy'
962024-05-06T02:20:29.834Zinfo: installing component 'rust-docs'
972024-05-06T02:20:32.130Zinfo: installing component 'rust-std'
982024-05-06T02:20:34.138Zinfo: installing component 'rustc'
992024-05-06T02:20:38.699Zinfo: installing component 'rustfmt'
1002024-05-06T02:20:39.142Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-06T02:20:39.171Z+ rustc --version
1022024-05-06T02:20:39.275Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-06T02:20:39.302Z+ WORK=/work
1042024-05-06T02:20:39.302Z+ pfexec mkdir -p /work
1052024-05-06T02:20:39.303Z+ pfexec chown build /work
1062024-05-06T02:20:39.303Z++ git rev-parse HEAD
1072024-05-06T02:20:39.303Z+ COMMIT=29fd2ec0f9274f5a8444d0dff0e063dd66201362
1082024-05-06T02:20:39.303Z+ VERSION=8.0.0-0.ci+git29fd2ec0f92
1092024-05-06T02:20:39.303Z+ echo 8.0.0-0.ci+git29fd2ec0f92
1102024-05-06T02:20:39.303Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-06T02:20:41.275Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-06T02:20:42.925ZPlanning: Solver setup ... Done (1.116s)
1132024-05-06T02:20:42.955ZPlanning: Running solver ... Done (0.020s)
1142024-05-06T02:20:42.982ZPlanning: Finding local manifests ... Done (0.002s)
1152024-05-06T02:20:42.982ZPlanning: Fetching manifests: 0/4 0% complete
1162024-05-06T02:20:43.405ZPlanning: Fetching manifests: 4/4 100% complete
1172024-05-06T02:20:43.454ZPlanning: Package planning ... Done (0.062s)
1182024-05-06T02:20:43.515ZPlanning: Merging actions ... Done (0.060s)
1192024-05-06T02:20:43.917ZPlanning: Checking for conflicting actions ... Done (0.404s)
1202024-05-06T02:20:43.941ZPlanning: Consolidating action changes ... Done (0.012s)
1212024-05-06T02:20:44.564ZPlanning: Evaluating mediators ... Done (0.633s)
1222024-05-06T02:20:44.589ZPlanning: Planning completed in 3.30 seconds
1232024-05-06T02:20:44.613Z Packages to install: 4
1242024-05-06T02:20:44.613Z Mediators to change: 2
1252024-05-06T02:20:44.614Z Services to change: 1
1262024-05-06T02:20:44.614Z Estimated space available: 148.36 GB
1272024-05-06T02:20:44.614ZEstimated space to be consumed: 1.44 GB
1282024-05-06T02:20:44.614Z Create boot environment: No
1292024-05-06T02:20:44.614ZCreate backup boot environment: No
1302024-05-06T02:20:44.614Z Rebuild boot archive: No
1312024-05-06T02:20:44.614Z
1322024-05-06T02:20:44.614ZChanged mediators:
1332024-05-06T02:20:44.614Z mediator clang:
1342024-05-06T02:20:44.614Z version: None -> 15 (system default)
1352024-05-06T02:20:44.614Z
1362024-05-06T02:20:44.614Z mediator llvm:
1372024-05-06T02:20:44.614Z version: 14 (system default) -> 15 (system default)
1382024-05-06T02:20:44.614Z
1392024-05-06T02:20:44.614ZChanged packages:
1402024-05-06T02:20:44.614Zhelios-dev
1412024-05-06T02:20:44.614Z developer/build-essential
1422024-05-06T02:20:44.614Z None -> 11-2.0
1432024-05-06T02:20:44.615Z library/libxmlsec1
1442024-05-06T02:20:44.615Z None -> 1.2.35-2.0
1452024-05-06T02:20:44.615Z ooce/developer/clang-15
1462024-05-06T02:20:44.615Z None -> 15.0.7-2.0
1472024-05-06T02:20:44.615Z ooce/developer/llvm-15
1482024-05-06T02:20:44.615Z None -> 15.0.7-2.0
1492024-05-06T02:20:44.615Z
1502024-05-06T02:20:44.615ZServices:
1512024-05-06T02:20:44.615Z restart_fmri:
1522024-05-06T02:20:44.615Z svc:/system/update-man-index:default
1532024-05-06T02:20:44.640Z
1542024-05-06T02:20:44.640ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1552024-05-06T02:20:49.640ZDownload: 1192/3290 items 59.4/212.6MB 27% complete (12.0M/s)
1562024-05-06T02:20:54.671ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1572024-05-06T02:20:59.673ZDownload: 1981/3290 items 118.7/212.6MB 55% complete (6.1M/s)
1582024-05-06T02:21:09.437ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.7M/s)
1592024-05-06T02:21:14.436ZDownload: 2756/3290 items 120.9/212.6MB 56% complete (346k/s)
1602024-05-06T02:21:19.437ZDownload: 3248/3290 items 189.7/212.6MB 89% complete (7.0M/s)
1612024-05-06T02:21:21.094ZDownload: Completed 212.60 MB in 36.46 seconds (5.8M/s)
1622024-05-06T02:21:21.324Z Actions: 1/3689 actions (Installing new actions)
1632024-05-06T02:21:26.322Z Actions: 2995/3689 actions (Installing new actions)
1642024-05-06T02:21:27.028Z Actions: Completed 3689 actions in 5.71 seconds.
1652024-05-06T02:21:27.286Z Done (0.248s)
1662024-05-06T02:21:27.286Z Done (0.000s)
1672024-05-06T02:21:27.622Z Done (0.339s)
1682024-05-06T02:21:32.395Z Done (4.657s)
1692024-05-06T02:21:32.494Z Done (0.019s)
1702024-05-06T02:21:32.518Z Done (0.000s)
1712024-05-06T02:21:32.640Z Done (0.000s)
1722024-05-06T02:21:33.106ZPlanning: Evaluating mediator changes ... Done
1732024-05-06T02:21:33.304ZPlanning: Checking for conflicting actions ... Done
1742024-05-06T02:21:33.328ZPlanning: Consolidating action changes ... Done
1752024-05-06T02:21:33.613ZPlanning: Evaluating mediators ... Done
1762024-05-06T02:21:33.639ZPlanning: Planning completed in 0.51 seconds
1772024-05-06T02:21:33.663Z Mediators to change: 2
1782024-05-06T02:21:33.663Z Create boot environment: No
1792024-05-06T02:21:33.663ZCreate backup boot environment: No
1802024-05-06T02:21:33.710Z Done
1812024-05-06T02:21:33.711Z Done
1822024-05-06T02:21:33.935Z Done
1832024-05-06T02:21:38.167Z Done
1842024-05-06T02:21:38.261Z Done
1852024-05-06T02:21:38.286Z Done
1862024-05-06T02:21:38.335Z Done
1872024-05-06T02:21:39.056ZPlanning: Evaluating mediator changes ... Done
1882024-05-06T02:21:39.087ZPlanning: Merging actions ... Done
1892024-05-06T02:21:39.291ZPlanning: Checking for conflicting actions ... Done
1902024-05-06T02:21:39.321ZPlanning: Consolidating action changes ... Done
1912024-05-06T02:21:39.609ZPlanning: Evaluating mediators ... Done
1922024-05-06T02:21:39.677ZPlanning: Planning completed in 0.91 seconds
1932024-05-06T02:21:39.719Z Packages to change: 1
1942024-05-06T02:21:39.719Z Mediators to change: 1
1952024-05-06T02:21:39.720Z Services to change: 1
1962024-05-06T02:21:39.720Z Create boot environment: No
1972024-05-06T02:21:39.757ZCreate backup boot environment: Yes
1982024-05-06T02:21:41.227Z Actions: 1/6 actions (Updating modified actions)
1992024-05-06T02:21:41.251Z Actions: Completed 6 actions in 0.00 seconds.
2002024-05-06T02:21:41.252Z Done
2012024-05-06T02:21:41.252Z Done
2022024-05-06T02:21:41.305Z Done
2032024-05-06T02:21:45.553Z Done
2042024-05-06T02:21:45.639Z Done
2052024-05-06T02:21:45.682Z Done
2062024-05-06T02:21:45.712Z Done
2072024-05-06T02:21:46.221ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-05-06T02:21:46.221Zclang system 15 system
2092024-05-06T02:21:46.221Zcsh system system illumos
2102024-05-06T02:21:46.221Zctags system system illumos
2112024-05-06T02:21:46.221Zgcc vendor 12 vendor
2122024-05-06T02:21:46.222Zgcc system 10 system
2132024-05-06T02:21:46.222Zgcc system 7 system
2142024-05-06T02:21:46.222Zgo system 1.20 system
2152024-05-06T02:21:46.222Zgo system 1.19 system
2162024-05-06T02:21:46.222Zllvm system 15 system
2172024-05-06T02:21:46.222Zllvm system 14 system
2182024-05-06T02:21:46.222Zmariadb system 10.6 system
2192024-05-06T02:21:46.222Zmta vendor vendor dma
2202024-05-06T02:21:46.222Zopenjdk system 17 system
2212024-05-06T02:21:46.222Zopenjdk system 11 system
2222024-05-06T02:21:46.222Zopenjdk system 1.8 system
2232024-05-06T02:21:46.222Zopenssl vendor 3 vendor
2242024-05-06T02:21:46.222Zperl system 5.36 system
2252024-05-06T02:21:46.222Zpostgresql system 15 system
2262024-05-06T02:21:46.222Zpostgresql system 13 system
2272024-05-06T02:21:46.222Zpython vendor 3 vendor
2282024-05-06T02:21:46.222Zpython system 2 system
2292024-05-06T02:21:46.222Zpython3 system 3.11 system
2302024-05-06T02:21:46.222Zruby system 3.0 system
2312024-05-06T02:21:46.222Zwords vendor vendor american-english
2322024-05-06T02:21:46.222Zwords system system australian-english
2332024-05-06T02:21:46.222Zwords system system british-english
2342024-05-06T02:21:46.222Zwords system system canadian-english
2352024-05-06T02:21:46.222Zwords system system french
2362024-05-06T02:21:46.223Zwords system system italian
2372024-05-06T02:21:46.223Zwords system system ngerman
2382024-05-06T02:21:46.223Zwords system system ogerman
2392024-05-06T02:21:46.223Zwords system system spanish
2402024-05-06T02:21:46.621ZPUBLISHER TYPE STATUS P LOCATION
2412024-05-06T02:21:46.621Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-05-06T02:21:48.216ZFMRI IFO
2432024-05-06T02:21:48.216Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-05-06T02:21:48.216Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-05-06T02:21:48.216Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-05-06T02:21:48.216Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-05-06T02:21:48.216Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-05-06T02:21:48.216Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-05-06T02:21:48.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-05-06T02:21:48.216Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-05-06T02:21:48.216Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-05-06T02:21:48.216Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-05-06T02:21:48.216Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-05-06T02:21:48.216Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-05-06T02:21:48.481Z+ set -o errexit
2562024-05-06T02:21:48.528Z+++ dirname ./tools/ci_download_cockroachdb
2572024-05-06T02:21:48.528Z++ cd ./tools
2582024-05-06T02:21:48.528Z++ pwd
2592024-05-06T02:21:48.529Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2602024-05-06T02:21:48.529Z++ basename ./tools/ci_download_cockroachdb
2612024-05-06T02:21:48.529Z+ ARG0=ci_download_cockroachdb
2622024-05-06T02:21:48.529Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2632024-05-06T02:21:48.529Z+ CIDL_VERSION=v22.1.9
2642024-05-06T02:21:48.529Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2652024-05-06T02:21:48.529Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2662024-05-06T02:21:48.529Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2672024-05-06T02:21:48.529Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2682024-05-06T02:21:48.529Z+ TARGET_DIR=out
2692024-05-06T02:21:48.529Z+ DOWNLOAD_DIR=out/downloads
2702024-05-06T02:21:48.529Z+ DEST_DIR=./out/cockroachdb
2712024-05-06T02:21:48.529Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2722024-05-06T02:21:48.529Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2732024-05-06T02:21:48.529Z+ main
2742024-05-06T02:21:48.529Z+ [[ 0 != 0 ]]
2752024-05-06T02:21:48.529Z+ CIDL_OS=solaris2.11
2762024-05-06T02:21:48.529Z+ [[ 0 != 0 ]]
2772024-05-06T02:21:48.529Z+ configure_os solaris2.11
2782024-05-06T02:21:48.529Z+ echo 'current directory: /work/oxidecomputer/omicron'
2792024-05-06T02:21:48.529Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-05-06T02:21:48.529Zcurrent directory: /work/oxidecomputer/omicron
2812024-05-06T02:21:48.529Zconfiguring based on OS: "solaris2.11"
2822024-05-06T02:21:48.530Z+ case "$1" in
2832024-05-06T02:21:48.530Z+ CIDL_BUILD=illumos
2842024-05-06T02:21:48.530Z+ CIDL_SUFFIX=tar.gz
2852024-05-06T02:21:48.530Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2862024-05-06T02:21:48.530Z+ CIDL_URL_BASE=https://illumos.org/downloads
2872024-05-06T02:21:48.530Z+ CIDL_ASSEMBLE=do_assemble_illumos
2882024-05-06T02:21:48.530Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2892024-05-06T02:21:48.530Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2902024-05-06T02:21:48.530Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-06T02:21:48.530Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2922024-05-06T02:21:48.530Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-06T02:21:48.530Z+ CIDL_SHA256FUNC=do_sha256sum
2942024-05-06T02:21:48.530Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-05-06T02:21:48.530ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-06T02:21:48.530Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-05-06T02:21:48.530Z+ mkdir -p out/downloads
2982024-05-06T02:21:48.530ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-06T02:21:48.530Z+ mkdir -p ./out/cockroachdb
3002024-05-06T02:21:48.530Z+ local DO_DOWNLOAD=true
3012024-05-06T02:21:48.530Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3022024-05-06T02:21:48.530Z+ '[' true == true ']'
3032024-05-06T02:21:48.530Z+ echo Downloading...
3042024-05-06T02:21:48.530ZDownloading...
3052024-05-06T02:21:48.530Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-06T02:21:48.531Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-06T02:21:57.179Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-06T02:21:57.203Z++ sha256sum
3092024-05-06T02:21:57.203Z++ awk '{print $1}'
3102024-05-06T02:21:57.257Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3112024-05-06T02:21:57.257Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3122024-05-06T02:21:57.257Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-06T02:21:57.257Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3142024-05-06T02:22:00.220Z+ do_assemble_illumos
3152024-05-06T02:22:00.220Z+ rm -r ./out/cockroachdb
3162024-05-06T02:22:00.245Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3172024-05-06T02:22:00.876Z+ ./out/cockroachdb/bin/cockroach version
3182024-05-06T02:22:01.161ZBuild Tag: v22.1.9-dirty
3192024-05-06T02:22:01.161ZBuild Time: 2022/10/26 21:17:46
3202024-05-06T02:22:01.161ZDistribution: OSS
3212024-05-06T02:22:01.161ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3222024-05-06T02:22:01.161ZGo Version: go1.17.13
3232024-05-06T02:22:01.161ZC Compiler: gcc 10.3.0
3242024-05-06T02:22:01.162ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3252024-05-06T02:22:01.162ZBuild Type: release
3262024-05-06T02:22:01.187Z+ set -o errexit
3272024-05-06T02:22:01.213Z+++ dirname ./tools/ci_download_clickhouse
3282024-05-06T02:22:01.213Z++ cd ./tools
3292024-05-06T02:22:01.213Z++ pwd
3302024-05-06T02:22:01.213Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3312024-05-06T02:22:01.213Z++ basename ./tools/ci_download_clickhouse
3322024-05-06T02:22:01.213Z+ ARG0=ci_download_clickhouse
3332024-05-06T02:22:01.213Z+ TARGET_DIR=out
3342024-05-06T02:22:01.213Z+ DOWNLOAD_DIR=out/downloads
3352024-05-06T02:22:01.213Z+ DEST_DIR=./out/clickhouse
3362024-05-06T02:22:01.213Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3372024-05-06T02:22:01.213Z+ CIDL_VERSION=v23.8.7.24
3382024-05-06T02:22:01.213Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3392024-05-06T02:22:01.213Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3402024-05-06T02:22:01.213Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3412024-05-06T02:22:01.213Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3422024-05-06T02:22:01.214Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3432024-05-06T02:22:01.214Z+ main
3442024-05-06T02:22:01.214Z+ [[ 0 != 0 ]]
3452024-05-06T02:22:01.214Z+ CIDL_OS=solaris2.11
3462024-05-06T02:22:01.214Z+ [[ 0 != 0 ]]
3472024-05-06T02:22:01.214Z+ configure_os solaris2.11
3482024-05-06T02:22:01.214Z+ echo 'current directory: /work/oxidecomputer/omicron'
3492024-05-06T02:22:01.214Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-05-06T02:22:01.214Zcurrent directory: /work/oxidecomputer/omicron
3512024-05-06T02:22:01.214Zconfiguring based on OS: "solaris2.11"
3522024-05-06T02:22:01.214Z+ CIDL_DASHREV=
3532024-05-06T02:22:01.214Z+ case "$1" in
3542024-05-06T02:22:01.214Z+ CIDL_PLATFORM=illumos
3552024-05-06T02:22:01.214Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3562024-05-06T02:22:01.214Z+ CIDL_MD5FUNC=do_md5sum
3572024-05-06T02:22:01.214Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3582024-05-06T02:22:01.214Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-06T02:22:01.214Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-06T02:22:01.214Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-06T02:22:01.214Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-05-06T02:22:01.214ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-06T02:22:01.214Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3642024-05-06T02:22:01.214Z+ mkdir -p out/downloads
3652024-05-06T02:22:01.214ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-06T02:22:01.215Z+ mkdir -p ./out/clickhouse
3672024-05-06T02:22:01.215Z+ local DO_DOWNLOAD=true
3682024-05-06T02:22:01.215Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3692024-05-06T02:22:01.215Z+ '[' true == true ']'
3702024-05-06T02:22:01.215Z+ echo Downloading...
3712024-05-06T02:22:01.215ZDownloading...
3722024-05-06T02:22:01.215Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-05-06T02:22:01.215Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-06T02:22:09.748Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3752024-05-06T02:22:09.776Z++ md5sum
3762024-05-06T02:22:09.776Z++ awk '{print $1}'
3772024-05-06T02:22:10.015Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3782024-05-06T02:22:10.015Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3792024-05-06T02:22:10.015Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3802024-05-06T02:22:10.015Z+ mkdir -p ./out/clickhouse
3812024-05-06T02:22:10.040Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3822024-05-06T02:22:15.284Z+ [[ solaris2.11 == darwin* ]]
3832024-05-06T02:22:15.284Z+ ./out/clickhouse/clickhouse server --version
3842024-05-06T02:22:15.408ZClickHouse server version 23.8.7.1.
3852024-05-06T02:22:15.443Z+ set -o errexit
3862024-05-06T02:22:15.443Z+++ dirname ./tools/ci_download_console
3872024-05-06T02:22:15.443Z++ cd ./tools
3882024-05-06T02:22:15.443Z++ pwd
3892024-05-06T02:22:15.443Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3902024-05-06T02:22:15.443Z++ basename ./tools/ci_download_console
3912024-05-06T02:22:15.444Z+ ARG0=ci_download_console
3922024-05-06T02:22:15.444Z+ TARGET_DIR=out
3932024-05-06T02:22:15.444Z+ DOWNLOAD_DIR=out/downloads
3942024-05-06T02:22:15.444Z+ DEST_DIR=./out/console-assets
3952024-05-06T02:22:15.444Z+ source /work/oxidecomputer/omicron/tools/console_version
3962024-05-06T02:22:15.444Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3972024-05-06T02:22:15.445Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3982024-05-06T02:22:15.445Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3992024-05-06T02:22:15.445Z+ TARBALL_FILE=out/downloads/console.tar.gz
4002024-05-06T02:22:15.445Z+ main
4012024-05-06T02:22:15.445Z+ [[ 0 != 0 ]]
4022024-05-06T02:22:15.446Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4032024-05-06T02:22:15.446ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4042024-05-06T02:22:15.446Z+ echo 'Local file: out/downloads/console.tar.gz'
4052024-05-06T02:22:15.446Z+ local DO_DOWNLOAD=true
4062024-05-06T02:22:15.447Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-05-06T02:22:15.447ZLocal file: out/downloads/console.tar.gz
4082024-05-06T02:22:15.447Z+ mkdir -p out/downloads
4092024-05-06T02:22:15.447Z+ '[' true == true ']'
4102024-05-06T02:22:15.447Z+ echo Downloading...
4112024-05-06T02:22:15.447ZDownloading...
4122024-05-06T02:22:15.447Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4132024-05-06T02:22:15.448Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4142024-05-06T02:22:15.662Z++ do_sha256sum out/downloads/console.tar.gz
4152024-05-06T02:22:15.693Z++ case "$OSTYPE" in
4162024-05-06T02:22:15.694Z++ SHA=sha256sum
4172024-05-06T02:22:15.694Z++ sha256sum
4182024-05-06T02:22:15.694Z++ awk '{print $1}'
4192024-05-06T02:22:15.694Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4202024-05-06T02:22:15.694Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4212024-05-06T02:22:15.695Z+ rm -rf ./out/console-assets
4222024-05-06T02:22:15.695Z+ mkdir -p ./out/console-assets
4232024-05-06T02:22:15.695Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4242024-05-06T02:22:15.695Z+ mkdir -p ./out/console-assets
4252024-05-06T02:22:15.695Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4262024-05-06T02:22:15.824Z+ set -o errexit
4272024-05-06T02:22:15.866Z+++ dirname ./tools/ci_download_dendrite_openapi
4282024-05-06T02:22:15.866Z++ cd ./tools
4292024-05-06T02:22:15.866Z++ pwd
4302024-05-06T02:22:15.866Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4312024-05-06T02:22:15.866Z++ basename ./tools/ci_download_dendrite_openapi
4322024-05-06T02:22:15.866Z+ ARG0=ci_download_dendrite_openapi
4332024-05-06T02:22:15.867Z+ TARGET_DIR=out
4342024-05-06T02:22:15.867Z+ DOWNLOAD_DIR=out/downloads
4352024-05-06T02:22:15.867Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4362024-05-06T02:22:15.867Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4372024-05-06T02:22:15.867Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4382024-05-06T02:22:15.867Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4392024-05-06T02:22:15.867Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4402024-05-06T02:22:15.867Z+ main
4412024-05-06T02:22:15.868Z+ [[ 0 != 0 ]]
4422024-05-06T02:22:15.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4432024-05-06T02:22:15.868Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4442024-05-06T02:22:15.868Z+ local DO_DOWNLOAD=true
4452024-05-06T02:22:15.868Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4462024-05-06T02:22:15.868Z+ mkdir -p out/downloads
4472024-05-06T02:22:15.868ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4482024-05-06T02:22:15.869ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4492024-05-06T02:22:15.869Z+ '[' true == true ']'
4502024-05-06T02:22:15.869ZDownloading...
4512024-05-06T02:22:15.869Z+ echo Downloading...
4522024-05-06T02:22:15.869Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4532024-05-06T02:22:15.869Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4542024-05-06T02:22:17.559Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4552024-05-06T02:22:17.559Z++ case "$OSTYPE" in
4562024-05-06T02:22:17.559Z++ SHA=sha256sum
4572024-05-06T02:22:17.613Z++ sha256sum
4582024-05-06T02:22:17.613Z++ awk '{print $1}'
4592024-05-06T02:22:17.614Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4602024-05-06T02:22:17.614Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4612024-05-06T02:22:17.614Z+ set -o errexit
4622024-05-06T02:22:17.614Z+++ dirname ./tools/ci_download_dendrite_stub
4632024-05-06T02:22:17.615Z++ cd ./tools
4642024-05-06T02:22:17.615Z++ pwd
4652024-05-06T02:22:17.615Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4662024-05-06T02:22:17.615Z++ basename ./tools/ci_download_dendrite_stub
4672024-05-06T02:22:17.615Z+ ARG0=ci_download_dendrite_stub
4682024-05-06T02:22:17.615Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4692024-05-06T02:22:17.616Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4702024-05-06T02:22:17.616Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4712024-05-06T02:22:17.616Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4722024-05-06T02:22:17.616Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-05-06T02:22:17.616Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4742024-05-06T02:22:17.616Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4752024-05-06T02:22:17.617Z+ TARGET_DIR=out
4762024-05-06T02:22:17.617Z+ DOWNLOAD_DIR=out/downloads
4772024-05-06T02:22:17.617Z+ DEST_DIR=./out/dendrite-stub
4782024-05-06T02:22:17.617Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4792024-05-06T02:22:17.617Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4802024-05-06T02:22:17.617Z+ REPO=oxidecomputer/dendrite
4812024-05-06T02:22:17.618Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4822024-05-06T02:22:17.618Z+ main
4832024-05-06T02:22:17.618Z+ [[ 0 != 0 ]]
4842024-05-06T02:22:17.618Z+ CIDL_OS=solaris2.11
4852024-05-06T02:22:17.618Z+ [[ 0 != 0 ]]
4862024-05-06T02:22:17.618Z+ configure_os solaris2.11
4872024-05-06T02:22:17.619Z+ echo 'current directory: /work/oxidecomputer/omicron'
4882024-05-06T02:22:17.619Zcurrent directory: /work/oxidecomputer/omicron
4892024-05-06T02:22:17.619Z+ echo 'configuring based on OS: "solaris2.11"'
4902024-05-06T02:22:17.619Z+ case "$1" in
4912024-05-06T02:22:17.619Z+ SET_BINARIES=
4922024-05-06T02:22:17.620Zconfiguring based on OS: "solaris2.11"
4932024-05-06T02:22:17.620Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4942024-05-06T02:22:17.620Z+ CIDL_SHA256FUNC=do_sha256sum
4952024-05-06T02:22:17.620Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4962024-05-06T02:22:17.620Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4972024-05-06T02:22:17.621Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4982024-05-06T02:22:17.621Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4992024-05-06T02:22:17.621Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5002024-05-06T02:22:17.621Z+ mkdir -p out/downloads
5012024-05-06T02:22:17.621ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5022024-05-06T02:22:17.622ZLocal file: out/downloads/dendrite-stub.tar.gz
5032024-05-06T02:22:17.622Z+ mkdir -p ./out/dendrite-stub
5042024-05-06T02:22:17.622Z+ fetch_and_verify
5052024-05-06T02:22:17.622Z+ local DO_DOWNLOAD=true
5062024-05-06T02:22:17.622Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5072024-05-06T02:22:17.622Z+ '[' true == true ']'
5082024-05-06T02:22:17.622Z+ echo Downloading...
5092024-05-06T02:22:17.623ZDownloading...
5102024-05-06T02:22:17.623Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5112024-05-06T02:22:17.623Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5122024-05-06T02:22:30.191Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5132024-05-06T02:22:30.215Z++ sha256sum
5142024-05-06T02:22:30.215Z++ awk '{print $1}'
5152024-05-06T02:22:30.249Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5162024-05-06T02:22:30.249Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5172024-05-06T02:22:30.249Z+ do_untar out/downloads/dendrite-stub.tar.gz
5182024-05-06T02:22:30.249Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5192024-05-06T02:22:31.059Z+ do_assemble
5202024-05-06T02:22:31.059Z+ rm -r ./out/dendrite-stub
5212024-05-06T02:22:31.088Z+ mkdir ./out/dendrite-stub
5222024-05-06T02:22:31.088Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5232024-05-06T02:22:31.222Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5242024-05-06T02:22:31.252Z+ set -o errexit
5252024-05-06T02:22:31.252Z+++ dirname ./tools/ci_download_maghemite_mgd
5262024-05-06T02:22:31.252Z++ cd ./tools
5272024-05-06T02:22:31.253Z++ pwd
5282024-05-06T02:22:31.253Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5292024-05-06T02:22:31.253Z++ basename ./tools/ci_download_maghemite_mgd
5302024-05-06T02:22:31.253Z+ ARG0=ci_download_maghemite_mgd
5312024-05-06T02:22:31.254Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5322024-05-06T02:22:31.254Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5332024-05-06T02:22:31.254Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5342024-05-06T02:22:31.255Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5352024-05-06T02:22:31.255Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5362024-05-06T02:22:31.255Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5372024-05-06T02:22:31.255Z+ TARGET_DIR=out
5382024-05-06T02:22:31.256Z+ DOWNLOAD_DIR=out/downloads
5392024-05-06T02:22:31.256Z+ DEST_DIR=./out/mgd
5402024-05-06T02:22:31.256Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5412024-05-06T02:22:31.256Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422024-05-06T02:22:31.257Z+ REPO=oxidecomputer/maghemite
5432024-05-06T02:22:31.257Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5442024-05-06T02:22:31.257Z+ main
5452024-05-06T02:22:31.257Z+ rm -rf out/downloads/root
5462024-05-06T02:22:31.290Z+ [[ 0 != 0 ]]
5472024-05-06T02:22:31.291Z+ CIDL_OS=solaris2.11
5482024-05-06T02:22:31.291Z+ [[ 0 != 0 ]]
5492024-05-06T02:22:31.291Z+ configure_os solaris2.11
5502024-05-06T02:22:31.291Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512024-05-06T02:22:31.291Zcurrent directory: /work/oxidecomputer/omicron
5522024-05-06T02:22:31.291Z+ echo 'configuring based on OS: "solaris2.11"'
5532024-05-06T02:22:31.291Zconfiguring based on OS: "solaris2.11"
5542024-05-06T02:22:31.291Z+ case "$1" in
5552024-05-06T02:22:31.292Z+ SET_BINARIES=
5562024-05-06T02:22:31.292Z+ CIDL_SHA256FUNC=do_sha256sum
5572024-05-06T02:22:31.292Z+ TARBALL_FILENAME=mgd.tar.gz
5582024-05-06T02:22:31.292Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5592024-05-06T02:22:31.292Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5602024-05-06T02:22:31.292Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5612024-05-06T02:22:31.292ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5622024-05-06T02:22:31.293ZLocal file: out/downloads/mgd.tar.gz
5632024-05-06T02:22:31.293Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5642024-05-06T02:22:31.293Z+ mkdir -p out/downloads
5652024-05-06T02:22:31.293Z+ mkdir -p ./out/mgd
5662024-05-06T02:22:31.293Z+ fetch_and_verify
5672024-05-06T02:22:31.293Z+ local DO_DOWNLOAD=true
5682024-05-06T02:22:31.293Z+ [[ -f out/downloads/mgd.tar.gz ]]
5692024-05-06T02:22:31.293Z+ '[' true == true ']'
5702024-05-06T02:22:31.294Z+ echo Downloading...
5712024-05-06T02:22:31.294ZDownloading...
5722024-05-06T02:22:31.294Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5732024-05-06T02:22:31.294Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5742024-05-06T02:22:41.348Z++ do_sha256sum out/downloads/mgd.tar.gz
5752024-05-06T02:22:41.378Z++ sha256sum
5762024-05-06T02:22:41.378Z++ awk '{print $1}'
5772024-05-06T02:22:41.407Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5782024-05-06T02:22:41.407Z+ [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]]
5792024-05-06T02:22:41.407Z+ do_untar out/downloads/mgd.tar.gz
5802024-05-06T02:22:41.407Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5812024-05-06T02:22:42.148Z+ do_assemble
5822024-05-06T02:22:42.148Z+ rm -r ./out/mgd
5832024-05-06T02:22:42.173Z+ mkdir ./out/mgd
5842024-05-06T02:22:42.173Z+ cp -r out/downloads/root ./out/mgd/root
5852024-05-06T02:22:42.226Z+ set -o errexit
5862024-05-06T02:22:42.273Z+++ dirname ./tools/ci_download_transceiver_control
5872024-05-06T02:22:42.274Z++ cd ./tools
5882024-05-06T02:22:42.274Z++ pwd
5892024-05-06T02:22:42.274Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-05-06T02:22:42.274Z++ basename ./tools/ci_download_transceiver_control
5912024-05-06T02:22:42.274Z+ ARG0=ci_download_transceiver_control
5922024-05-06T02:22:42.274Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5932024-05-06T02:22:42.274Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5942024-05-06T02:22:42.274Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5952024-05-06T02:22:42.274Z+ TARGET_DIR=out
5962024-05-06T02:22:42.274Z+ DOWNLOAD_DIR=out/downloads
5972024-05-06T02:22:42.274Z+ DEST_DIR=./out/transceiver-control
5982024-05-06T02:22:42.274Z+ BIN_DIR=/opt/oxide/bin
5992024-05-06T02:22:42.274Z+ BINARY=xcvradm
6002024-05-06T02:22:42.274Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6012024-05-06T02:22:42.274Z+ REPO=oxidecomputer/transceiver-control
6022024-05-06T02:22:42.274Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6032024-05-06T02:22:42.274Z+ main
6042024-05-06T02:22:42.274Z+ [[ 0 != 0 ]]
6052024-05-06T02:22:42.274Zcurrent directory: /work/oxidecomputer/omicron
6062024-05-06T02:22:42.275Z+ CIDL_OS=solaris2.11
6072024-05-06T02:22:42.275Z+ [[ 0 != 0 ]]
6082024-05-06T02:22:42.275Z+ configure_os solaris2.11
6092024-05-06T02:22:42.275Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-05-06T02:22:42.275Z+ echo 'configuring based on OS: "solaris2.11"'
6112024-05-06T02:22:42.275Z+ case "$1" in
6122024-05-06T02:22:42.275Z+ SET_BINARIES=
6132024-05-06T02:22:42.275Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6142024-05-06T02:22:42.275Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-05-06T02:22:42.275Z+ ARCHIVE_FILENAME=xcvradm.gz
6162024-05-06T02:22:42.275Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-06T02:22:42.275Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6182024-05-06T02:22:42.275Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6192024-05-06T02:22:42.275Z+ echo 'Local file: out/downloads/xcvradm.gz'
6202024-05-06T02:22:42.275Z+ mkdir -p out/downloads
6212024-05-06T02:22:42.275Zconfiguring based on OS: "solaris2.11"
6222024-05-06T02:22:42.275ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6232024-05-06T02:22:42.275ZLocal file: out/downloads/xcvradm.gz
6242024-05-06T02:22:42.275Z+ mkdir -p ./out/transceiver-control
6252024-05-06T02:22:42.275Z+ fetch_and_verify
6262024-05-06T02:22:42.275Z+ local DO_DOWNLOAD=true
6272024-05-06T02:22:42.275Z+ [[ -f out/downloads/xcvradm.gz ]]
6282024-05-06T02:22:42.275Z+ '[' true == true ']'
6292024-05-06T02:22:42.276Z+ echo Downloading...
6302024-05-06T02:22:42.276ZDownloading...
6312024-05-06T02:22:42.276Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6322024-05-06T02:22:42.276Z+ 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
6332024-05-06T02:22:42.795Z++ do_sha256sum out/downloads/xcvradm.gz
6342024-05-06T02:22:42.820Z++ sha256sum
6352024-05-06T02:22:42.820Z++ awk '{print $1}'
6362024-05-06T02:22:42.820Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372024-05-06T02:22:42.820Z+ [[ 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 ]]
6382024-05-06T02:22:42.820Z+ do_unpack out/downloads/xcvradm.gz
6392024-05-06T02:22:42.820Z+ mkdir -p out/downloads/root//opt/oxide/bin
6402024-05-06T02:22:42.820Z+ gzip -dc out/downloads/xcvradm.gz
6412024-05-06T02:22:42.949Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6422024-05-06T02:22:42.973Z+ do_assemble
6432024-05-06T02:22:42.973Z+ rm -r ./out/transceiver-control
6442024-05-06T02:22:42.973Z+ mkdir ./out/transceiver-control
6452024-05-06T02:22:42.973Z+ cp -r out/downloads/root ./out/transceiver-control/root
6462024-05-06T02:22:43.045Z+ set -o errexit
6472024-05-06T02:22:43.070Z+++ dirname ./tools/ci_download_thundermuffin
6482024-05-06T02:22:43.070Z++ cd ./tools
6492024-05-06T02:22:43.070Z++ pwd
6502024-05-06T02:22:43.070Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-05-06T02:22:43.070Z++ basename ./tools/ci_download_thundermuffin
6522024-05-06T02:22:43.070Z+ ARG0=ci_download_thundermuffin
6532024-05-06T02:22:43.071Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6542024-05-06T02:22:43.071Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6552024-05-06T02:22:43.071Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6562024-05-06T02:22:43.071Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6572024-05-06T02:22:43.071Z+ TARGET_DIR=out
6582024-05-06T02:22:43.071Z+ DOWNLOAD_DIR=out/downloads
6592024-05-06T02:22:43.071Z+ DEST_DIR=./out/thundermuffin
6602024-05-06T02:22:43.071Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6612024-05-06T02:22:43.071Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-05-06T02:22:43.071Z+ REPO=oxidecomputer/thundermuffin
6632024-05-06T02:22:43.071Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6642024-05-06T02:22:43.071Z+ main
6652024-05-06T02:22:43.071Z+ rm -rf out/downloads/root
6662024-05-06T02:22:43.071Z+ [[ 0 != 0 ]]
6672024-05-06T02:22:43.071Z+ CIDL_OS=solaris2.11
6682024-05-06T02:22:43.071Z+ [[ 0 != 0 ]]
6692024-05-06T02:22:43.071Z+ configure_os solaris2.11
6702024-05-06T02:22:43.071Z+ echo 'current directory: /work/oxidecomputer/omicron'
6712024-05-06T02:22:43.071Zcurrent directory: /work/oxidecomputer/omicron
6722024-05-06T02:22:43.071Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-05-06T02:22:43.071Z+ case "$1" in
6742024-05-06T02:22:43.071Z+ SET_BINARIES=
6752024-05-06T02:22:43.072Zconfiguring based on OS: "solaris2.11"
6762024-05-06T02:22:43.072Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-05-06T02:22:43.072Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6782024-05-06T02:22:43.072Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6792024-05-06T02:22:43.072Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6802024-05-06T02:22:43.072Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6812024-05-06T02:22:43.072ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6822024-05-06T02:22:43.072ZLocal file: out/downloads/thundermuffin.tar.gz
6832024-05-06T02:22:43.072Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6842024-05-06T02:22:43.072Z+ mkdir -p out/downloads
6852024-05-06T02:22:43.072Z+ mkdir -p ./out/thundermuffin
6862024-05-06T02:22:43.097Z+ fetch_and_verify
6872024-05-06T02:22:43.097Z+ local DO_DOWNLOAD=true
6882024-05-06T02:22:43.097Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6892024-05-06T02:22:43.098Z+ '[' true == true ']'
6902024-05-06T02:22:43.098Z+ echo Downloading...
6912024-05-06T02:22:43.098ZDownloading...
6922024-05-06T02:22:43.098Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6932024-05-06T02:22:43.098Z+ 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
6942024-05-06T02:22:43.748Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6952024-05-06T02:22:43.773Z++ sha256sum
6962024-05-06T02:22:43.773Z++ awk '{print $1}'
6972024-05-06T02:22:43.773Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6982024-05-06T02:22:43.773Z+ [[ 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 ]]
6992024-05-06T02:22:43.773Z+ do_untar out/downloads/thundermuffin.tar.gz
7002024-05-06T02:22:43.773Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7012024-05-06T02:22:43.841Z+ do_assemble
7022024-05-06T02:22:43.841Z+ rm -r ./out/thundermuffin
7032024-05-06T02:22:43.865Z+ mkdir ./out/thundermuffin
7042024-05-06T02:22:43.865Z+ cp -r out/downloads/root ./out/thundermuffin/root
7052024-05-06T02:22:43.865ZAll prerequisites installed successfully
7062024-05-06T02:22:43.865Z
7072024-05-06T02:22:43.865Zreal 2:04.559357265
7082024-05-06T02:22:43.865Zuser 38.907329391
7092024-05-06T02:22:43.865Zsys 11.275094228
7102024-05-06T02:22:43.866Ztrap 0.011687000
7112024-05-06T02:22:43.866Ztflt 0.010575610
7122024-05-06T02:22:43.866Zdflt 0.018188108
7132024-05-06T02:22:43.866Zkflt 0.005843851
7142024-05-06T02:22:43.866Zlock 2.199659973
7152024-05-06T02:22:43.866Zslp 4:21.327484345
7162024-05-06T02:22:43.866Zlat 4.701118338
7172024-05-06T02:22:43.866Zstop 0.072592820
7182024-05-06T02:22:43.866Z+ ptime -m ./tools/ci_download_softnpu_machinery
7192024-05-06T02:22:43.890Zfetching npuzone
7202024-05-06T02:22:43.890ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7212024-05-06T02:22:43.890Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7222024-05-06T02:22:43.891ZGetting hash for npuzone
7232024-05-06T02:22:44.028Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7242024-05-06T02:22:50.623Znpuzone downloaded successfully
7252024-05-06T02:22:50.648Z
7262024-05-06T02:22:50.648Zreal 6.766651652
7272024-05-06T02:22:50.648Zuser 0.287870670
7282024-05-06T02:22:50.648Zsys 0.149104503
7292024-05-06T02:22:50.649Ztrap 0.000032351
7302024-05-06T02:22:50.649Ztflt 0.000000000
7312024-05-06T02:22:50.649Zdflt 0.000000000
7322024-05-06T02:22:50.649Zkflt 0.000000000
7332024-05-06T02:22:50.649Zlock 0.000000000
7342024-05-06T02:22:50.649Zslp 19.737163617
7352024-05-06T02:22:50.649Zlat 0.087460687
7362024-05-06T02:22:50.649Zstop 0.000246646
7372024-05-06T02:22:50.649Z+ export CARGO_INCREMENTAL=0
7382024-05-06T02:22:50.649Z+ CARGO_INCREMENTAL=0
7392024-05-06T02:22:50.649Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7402024-05-06T02:22:50.902Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7412024-05-06T02:22:51.363Z Updating git repository `https://github.com/oxidecomputer/zone`
7422024-05-06T02:22:51.738Z Updating crates.io index
7432024-05-06T02:22:51.762Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7442024-05-06T02:22:52.552Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7452024-05-06T02:22:53.365Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7462024-05-06T02:22:55.439Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7472024-05-06T02:22:55.852Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7482024-05-06T02:22:56.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
7492024-05-06T02:22:57.300Z Updating git repository `https://github.com/oxidecomputer/crucible`
7502024-05-06T02:22:59.321Z Updating git repository `https://github.com/oxidecomputer/opte`
7512024-05-06T02:23:00.476Z Updating git repository `https://github.com/oxidecomputer/falcon`
7522024-05-06T02:23:01.387Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7532024-05-06T02:23:01.809Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7542024-05-06T02:23:02.527Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7552024-05-06T02:23:02.903Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7562024-05-06T02:23:03.298Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7572024-05-06T02:23:03.837Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7582024-05-06T02:23:04.270Z Updating git repository `http://github.com/oxidecomputer/tofino`
7592024-05-06T02:23:04.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7602024-05-06T02:23:05.070Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7612024-05-06T02:23:05.442Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7622024-05-06T02:23:05.851Z Updating git repository `https://github.com/oxidecomputer/ispf`
7632024-05-06T02:23:06.314Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7642024-05-06T02:23:06.748Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7652024-05-06T02:23:07.537Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7662024-05-06T02:23:07.992Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7672024-05-06T02:23:08.351Z Updating git repository `https://github.com/jgallagher/nix`
7682024-05-06T02:23:10.485Z Updating git repository `https://github.com/cbiffle/hubpack`
7692024-05-06T02:23:10.980Z Updating git repository `https://github.com/oxidecomputer/typify`
7702024-05-06T02:23:12.999Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7712024-05-06T02:23:13.640Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7722024-05-06T02:23:14.059Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7732024-05-06T02:23:14.660Z Updating git repository `https://github.com/oxidecomputer/rfb`
7742024-05-06T02:23:16.060Z Downloading crates ...
7752024-05-06T02:23:16.205Z Downloaded heck v0.3.3
7762024-05-06T02:23:16.229Z Downloaded hex v0.4.3
7772024-05-06T02:23:16.229Z Downloaded headers-core v0.2.0
7782024-05-06T02:23:16.229Z Downloaded heapless v0.7.16
7792024-05-06T02:23:16.229Z Downloaded anstyle-parse v0.2.1
7802024-05-06T02:23:16.230Z Downloaded heck v0.4.1
7812024-05-06T02:23:16.255Z Downloaded httpdate v1.0.3
7822024-05-06T02:23:16.255Z Downloaded hubpack_derive v0.1.1
7832024-05-06T02:23:16.255Z Downloaded hubpack v0.1.2
7842024-05-06T02:23:16.255Z Downloaded httparse v1.8.0
7852024-05-06T02:23:16.255Z Downloaded hyper v0.14.28
7862024-05-06T02:23:16.289Z Downloaded memmap2 v0.7.1
7872024-05-06T02:23:16.315Z Downloaded maybe-uninit v2.0.0
7882024-05-06T02:23:16.315Z Downloaded hyper-staticfile v0.9.5
7892024-05-06T02:23:16.315Z Downloaded console v0.15.8
7902024-05-06T02:23:16.316Z Downloaded memoffset v0.7.1
7912024-05-06T02:23:16.316Z Downloaded normalize-line-endings v0.3.0
7922024-05-06T02:23:16.316Z Downloaded sigpipe v0.1.3
7932024-05-06T02:23:16.316Z Downloaded colorchoice v1.0.0
7942024-05-06T02:23:16.316Z Downloaded nibble_vec v0.1.0
7952024-05-06T02:23:16.341Z Downloaded tower-service v0.3.2
7962024-05-06T02:23:16.341Z Downloaded num-conv v0.1.0
7972024-05-06T02:23:16.341Z Downloaded num-iter v0.1.44
7982024-05-06T02:23:16.341Z Downloaded serde_path_to_error v0.1.16
7992024-05-06T02:23:16.368Z Downloaded synstructure v0.12.6
8002024-05-06T02:23:16.368Z Downloaded tabled_derive v0.7.0
8012024-05-06T02:23:16.368Z Downloaded socket2 v0.5.6
8022024-05-06T02:23:16.400Z Downloaded phf_shared v0.10.0
8032024-05-06T02:23:16.400Z Downloaded signal-hook-tokio v0.3.1
8042024-05-06T02:23:16.441Z Downloaded peeking_take_while v0.1.2
8052024-05-06T02:23:16.441Z Downloaded peg-runtime v0.8.2
8062024-05-06T02:23:16.441Z Downloaded dtrace-parser v0.2.0
8072024-05-06T02:23:16.473Z Downloaded pretty-hex v0.4.1
8082024-05-06T02:23:16.473Z Downloaded number_prefix v0.4.0
8092024-05-06T02:23:16.473Z Downloaded rand_chacha v0.3.1
8102024-05-06T02:23:16.474Z Downloaded rand_core v0.6.4
8112024-05-06T02:23:16.532Z Downloaded rand_xorshift v0.3.0
8122024-05-06T02:23:16.569Z Downloaded vte_generate_state_changes v0.1.1
8132024-05-06T02:23:16.569Z Downloaded unarray v0.1.4
8142024-05-06T02:23:16.569Z Downloaded want v0.3.1
8152024-05-06T02:23:16.569Z Downloaded which v4.4.0
8162024-05-06T02:23:16.569Z Downloaded wyz v0.5.1
8172024-05-06T02:23:16.570Z Downloaded walkdir v2.5.0
8182024-05-06T02:23:16.570Z Downloaded whoami v1.5.1
8192024-05-06T02:23:16.570Z Downloaded uuid v1.8.0
8202024-05-06T02:23:16.570Z Downloaded reedline v0.31.0
8212024-05-06T02:23:16.570Z Downloaded x509-cert v0.2.4
8222024-05-06T02:23:16.595Z Downloaded webpki-roots v0.25.2
8232024-05-06T02:23:16.595Z Downloaded ratatui v0.26.2
8242024-05-06T02:23:16.628Z Downloaded openapiv3 v2.0.0
8252024-05-06T02:23:16.653Z Downloaded sha3 v0.10.8
8262024-05-06T02:23:16.653Z Downloaded encoding_rs v0.8.33
8272024-05-06T02:23:16.678Z Downloaded rustix v0.38.31
8282024-05-06T02:23:16.712Z Downloaded csv v1.3.0
8292024-05-06T02:23:16.739Z Downloaded regex-automata v0.4.5
8302024-05-06T02:23:16.763Z Downloaded ring v0.17.8
8312024-05-06T02:23:16.843Z Downloaded ring v0.16.20
8322024-05-06T02:23:16.936Z Downloaded tokio v1.37.0
8332024-05-06T02:23:16.985Z Downloaded openssl v0.10.64
8342024-05-06T02:23:17.010Z Downloaded rustls v0.22.4
8352024-05-06T02:23:17.010Z Downloaded rustls v0.21.9
8362024-05-06T02:23:17.035Z Downloaded smoltcp v0.11.0
8372024-05-06T02:23:17.059Z Downloaded regress v0.9.1
8382024-05-06T02:23:17.059Z Downloaded regex-syntax v0.8.2
8392024-05-06T02:23:17.059Z Downloaded regex v1.10.4
8402024-05-06T02:23:17.085Z Downloaded bzip2-sys v0.1.11+1.0.8
8412024-05-06T02:23:17.110Z Downloaded vcpkg v0.2.15
8422024-05-06T02:23:17.141Z Downloaded radix_trie v0.2.1
8432024-05-06T02:23:17.166Z Downloaded object v0.32.1
8442024-05-06T02:23:17.166Z Downloaded object v0.30.4
8452024-05-06T02:23:17.191Z Downloaded rustls-webpki v0.102.1
8462024-05-06T02:23:17.216Z Downloaded sled v0.34.7
8472024-05-06T02:23:17.216Z Downloaded zerocopy-derive v0.6.6
8482024-05-06T02:23:17.240Z Downloaded zerocopy-derive v0.2.0
8492024-05-06T02:23:17.241Z Downloaded gimli v0.28.0
8502024-05-06T02:23:17.241Z Downloaded libc v0.2.153
8512024-05-06T02:23:17.273Z Downloaded bstr v1.9.0
8522024-05-06T02:23:17.298Z Downloaded unicode-segmentation v1.10.1
8532024-05-06T02:23:17.298Z Downloaded unicode-normalization v0.1.22
8542024-05-06T02:23:17.298Z Downloaded typed-path v0.7.0
8552024-05-06T02:23:17.323Z Downloaded tungstenite v0.20.1
8562024-05-06T02:23:17.323Z Downloaded rsa v0.9.2
8572024-05-06T02:23:17.323Z Downloaded ron v0.8.1
8582024-05-06T02:23:17.323Z Downloaded rayon v1.10.0
8592024-05-06T02:23:17.348Z Downloaded quick-xml v0.31.0
8602024-05-06T02:23:17.348Z Downloaded proptest v1.4.0
8612024-05-06T02:23:17.373Z Downloaded flate2 v1.0.28
8622024-05-06T02:23:17.373Z Downloaded smoltcp v0.9.1
8632024-05-06T02:23:17.373Z Downloaded crossterm v0.27.0
8642024-05-06T02:23:17.398Z Downloaded zerocopy v0.7.32
8652024-05-06T02:23:17.398Z Downloaded rustyline v14.0.0
8662024-05-06T02:23:17.426Z Downloaded petgraph v0.6.4
8672024-05-06T02:23:17.426Z Downloaded diesel v2.1.6
8682024-05-06T02:23:17.451Z Downloaded winnow v0.5.15
8692024-05-06T02:23:17.476Z Downloaded h2 v0.3.26
8702024-05-06T02:23:17.476Z Downloaded goblin v0.8.0
8712024-05-06T02:23:17.476Z Downloaded polar-core v0.27.3
8722024-05-06T02:23:17.501Z Downloaded reqwest v0.11.27
8732024-05-06T02:23:17.501Z Downloaded futures-util v0.3.30
8742024-05-06T02:23:17.526Z Downloaded unicode-ident v1.0.12
8752024-05-06T02:23:17.526Z Downloaded unicode-bidi v0.3.15
8762024-05-06T02:23:17.526Z Downloaded tungstenite v0.21.0
8772024-05-06T02:23:17.526Z Downloaded publicsuffix v2.2.3
8782024-05-06T02:23:17.526Z Downloaded flume v0.11.0
8792024-05-06T02:23:17.526Z Downloaded papergrid v0.11.0
8802024-05-06T02:23:17.526Z Downloaded openssl-sys v0.9.102
8812024-05-06T02:23:17.551Z Downloaded curve25519-dalek v4.1.2
8822024-05-06T02:23:17.551Z Downloaded winnow v0.6.1
8832024-05-06T02:23:17.576Z Downloaded trust-dns-proto v0.22.0
8842024-05-06T02:23:17.576Z Downloaded vte v0.11.1
8852024-05-06T02:23:17.576Z Downloaded vsss-rs v3.3.4
8862024-05-06T02:23:17.576Z Downloaded unicode-linebreak v0.1.5
8872024-05-06T02:23:17.576Z Downloaded ucd-trie v0.1.6
8882024-05-06T02:23:17.576Z Downloaded typenum v1.16.0
8892024-05-06T02:23:17.601Z Downloaded tui-tree-widget v0.19.0
8902024-05-06T02:23:17.601Z Downloaded strum_macros v0.25.2
8912024-05-06T02:23:17.601Z Downloaded strum_macros v0.24.3
8922024-05-06T02:23:17.601Z Downloaded rand v0.8.5
8932024-05-06T02:23:17.601Z Downloaded sqlparser v0.45.0
8942024-05-06T02:23:17.601Z Downloaded serde_yaml v0.9.25
8952024-05-06T02:23:17.601Z Downloaded salty v0.2.0
8962024-05-06T02:23:17.626Z Downloaded structmeta-derive v0.3.0
8972024-05-06T02:23:17.626Z Downloaded structmeta-derive v0.2.0
8982024-05-06T02:23:17.626Z Downloaded serde_spanned v0.6.5
8992024-05-06T02:23:17.626Z Downloaded serde_repr v0.1.16
9002024-05-06T02:23:17.626Z Downloaded rtoolbox v0.0.1
9012024-05-06T02:23:17.626Z Downloaded rayon-core v1.12.1
9022024-05-06T02:23:17.626Z Downloaded uzers v0.11.3
9032024-05-06T02:23:17.626Z Downloaded unicase v2.7.0
9042024-05-06T02:23:17.626Z Downloaded proc-macro2 v1.0.81
9052024-05-06T02:23:17.626Z Downloaded wait-timeout v0.2.0
9062024-05-06T02:23:17.626Z Downloaded version_check v0.9.4
9072024-05-06T02:23:17.651Z Downloaded utf-8 v0.7.6
9082024-05-06T02:23:17.651Z Downloaded structmeta v0.3.0
9092024-05-06T02:23:17.651Z Downloaded rcgen v0.12.1
9102024-05-06T02:23:17.651Z Downloaded prettyplease v0.2.19
9112024-05-06T02:23:17.651Z Downloaded once_cell v1.19.0
9122024-05-06T02:23:17.652Z Downloaded parking_lot v0.12.1
9132024-05-06T02:23:17.652Z Downloaded oso v0.27.3
9142024-05-06T02:23:17.652Z Downloaded waitgroup v0.1.2
9152024-05-06T02:23:17.652Z Downloaded utf8parse v0.2.1
9162024-05-06T02:23:17.652Z Downloaded try-lock v0.2.4
9172024-05-06T02:23:17.652Z Downloaded strum v0.26.2
9182024-05-06T02:23:17.652Z Downloaded yasna v0.5.2
9192024-05-06T02:23:17.676Z Downloaded sha2 v0.10.8
9202024-05-06T02:23:17.677Z Downloaded rpassword v7.3.1
9212024-05-06T02:23:17.677Z Downloaded parking_lot_core v0.8.6
9222024-05-06T02:23:17.677Z Downloaded zip v0.6.6
9232024-05-06T02:23:17.677Z Downloaded usdt-macro v0.5.0
9242024-05-06T02:23:17.677Z Downloaded ron v0.7.1
9252024-05-06T02:23:17.677Z Downloaded quote v1.0.36
9262024-05-06T02:23:17.677Z Downloaded parse-display-derive v0.9.0
9272024-05-06T02:23:17.677Z Downloaded parse-display v0.9.0
9282024-05-06T02:23:17.677Z Downloaded parking_lot_core v0.9.8
9292024-05-06T02:23:17.703Z Downloaded parking_lot v0.11.2
9302024-05-06T02:23:17.703Z Downloaded owo-colors v4.0.0
9312024-05-06T02:23:17.703Z Downloaded schemars v0.8.17
9322024-05-06T02:23:17.703Z Downloaded samael v0.0.15
9332024-05-06T02:23:17.731Z Downloaded regex-syntax v0.6.29
9342024-05-06T02:23:17.731Z Downloaded rand_seeder v0.2.3
9352024-05-06T02:23:17.731Z Downloaded r2d2 v0.8.10
9362024-05-06T02:23:17.731Z Downloaded quick-error v1.2.3
9372024-05-06T02:23:17.731Z Downloaded proc-macro-error v1.0.4
9382024-05-06T02:23:17.731Z Downloaded foreign-types v0.5.0
9392024-05-06T02:23:17.731Z Downloaded fnv v1.0.7
9402024-05-06T02:23:17.731Z Downloaded float-cmp v0.9.0
9412024-05-06T02:23:17.731Z Downloaded zerocopy v0.3.0
9422024-05-06T02:23:17.731Z Downloaded xattr v1.0.1
9432024-05-06T02:23:17.731Z Downloaded syn v2.0.60
9442024-05-06T02:23:17.756Z Downloaded radium v0.7.0
9452024-05-06T02:23:17.756Z Downloaded psl-types v2.0.11
9462024-05-06T02:23:17.756Z Downloaded proc-macro-crate v1.3.1
9472024-05-06T02:23:17.756Z Downloaded openssl-macros v0.1.1
9482024-05-06T02:23:17.756Z Downloaded zerocopy v0.6.6
9492024-05-06T02:23:17.756Z Downloaded syn v1.0.109
9502024-05-06T02:23:17.782Z Downloaded regex-automata v0.1.10
9512024-05-06T02:23:17.782Z Downloaded time v0.3.34
9522024-05-06T02:23:17.782Z Downloaded proc-macro-error-attr v1.0.4
9532024-05-06T02:23:17.782Z Downloaded opaque-debug v0.3.0
9542024-05-06T02:23:17.782Z Downloaded omicron-zone-package v0.11.0
9552024-05-06T02:23:17.782Z Downloaded olpc-cjson v0.1.3
9562024-05-06T02:23:17.782Z Downloaded num-traits v0.2.18
9572024-05-06T02:23:17.807Z Downloaded num-rational v0.4.1
9582024-05-06T02:23:17.807Z Downloaded packed_struct_codegen v0.10.1
9592024-05-06T02:23:17.807Z Downloaded packed_struct v0.10.1
9602024-05-06T02:23:17.807Z Downloaded smawk v0.3.1
9612024-05-06T02:23:17.807Z Downloaded slog-json v2.6.1
9622024-05-06T02:23:17.807Z Downloaded slog-envlogger v2.2.0
9632024-05-06T02:23:17.807Z Downloaded slog-dtrace v0.3.0
9642024-05-06T02:23:17.807Z Downloaded slog-bunyan v2.5.0
9652024-05-06T02:23:17.807Z Downloaded sha1 v0.10.6
9662024-05-06T02:23:17.807Z Downloaded serde_tokenstream v0.2.0
9672024-05-06T02:23:17.807Z Downloaded serde_tokenstream v0.1.7
9682024-05-06T02:23:17.807Z Downloaded zerocopy-derive v0.7.32
9692024-05-06T02:23:17.842Z Downloaded ryu v1.0.15
9702024-05-06T02:23:17.842Z Downloaded pest v2.7.6
9712024-05-06T02:23:17.842Z Downloaded unicode_categories v0.1.1
9722024-05-06T02:23:17.842Z Downloaded num_threads v0.1.6
9732024-05-06T02:23:17.842Z Downloaded num_enum_derive v0.5.11
9742024-05-06T02:23:17.842Z Downloaded num_enum v0.5.11
9752024-05-06T02:23:17.842Z Downloaded num_cpus v1.16.0
9762024-05-06T02:23:17.842Z Downloaded fs-err v2.11.0
9772024-05-06T02:23:17.842Z Downloaded fragile v2.0.0
9782024-05-06T02:23:17.842Z Downloaded form_urlencoded v1.2.1
9792024-05-06T02:23:17.842Z Downloaded foreign-types-shared v0.3.1
9802024-05-06T02:23:17.868Z Downloaded foreign-types-shared v0.1.1
9812024-05-06T02:23:17.868Z Downloaded foreign-types-macros v0.2.3
9822024-05-06T02:23:17.868Z Downloaded foreign-types v0.3.2
9832024-05-06T02:23:17.868Z Downloaded predicates-tree v1.0.9
9842024-05-06T02:23:17.868Z Downloaded predicates v3.1.0
9852024-05-06T02:23:17.868Z Downloaded ppv-lite86 v0.2.17
9862024-05-06T02:23:17.868Z Downloaded powerfmt v0.2.0
9872024-05-06T02:23:17.868Z Downloaded oso-derive v0.27.3
9882024-05-06T02:23:17.869Z Downloaded openssl-probe v0.1.5
9892024-05-06T02:23:17.869Z Downloaded elliptic-curve v0.13.8
9902024-05-06T02:23:17.869Z Downloaded dof v0.3.0
9912024-05-06T02:23:17.869Z Downloaded dof v0.1.5
9922024-05-06T02:23:17.869Z Downloaded dirs-next v2.0.0
9932024-05-06T02:23:17.869Z Downloaded digest v0.10.7
9942024-05-06T02:23:17.869Z Downloaded difflib v0.4.0
9952024-05-06T02:23:17.869Z Downloaded zone v0.1.8
9962024-05-06T02:23:17.869Z Downloaded zeroize_derive v1.4.2
9972024-05-06T02:23:17.869Z Downloaded zeroize v1.7.0
9982024-05-06T02:23:17.869Z Downloaded rustls-pemfile v2.1.2
9992024-05-06T02:23:17.894Z Downloaded rustc-demangle v0.1.23
10002024-05-06T02:23:17.894Z Downloaded expectorate v1.1.0
10012024-05-06T02:23:17.894Z Downloaded unsafe-libyaml v0.2.10
10022024-05-06T02:23:17.894Z Downloaded similar v2.4.0
10032024-05-06T02:23:17.894Z Downloaded portable-atomic v1.4.3
10042024-05-06T02:23:17.894Z Downloaded tabled v0.15.0
10052024-05-06T02:23:17.919Z Downloaded rustls-webpki v0.101.7
10062024-05-06T02:23:17.943Z Downloaded nix v0.28.0
10072024-05-06T02:23:17.968Z Downloaded lalrpop v0.19.12
10082024-05-06T02:23:17.968Z Downloaded pretty-hex v0.2.1
10092024-05-06T02:23:17.968Z Downloaded predicates-core v1.0.6
10102024-05-06T02:23:17.968Z Downloaded precomputed-hash v0.1.1
10112024-05-06T02:23:17.968Z Downloaded parse-size v1.0.0
10122024-05-06T02:23:17.969Z Downloaded structmeta v0.2.0
10132024-05-06T02:23:17.969Z Downloaded strsim v0.11.0
10142024-05-06T02:23:17.969Z Downloaded stable_deref_trait v1.2.0
10152024-05-06T02:23:17.969Z Downloaded stability v0.2.0
10162024-05-06T02:23:17.969Z Downloaded sqlparser_derive v0.2.2
10172024-05-06T02:23:17.969Z Downloaded sqlformat v0.2.3
10182024-05-06T02:23:17.994Z Downloaded spki v0.7.2
10192024-05-06T02:23:17.994Z Downloaded spin v0.9.8
10202024-05-06T02:23:17.994Z Downloaded spin v0.5.2
10212024-05-06T02:23:17.994Z Downloaded smf v0.2.3
10222024-05-06T02:23:17.994Z Downloaded flagset v0.4.3
10232024-05-06T02:23:17.994Z Downloaded fixedbitset v0.4.2
10242024-05-06T02:23:17.994Z Downloaded filetime v0.2.23
10252024-05-06T02:23:17.994Z Downloaded embedded-io v0.4.0
10262024-05-06T02:23:17.994Z Downloaded either v1.11.0
10272024-05-06T02:23:17.994Z Downloaded ed25519 v1.5.3
10282024-05-06T02:23:17.994Z Downloaded dyn-clone v1.0.17
10292024-05-06T02:23:17.994Z Downloaded display-error-chain v0.2.0
10302024-05-06T02:23:17.994Z Downloaded dirs-sys-next v0.1.2
10312024-05-06T02:23:17.994Z Downloaded zone_cfg_derive v0.1.2
10322024-05-06T02:23:17.994Z Downloaded sct v0.7.0
10332024-05-06T02:23:18.019Z Downloaded scroll v0.12.0
10342024-05-06T02:23:18.019Z Downloaded rusty-fork v0.3.0
10352024-05-06T02:23:18.019Z Downloaded rustversion v1.0.14
10362024-05-06T02:23:18.019Z Downloaded rustls-pemfile v1.0.3
10372024-05-06T02:23:18.019Z Downloaded rustfmt-wrapper v0.2.1
10382024-05-06T02:23:18.019Z Downloaded rustc_version v0.4.0
10392024-05-06T02:23:18.019Z Downloaded pest_derive v2.7.6
10402024-05-06T02:23:18.020Z Downloaded pem-rfc7468 v0.7.0
10412024-05-06T02:23:18.020Z Downloaded peg-macros v0.8.2
10422024-05-06T02:23:18.020Z Downloaded peg v0.8.2
10432024-05-06T02:23:18.047Z Downloaded password-hash v0.5.0
10442024-05-06T02:23:18.047Z Downloaded fatfs v0.3.6
10452024-05-06T02:23:18.047Z Downloaded env_logger v0.10.0
10462024-05-06T02:23:18.047Z Downloaded url v2.5.0
10472024-05-06T02:23:18.048Z Downloaded slog v2.7.0
10482024-05-06T02:23:18.048Z Downloaded signal-hook v0.3.17
10492024-05-06T02:23:18.072Z Downloaded pin-project v1.1.3
10502024-05-06T02:23:18.073Z Downloaded crypto-bigint v0.5.2
10512024-05-06T02:23:18.073Z Downloaded serde_json v1.0.116
10522024-05-06T02:23:18.097Z Downloaded dtrace-parser v0.1.14
10532024-05-06T02:23:18.097Z Downloaded downcast v0.11.0
10542024-05-06T02:23:18.098Z Downloaded serde_plain v1.0.2
10552024-05-06T02:23:18.098Z Downloaded scroll_derive v0.12.0
10562024-05-06T02:23:18.098Z Downloaded scopeguard v1.2.0
10572024-05-06T02:23:18.098Z Downloaded schemars_derive v0.8.17
10582024-05-06T02:23:18.098Z Downloaded percent-encoding v2.3.1
10592024-05-06T02:23:18.098Z Downloaded pem v3.0.4
10602024-05-06T02:23:18.098Z Downloaded paste v1.0.14
10612024-05-06T02:23:18.098Z Downloaded ff v0.13.0
10622024-05-06T02:23:18.098Z Downloaded fd-lock v4.0.2
10632024-05-06T02:23:18.098Z Downloaded fallible-iterator v0.2.0
10642024-05-06T02:23:18.123Z Downloaded errno v0.3.8
10652024-05-06T02:23:18.123Z Downloaded erased-serde v0.3.31
10662024-05-06T02:23:18.123Z Downloaded env_logger v0.9.3
10672024-05-06T02:23:18.123Z Downloaded usdt-macro v0.3.5
10682024-05-06T02:23:18.123Z Downloaded usdt-impl v0.5.0
10692024-05-06T02:23:18.123Z Downloaded usdt-impl v0.3.5
10702024-05-06T02:23:18.123Z Downloaded usdt v0.5.0
10712024-05-06T02:23:18.123Z Downloaded postgres-types v0.2.6
10722024-05-06T02:23:18.123Z Downloaded postgres-protocol v0.6.6
10732024-05-06T02:23:18.123Z Downloaded postcard v1.0.8
10742024-05-06T02:23:18.123Z Downloaded pkcs1 v0.7.5
10752024-05-06T02:23:18.123Z Downloaded pest_meta v2.7.6
10762024-05-06T02:23:18.148Z Downloaded der v0.7.8
10772024-05-06T02:23:18.148Z Downloaded subprocess v0.2.9
10782024-05-06T02:23:18.148Z Downloaded hashbrown v0.14.3
10792024-05-06T02:23:18.148Z Downloaded tough v0.17.1
10802024-05-06T02:23:18.173Z Downloaded bstr v0.2.17
10812024-05-06T02:23:18.173Z Downloaded path-slash v0.1.5
10822024-05-06T02:23:18.173Z Downloaded fastrand v2.0.1
10832024-05-06T02:23:18.173Z Downloaded enum-as-inner v0.5.1
10842024-05-06T02:23:18.173Z Downloaded ena v0.14.2
10852024-05-06T02:23:18.173Z Downloaded usdt v0.3.5
10862024-05-06T02:23:18.174Z Downloaded untrusted v0.9.0
10872024-05-06T02:23:18.174Z Downloaded untrusted v0.7.1
10882024-05-06T02:23:18.174Z Downloaded universal-hash v0.5.1
10892024-05-06T02:23:18.199Z Downloaded unicode-xid v0.2.4
10902024-05-06T02:23:18.199Z Downloaded unicode-width v0.1.11
10912024-05-06T02:23:18.199Z Downloaded slog-async v2.8.0
10922024-05-06T02:23:18.199Z Downloaded slab v0.4.9
10932024-05-06T02:23:18.199Z Downloaded siphasher v0.3.11
10942024-05-06T02:23:18.199Z Downloaded platforms v3.0.2
10952024-05-06T02:23:18.199Z Downloaded plain v0.2.3
10962024-05-06T02:23:18.199Z Downloaded pkcs8 v0.10.2
10972024-05-06T02:23:18.199Z Downloaded pin-project-lite v0.2.13
10982024-05-06T02:23:18.199Z Downloaded pin-project-internal v1.1.3
10992024-05-06T02:23:18.199Z Downloaded diff v0.1.13
11002024-05-06T02:23:18.224Z Downloaded diesel_derives v2.1.2
11012024-05-06T02:23:18.224Z Downloaded derive_more v0.99.17
11022024-05-06T02:23:18.224Z Downloaded derive-where v1.2.7
11032024-05-06T02:23:18.224Z Downloaded darling_core v0.20.8
11042024-05-06T02:23:18.224Z Downloaded trust-dns-client v0.22.0
11052024-05-06T02:23:18.249Z Downloaded serde_derive v1.0.199
11062024-05-06T02:23:18.249Z Downloaded equivalent v1.0.1
11072024-05-06T02:23:18.249Z Downloaded endian-type v0.1.2
11082024-05-06T02:23:18.249Z Downloaded usdt-attr-macro v0.5.0
11092024-05-06T02:23:18.249Z Downloaded usdt-attr-macro v0.3.5
11102024-05-06T02:23:18.249Z Downloaded signal-hook-registry v1.4.1
11112024-05-06T02:23:18.249Z Downloaded signal-hook-mio v0.2.3
11122024-05-06T02:23:18.249Z Downloaded shlex v1.3.0
11132024-05-06T02:23:18.249Z Downloaded shell-words v1.1.0
11142024-05-06T02:23:18.250Z Downloaded poly1305 v0.8.0
11152024-05-06T02:23:18.250Z Downloaded pkg-config v0.3.27
11162024-05-06T02:23:18.250Z Downloaded deranged v0.3.11
11172024-05-06T02:23:18.250Z Downloaded der_derive v0.7.2
11182024-05-06T02:23:18.250Z Downloaded trust-dns-server v0.22.1
11192024-05-06T02:23:18.275Z Downloaded trust-dns-resolver v0.22.0
11202024-05-06T02:23:18.275Z Downloaded strum_macros v0.26.1
11212024-05-06T02:23:18.275Z Downloaded half v2.3.1
11222024-05-06T02:23:18.275Z Downloaded globset v0.4.13
11232024-05-06T02:23:18.275Z Downloaded getrandom v0.2.12
11242024-05-06T02:23:18.275Z Downloaded futures v0.3.30
11252024-05-06T02:23:18.275Z Downloaded tokio-util v0.7.10
11262024-05-06T02:23:18.300Z Downloaded signature v1.6.4
11272024-05-06T02:23:18.300Z Downloaded serde_with v3.7.0
11282024-05-06T02:23:18.300Z Downloaded portpicker v0.1.1
11292024-05-06T02:23:18.301Z Downloaded pin-utils v0.1.0
11302024-05-06T02:23:18.301Z Downloaded phf_shared v0.11.2
11312024-05-06T02:23:18.301Z Downloaded phf v0.11.2
11322024-05-06T02:23:18.301Z Downloaded pest_generator v2.7.6
11332024-05-06T02:23:18.301Z Downloaded derive_builder_core v0.20.0
11342024-05-06T02:23:18.326Z Downloaded derive_builder v0.20.0
11352024-05-06T02:23:18.326Z Downloaded defmt-parser v0.3.3
11362024-05-06T02:23:18.326Z Downloaded darling v0.20.8
11372024-05-06T02:23:18.326Z Downloaded crypto-common v0.1.6
11382024-05-06T02:23:18.326Z Downloaded supports-color v3.0.0
11392024-05-06T02:23:18.327Z Downloaded subtle v2.5.0
11402024-05-06T02:23:18.327Z Downloaded snafu v0.8.2
11412024-05-06T02:23:18.356Z Downloaded hashbrown v0.13.2
11422024-05-06T02:23:18.356Z Downloaded hashbrown v0.12.3
11432024-05-06T02:23:18.356Z Downloaded group v0.13.0
11442024-05-06T02:23:18.356Z Downloaded futures-channel v0.3.30
11452024-05-06T02:23:18.356Z Downloaded toml_edit v0.22.12
11462024-05-06T02:23:18.381Z Downloaded toml_edit v0.19.15
11472024-05-06T02:23:18.407Z Downloaded tinyvec v1.6.0
11482024-05-06T02:23:18.407Z Downloaded textwrap v0.16.1
11492024-05-06T02:23:18.407Z Downloaded num-bigint-dig v0.8.4
11502024-05-06T02:23:18.407Z Downloaded diesel_table_macro_syntax v0.1.0
11512024-05-06T02:23:18.407Z Downloaded derive_builder_macro v0.20.0
11522024-05-06T02:23:18.407Z Downloaded defmt-macros v0.3.6
11532024-05-06T02:23:18.433Z Downloaded defmt v0.3.5
11542024-05-06T02:23:18.433Z Downloaded debug-ignore v1.0.5
11552024-05-06T02:23:18.433Z Downloaded data-encoding v2.4.0
11562024-05-06T02:23:18.433Z Downloaded darling_macro v0.20.8
11572024-05-06T02:23:18.433Z Downloaded curve25519-dalek-derive v0.1.0
11582024-05-06T02:23:18.433Z Downloaded csv-core v0.1.11
11592024-05-06T02:23:18.433Z Downloaded cstr-argument v0.1.2
11602024-05-06T02:23:18.433Z Downloaded crunchy v0.2.2
11612024-05-06T02:23:18.433Z Downloaded crucible-workspace-hack v0.1.0
11622024-05-06T02:23:18.434Z Downloaded serde_arrays v0.1.0
11632024-05-06T02:23:18.434Z Downloaded serde-hex v0.1.0
11642024-05-06T02:23:18.434Z Downloaded sec1 v0.7.3
11652024-05-06T02:23:18.434Z Downloaded ref-cast-impl v1.0.22
11662024-05-06T02:23:18.434Z Downloaded hash32 v0.3.1
11672024-05-06T02:23:18.434Z Downloaded hash32 v0.2.1
11682024-05-06T02:23:18.434Z Downloaded gethostname v0.4.3
11692024-05-06T02:23:18.434Z Downloaded tokio-postgres v0.7.10
11702024-05-06T02:23:18.469Z Downloaded time-macros v0.2.17
11712024-05-06T02:23:18.469Z Downloaded test-strategy v0.3.1
11722024-05-06T02:23:18.469Z Downloaded term v0.7.0
11732024-05-06T02:23:18.469Z Downloaded tar v0.4.40
11742024-05-06T02:23:18.469Z Downloaded libxml v0.3.3
11752024-05-06T02:23:18.469Z Downloaded clap_builder v4.5.2
11762024-05-06T02:23:18.495Z Downloaded socket2 v0.4.9
11772024-05-06T02:23:18.495Z Downloaded serde-big-array v0.5.1
11782024-05-06T02:23:18.495Z Downloaded serde-big-array v0.4.1
11792024-05-06T02:23:18.495Z Downloaded glob v0.3.1
11802024-05-06T02:23:18.495Z Downloaded getopts v0.2.21
11812024-05-06T02:23:18.495Z Downloaded generic-array v0.14.7
11822024-05-06T02:23:18.495Z Downloaded futures-task v0.3.30
11832024-05-06T02:23:18.496Z Downloaded futures-sink v0.3.30
11842024-05-06T02:23:18.496Z Downloaded futures-macro v0.3.30
11852024-05-06T02:23:18.496Z Downloaded futures-io v0.3.30
11862024-05-06T02:23:18.496Z Downloaded futures-executor v0.3.30
11872024-05-06T02:23:18.496Z Downloaded futures-core v0.3.30
11882024-05-06T02:23:18.496Z Downloaded funty v2.0.0
11892024-05-06T02:23:18.496Z Downloaded tracing-core v0.1.32
11902024-05-06T02:23:18.496Z Downloaded tracing v0.1.40
11912024-05-06T02:23:18.521Z Downloaded thread_local v1.1.7
11922024-05-06T02:23:18.521Z Downloaded thiserror-no-std v2.0.2
11932024-05-06T02:23:18.522Z Downloaded tempfile v3.10.1
11942024-05-06T02:23:18.522Z Downloaded steno v0.4.0
11952024-05-06T02:23:18.522Z Downloaded nom v7.1.3
11962024-05-06T02:23:18.522Z Downloaded mio v0.8.11
11972024-05-06T02:23:18.546Z Downloaded fxhash v0.2.1
11982024-05-06T02:23:18.546Z Downloaded toml v0.5.11
11992024-05-06T02:23:18.547Z Downloaded tiny-keccak v2.0.2
12002024-05-06T02:23:18.547Z Downloaded thread-id v4.2.0
12012024-05-06T02:23:18.547Z Downloaded thiserror-impl-no-std v2.0.2
12022024-05-06T02:23:18.547Z Downloaded thiserror v1.0.59
12032024-05-06T02:23:18.547Z Downloaded termios v0.3.3
12042024-05-06T02:23:18.547Z Downloaded terminal_size v0.3.0
12052024-05-06T02:23:18.547Z Downloaded serde v1.0.199
12062024-05-06T02:23:18.547Z Downloaded num-bigint v0.4.4
12072024-05-06T02:23:18.572Z Downloaded minimal-lexical v0.2.1
12082024-05-06T02:23:18.572Z Downloaded sync_wrapper v0.1.2
12092024-05-06T02:23:18.572Z Downloaded swrite v0.1.0
12102024-05-06T02:23:18.572Z Downloaded snafu-derive v0.8.2
12112024-05-06T02:23:18.572Z Downloaded serde_derive_internals v0.29.0
12122024-05-06T02:23:18.572Z Downloaded num-complex v0.4.5
12132024-05-06T02:23:18.572Z Downloaded toml v0.8.12
12142024-05-06T02:23:18.572Z Downloaded toml v0.7.8
12152024-05-06T02:23:18.598Z Downloaded tinyvec_macros v0.1.1
12162024-05-06T02:23:18.598Z Downloaded time-core v0.1.2
12172024-05-06T02:23:18.598Z Downloaded thiserror-impl v1.0.59
12182024-05-06T02:23:18.598Z Downloaded termtree v0.4.1
12192024-05-06T02:23:18.598Z Downloaded termcolor v1.2.0
12202024-05-06T02:23:18.598Z Downloaded tap v1.0.1
12212024-05-06T02:23:18.598Z Downloaded tabwriter v1.4.0
12222024-05-06T02:23:18.598Z Downloaded resolv-conf v0.7.0
12232024-05-06T02:23:18.599Z Downloaded num-integer v0.1.46
12242024-05-06T02:23:18.599Z Downloaded tracing-attributes v0.1.27
12252024-05-06T02:23:18.599Z Downloaded toml_datetime v0.6.5
12262024-05-06T02:23:18.599Z Downloaded tokio-tungstenite v0.21.0
12272024-05-06T02:23:18.599Z Downloaded tokio-tungstenite v0.20.1
12282024-05-06T02:23:18.599Z Downloaded tokio-stream v0.1.15
12292024-05-06T02:23:18.623Z Downloaded tokio-rustls v0.25.0
12302024-05-06T02:23:18.623Z Downloaded tokio-rustls v0.24.1
12312024-05-06T02:23:18.624Z Downloaded take_mut v0.2.2
12322024-05-06T02:23:18.624Z Downloaded stringprep v0.1.3
12332024-05-06T02:23:18.624Z Downloaded memchr v2.7.1
12342024-05-06T02:23:18.624Z Downloaded const_format v0.2.32
12352024-05-06T02:23:18.624Z Downloaded bitvec v1.0.1
12362024-05-06T02:23:18.648Z Downloaded num-derive v0.4.0
12372024-05-06T02:23:18.649Z Downloaded topological-sort v0.2.2
12382024-05-06T02:23:18.649Z Downloaded strsim v0.10.0
12392024-05-06T02:23:18.649Z Downloaded strip-ansi-escapes v0.2.0
12402024-05-06T02:23:18.649Z Downloaded string_cache v0.8.7
12412024-05-06T02:23:18.673Z Downloaded static_assertions v1.1.0
12422024-05-06T02:23:18.673Z Downloaded semver v1.0.22
12432024-05-06T02:23:18.674Z Downloaded secrecy v0.8.0
12442024-05-06T02:23:18.674Z Downloaded miniz_oxide v0.7.1
12452024-05-06T02:23:18.674Z Downloaded chacha20poly1305 v0.10.1
12462024-05-06T02:23:18.674Z Downloaded blake3 v1.5.0
12472024-05-06T02:23:18.674Z Downloaded tokio-native-tls v0.3.1
12482024-05-06T02:23:18.674Z Downloaded tokio-macros v2.2.0
12492024-05-06T02:23:18.674Z Downloaded smallvec v1.13.1
12502024-05-06T02:23:18.698Z Downloaded slog-term v2.9.1
12512024-05-06T02:23:18.699Z Downloaded slog-scope v4.4.0
12522024-05-06T02:23:18.699Z Downloaded serde_with_macros v3.7.0
12532024-05-06T02:23:18.699Z Downloaded semver v0.1.20
12542024-05-06T02:23:18.699Z Downloaded rustls-pki-types v1.3.0
12552024-05-06T02:23:18.699Z Downloaded nu-ansi-term v0.50.0
12562024-05-06T02:23:18.699Z Downloaded native-tls v0.2.11
12572024-05-06T02:23:18.699Z Downloaded mockall_derive v0.12.1
12582024-05-06T02:23:18.699Z Downloaded lazy_static v1.4.0
12592024-05-06T02:23:18.699Z Downloaded itertools v0.12.1
12602024-05-06T02:23:18.724Z Downloaded idna v0.5.0
12612024-05-06T02:23:18.724Z Downloaded const_format_proc_macros v0.2.32
12622024-05-06T02:23:18.724Z Downloaded const-oid v0.9.6
12632024-05-06T02:23:18.724Z Downloaded compact_str v0.7.1
12642024-05-06T02:23:18.724Z Downloaded clap_derive v4.5.4
12652024-05-06T02:23:18.724Z Downloaded clap v4.5.4
12662024-05-06T02:23:18.749Z Downloaded clang-sys v1.6.1
12672024-05-06T02:23:18.749Z Downloaded blake2 v0.10.6
12682024-05-06T02:23:18.749Z Downloaded toolchain_find v0.4.0
12692024-05-06T02:23:18.749Z Downloaded smallvec v0.6.14
12702024-05-06T02:23:18.749Z Downloaded slog-stdlog v4.1.1
12712024-05-06T02:23:18.749Z Downloaded signature v2.1.0
12722024-05-06T02:23:18.749Z Downloaded serde_urlencoded v0.7.1
12732024-05-06T02:23:18.749Z Downloaded scheduled-thread-pool v0.2.7
12742024-05-06T02:23:18.774Z Downloaded same-file v1.0.6
12752024-05-06T02:23:18.775Z Downloaded rustc_version v0.1.7
12762024-05-06T02:23:18.775Z Downloaded rustc-hash v1.1.0
12772024-05-06T02:23:18.775Z Downloaded ref-cast v1.0.22
12782024-05-06T02:23:18.775Z Downloaded num v0.4.2
12792024-05-06T02:23:18.775Z Downloaded nodrop v0.1.14
12802024-05-06T02:23:18.775Z Downloaded nanorand v0.7.0
12812024-05-06T02:23:18.775Z Downloaded multimap v0.10.0
12822024-05-06T02:23:18.775Z Downloaded multer v3.0.0
12832024-05-06T02:23:18.775Z Downloaded mime_guess v2.0.4
12842024-05-06T02:23:18.775Z Downloaded mime v0.3.17
12852024-05-06T02:23:18.775Z Downloaded log v0.4.21
12862024-05-06T02:23:18.775Z Downloaded lock_api v0.4.10
12872024-05-06T02:23:18.775Z Downloaded libm v0.2.7
12882024-05-06T02:23:18.800Z Downloaded lazycell v1.3.0
12892024-05-06T02:23:18.800Z Downloaded lalrpop-util v0.19.12
12902024-05-06T02:23:18.800Z Downloaded keccak v0.1.4
12912024-05-06T02:23:18.800Z Downloaded iana-time-zone v0.1.57
12922024-05-06T02:23:18.800Z Downloaded colored v2.1.0
12932024-05-06T02:23:18.800Z Downloaded cobs v0.2.3
12942024-05-06T02:23:18.800Z Downloaded clap_lex v0.7.0
12952024-05-06T02:23:18.800Z Downloaded async-trait v0.1.80
12962024-05-06T02:23:18.825Z Downloaded macaddr v1.0.1
12972024-05-06T02:23:18.825Z Downloaded ciborium-ll v0.2.2
12982024-05-06T02:23:18.826Z Downloaded newtype-uuid v1.1.0
12992024-05-06T02:23:18.826Z Downloaded mockall v0.12.1
13002024-05-06T02:23:18.826Z Downloaded lru-cache v0.1.2
13012024-05-06T02:23:18.826Z Downloaded lru v0.12.1
13022024-05-06T02:23:18.826Z Downloaded linked-hash-map v0.5.6
13032024-05-06T02:23:18.826Z Downloaded linear-map v1.2.0
13042024-05-06T02:23:18.826Z Downloaded libsw v3.3.1
13052024-05-06T02:23:18.826Z Downloaded libefi-sys v0.1.0
13062024-05-06T02:23:18.826Z Downloaded kstat-rs v0.2.3
13072024-05-06T02:23:18.826Z Downloaded itoa v1.0.9
13082024-05-06T02:23:18.826Z Downloaded ipnetwork v0.20.0
13092024-05-06T02:23:18.826Z Downloaded cookie v0.17.0
13102024-05-06T02:23:18.826Z Downloaded cipher v0.4.4
13112024-05-06T02:23:18.851Z Downloaded bitstruct_derive v0.1.0
13122024-05-06T02:23:18.851Z Downloaded newtype_derive v0.1.6
13132024-05-06T02:23:18.851Z Downloaded newline-converter v0.3.0
13142024-05-06T02:23:18.851Z Downloaded new_debug_unreachable v1.0.4
13152024-05-06T02:23:18.851Z Downloaded cancel-safe-futures v0.1.5
13162024-05-06T02:23:18.851Z Downloaded memmap v0.7.0
13172024-05-06T02:23:18.851Z Downloaded libloading v0.7.4
13182024-05-06T02:23:18.851Z Downloaded corncobs v0.1.3
13192024-05-06T02:23:18.851Z Downloaded cookie_store v0.20.0
13202024-05-06T02:23:18.852Z Downloaded convert_case v0.4.0
13212024-05-06T02:23:18.852Z Downloaded camino v1.1.6
13222024-05-06T02:23:18.852Z Downloaded byteorder v1.5.0
13232024-05-06T02:23:18.852Z Downloaded bitfield v0.14.0
13242024-05-06T02:23:18.852Z Downloaded ciborium-io v0.2.2
13252024-05-06T02:23:18.852Z Downloaded chacha20 v0.9.1
13262024-05-06T02:23:18.880Z Downloaded cassowary v0.3.0
13272024-05-06T02:23:18.880Z Downloaded camino-tempfile v1.1.1
13282024-05-06T02:23:18.880Z Downloaded buf-list v1.0.3
13292024-05-06T02:23:18.880Z Downloaded bitstruct v0.1.1
13302024-05-06T02:23:18.880Z Downloaded matches v0.1.10
13312024-05-06T02:23:18.880Z Downloaded match_cfg v0.1.0
13322024-05-06T02:23:18.880Z Downloaded maplit v1.0.2
13332024-05-06T02:23:18.880Z Downloaded managed v0.8.0
13342024-05-06T02:23:18.880Z Downloaded idna v0.3.0
13352024-05-06T02:23:18.880Z Downloaded ident_case v1.0.1
13362024-05-06T02:23:18.880Z Downloaded hyper-tls v0.5.0
13372024-05-06T02:23:18.880Z Downloaded crc32fast v1.3.2
13382024-05-06T02:23:18.905Z Downloaded crc-catalog v2.2.0
13392024-05-06T02:23:18.905Z Downloaded crc-any v2.4.3
13402024-05-06T02:23:18.905Z Downloaded cookie v0.18.1
13412024-05-06T02:23:18.905Z Downloaded constant_time_eq v0.3.0
13422024-05-06T02:23:18.905Z Downloaded ciborium v0.2.2
13432024-05-06T02:23:18.905Z Downloaded chrono v0.4.38
13442024-05-06T02:23:18.905Z Downloaded cfg-if v1.0.0
13452024-05-06T02:23:18.905Z Downloaded cexpr v0.6.0
13462024-05-06T02:23:18.905Z Downloaded cc v1.0.83
13472024-05-06T02:23:18.930Z Downloaded bzip2 v0.4.4
13482024-05-06T02:23:18.930Z Downloaded bytes v1.6.0
13492024-05-06T02:23:18.930Z Downloaded bytecount v0.6.3
13502024-05-06T02:23:18.931Z Downloaded block-buffer v0.10.4
13512024-05-06T02:23:18.931Z Downloaded bitflags v2.4.2
13522024-05-06T02:23:18.931Z Downloaded bitflags v1.3.2
13532024-05-06T02:23:18.931Z Downloaded bit-vec v0.6.3
13542024-05-06T02:23:18.931Z Downloaded bindgen v0.69.2
13552024-05-06T02:23:18.956Z Downloaded base64 v0.13.1
13562024-05-06T02:23:18.956Z Downloaded backtrace v0.3.69
13572024-05-06T02:23:18.956Z Downloaded autocfg v1.1.0
13582024-05-06T02:23:18.956Z Downloaded ascii v1.1.0
13592024-05-06T02:23:18.956Z Downloaded arc-swap v1.6.0
13602024-05-06T02:23:18.956Z Downloaded aho-corasick v1.1.2
13612024-05-06T02:23:18.981Z Downloaded md-5 v0.10.5
13622024-05-06T02:23:18.981Z Downloaded itertools v0.10.5
13632024-05-06T02:23:18.981Z Downloaded is_ci v1.2.0
13642024-05-06T02:23:18.981Z Downloaded is-terminal v0.4.9
13652024-05-06T02:23:18.981Z Downloaded ipnet v2.9.0
13662024-05-06T02:23:18.981Z Downloaded instant v0.1.12
13672024-05-06T02:23:18.981Z Downloaded inout v0.1.3
13682024-05-06T02:23:18.981Z Downloaded indoc v2.0.3
13692024-05-06T02:23:19.007Z Downloaded indoc v1.0.9
13702024-05-06T02:23:19.007Z Downloaded indicatif v0.17.8
13712024-05-06T02:23:19.007Z Downloaded indexmap v2.2.6
13722024-05-06T02:23:19.007Z Downloaded indexmap v1.9.3
13732024-05-06T02:23:19.007Z Downloaded impl-trait-for-tuples v0.2.2
13742024-05-06T02:23:19.007Z Downloaded idna v0.2.3
13752024-05-06T02:23:19.032Z Downloaded hyper-rustls v0.24.2
13762024-05-06T02:23:19.032Z Downloaded humantime v2.1.0
13772024-05-06T02:23:19.032Z Downloaded http-body v0.4.5
13782024-05-06T02:23:19.032Z Downloaded http v0.2.12
13792024-05-06T02:23:19.033Z Downloaded hostname v0.3.1
13802024-05-06T02:23:19.033Z Downloaded home v0.5.5
13812024-05-06T02:23:19.033Z Downloaded hkdf v0.12.4
13822024-05-06T02:23:19.033Z Downloaded highway v1.1.0
13832024-05-06T02:23:19.058Z Downloaded crossbeam-epoch v0.9.18
13842024-05-06T02:23:19.058Z Downloaded crossbeam-deque v0.8.3
13852024-05-06T02:23:19.058Z Downloaded crossbeam-channel v0.5.8
13862024-05-06T02:23:19.058Z Downloaded crc v3.0.1
13872024-05-06T02:23:19.058Z Downloaded cpufeatures v0.2.12
13882024-05-06T02:23:19.058Z Downloaded cfg_aliases v0.1.1
13892024-05-06T02:23:19.058Z Downloaded castaway v0.2.2
13902024-05-06T02:23:19.058Z Downloaded block-padding v0.3.3
13912024-05-06T02:23:19.058Z Downloaded bit-set v0.5.3
13922024-05-06T02:23:19.058Z Downloaded bcs v0.1.6
13932024-05-06T02:23:19.058Z Downloaded bb8 v0.8.3
13942024-05-06T02:23:19.058Z Downloaded base64ct v1.6.0
13952024-05-06T02:23:19.083Z Downloaded base64 v0.22.0
13962024-05-06T02:23:19.083Z Downloaded base64 v0.21.7
13972024-05-06T02:23:19.083Z Downloaded atomic-waker v1.1.1
13982024-05-06T02:23:19.083Z Downloaded async-stream-impl v0.3.5
13992024-05-06T02:23:19.083Z Downloaded async-stream v0.3.5
14002024-05-06T02:23:19.083Z Downloaded async-recursion v1.1.0
14012024-05-06T02:23:19.083Z Downloaded assert_matches v1.5.0
14022024-05-06T02:23:19.083Z Downloaded arrayref v0.3.7
14032024-05-06T02:23:19.083Z Downloaded argon2 v0.5.3
14042024-05-06T02:23:19.108Z Downloaded anstyle-query v1.0.0
14052024-05-06T02:23:19.109Z Downloaded aead v0.5.2
14062024-05-06T02:23:19.109Z Downloaded adler v1.0.2
14072024-05-06T02:23:19.109Z Downloaded base16ct v0.2.0
14082024-05-06T02:23:19.109Z Downloaded backoff v0.4.0
14092024-05-06T02:23:19.109Z Downloaded atomicwrites v0.4.3
14102024-05-06T02:23:19.109Z Downloaded array-init v0.0.4
14112024-05-06T02:23:19.109Z Downloaded ahash v0.8.8
14122024-05-06T02:23:19.109Z Downloaded http v1.0.0
14132024-05-06T02:23:19.109Z Downloaded hmac v0.12.1
14142024-05-06T02:23:19.109Z Downloaded heck v0.5.0
14152024-05-06T02:23:19.109Z Downloaded addr2line v0.21.0
14162024-05-06T02:23:19.133Z Downloaded http-range v0.1.5
14172024-05-06T02:23:19.134Z Downloaded anstyle v1.0.6
14182024-05-06T02:23:19.134Z Downloaded ascii-canvas v3.0.0
14192024-05-06T02:23:19.134Z Downloaded anstream v0.6.11
14202024-05-06T02:23:19.134Z Downloaded atty v0.2.14
14212024-05-06T02:23:19.134Z Downloaded arrayvec v0.7.4
14222024-05-06T02:23:19.134Z Downloaded anyhow v1.0.82
14232024-05-06T02:23:19.134Z Downloaded heapless v0.8.0
14242024-05-06T02:23:19.134Z Downloaded allocator-api2 v0.2.16
14252024-05-06T02:23:19.161Z Downloaded crossbeam-utils v0.8.19
14262024-05-06T02:23:19.161Z Downloaded headers v0.3.9
14272024-05-06T02:23:19.457Z Compiling proc-macro2 v1.0.81
14282024-05-06T02:23:19.458Z Compiling unicode-ident v1.0.12
14292024-05-06T02:23:19.482Z Compiling libc v0.2.153
14302024-05-06T02:23:19.482Z Compiling serde v1.0.199
14312024-05-06T02:23:19.482Z Compiling version_check v0.9.4
14322024-05-06T02:23:19.482Z Compiling autocfg v1.1.0
14332024-05-06T02:23:19.482Z Compiling cfg-if v1.0.0
14342024-05-06T02:23:19.737Z Compiling once_cell v1.19.0
14352024-05-06T02:23:19.767Z Compiling byteorder v1.5.0
14362024-05-06T02:23:19.794Z Compiling memchr v2.7.1
14372024-05-06T02:23:20.114Z Compiling serde_json v1.0.116
14382024-05-06T02:23:20.177Z Compiling ahash v0.8.8
14392024-05-06T02:23:20.243Z Compiling lock_api v0.4.10
14402024-05-06T02:23:20.289Z Compiling parking_lot_core v0.9.8
14412024-05-06T02:23:20.462Z Compiling libm v0.2.7
14422024-05-06T02:23:20.569Z Compiling thiserror v1.0.59
14432024-05-06T02:23:20.605Z Compiling num-traits v0.2.18
14442024-05-06T02:23:20.897Z Compiling itoa v1.0.9
14452024-05-06T02:23:21.193Z Compiling typenum v1.16.0
14462024-05-06T02:23:21.389Z Compiling quote v1.0.36
14472024-05-06T02:23:21.507Z Compiling generic-array v0.14.7
14482024-05-06T02:23:21.634Z Compiling cc v1.0.83
14492024-05-06T02:23:21.756Z Compiling syn v2.0.60
14502024-05-06T02:23:21.844Z Compiling getrandom v0.2.12
14512024-05-06T02:23:21.997Z Compiling allocator-api2 v0.2.16
14522024-05-06T02:23:22.129Z Compiling syn v1.0.109
14532024-05-06T02:23:22.252Z Compiling log v0.4.21
14542024-05-06T02:23:22.281Z Compiling pkg-config v0.3.27
14552024-05-06T02:23:22.665Z Compiling slab v0.4.9
14562024-05-06T02:23:22.735Z Compiling scopeguard v1.2.0
14572024-05-06T02:23:22.934Z Compiling ryu v1.0.15
14582024-05-06T02:23:23.219Z Compiling equivalent v1.0.1
14592024-05-06T02:23:23.274Z Compiling vcpkg v0.2.15
14602024-05-06T02:23:23.313Z Compiling schemars v0.8.17
14612024-05-06T02:23:23.591Z Compiling ring v0.17.8
14622024-05-06T02:23:23.776Z Compiling fnv v1.0.7
14632024-05-06T02:23:23.837Z Compiling pin-project-lite v0.2.13
14642024-05-06T02:23:23.967Z Compiling smallvec v1.13.1
14652024-05-06T02:23:24.325Z Compiling num-conv v0.1.0
14662024-05-06T02:23:24.420Z Compiling time-core v0.1.2
14672024-05-06T02:23:24.606Z Compiling ring v0.16.20
14682024-05-06T02:23:24.630Z Compiling time-macros v0.2.17
14692024-05-06T02:23:24.657Z Compiling openssl-sys v0.9.102
14702024-05-06T02:23:25.217Z Compiling parking_lot v0.12.1
14712024-05-06T02:23:25.361Z Compiling httparse v1.8.0
14722024-05-06T02:23:26.150Z Compiling rustix v0.38.31
14732024-05-06T02:23:26.217Z Compiling crossbeam-utils v0.8.19
14742024-05-06T02:23:26.655Z Compiling signal-hook-registry v1.4.1
14752024-05-06T02:23:26.680Z Compiling openssl v0.10.64
14762024-05-06T02:23:26.971Z Compiling mio v0.8.11
14772024-05-06T02:23:27.310Z Compiling semver v1.0.22
14782024-05-06T02:23:27.565Z Compiling serde_derive_internals v0.29.0
14792024-05-06T02:23:27.733Z Compiling rand_core v0.6.4
14802024-05-06T02:23:27.977Z Compiling rustls v0.21.9
14812024-05-06T02:23:28.096Z Compiling tinyvec_macros v0.1.1
14822024-05-06T02:23:28.190Z Compiling futures-core v0.3.30
14832024-05-06T02:23:28.259Z Compiling iana-time-zone v0.1.57
14842024-05-06T02:23:28.430Z Compiling native-tls v0.2.11
14852024-05-06T02:23:28.563Z Compiling tinyvec v1.6.0
14862024-05-06T02:23:28.606Z Compiling num_cpus v1.16.0
14872024-05-06T02:23:28.654Z Compiling socket2 v0.5.6
14882024-05-06T02:23:29.218Z Compiling cookie v0.17.0
14892024-05-06T02:23:29.477Z Compiling futures-sink v0.3.30
14902024-05-06T02:23:29.501Z Compiling unicode-bidi v0.3.15
14912024-05-06T02:23:29.769Z Compiling unicode-normalization v0.1.22
14922024-05-06T02:23:29.802Z Compiling ucd-trie v0.1.6
14932024-05-06T02:23:30.207Z Compiling spin v0.5.2
14942024-05-06T02:23:30.238Z Compiling futures-channel v0.3.30
14952024-05-06T02:23:30.352Z Compiling backtrace v0.3.69
14962024-05-06T02:23:30.507Z Compiling aho-corasick v1.1.2
14972024-05-06T02:23:30.561Z Compiling regex-syntax v0.8.2
14982024-05-06T02:23:30.588Z Compiling heck v0.5.0
14992024-05-06T02:23:30.588Z Compiling slog v2.7.0
15002024-05-06T02:23:30.624Z Compiling futures-task v0.3.30
15012024-05-06T02:23:30.719Z Compiling dyn-clone v1.0.17
15022024-05-06T02:23:30.896Z Compiling futures-io v0.3.30
15032024-05-06T02:23:30.921Z Compiling pin-utils v0.1.0
15042024-05-06T02:23:31.017Z Compiling spin v0.9.8
15052024-05-06T02:23:31.113Z Compiling tracing-core v0.1.32
15062024-05-06T02:23:31.709Z Compiling subtle v2.5.0
15072024-05-06T02:23:31.933Z Compiling serde_derive v1.0.199
15082024-05-06T02:23:31.961Z Compiling zerocopy-derive v0.7.32
15092024-05-06T02:23:32.034Z Compiling thiserror-impl v1.0.59
15102024-05-06T02:23:32.136Z Compiling zeroize_derive v1.4.2
15112024-05-06T02:23:32.167Z Compiling tokio-macros v2.2.0
15122024-05-06T02:23:32.913Z Compiling futures-macro v0.3.30
15132024-05-06T02:23:33.288Z Compiling tracing-attributes v0.1.27
15142024-05-06T02:23:33.316Z Compiling schemars_derive v0.8.17
15152024-05-06T02:23:33.564Z Compiling zerocopy v0.7.32
15162024-05-06T02:23:34.309Z Compiling zeroize v1.7.0
15172024-05-06T02:23:34.633Z Compiling openssl-macros v0.1.1
15182024-05-06T02:23:35.109Z Compiling pest v2.7.6
15192024-05-06T02:23:35.215Z Compiling futures-util v0.3.30
15202024-05-06T02:23:35.333Z Compiling hashbrown v0.14.3
15212024-05-06T02:23:35.807Z Compiling regex-automata v0.4.5
15222024-05-06T02:23:36.031Z Compiling tracing v0.1.40
15232024-05-06T02:23:36.446Z Compiling anyhow v1.0.82
15242024-05-06T02:23:36.782Z Compiling unicode-xid v0.2.4
15252024-05-06T02:23:36.883Z Compiling percent-encoding v2.3.1
15262024-05-06T02:23:36.930Z Compiling pest_meta v2.7.6
15272024-05-06T02:23:37.151Z Compiling const-oid v0.9.6
15282024-05-06T02:23:37.176Z Compiling winnow v0.5.15
15292024-05-06T02:23:37.294Z Compiling synstructure v0.12.6
15302024-05-06T02:23:38.464Z Compiling pest_generator v2.7.6
15312024-05-06T02:23:40.055Z Compiling pest_derive v2.7.6
15322024-05-06T02:23:40.090Z Compiling regex v1.10.4
15332024-05-06T02:23:40.221Z Compiling heck v0.4.1
15342024-05-06T02:23:40.692Z Compiling crc32fast v1.3.2
15352024-05-06T02:23:41.095Z Compiling zerocopy-derive v0.2.0
15362024-05-06T02:23:41.965Z Compiling bytes v1.6.0
15372024-05-06T02:23:42.231Z Compiling indexmap v2.2.6
15382024-05-06T02:23:42.776Z Compiling bitflags v2.4.2
15392024-05-06T02:23:42.918Z Compiling chrono v0.4.38
15402024-05-06T02:23:43.106Z Compiling uuid v1.8.0
15412024-05-06T02:23:43.666Z Compiling tokio v1.37.0
15422024-05-06T02:23:43.694Z Compiling serde_spanned v0.6.5
15432024-05-06T02:23:43.874Z Compiling toml_datetime v0.6.5
15442024-05-06T02:23:44.659Z Compiling http v0.2.12
15452024-05-06T02:23:46.500Z Compiling toml_edit v0.19.15
15462024-05-06T02:23:47.346Z Compiling untrusted v0.9.0
15472024-05-06T02:23:47.564Z Compiling untrusted v0.7.1
15482024-05-06T02:23:47.937Z Compiling foreign-types-shared v0.1.1
15492024-05-06T02:23:48.036Z Compiling powerfmt v0.2.0
15502024-05-06T02:23:48.068Z Compiling foreign-types v0.3.2
15512024-05-06T02:23:48.357Z Compiling deranged v0.3.11
15522024-05-06T02:23:50.196Z Compiling tokio-util v0.7.10
15532024-05-06T02:23:51.915Z Compiling form_urlencoded v1.2.1
15542024-05-06T02:23:52.038Z Compiling crypto-common v0.1.6
15552024-05-06T02:23:52.064Z Compiling der_derive v0.7.2
15562024-05-06T02:23:52.379Z Compiling errno v0.3.8
15572024-05-06T02:23:52.688Z Compiling try-lock v0.2.4
15582024-05-06T02:23:52.801Z Compiling base64 v0.21.7
15592024-05-06T02:23:52.826Z Compiling num_threads v0.1.6
15602024-05-06T02:23:52.943Z Compiling time v0.3.34
15612024-05-06T02:23:53.361Z Compiling want v0.3.1
15622024-05-06T02:23:54.296Z Compiling rustls-webpki v0.101.7
15632024-05-06T02:23:54.428Z Compiling h2 v0.3.26
15642024-05-06T02:23:54.464Z Compiling sct v0.7.0
15652024-05-06T02:23:54.694Z Compiling http-body v0.4.5
15662024-05-06T02:23:55.014Z Compiling rustc_version v0.4.0
15672024-05-06T02:23:55.555Z Compiling block-buffer v0.10.4
15682024-05-06T02:23:55.665Z Compiling async-trait v0.1.80
15692024-05-06T02:23:55.835Z Compiling idna v0.5.0
15702024-05-06T02:23:56.185Z Compiling socket2 v0.4.9
15712024-05-06T02:23:56.728Z Compiling usdt-impl v0.3.5
15722024-05-06T02:23:56.815Z Compiling httpdate v1.0.3
15732024-05-06T02:23:57.011Z Compiling tower-service v0.3.2
15742024-05-06T02:23:57.141Z Compiling unicode-width v0.1.11
15752024-05-06T02:23:57.166Z Compiling rustversion v1.0.14
15762024-05-06T02:23:57.307Z Compiling openssl-probe v0.1.5
15772024-05-06T02:23:57.609Z Compiling url v2.5.0
15782024-05-06T02:23:58.930Z Compiling digest v0.10.7
15792024-05-06T02:23:59.240Z Compiling heapless v0.7.16
15802024-05-06T02:23:59.285Z Compiling scroll_derive v0.12.0
15812024-05-06T02:23:59.617Z Compiling idna v0.3.0
15822024-05-06T02:23:59.851Z Compiling hyper v0.14.28
15832024-05-06T02:24:00.486Z Compiling bzip2-sys v0.1.11+1.0.8
15842024-05-06T02:24:00.894Z Compiling adler v1.0.2
15852024-05-06T02:24:01.075Z Compiling ppv-lite86 v0.2.17
15862024-05-06T02:24:01.103Z Compiling signal-hook v0.3.17
15872024-05-06T02:24:01.665Z Compiling psl-types v2.0.11
15882024-05-06T02:24:01.844Z Compiling publicsuffix v2.2.3
15892024-05-06T02:24:02.248Z Compiling tokio-rustls v0.24.1
15902024-05-06T02:24:02.273Z Compiling rand_chacha v0.3.1
15912024-05-06T02:24:02.590Z Compiling miniz_oxide v0.7.1
15922024-05-06T02:24:03.615Z Compiling tokio-native-tls v0.3.1
15932024-05-06T02:24:03.783Z Compiling crossbeam-epoch v0.9.18
15942024-05-06T02:24:04.382Z Compiling openapiv3 v2.0.0
15952024-05-06T02:24:04.964Z Compiling zerocopy v0.3.0
15962024-05-06T02:24:05.565Z Compiling thread-id v4.2.0
15972024-05-06T02:24:05.591Z Compiling ipnet v2.9.0
15982024-05-06T02:24:05.674Z Compiling dof v0.1.5
15992024-05-06T02:24:06.300Z Compiling hyper-rustls v0.24.2
16002024-05-06T02:24:06.447Z Compiling hyper-tls v0.5.0
16012024-05-06T02:24:06.496Z Compiling cookie_store v0.20.0
16022024-05-06T02:24:06.745Z Compiling rand v0.8.5
16032024-05-06T02:24:07.042Z Compiling rustls-pemfile v1.0.3
16042024-05-06T02:24:07.319Z Compiling serde_urlencoded v0.7.1
16052024-05-06T02:24:07.550Z Compiling serde_tokenstream v0.2.0
16062024-05-06T02:24:07.836Z Compiling dtrace-parser v0.1.14
16072024-05-06T02:24:08.018Z Compiling num-bigint v0.4.4
16082024-05-06T02:24:08.046Z Compiling encoding_rs v0.8.33
16092024-05-06T02:24:08.091Z Compiling either v1.11.0
16102024-05-06T02:24:08.116Z Compiling sync_wrapper v0.1.2
16112024-05-06T02:24:08.237Z Compiling webpki-roots v0.25.2
16122024-05-06T02:24:08.376Z Compiling rayon-core v1.12.1
16132024-05-06T02:24:08.405Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16142024-05-06T02:24:08.622Z Compiling base64ct v1.6.0
16152024-05-06T02:24:08.688Z Compiling gimli v0.28.0
16162024-05-06T02:24:08.949Z Compiling smoltcp v0.9.1
16172024-05-06T02:24:09.089Z Compiling mime v0.3.17
16182024-05-06T02:24:09.116Z Compiling pem-rfc7468 v0.7.0
16192024-05-06T02:24:09.879Z Compiling reqwest v0.11.27
16202024-05-06T02:24:10.650Z Compiling hmac v0.12.1
16212024-05-06T02:24:10.775Z Compiling serde_tokenstream v0.1.7
16222024-05-06T02:24:10.875Z Compiling regress v0.9.1
16232024-05-06T02:24:11.289Z Compiling object v0.32.1
16242024-05-06T02:24:11.591Z Compiling camino v1.1.6
16252024-05-06T02:24:12.018Z Compiling addr2line v0.21.0
16262024-05-06T02:24:12.048Z Compiling winnow v0.6.1
16272024-05-06T02:24:12.337Z Compiling siphasher v0.3.11
16282024-05-06T02:24:12.805Z Compiling rustc-demangle v0.1.23
16292024-05-06T02:24:12.901Z Compiling flagset v0.4.3
16302024-05-06T02:24:13.068Z Compiling der v0.7.8
16312024-05-06T02:24:13.575Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16322024-05-06T02:24:14.422Z Compiling flate2 v1.0.28
16332024-05-06T02:24:14.807Z Compiling toml_edit v0.22.12
16342024-05-06T02:24:17.079Z Compiling futures-executor v0.3.30
16352024-05-06T02:24:17.642Z Compiling hubpack_derive v0.1.1
16362024-05-06T02:24:17.713Z Compiling zerocopy-derive v0.6.6
16372024-05-06T02:24:18.445Z Compiling lazy_static v1.4.0
16382024-05-06T02:24:18.557Z Compiling usdt-impl v0.5.0
16392024-05-06T02:24:18.598Z Compiling stable_deref_trait v1.2.0
16402024-05-06T02:24:18.845Z Compiling cpufeatures v0.2.12
16412024-05-06T02:24:19.642Z Compiling utf8parse v0.2.1
16422024-05-06T02:24:19.780Z Compiling anstyle v1.0.6
16432024-05-06T02:24:19.930Z Compiling anstyle-parse v0.2.1
16442024-05-06T02:24:20.152Z Compiling sha2 v0.10.8
16452024-05-06T02:24:21.123Z Compiling futures v0.3.30
16462024-05-06T02:24:21.336Z Compiling spki v0.7.2
16472024-05-06T02:24:21.438Z Compiling usdt-macro v0.3.5
16482024-05-06T02:24:21.653Z Compiling usdt-attr-macro v0.3.5
16492024-05-06T02:24:22.286Z Compiling scroll v0.12.0
16502024-05-06T02:24:22.338Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16512024-05-06T02:24:22.799Z Compiling md-5 v0.10.5
16522024-05-06T02:24:23.032Z Compiling toml v0.7.8
16532024-05-06T02:24:23.749Z Compiling hex v0.4.3
16542024-05-06T02:24:24.280Z Compiling stringprep v0.1.3
16552024-05-06T02:24:24.335Z Compiling diesel_table_macro_syntax v0.1.0
16562024-05-06T02:24:24.659Z Compiling num-integer v0.1.46
16572024-05-06T02:24:25.777Z Compiling hash32 v0.2.1
16582024-05-06T02:24:25.901Z Compiling fallible-iterator v0.2.0
16592024-05-06T02:24:26.552Z Compiling colorchoice v1.0.0
16602024-05-06T02:24:26.712Z Compiling plain v0.2.3
16612024-05-06T02:24:26.873Z Compiling anstyle-query v1.0.0
16622024-05-06T02:24:27.012Z Compiling anstream v0.6.11
16632024-05-06T02:24:27.581Z Compiling goblin v0.8.0
16642024-05-06T02:24:33.303Z Compiling postgres-protocol v0.6.6
16652024-05-06T02:24:34.260Z Compiling diesel_derives v2.1.2
16662024-05-06T02:24:37.642Z Compiling pkcs8 v0.10.2
16672024-05-06T02:24:38.306Z Compiling phf_shared v0.11.2
16682024-05-06T02:24:39.010Z Compiling strum_macros v0.25.2
16692024-05-06T02:24:39.511Z Compiling terminal_size v0.3.0
16702024-05-06T02:24:39.690Z Compiling enum-as-inner v0.5.1
16712024-05-06T02:24:39.943Z Compiling block-padding v0.3.3
16722024-05-06T02:24:40.044Z Compiling clap_derive v4.5.4
16732024-05-06T02:24:40.146Z Compiling serde_repr v0.1.16
16742024-05-06T02:24:40.453Z Compiling ff v0.13.0
16752024-05-06T02:24:40.720Z Compiling scheduled-thread-pool v0.2.7
16762024-05-06T02:24:41.122Z Compiling regex-automata v0.1.10
16772024-05-06T02:24:41.509Z Compiling clap_lex v0.7.0
16782024-05-06T02:24:41.868Z Compiling pretty-hex v0.4.1
16792024-05-06T02:24:42.039Z Compiling managed v0.8.0
16802024-05-06T02:24:42.229Z Compiling matches v0.1.10
16812024-05-06T02:24:42.319Z Compiling bit-vec v0.6.3
16822024-05-06T02:24:42.450Z Compiling strsim v0.11.0
16832024-05-06T02:24:42.936Z Compiling bitflags v1.3.2
16842024-05-06T02:24:43.031Z Compiling base16ct v0.2.0
16852024-05-06T02:24:43.219Z Compiling sec1 v0.7.3
16862024-05-06T02:24:43.676Z Compiling clap_builder v4.5.2
16872024-05-06T02:24:43.778Z Compiling idna v0.2.3
16882024-05-06T02:24:44.052Z Compiling dof v0.3.0
16892024-05-06T02:24:44.867Z Compiling bstr v0.2.17
16902024-05-06T02:24:44.930Z Compiling r2d2 v0.8.10
16912024-05-06T02:24:45.506Z Compiling group v0.13.0
16922024-05-06T02:24:45.794Z Compiling inout v0.1.3
16932024-05-06T02:24:47.344Z Compiling phf v0.11.2
16942024-05-06T02:24:47.609Z Compiling signal-hook-mio v0.2.3
16952024-05-06T02:24:47.634Z Compiling bzip2 v0.4.4
16962024-05-06T02:24:47.738Z Compiling postgres-types v0.2.6
16972024-05-06T02:24:47.958Z Compiling zerocopy v0.6.6
16982024-05-06T02:24:48.163Z Compiling hubpack v0.1.2
16992024-05-06T02:24:48.520Z Compiling phf_shared v0.10.0
17002024-05-06T02:24:48.661Z Compiling hkdf v0.12.4
17012024-05-06T02:24:48.876Z Compiling ipnetwork v0.20.0
17022024-05-06T02:24:49.495Z Compiling dtrace-parser v0.2.0
17032024-05-06T02:24:49.727Z Compiling crypto-bigint v0.5.2
17042024-05-06T02:24:49.918Z Compiling float-cmp v0.9.0
17052024-05-06T02:24:50.011Z Compiling blake3 v1.5.0
17062024-05-06T02:24:50.115Z Compiling strsim v0.10.0
17072024-05-06T02:24:50.647Z Compiling static_assertions v1.1.0
17082024-05-06T02:24:50.765Z Compiling fixedbitset v0.4.2
17092024-05-06T02:24:50.790Z Compiling unicode-segmentation v1.10.1
17102024-05-06T02:24:50.914Z Compiling whoami v1.5.1
17112024-05-06T02:24:51.092Z Compiling minimal-lexical v0.2.1
17122024-05-06T02:24:51.357Z Compiling new_debug_unreachable v1.0.4
17132024-05-06T02:24:51.391Z Compiling precomputed-hash v0.1.1
17142024-05-06T02:24:51.435Z Compiling predicates-core v1.0.6
17152024-05-06T02:24:51.459Z Compiling normalize-line-endings v0.3.0
17162024-05-06T02:24:51.512Z Compiling ident_case v1.0.1
17172024-05-06T02:24:51.578Z Compiling data-encoding v2.4.0
17182024-05-06T02:24:51.603Z Compiling difflib v0.4.0
17192024-05-06T02:24:51.681Z Compiling darling_core v0.20.8
17202024-05-06T02:24:51.706Z Compiling string_cache v0.8.7
17212024-05-06T02:24:52.042Z Compiling trust-dns-proto v0.22.0
17222024-05-06T02:24:52.606Z Compiling predicates v3.1.0
17232024-05-06T02:24:52.907Z Compiling nom v7.1.3
17242024-05-06T02:24:53.015Z Compiling similar v2.4.0
17252024-05-06T02:24:53.795Z Compiling tokio-postgres v0.7.10
17262024-05-06T02:24:54.587Z Compiling elliptic-curve v0.13.8
17272024-05-06T02:24:55.144Z Compiling petgraph v0.6.4
17282024-05-06T02:24:55.688Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17292024-05-06T02:24:57.294Z Compiling diesel v2.1.6
17302024-05-06T02:24:57.834Z Compiling yasna v0.5.2
17312024-05-06T02:24:58.068Z Compiling zip v0.6.6
17322024-05-06T02:24:58.178Z Compiling crossterm v0.27.0
17332024-05-06T02:24:58.487Z Compiling clap v4.5.4
17342024-05-06T02:24:58.594Z Compiling cipher v0.4.4
17352024-05-06T02:24:59.083Z Compiling bit-set v0.5.3
17362024-05-06T02:24:59.344Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
17372024-05-06T02:24:59.475Z Compiling num-iter v0.1.44
17382024-05-06T02:24:59.631Z Compiling usdt v0.3.5
17392024-05-06T02:24:59.848Z Compiling console v0.15.8
17402024-05-06T02:25:00.835Z Compiling itertools v0.10.5
17412024-05-06T02:25:00.876Z Compiling getopts v0.2.21
17422024-05-06T02:25:01.564Z Compiling tokio-stream v0.1.15
17432024-05-06T02:25:01.590Z Compiling bstr v1.9.0
17442024-05-06T02:25:02.322Z Compiling peg-runtime v0.8.2
17452024-05-06T02:25:02.918Z Compiling unsafe-libyaml v0.2.10
17462024-05-06T02:25:02.993Z Compiling lalrpop-util v0.19.12
17472024-05-06T02:25:03.042Z Compiling base64 v0.22.0
17482024-05-06T02:25:03.589Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17492024-05-06T02:25:04.092Z Compiling serde_yaml v0.9.25
17502024-05-06T02:25:04.229Z Compiling darling_macro v0.20.8
17512024-05-06T02:25:05.047Z Compiling crossbeam-deque v0.8.3
17522024-05-06T02:25:08.191Z Compiling fastrand v2.0.1
17532024-05-06T02:25:08.833Z Compiling same-file v1.0.6
17542024-05-06T02:25:09.055Z Compiling walkdir v2.5.0
17552024-05-06T02:25:09.313Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17562024-05-06T02:25:09.682Z Compiling tempfile v3.10.1
17572024-05-06T02:25:11.056Z Compiling darling v0.20.8
17582024-05-06T02:25:15.263Z Compiling proc-macro-crate v1.3.1
17592024-05-06T02:25:17.192Z Compiling heapless v0.8.0
17602024-05-06T02:25:25.093Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17612024-05-06T02:25:26.514Z Compiling num_enum_derive v0.5.11
17622024-05-06T02:25:31.417Z Compiling rayon v1.10.0
17632024-05-06T02:25:35.792Z Compiling xattr v1.0.1
17642024-05-06T02:25:35.891Z Compiling memmap2 v0.7.1
17652024-05-06T02:25:36.015Z Compiling filetime v0.2.23
17662024-05-06T02:25:36.221Z Compiling hash32 v0.3.1
17672024-05-06T02:25:36.266Z Compiling home v0.5.5
17682024-05-06T02:25:37.050Z Compiling arrayref v0.3.7
17692024-05-06T02:25:37.230Z Compiling arrayvec v0.7.4
17702024-05-06T02:25:37.585Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17712024-05-06T02:25:37.610Z Compiling smoltcp v0.11.0
17722024-05-06T02:25:37.862Z Compiling constant_time_eq v0.3.0
17732024-05-06T02:25:37.998Z Compiling rustls-pki-types v1.3.0
17742024-05-06T02:25:41.838Z Compiling toolchain_find v0.4.0
17752024-05-06T02:25:43.231Z Compiling tar v0.4.40
17762024-05-06T02:25:45.302Z Compiling camino-tempfile v1.1.1
17772024-05-06T02:25:45.651Z Compiling num_enum v0.5.11
17782024-05-06T02:25:51.041Z Compiling toml v0.8.12
17792024-05-06T02:25:51.089Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17802024-05-06T02:25:51.453Z Compiling dirs-sys-next v0.1.2
17812024-05-06T02:25:51.499Z Compiling proc-macro-error-attr v1.0.4
17822024-05-06T02:25:51.870Z Compiling embedded-io v0.4.0
17832024-05-06T02:25:52.284Z Compiling paste v1.0.14
17842024-05-06T02:25:52.309Z Compiling cobs v0.2.3
17852024-05-06T02:25:52.397Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17862024-05-06T02:25:52.677Z Compiling topological-sort v0.2.2
17872024-05-06T02:25:52.677Z Compiling rustls v0.22.4
17882024-05-06T02:25:57.819Z Compiling omicron-zone-package v0.11.0
17892024-05-06T02:25:59.621Z Compiling postcard v1.0.8
17902024-05-06T02:26:01.777Z Compiling rustfmt-wrapper v0.2.1
17912024-05-06T02:26:02.084Z Compiling dirs-next v2.0.0
17922024-05-06T02:26:02.235Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17932024-05-06T02:26:05.451Z Compiling rustls-webpki v0.102.1
17942024-05-06T02:26:10.417Z Compiling strum_macros v0.26.1
17952024-05-06T02:26:10.746Z Compiling foreign-types-macros v0.2.3
17962024-05-06T02:26:11.003Z Compiling structmeta-derive v0.3.0
17972024-05-06T02:26:11.414Z Compiling thread_local v1.1.7
17982024-05-06T02:26:11.685Z Compiling multer v3.0.0
17992024-05-06T02:26:11.716Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18002024-05-06T02:26:11.944Z Compiling proc-macro-error v1.0.4
18012024-05-06T02:26:12.216Z Compiling match_cfg v0.1.0
18022024-05-06T02:26:12.310Z Compiling slog-async v2.8.0
18032024-05-06T02:26:12.470Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18042024-05-06T02:26:12.700Z Compiling foreign-types-shared v0.3.1
18052024-05-06T02:26:12.725Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18062024-05-06T02:26:12.821Z Compiling foreign-types v0.5.0
18072024-05-06T02:26:12.875Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18082024-05-06T02:26:12.930Z Compiling hostname v0.3.1
18092024-05-06T02:26:13.115Z Compiling structmeta v0.3.0
18102024-05-06T02:26:13.439Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18112024-05-06T02:26:14.019Z Compiling strum v0.26.2
18122024-05-06T02:26:14.187Z Compiling term v0.7.0
18132024-05-06T02:26:16.384Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18142024-05-06T02:26:16.505Z Compiling slog-json v2.6.1
18152024-05-06T02:26:16.928Z Compiling is-terminal v0.4.9
18162024-05-06T02:26:17.053Z Compiling tabwriter v1.4.0
18172024-05-06T02:26:17.194Z Compiling crossbeam-channel v0.5.8
18182024-05-06T02:26:17.701Z Compiling http v1.0.0
18192024-05-06T02:26:18.079Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18202024-05-06T02:26:18.543Z Compiling async-stream-impl v0.3.5
18212024-05-06T02:26:18.714Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18222024-05-06T02:26:19.408Z Compiling cstr-argument v0.1.2
18232024-05-06T02:26:19.594Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18242024-05-06T02:26:19.850Z Compiling take_mut v0.2.2
18252024-05-06T02:26:19.999Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18262024-05-06T02:26:20.250Z Compiling crucible-workspace-hack v0.1.0
18272024-05-06T02:26:20.278Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18282024-05-06T02:26:20.503Z Compiling pretty-hex v0.2.1
18292024-05-06T02:26:20.533Z Compiling atomic-waker v1.1.1
18302024-05-06T02:26:20.702Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18312024-05-06T02:26:20.727Z Compiling waitgroup v0.1.2
18322024-05-06T02:26:21.678Z Compiling async-stream v0.3.5
18332024-05-06T02:26:21.959Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18342024-05-06T02:26:22.990Z Compiling slog-term v2.9.1
18352024-05-06T02:26:23.453Z Compiling tokio-rustls v0.25.0
18362024-05-06T02:26:23.671Z Compiling slog-bunyan v2.5.0
18372024-05-06T02:26:24.101Z Compiling parse-display-derive v0.9.0
18382024-05-06T02:26:24.434Z Compiling rustls-pemfile v2.1.2
18392024-05-06T02:26:25.099Z Compiling serde_with_macros v3.7.0
18402024-05-06T02:26:25.306Z Compiling sha1 v0.10.6
18412024-05-06T02:26:26.311Z Compiling colored v2.1.0
18422024-05-06T02:26:27.317Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18432024-05-06T02:26:27.358Z Compiling newtype-uuid v1.1.0
18442024-05-06T02:26:27.412Z Compiling serde_path_to_error v0.1.16
18452024-05-06T02:26:27.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18462024-05-06T02:26:28.218Z Compiling instant v0.1.12
18472024-05-06T02:26:28.264Z Compiling debug-ignore v1.0.5
18482024-05-06T02:26:28.372Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18492024-05-06T02:26:28.414Z Compiling backoff v0.4.0
18502024-05-06T02:26:28.702Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18512024-05-06T02:26:28.731Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18522024-05-06T02:26:28.868Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18532024-05-06T02:26:28.921Z Compiling serde_with v3.7.0
18542024-05-06T02:26:30.630Z Compiling parse-display v0.9.0
18552024-05-06T02:26:32.287Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18562024-05-06T02:26:32.396Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18572024-05-06T02:26:34.138Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18582024-05-06T02:26:34.562Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18592024-05-06T02:26:34.717Z Compiling macaddr v1.0.1
18602024-05-06T02:26:35.194Z Compiling num-derive v0.4.0
18612024-05-06T02:26:36.833Z Compiling sigpipe v0.1.3
18622024-05-06T02:26:36.945Z Compiling libefi-sys v0.1.0
18632024-05-06T02:26:37.210Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18642024-05-06T02:26:38.369Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18652024-05-06T02:26:38.395Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18662024-05-06T02:26:38.878Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18672024-05-06T02:26:38.950Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18682024-05-06T02:26:39.954Z Compiling smf v0.2.3
18692024-05-06T02:26:41.326Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18702024-05-06T02:26:41.980Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18712024-05-06T02:26:42.192Z Compiling portable-atomic v1.4.3
18722024-05-06T02:26:42.706Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18732024-05-06T02:26:43.680Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18742024-05-06T02:26:43.942Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18752024-05-06T02:26:46.249Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18762024-05-06T02:26:46.355Z Compiling gethostname v0.4.3
18772024-05-06T02:26:46.380Z Compiling number_prefix v0.4.0
18782024-05-06T02:26:46.599Z Compiling indicatif v0.17.8
18792024-05-06T02:26:46.599Z Compiling swrite v0.1.0
18802024-05-06T02:26:50.221Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18812024-05-06T02:26:54.610Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18822024-05-06T02:26:55.196Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18832024-05-06T02:26:56.817Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18842024-05-06T02:27:13.813Z Finished release [optimized] target(s) in 4m 23s
18852024-05-06T02:27:14.039Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18862024-05-06T02:27:14.129ZLogging to: /work/oxidecomputer/omicron/out/LOG
18872024-05-06T02:27:14.154ZCreated new build target 'test' and set it as active
18882024-05-06T02:27:14.154Z
18892024-05-06T02:27:14.154Zreal 4:23.501261376
18902024-05-06T02:27:14.154Zuser 26:23.701248361
18912024-05-06T02:27:14.154Zsys 3:31.226329063
18922024-05-06T02:27:14.154Ztrap 0.924756287
18932024-05-06T02:27:14.154Ztflt 0.843546463
18942024-05-06T02:27:14.154Zdflt 0.600292383
18952024-05-06T02:27:14.154Zkflt 0.002678518
18962024-05-06T02:27:14.154Zlock 54:49.559084765
18972024-05-06T02:27:14.154Zslp 1:14:12.842069445
18982024-05-06T02:27:14.155Zlat 2:00.593603204
18992024-05-06T02:27:14.155Zstop 3:23.212377411
19002024-05-06T02:27:14.155Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19012024-05-06T02:27:15.212Z Finished release [optimized] target(s) in 1.01s
19022024-05-06T02:27:15.244Z Running `target/release/omicron-package -t test package`
19032024-05-06T02:27:15.283ZLogging to: /work/oxidecomputer/omicron/out/LOG
19042024-05-06T02:27:16.415Z Compiling newline-converter v0.3.0
19052024-05-06T02:27:16.415Z Compiling usdt-attr-macro v0.5.0
19062024-05-06T02:27:16.415Z Compiling usdt-macro v0.5.0
19072024-05-06T02:27:16.440Z Compiling memmap v0.7.0
19082024-05-06T02:27:16.440Z Compiling humantime v2.1.0
19092024-05-06T02:27:16.465Z Compiling linked-hash-map v0.5.6
19102024-05-06T02:27:16.494Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19112024-05-06T02:27:16.494Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19122024-05-06T02:27:16.571Z Compiling expectorate v1.1.0
19132024-05-06T02:27:16.717Z Compiling password-hash v0.5.0
19142024-05-06T02:27:16.774Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19152024-05-06T02:27:16.806Z Compiling lru-cache v0.1.2
19162024-05-06T02:27:16.831Z Compiling blake2 v0.10.6
19172024-05-06T02:27:16.978Z Compiling semver v0.1.20
19182024-05-06T02:27:17.098Z Compiling bytecount v0.6.3
19192024-05-06T02:27:17.349Z Compiling argon2 v0.5.3
19202024-05-06T02:27:17.432Z Compiling rustc_version v0.1.7
19212024-05-06T02:27:17.555Z Compiling papergrid v0.11.0
19222024-05-06T02:27:17.651Z Compiling usdt v0.5.0
19232024-05-06T02:27:17.763Z Compiling newtype_derive v0.1.6
19242024-05-06T02:27:17.788Z Compiling tabled_derive v0.7.0
19252024-05-06T02:27:18.006Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19262024-05-06T02:27:18.528Z Compiling quick-error v1.2.3
19272024-05-06T02:27:18.644Z Compiling resolv-conf v0.7.0
19282024-05-06T02:27:18.669Z Compiling steno v0.4.0
19292024-05-06T02:27:18.897Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19302024-05-06T02:27:19.401Z Compiling trust-dns-resolver v0.22.0
19312024-05-06T02:27:19.618Z Compiling tabled v0.15.0
19322024-05-06T02:27:19.885Z Compiling derive-where v1.2.7
19332024-05-06T02:27:21.747Z Compiling slog-dtrace v0.3.0
19342024-05-06T02:27:21.998Z Compiling num-rational v0.4.1
19352024-05-06T02:27:22.251Z Compiling termcolor v1.2.0
19362024-05-06T02:27:22.709Z Compiling itertools v0.12.1
19372024-05-06T02:27:23.089Z Compiling utf-8 v0.7.6
19382024-05-06T02:27:25.599Z Compiling num-complex v0.4.5
19392024-05-06T02:27:26.510Z Compiling num v0.4.2
19402024-05-06T02:27:26.600Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19412024-05-06T02:27:26.625Z Compiling nibble_vec v0.1.0
19422024-05-06T02:27:26.793Z Compiling endian-type v0.1.2
19432024-05-06T02:27:26.981Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19442024-05-06T02:27:27.432Z Compiling radium v0.7.0
19452024-05-06T02:27:27.794Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19462024-05-06T02:27:28.232Z Compiling radix_trie v0.2.1
19472024-05-06T02:27:28.573Z Compiling tungstenite v0.20.1
19482024-05-06T02:27:28.982Z Compiling maybe-uninit v2.0.0
19492024-05-06T02:27:29.346Z Compiling tap v1.0.1
19502024-05-06T02:27:29.509Z Compiling wyz v0.5.1
19512024-05-06T02:27:29.927Z Compiling tokio-tungstenite v0.20.1
19522024-05-06T02:27:30.859Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19532024-05-06T02:27:32.830Z Compiling packed_struct v0.10.1
19542024-05-06T02:27:33.152Z Compiling cancel-safe-futures v0.1.5
19552024-05-06T02:27:33.415Z Compiling arc-swap v1.6.0
19562024-05-06T02:27:34.013Z Compiling funty v2.0.0
19572024-05-06T02:27:35.642Z Compiling num-bigint-dig v0.8.4
19582024-05-06T02:27:35.870Z Compiling display-error-chain v0.2.0
19592024-05-06T02:27:35.981Z Compiling crc-catalog v2.2.0
19602024-05-06T02:27:36.038Z Compiling bitvec v1.0.1
19612024-05-06T02:27:36.100Z Compiling crc v3.0.1
19622024-05-06T02:27:36.684Z Compiling slog-scope v4.4.0
19632024-05-06T02:27:37.209Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19642024-05-06T02:27:37.284Z Compiling packed_struct_codegen v0.10.1
19652024-05-06T02:27:37.462Z Compiling fxhash v0.2.1
19662024-05-06T02:27:37.501Z Compiling indexmap v1.9.3
19672024-05-06T02:27:37.639Z Compiling nodrop v0.1.14
19682024-05-06T02:27:37.746Z Compiling array-init v0.0.4
19692024-05-06T02:27:37.780Z Compiling smallvec v0.6.14
19702024-05-06T02:27:38.709Z Compiling slog-stdlog v4.1.1
19712024-05-06T02:27:39.240Z Compiling pkcs1 v0.7.5
19722024-05-06T02:27:39.483Z Compiling signature v2.1.0
19732024-05-06T02:27:39.685Z Compiling dirs-sys-next v0.1.2
19742024-05-06T02:27:40.115Z Compiling half v2.3.1
19752024-05-06T02:27:40.657Z Compiling glob v0.3.1
19762024-05-06T02:27:41.280Z Compiling ciborium-io v0.2.2
19772024-05-06T02:27:41.387Z Compiling bitfield v0.14.0
19782024-05-06T02:27:41.618Z Compiling crunchy v0.2.2
19792024-05-06T02:27:41.977Z Compiling hashbrown v0.12.3
19802024-05-06T02:27:42.318Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19812024-05-06T02:27:42.485Z Compiling ciborium-ll v0.2.2
19822024-05-06T02:27:42.862Z Compiling clang-sys v1.6.1
19832024-05-06T02:27:43.403Z Compiling rsa v0.9.2
19842024-05-06T02:27:43.883Z Compiling dirs-next v2.0.0
19852024-05-06T02:27:44.027Z Compiling slog-envlogger v2.2.0
19862024-05-06T02:27:46.211Z Compiling serde-hex v0.1.0
19872024-05-06T02:27:47.159Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19882024-05-06T02:27:47.408Z Compiling env_logger v0.10.0
19892024-05-06T02:27:47.610Z Compiling x509-cert v0.2.4
19902024-05-06T02:27:47.940Z Compiling ron v0.8.1
19912024-05-06T02:27:50.148Z Compiling hashbrown v0.13.2
19922024-05-06T02:27:50.471Z Compiling prettyplease v0.2.19
19932024-05-06T02:27:50.718Z Compiling tiny-keccak v2.0.2
19942024-05-06T02:27:50.935Z Compiling crc-any v2.4.3
19952024-05-06T02:27:51.211Z Compiling maplit v1.0.2
19962024-05-06T02:27:51.313Z Compiling object v0.30.4
19972024-05-06T02:27:51.712Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19982024-05-06T02:27:52.858Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19992024-05-06T02:27:53.077Z Compiling term v0.7.0
20002024-05-06T02:27:54.124Z Compiling ciborium v0.2.2
20012024-05-06T02:27:54.262Z Compiling atty v0.2.14
20022024-05-06T02:27:54.391Z Compiling path-slash v0.1.5
20032024-05-06T02:27:54.585Z Compiling ascii-canvas v3.0.0
20042024-05-06T02:27:54.858Z Compiling is-terminal v0.4.9
20052024-05-06T02:27:54.943Z Compiling libsw v3.3.1
20062024-05-06T02:27:54.968Z Compiling ena v0.14.2
20072024-05-06T02:27:55.211Z Compiling libloading v0.7.4
20082024-05-06T02:27:55.283Z Compiling parking_lot_core v0.8.6
20092024-05-06T02:27:55.509Z Compiling linear-map v1.2.0
20102024-05-06T02:27:55.601Z Compiling convert_case v0.4.0
20112024-05-06T02:27:55.832Z Compiling bindgen v0.69.2
20122024-05-06T02:27:55.861Z Compiling diff v0.1.13
20132024-05-06T02:27:56.181Z Compiling owo-colors v4.0.0
20142024-05-06T02:27:56.247Z Compiling regex-syntax v0.6.29
20152024-05-06T02:27:56.304Z Compiling derive_more v0.99.17
20162024-05-06T02:27:57.106Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20172024-05-06T02:27:58.207Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20182024-05-06T02:28:00.176Z Compiling lalrpop v0.19.12
20192024-05-06T02:28:04.044Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20202024-05-06T02:28:04.191Z Compiling cexpr v0.6.0
20212024-05-06T02:28:05.326Z Compiling which v4.4.0
20222024-05-06T02:28:05.774Z Compiling unicase v2.7.0
20232024-05-06T02:28:06.025Z Compiling rustc-hash v1.1.0
20242024-05-06T02:28:06.146Z Compiling shlex v1.3.0
20252024-05-06T02:28:06.451Z Compiling lazycell v1.3.0
20262024-05-06T02:28:06.495Z Compiling peeking_take_while v0.1.2
20272024-05-06T02:28:06.854Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20282024-05-06T02:28:07.345Z Compiling derive_builder_core v0.20.0
20292024-05-06T02:28:07.658Z Compiling pem v3.0.4
20302024-05-06T02:28:08.881Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20312024-05-06T02:28:08.974Z Compiling headers-core v0.2.0
20322024-05-06T02:28:09.063Z Compiling libxml v0.3.3
20332024-05-06T02:28:09.110Z Compiling async-recursion v1.1.0
20342024-05-06T02:28:09.356Z Compiling ref-cast v1.0.22
20352024-05-06T02:28:09.729Z Compiling platforms v3.0.2
20362024-05-06T02:28:10.113Z Compiling headers v0.3.9
20372024-05-06T02:28:10.138Z Compiling derive_builder_macro v0.20.0
20382024-05-06T02:28:10.267Z Compiling parking_lot v0.11.2
20392024-05-06T02:28:10.801Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20402024-05-06T02:28:12.191Z Compiling trust-dns-client v0.22.0
20412024-05-06T02:28:13.188Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20422024-05-06T02:28:13.418Z Compiling strum_macros v0.24.3
20432024-05-06T02:28:13.826Z Compiling toml v0.5.11
20442024-05-06T02:28:15.743Z Compiling ref-cast-impl v1.0.22
20452024-05-06T02:28:15.950Z Compiling vte_generate_state_changes v0.1.1
20462024-05-06T02:28:16.426Z Compiling cookie v0.18.1
20472024-05-06T02:28:16.697Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20482024-05-06T02:28:16.721Z Compiling cfg_aliases v0.1.1
20492024-05-06T02:28:16.774Z Compiling indoc v1.0.9
20502024-05-06T02:28:16.801Z Compiling buf-list v1.0.3
20512024-05-06T02:28:17.030Z Compiling nix v0.28.0
20522024-05-06T02:28:17.431Z Compiling samael v0.0.15
20532024-05-06T02:28:17.479Z Compiling vte v0.11.1
20542024-05-06T02:28:17.528Z Compiling trust-dns-server v0.22.1
20552024-05-06T02:28:17.629Z Compiling derive_builder v0.20.0
20562024-05-06T02:28:17.777Z Compiling sled v0.34.7
20572024-05-06T02:28:21.010Z Compiling polar-core v0.27.3
20582024-05-06T02:28:21.270Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20592024-05-06T02:28:21.667Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20602024-05-06T02:28:21.694Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20612024-05-06T02:28:21.920Z Compiling fd-lock v4.0.2
20622024-05-06T02:28:22.103Z Compiling bb8 v0.8.3
20632024-05-06T02:28:22.520Z Compiling const_format_proc_macros v0.2.32
20642024-05-06T02:28:22.976Z Compiling quick-xml v0.31.0
20652024-05-06T02:28:23.715Z Compiling oso-derive v0.27.3
20662024-05-06T02:28:24.074Z Compiling impl-trait-for-tuples v0.2.2
20672024-05-06T02:28:24.477Z Compiling pin-project-internal v1.1.3
20682024-05-06T02:28:25.829Z Compiling memoffset v0.7.1
20692024-05-06T02:28:26.074Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20702024-05-06T02:28:26.465Z Compiling const_format v0.2.32
20712024-05-06T02:28:26.632Z Compiling pin-project v1.1.3
20722024-05-06T02:28:27.450Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20732024-05-06T02:28:28.252Z Compiling curve25519-dalek v4.1.2
20742024-05-06T02:28:28.564Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20752024-05-06T02:28:31.388Z Compiling strip-ansi-escapes v0.2.0
20762024-05-06T02:28:34.947Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20772024-05-06T02:28:35.220Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20782024-05-06T02:28:36.305Z Compiling kstat-rs v0.2.3
20792024-05-06T02:28:37.133Z Compiling snafu-derive v0.8.2
20802024-05-06T02:28:39.215Z Compiling oso v0.27.3
20812024-05-06T02:28:41.099Z Compiling fs-err v2.11.0
20822024-05-06T02:28:41.379Z Compiling nu-ansi-term v0.50.0
20832024-05-06T02:28:42.353Z Compiling keccak v0.1.4
20842024-05-06T02:28:43.051Z Compiling sha3 v0.10.8
20852024-05-06T02:28:43.726Z Compiling reedline v0.31.0
20862024-05-06T02:28:46.200Z Compiling snafu v0.8.2
20872024-05-06T02:28:47.254Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20882024-05-06T02:28:49.988Z Compiling mime_guess v2.0.4
20892024-05-06T02:28:52.155Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20902024-05-06T02:28:52.897Z Compiling env_logger v0.9.3
20912024-05-06T02:28:54.465Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20922024-05-06T02:28:56.611Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20932024-05-06T02:28:59.600Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20942024-05-06T02:28:59.991Z Compiling globset v0.4.13
20952024-05-06T02:29:02.542Z Compiling peg-macros v0.8.2
20962024-05-06T02:29:03.889Z Compiling olpc-cjson v0.1.3
20972024-05-06T02:29:04.018Z Compiling universal-hash v0.5.1
20982024-05-06T02:29:04.163Z Compiling secrecy v0.8.0
20992024-05-06T02:29:04.188Z Compiling serde_plain v1.0.2
21002024-05-06T02:29:04.373Z Compiling thiserror-impl-no-std v2.0.2
21012024-05-06T02:29:04.607Z Compiling bitstruct_derive v0.1.0
21022024-05-06T02:29:05.043Z Compiling curve25519-dalek-derive v0.1.0
21032024-05-06T02:29:05.627Z Compiling nanorand v0.7.0
21042024-05-06T02:29:06.161Z Compiling sqlparser_derive v0.2.2
21052024-05-06T02:29:06.270Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21062024-05-06T02:29:06.389Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21072024-05-06T02:29:06.495Z Compiling home v0.5.5
21082024-05-06T02:29:06.538Z Compiling unicode_categories v0.1.1
21092024-05-06T02:29:06.654Z Compiling typed-path v0.7.0
21102024-05-06T02:29:06.746Z Compiling ascii v1.1.0
21112024-05-06T02:29:06.834Z Compiling salty v0.2.0
21122024-05-06T02:29:06.998Z Compiling signature v1.6.4
21132024-05-06T02:29:07.136Z Compiling opaque-debug v0.3.0
21142024-05-06T02:29:07.169Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21152024-05-06T02:29:07.230Z Compiling poly1305 v0.8.0
21162024-05-06T02:29:07.386Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21172024-05-06T02:29:07.454Z Compiling ed25519 v1.5.3
21182024-05-06T02:29:07.709Z Compiling sqlparser v0.45.0
21192024-05-06T02:29:08.464Z Compiling sqlformat v0.2.3
21202024-05-06T02:29:09.347Z Compiling tough v0.17.1
21212024-05-06T02:29:09.791Z Compiling rustyline v14.0.0
21222024-05-06T02:29:12.104Z Compiling thiserror-no-std v2.0.2
21232024-05-06T02:29:12.215Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21242024-05-06T02:29:15.003Z Compiling flume v0.11.0
21252024-05-06T02:29:15.606Z Compiling bitstruct v0.1.1
21262024-05-06T02:29:15.729Z Compiling peg v0.8.2
21272024-05-06T02:29:15.828Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21282024-05-06T02:29:16.676Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21292024-05-06T02:29:17.904Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21302024-05-06T02:29:24.453Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21312024-05-06T02:29:24.650Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21322024-05-06T02:29:24.924Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21332024-05-06T02:29:25.195Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21342024-05-06T02:29:26.170Z Compiling chacha20 v0.9.1
21352024-05-06T02:29:26.544Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-05-06T02:29:28.356Z Compiling aead v0.5.2
21372024-05-06T02:29:28.613Z Compiling bcs v0.1.6
21382024-05-06T02:29:29.338Z Compiling serde-big-array v0.5.1
21392024-05-06T02:29:29.551Z Compiling serde_arrays v0.1.0
21402024-05-06T02:29:29.714Z Compiling erased-serde v0.3.31
21412024-05-06T02:29:30.992Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21422024-05-06T02:29:31.625Z Compiling highway v1.1.0
21432024-05-06T02:29:32.706Z Compiling parse-size v1.0.0
21442024-05-06T02:29:32.946Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21452024-05-06T02:29:37.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21462024-05-06T02:29:39.904Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21472024-05-06T02:29:40.299Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-05-06T02:29:48.919Z Compiling chacha20poly1305 v0.10.1
21492024-05-06T02:29:50.510Z Compiling vsss-rs v3.3.4
21502024-05-06T02:29:54.064Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21512024-05-06T02:29:54.644Z Compiling signal-hook-tokio v0.3.1
21522024-05-06T02:29:54.808Z Compiling heck v0.3.3
21532024-05-06T02:29:55.105Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21542024-05-06T02:29:55.129Z Compiling castaway v0.2.2
21552024-05-06T02:29:55.274Z Compiling rand_seeder v0.2.3
21562024-05-06T02:29:55.597Z Compiling serde-big-array v0.4.1
21572024-05-06T02:29:55.851Z Compiling http-range v0.1.5
21582024-05-06T02:29:56.322Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21592024-05-06T02:29:56.568Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21602024-05-06T02:29:56.981Z Compiling hyper-staticfile v0.9.5
21612024-05-06T02:29:57.345Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21622024-05-06T02:29:57.621Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21632024-05-06T02:29:57.807Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21642024-05-06T02:29:58.369Z Compiling compact_str v0.7.1
21652024-05-06T02:29:59.596Z Compiling zone_cfg_derive v0.1.2
21662024-05-06T02:29:59.622Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21672024-05-06T02:30:05.358Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21682024-05-06T02:30:05.847Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21692024-05-06T02:30:10.083Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21702024-05-06T02:30:11.033Z Compiling tungstenite v0.21.0
21712024-05-06T02:30:13.012Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21722024-05-06T02:30:13.258Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21732024-05-06T02:30:13.525Z Compiling lru v0.12.1
21742024-05-06T02:30:13.819Z Compiling stability v0.2.0
21752024-05-06T02:30:14.602Z Compiling indoc v2.0.3
21762024-05-06T02:30:15.310Z Compiling cassowary v0.3.0
21772024-05-06T02:30:15.362Z Compiling corncobs v0.1.3
21782024-05-06T02:30:15.685Z Compiling base64 v0.13.1
21792024-05-06T02:30:16.288Z Compiling ron v0.7.1
21802024-05-06T02:30:18.726Z Compiling ratatui v0.26.2
21812024-05-06T02:30:20.639Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21822024-05-06T02:30:21.311Z Compiling tokio-tungstenite v0.21.0
21832024-05-06T02:30:21.765Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21842024-05-06T02:30:22.557Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21852024-05-06T02:30:23.067Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21862024-05-06T02:30:32.757Z Compiling zone v0.1.8
21872024-05-06T02:30:33.975Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21882024-05-06T02:30:42.816Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21892024-05-06T02:30:43.921Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21902024-05-06T02:30:45.649Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21912024-05-06T02:30:45.836Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21922024-05-06T02:30:46.091Z Compiling portpicker v0.1.1
21932024-05-06T02:30:46.492Z Compiling smawk v0.3.1
21942024-05-06T02:30:46.517Z Compiling unicode-linebreak v0.1.5
21952024-05-06T02:30:46.935Z Compiling textwrap v0.16.1
21962024-05-06T02:30:48.668Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21972024-05-06T02:30:50.055Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21982024-05-06T02:30:50.850Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21992024-05-06T02:30:54.359Z Compiling rcgen v0.12.1
22002024-05-06T02:31:00.735Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22012024-05-06T02:31:01.086Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22022024-05-06T02:31:01.752Z Compiling atomicwrites v0.4.3
22032024-05-06T02:31:02.175Z Compiling fatfs v0.3.6
22042024-05-06T02:31:02.785Z Compiling rtoolbox v0.0.1
22052024-05-06T02:31:03.145Z Compiling subprocess v0.2.9
22062024-05-06T02:31:04.374Z Compiling is_ci v1.2.0
22072024-05-06T02:31:04.616Z Compiling assert_matches v1.5.0
22082024-05-06T02:31:05.247Z Compiling supports-color v3.0.0
22092024-05-06T02:31:05.790Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22102024-05-06T02:31:05.927Z Compiling rpassword v7.3.1
22112024-05-06T02:31:06.288Z Compiling tui-tree-widget v0.19.0
22122024-05-06T02:31:06.540Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22132024-05-06T02:31:06.624Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22142024-05-06T02:31:07.412Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22152024-05-06T02:31:07.659Z Compiling csv-core v0.1.11
22162024-05-06T02:31:08.382Z Compiling shell-words v1.1.0
22172024-05-06T02:31:08.737Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22182024-05-06T02:31:11.519Z Compiling csv v1.3.0
22192024-05-06T02:31:11.652Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22202024-05-06T02:31:13.174Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22212024-05-06T02:31:21.256Z Compiling multimap v0.10.0
22222024-05-06T02:31:21.575Z Compiling uzers v0.11.3
22232024-05-06T02:31:24.083Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22242024-05-06T02:33:08.381Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22252024-05-06T02:33:13.429Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22262024-05-06T02:39:00.441Z Finished release [optimized] target(s) in 11m 45s
22272024-05-06T02:41:25.270Z
22282024-05-06T02:41:25.271Zreal 14:11.134999999
22292024-05-06T02:41:25.271Zuser 1:26:03.339106415
22302024-05-06T02:41:25.271Zsys 3:55.407718535
22312024-05-06T02:41:25.296Ztrap 2.252445929
22322024-05-06T02:41:25.297Ztflt 1.011861124
22332024-05-06T02:41:25.297Zdflt 3.228192721
22342024-05-06T02:41:25.297Zkflt 0.009476589
22352024-05-06T02:41:25.297Zlock 6:09:55.283664816
22362024-05-06T02:41:25.297Zslp 3:18:00.574647797
22372024-05-06T02:41:25.297Zlat 2:01.109161061
22382024-05-06T02:41:25.297Zstop 56.014573249
22392024-05-06T02:41:25.297Z+ ptime -m cargo build --locked --release -p xtask
22402024-05-06T02:41:25.949Z Downloading crates ...
22412024-05-06T02:41:26.012Z Downloaded cargo_toml v0.20.2
22422024-05-06T02:41:26.038Z Downloaded cargo_metadata v0.18.1
22432024-05-06T02:41:26.038Z Downloaded cargo-platform v0.1.3
22442024-05-06T02:41:26.069Z Compiling serde v1.0.199
22452024-05-06T02:41:26.069Z Compiling libc v0.2.153
22462024-05-06T02:41:26.069Z Compiling rustix v0.38.31
22472024-05-06T02:41:26.069Z Compiling bitflags v2.4.2
22482024-05-06T02:41:26.069Z Compiling hashbrown v0.14.3
22492024-05-06T02:41:26.069Z Compiling syn v2.0.60
22502024-05-06T02:41:26.095Z Compiling serde_json v1.0.116
22512024-05-06T02:41:26.124Z Compiling anyhow v1.0.82
22522024-05-06T02:41:27.169Z Compiling indexmap v2.2.6
22532024-05-06T02:41:27.504Z Compiling errno v0.3.8
22542024-05-06T02:41:28.461Z Compiling terminal_size v0.3.0
22552024-05-06T02:41:28.574Z Compiling clap_builder v4.5.2
22562024-05-06T02:41:31.109Z Compiling serde_derive v1.0.199
22572024-05-06T02:41:31.109Z Compiling thiserror-impl v1.0.59
22582024-05-06T02:41:31.135Z Compiling clap_derive v4.5.4
22592024-05-06T02:41:32.751Z Compiling thiserror v1.0.59
22602024-05-06T02:41:34.192Z Compiling clap v4.5.4
22612024-05-06T02:41:40.375Z Compiling toml_datetime v0.6.5
22622024-05-06T02:41:40.375Z Compiling serde_spanned v0.6.5
22632024-05-06T02:41:40.400Z Compiling camino v1.1.6
22642024-05-06T02:41:40.400Z Compiling cargo-platform v0.1.3
22652024-05-06T02:41:40.401Z Compiling semver v1.0.22
22662024-05-06T02:41:40.401Z Compiling macaddr v1.0.1
22672024-05-06T02:41:40.649Z Compiling toml_edit v0.22.12
22682024-05-06T02:41:41.787Z Compiling cargo_metadata v0.18.1
22692024-05-06T02:41:43.134Z Compiling toml v0.8.12
22702024-05-06T02:41:43.889Z Compiling cargo_toml v0.20.2
22712024-05-06T02:41:55.598Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22722024-05-06T02:42:06.883Z Finished release [optimized] target(s) in 41.54s
22732024-05-06T02:42:06.947Z
22742024-05-06T02:42:06.948Zreal 41.644673057
22752024-05-06T02:42:06.948Zuser 2:42.777682611
22762024-05-06T02:42:06.948Zsys 16.084625889
22772024-05-06T02:42:06.948Ztrap 0.056979314
22782024-05-06T02:42:06.948Ztflt 0.196414023
22792024-05-06T02:42:06.948Zdflt 0.829856859
22802024-05-06T02:42:06.948Zkflt 0.000031773
22812024-05-06T02:42:06.948Zlock 3:59.069193611
22822024-05-06T02:42:06.948Zslp 3:14.891331733
22832024-05-06T02:42:06.948Zlat 3.257824019
22842024-05-06T02:42:06.948Zstop 2.750738313
22852024-05-06T02:42:06.974Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask)
22862024-05-06T02:42:06.974Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask
22872024-05-06T02:42:18.534ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22882024-05-06T02:42:18.534Za out/mg-ddm-gz.tar 60398K
22892024-05-06T02:42:18.534Za out/omicron-sled-agent.tar 95989K
22902024-05-06T02:42:18.534Za out/oxlog.tar 2913K
22912024-05-06T02:42:18.534Za out/pumpkind-gz.tar 26544K
22922024-05-06T02:42:18.534Za out/target/test 1K
22932024-05-06T02:42:18.534Za out/npuzone/npuzone 23144K
22942024-05-06T02:42:18.534Za package-manifest.toml 27K
22952024-05-06T02:42:18.534Za smf/sled-agent/non-gimlet/config.toml 4K
22962024-05-06T02:42:18.534Za target/release/omicron-package 30668K
22972024-05-06T02:42:18.534Za target/release/xtask 6664K
22982024-05-06T02:42:18.560Z
22992024-05-06T02:42:18.560Zreal 11.583235436
23002024-05-06T02:42:18.560Zuser 10.957677508
23012024-05-06T02:42:18.560Zsys 0.960517514
23022024-05-06T02:42:18.560Ztrap 0.001988599
23032024-05-06T02:42:18.560Ztflt 0.000000000
23042024-05-06T02:42:18.560Zdflt 0.000000000
23052024-05-06T02:42:18.560Zkflt 0.000000000
23062024-05-06T02:42:18.560Zlock 0.000000000
23072024-05-06T02:42:18.560Zslp 10.752023888
23082024-05-06T02:42:18.560Zlat 0.490109130
23092024-05-06T02:42:18.560Zstop 0.000240712
23102024-05-06T02:42:18.560Z++ pwd
23112024-05-06T02:42:18.560Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23122024-05-06T02:42:18.560Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23132024-05-06T02:42:18.560Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23142024-05-06T02:42:19.602Z Finished release [optimized] target(s) in 0.99s
23152024-05-06T02:42:19.635Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23162024-05-06T02:42:19.681ZLogging to: /work/oxidecomputer/omicron/out/LOG
23172024-05-06T02:42:19.706ZCreated new build target 'host' and set it as active
23182024-05-06T02:42:19.706Z
23192024-05-06T02:42:19.706Zreal 1.136535880
23202024-05-06T02:42:19.706Zuser 0.724483991
23212024-05-06T02:42:19.707Zsys 0.412444232
23222024-05-06T02:42:19.707Ztrap 0.000094466
23232024-05-06T02:42:19.707Ztflt 0.000025861
23242024-05-06T02:42:19.707Zdflt 0.000032306
23252024-05-06T02:42:19.707Zkflt 0.000000000
23262024-05-06T02:42:19.707Zlock 0.033440952
23272024-05-06T02:42:19.707Zslp 0.137081850
23282024-05-06T02:42:19.707Zlat 0.007282583
23292024-05-06T02:42:19.707Zstop 0.000387818
23302024-05-06T02:42:19.707Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23312024-05-06T02:42:20.728Z Finished release [optimized] target(s) in 0.98s
23322024-05-06T02:42:20.756Z Running `target/release/omicron-package -t host package`
23332024-05-06T02:42:20.802ZLogging to: /work/oxidecomputer/omicron/out/LOG
23342024-05-06T02:42:21.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23352024-05-06T02:44:53.278Z Finished release [optimized] target(s) in 2m 32s
23362024-05-06T02:45:30.154Z
23372024-05-06T02:45:30.180Zreal 3:10.458340827
23382024-05-06T02:45:30.180Zuser 12:16.353258837
23392024-05-06T02:45:30.180Zsys 45.919689970
23402024-05-06T02:45:30.180Ztrap 0.209578392
23412024-05-06T02:45:30.180Ztflt 0.025082389
23422024-05-06T02:45:30.180Zdflt 3.362967777
23432024-05-06T02:45:30.180Zkflt 0.007625778
23442024-05-06T02:45:30.180Zlock 1:01:54.721632205
23452024-05-06T02:45:30.180Zslp 12:04.841378222
23462024-05-06T02:45:30.180Zlat 10.395431248
23472024-05-06T02:45:30.180Zstop 0.919280926
23482024-05-06T02:45:30.181Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23492024-05-06T02:45:30.181Z+ for package in "$@"
23502024-05-06T02:45:30.181Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git29fd2ec0f92
23512024-05-06T02:45:31.218Z Finished release [optimized] target(s) in 0.99s
23522024-05-06T02:45:31.246Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git29fd2ec0f92`
23532024-05-06T02:45:31.291ZLogging to: /work/oxidecomputer/omicron/out/LOG
23542024-05-06T02:45:31.554ZCreated: out/versioned/omicron-sled-agent.tar
23552024-05-06T02:45:31.579Z+ for package in "$@"
23562024-05-06T02:45:31.579Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92
23572024-05-06T02:45:32.551Z Finished release [optimized] target(s) in 0.92s
23582024-05-06T02:45:32.578Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92`
23592024-05-06T02:45:32.626ZLogging to: /work/oxidecomputer/omicron/out/LOG
23602024-05-06T02:45:32.776ZCreated: out/versioned/mg-ddm-gz.tar
23612024-05-06T02:45:32.802Z+ for package in "$@"
23622024-05-06T02:45:32.802Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git29fd2ec0f92
23632024-05-06T02:45:33.753Z Finished release [optimized] target(s) in 0.91s
23642024-05-06T02:45:33.780Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git29fd2ec0f92`
23652024-05-06T02:45:33.825ZLogging to: /work/oxidecomputer/omicron/out/LOG
23662024-05-06T02:45:35.088ZCreated: out/versioned/propolis-server.tar.gz
23672024-05-06T02:45:35.113Z+ for package in "$@"
23682024-05-06T02:45:35.113Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git29fd2ec0f92
23692024-05-06T02:45:36.152Z Finished release [optimized] target(s) in 0.99s
23702024-05-06T02:45:36.178Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git29fd2ec0f92`
23712024-05-06T02:45:36.223ZLogging to: /work/oxidecomputer/omicron/out/LOG
23722024-05-06T02:45:36.249ZCreated: out/versioned/overlay.tar.gz
23732024-05-06T02:45:36.249Z+ for package in "$@"
23742024-05-06T02:45:36.249Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git29fd2ec0f92
23752024-05-06T02:45:37.220Z Finished release [optimized] target(s) in 0.93s
23762024-05-06T02:45:37.247Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git29fd2ec0f92`
23772024-05-06T02:45:37.293ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782024-05-06T02:45:37.318ZCreated: out/versioned/oxlog.tar
23792024-05-06T02:45:37.318Z+ for package in "$@"
23802024-05-06T02:45:37.318Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git29fd2ec0f92
23812024-05-06T02:45:38.315Z Finished release [optimized] target(s) in 0.95s
23822024-05-06T02:45:38.342Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git29fd2ec0f92`
23832024-05-06T02:45:38.388ZLogging to: /work/oxidecomputer/omicron/out/LOG
23842024-05-06T02:45:38.475ZCreated: out/versioned/pumpkind-gz.tar
23852024-05-06T02:45:38.501Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23862024-05-06T02:45:38.501Z+++ dirname -- ./tools/build-global-zone-packages.sh
23872024-05-06T02:45:38.501Z++ cd -- ./tools
23882024-05-06T02:45:38.501Z++ pwd
23892024-05-06T02:45:38.501Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23902024-05-06T02:45:38.501Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23912024-05-06T02:45:38.501Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23922024-05-06T02:45:38.528Z++ readlink -f /work
23932024-05-06T02:45:38.528Z+ out_dir=/work
23942024-05-06T02:45:38.528Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
23952024-05-06T02:45:38.528Z+ for dep in "${deps[@]}"
23962024-05-06T02:45:38.528Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23972024-05-06T02:45:38.528Z+ for dep in "${deps[@]}"
23982024-05-06T02:45:38.528Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23992024-05-06T02:45:38.528Z+ for dep in "${deps[@]}"
24002024-05-06T02:45:38.528Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24012024-05-06T02:45:38.528Z+ for dep in "${deps[@]}"
24022024-05-06T02:45:38.529Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24032024-05-06T02:45:38.529Z+ for dep in "${deps[@]}"
24042024-05-06T02:45:38.529Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24052024-05-06T02:45:38.529Z+ for dep in "${deps[@]}"
24062024-05-06T02:45:38.529Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24072024-05-06T02:45:38.529Z++ mktemp -d
24082024-05-06T02:45:38.529Z+ tmp_gz=/tmp/tmp.Mbaqsi
24092024-05-06T02:45:38.529Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24102024-05-06T02:45:38.529Z+ echo '{"v":"1","t":"layer"}'
24112024-05-06T02:45:38.529Z+ pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/sled-agent
24122024-05-06T02:45:38.529Z+ mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/sled-agent
24132024-05-06T02:45:38.529Z+ cd /tmp/tmp.Mbaqsi/root/opt/oxide/sled-agent
24142024-05-06T02:45:38.529Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24152024-05-06T02:45:38.596Zx ., 0 bytes, 0 tape blocks
24162024-05-06T02:45:38.596Zx zone-bundle, 26830864 bytes, 52405 tape blocks
24172024-05-06T02:45:38.596Zx sled-agent, 71452976 bytes, 139557 tape blocks
24182024-05-06T02:45:38.596Zx pkg, 0 bytes, 0 tape blocks
24192024-05-06T02:45:38.596Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24202024-05-06T02:45:38.596Zx pkg/README.md, 54 bytes, 1 tape blocks
24212024-05-06T02:45:38.596Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24222024-05-06T02:45:38.596Zx VERSION, 25 bytes, 1 tape blocks
24232024-05-06T02:45:38.621Z+ mkdir -p /tmp/tmp.Mbaqsi/root/lib/svc/manifest/site/
24242024-05-06T02:45:38.621Z+ mv pkg/manifest.xml /tmp/tmp.Mbaqsi/root/lib/svc/manifest/site/sled-agent.xml
24252024-05-06T02:45:38.621Z+ cd -
24262024-05-06T02:45:38.621Z/work/oxidecomputer/omicron
24272024-05-06T02:45:38.622Z+ pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/mg-ddm
24282024-05-06T02:45:38.622Z+ mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/mg-ddm
24292024-05-06T02:45:38.622Z+ cd /tmp/tmp.Mbaqsi/root/opt/oxide/mg-ddm
24302024-05-06T02:45:38.622Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24312024-05-06T02:45:38.658Zx ., 0 bytes, 0 tape blocks
24322024-05-06T02:45:38.658Zx ddmadm, 18870416 bytes, 36857 tape blocks
24332024-05-06T02:45:38.658Zx ddmd, 42960632 bytes, 83908 tape blocks
24342024-05-06T02:45:38.659Zx pkg, 0 bytes, 0 tape blocks
24352024-05-06T02:45:38.659Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24362024-05-06T02:45:38.659Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24372024-05-06T02:45:38.659Zx pkg/mgd, 0 bytes, 0 tape blocks
24382024-05-06T02:45:38.659Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24392024-05-06T02:45:38.659Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24402024-05-06T02:45:38.659Zx pkg/ddm, 0 bytes, 0 tape blocks
24412024-05-06T02:45:38.659Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24422024-05-06T02:45:38.659Zx VERSION, 25 bytes, 1 tape blocks
24432024-05-06T02:45:38.684Z+ cd -
24442024-05-06T02:45:38.684Z+ pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/pumpkind
24452024-05-06T02:45:38.684Z/work/oxidecomputer/omicron
24462024-05-06T02:45:38.684Z+ mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/pumpkind
24472024-05-06T02:45:38.684Z+ cd /tmp/tmp.Mbaqsi/root/opt/oxide/pumpkind
24482024-05-06T02:45:38.684Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24492024-05-06T02:45:38.710Zx ., 0 bytes, 0 tape blocks
24502024-05-06T02:45:38.710Zx lib, 0 bytes, 0 tape blocks
24512024-05-06T02:45:38.710Zx lib/svc, 0 bytes, 0 tape blocks
24522024-05-06T02:45:38.710Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24532024-05-06T02:45:38.710Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24542024-05-06T02:45:38.710Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24552024-05-06T02:45:38.710Zx bin, 0 bytes, 0 tape blocks
24562024-05-06T02:45:38.710Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24572024-05-06T02:45:38.710Zx bin/pumpkind, 16522240 bytes, 32270 tape blocks
24582024-05-06T02:45:38.710Zx bin/pumpkinadm, 10650728 bytes, 20803 tape blocks
24592024-05-06T02:45:38.710Zx VERSION, 25 bytes, 1 tape blocks
24602024-05-06T02:45:38.710Z+ cd -
24612024-05-06T02:45:38.710Z/work/oxidecomputer/omicron
24622024-05-06T02:45:38.711Z+ pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/oxlog
24632024-05-06T02:45:38.711Z+ mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/oxlog
24642024-05-06T02:45:38.711Z+ cd /tmp/tmp.Mbaqsi/root/opt/oxide/oxlog
24652024-05-06T02:45:38.711Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24662024-05-06T02:45:38.711Zx ., 0 bytes, 0 tape blocks
24672024-05-06T02:45:38.711Zx oxlog, 2979728 bytes, 5820 tape blocks
24682024-05-06T02:45:38.711Zx VERSION, 25 bytes, 1 tape blocks
24692024-05-06T02:45:38.711Z+ cd -
24702024-05-06T02:45:38.711Z/work/oxidecomputer/omicron
24712024-05-06T02:45:38.711Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Mbaqsi/root/opt/oxide
24722024-05-06T02:45:38.774Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Mbaqsi/root/opt/oxide
24732024-05-06T02:45:38.800Z+ cd /tmp/tmp.Mbaqsi
24742024-05-06T02:45:38.800Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24752024-05-06T02:45:49.573ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24762024-05-06T02:45:49.573Za oxide.json 1K
24772024-05-06T02:45:49.573Za root/ 0K
24782024-05-06T02:45:49.573Za root/opt/ 0K
24792024-05-06T02:45:49.573Za root/opt/oxide/ 0K
24802024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/ 0K
24812024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/zone-bundle 26203K
24822024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/sled-agent 69779K
24832024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/pkg/ 0K
24842024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24852024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/pkg/README.md 1K
24862024-05-06T02:45:49.573Za root/opt/oxide/sled-agent/VERSION 1K
24872024-05-06T02:45:49.573Za root/opt/oxide/mg-ddm/ 0K
24882024-05-06T02:45:49.573Za root/opt/oxide/mg-ddm/ddmadm 18429K
24892024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/ddmd 41954K
24902024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/ 0K
24912024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
24922024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24932024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24942024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24952024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24962024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24972024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24982024-05-06T02:45:49.574Za root/opt/oxide/mg-ddm/VERSION 1K
24992024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/ 0K
25002024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/lib/ 0K
25012024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/lib/svc/ 0K
25022024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25032024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25042024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25052024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/bin/ 0K
25062024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25072024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/bin/pumpkind 16135K
25082024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/bin/pumpkinadm 10402K
25092024-05-06T02:45:49.574Za root/opt/oxide/pumpkind/VERSION 1K
25102024-05-06T02:45:49.574Za root/opt/oxide/oxlog/ 0K
25112024-05-06T02:45:49.574Za root/opt/oxide/oxlog/oxlog 2910K
25122024-05-06T02:45:49.574Za root/opt/oxide/oxlog/VERSION 1K
25132024-05-06T02:45:49.575Za root/opt/oxide/propolis-server.tar.gz 65038K
25142024-05-06T02:45:49.575Za root/opt/oxide/overlay.tar.gz 3K
25152024-05-06T02:45:49.575Za root/lib/ 0K
25162024-05-06T02:45:49.575Za root/lib/svc/ 0K
25172024-05-06T02:45:49.575Za root/lib/svc/manifest/ 0K
25182024-05-06T02:45:49.575Za root/lib/svc/manifest/site/ 0K
25192024-05-06T02:45:49.575Za root/lib/svc/manifest/site/sled-agent.xml 3K
25202024-05-06T02:45:49.600Z+ cd /
25212024-05-06T02:45:49.600Z+ rm -rf /tmp/tmp.Mbaqsi
25222024-05-06T02:45:49.600Z
25232024-05-06T02:45:49.600Zreal 11.105657483
25242024-05-06T02:45:49.600Zuser 10.175939470
25252024-05-06T02:45:49.601Zsys 0.942459689
25262024-05-06T02:45:49.601Ztrap 0.001322304
25272024-05-06T02:45:49.601Ztflt 0.000000000
25282024-05-06T02:45:49.601Zdflt 0.000000000
25292024-05-06T02:45:49.601Zkflt 0.000000000
25302024-05-06T02:45:49.601Zlock 0.000000000
25312024-05-06T02:45:49.601Zslp 21.339022179
25322024-05-06T02:45:49.601Zlat 0.505034452
25332024-05-06T02:45:49.601Zstop 0.000316095
25342024-05-06T02:45:49.601Z+ mkdir -p /work/zones
25352024-05-06T02:45:49.601Z+ 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)
25362024-05-06T02:45:49.601Z+ 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/
25372024-05-06T02:45:53.230Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25382024-05-06T02:45:54.483Z Finished release [optimized] target(s) in 1.15s
25392024-05-06T02:45:54.509Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25402024-05-06T02:45:54.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
25412024-05-06T02:45:54.575ZCreated new build target 'recovery' and set it as active
25422024-05-06T02:45:54.575Z
25432024-05-06T02:45:54.575Zreal 1.318742666
25442024-05-06T02:45:54.575Zuser 0.729421866
25452024-05-06T02:45:54.575Zsys 0.580142232
25462024-05-06T02:45:54.575Ztrap 0.000871728
25472024-05-06T02:45:54.575Ztflt 0.000079689
25482024-05-06T02:45:54.575Zdflt 0.000121663
25492024-05-06T02:45:54.575Zkflt 0.000000000
25502024-05-06T02:45:54.576Zlock 0.045144809
25512024-05-06T02:45:54.576Zslp 0.139817801
25522024-05-06T02:45:54.576Zlat 0.016226972
25532024-05-06T02:45:54.576Zstop 0.000758742
25542024-05-06T02:45:54.576Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25552024-05-06T02:45:55.674Z Finished release [optimized] target(s) in 1.03s
25562024-05-06T02:45:55.700Z Running `target/release/omicron-package -t recovery package`
25572024-05-06T02:45:55.740ZLogging to: /work/oxidecomputer/omicron/out/LOG
25582024-05-06T02:45:56.716Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25592024-05-06T02:45:59.713Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25602024-05-06T02:46:17.754Z Finished release [optimized] target(s) in 21.93s
25612024-05-06T02:46:18.559Z
25622024-05-06T02:46:18.585Zreal 23.993909208
25632024-05-06T02:46:18.585Zuser 1:25.102318184
25642024-05-06T02:46:18.585Zsys 8.696008928
25652024-05-06T02:46:18.585Ztrap 0.024178824
25662024-05-06T02:46:18.585Ztflt 0.077776743
25672024-05-06T02:46:18.585Zdflt 0.547316298
25682024-05-06T02:46:18.585Zkflt 0.000108177
25692024-05-06T02:46:18.585Zlock 5:25.895723527
25702024-05-06T02:46:18.585Zslp 1:22.327395702
25712024-05-06T02:46:18.585Zlat 1.013170941
25722024-05-06T02:46:18.585Zstop 0.251108116
25732024-05-06T02:46:18.586Z+ stamp_packages installinator mg-ddm-gz
25742024-05-06T02:46:18.586Z+ for package in "$@"
25752024-05-06T02:46:18.586Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git29fd2ec0f92
25762024-05-06T02:46:19.696Z Finished release [optimized] target(s) in 1.05s
25772024-05-06T02:46:19.722Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git29fd2ec0f92`
25782024-05-06T02:46:19.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
25792024-05-06T02:46:19.880ZCreated: out/versioned/installinator.tar
25802024-05-06T02:46:19.905Z+ for package in "$@"
25812024-05-06T02:46:19.905Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92
25822024-05-06T02:46:21.009Z Finished release [optimized] target(s) in 1.04s
25832024-05-06T02:46:21.035Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92`
25842024-05-06T02:46:21.072ZLogging to: /work/oxidecomputer/omicron/out/LOG
25852024-05-06T02:46:21.265ZCreated: out/versioned/mg-ddm-gz.tar
25862024-05-06T02:46:21.293Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25872024-05-06T02:46:21.293Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25882024-05-06T02:46:21.293Z++ cd -- ./tools
25892024-05-06T02:46:21.293Z++ pwd
25902024-05-06T02:46:21.293Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25912024-05-06T02:46:21.293Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25922024-05-06T02:46:21.320Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25932024-05-06T02:46:21.320Z++ readlink -f /work
25942024-05-06T02:46:21.320Z+ out_dir=/work
25952024-05-06T02:46:21.320Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25962024-05-06T02:46:21.320Z+ for dep in "${deps[@]}"
25972024-05-06T02:46:21.320Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25982024-05-06T02:46:21.320Z+ for dep in "${deps[@]}"
25992024-05-06T02:46:21.320Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26002024-05-06T02:46:21.320Z++ mktemp -d
26012024-05-06T02:46:21.320Z+ tmp_trampoline=/tmp/tmp.qEaaxi
26022024-05-06T02:46:21.320Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26032024-05-06T02:46:21.320Z+ echo '{"v":"1","t":"layer"}'
26042024-05-06T02:46:21.320Z+ pkg_dir=/tmp/tmp.qEaaxi/root/opt/oxide/installinator
26052024-05-06T02:46:21.320Z+ mkdir -p /tmp/tmp.qEaaxi/root/opt/oxide/installinator
26062024-05-06T02:46:21.320Z+ cd /tmp/tmp.qEaaxi/root/opt/oxide/installinator
26072024-05-06T02:46:21.320Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26082024-05-06T02:46:21.376Zx ., 0 bytes, 0 tape blocks
26092024-05-06T02:46:21.376Zx installinator, 38493048 bytes, 75182 tape blocks
26102024-05-06T02:46:21.376Zx pkg, 0 bytes, 0 tape blocks
26112024-05-06T02:46:21.376Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26122024-05-06T02:46:21.376Zx VERSION, 25 bytes, 1 tape blocks
26132024-05-06T02:46:21.402Z+ mkdir -p /tmp/tmp.qEaaxi/root/lib/svc/manifest/site/
26142024-05-06T02:46:21.402Z+ mv pkg/manifest.xml /tmp/tmp.qEaaxi/root/lib/svc/manifest/site/installinator.xml
26152024-05-06T02:46:21.402Z+ cd -
26162024-05-06T02:46:21.402Z/work/oxidecomputer/omicron
26172024-05-06T02:46:21.402Z+ pkg_dir=/tmp/tmp.qEaaxi/root/opt/oxide/mg-ddm
26182024-05-06T02:46:21.402Z+ mkdir -p /tmp/tmp.qEaaxi/root/opt/oxide/mg-ddm
26192024-05-06T02:46:21.402Z+ cd /tmp/tmp.qEaaxi/root/opt/oxide/mg-ddm
26202024-05-06T02:46:21.402Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26212024-05-06T02:46:21.495Zx ., 0 bytes, 0 tape blocks
26222024-05-06T02:46:21.495Zx ddmadm, 18870416 bytes, 36857 tape blocks
26232024-05-06T02:46:21.495Zx ddmd, 42960632 bytes, 83908 tape blocks
26242024-05-06T02:46:21.495Zx pkg, 0 bytes, 0 tape blocks
26252024-05-06T02:46:21.495Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26262024-05-06T02:46:21.495Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26272024-05-06T02:46:21.495Zx pkg/mgd, 0 bytes, 0 tape blocks
26282024-05-06T02:46:21.495Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26292024-05-06T02:46:21.495Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26302024-05-06T02:46:21.496Zx pkg/ddm, 0 bytes, 0 tape blocks
26312024-05-06T02:46:21.496Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26322024-05-06T02:46:21.496Zx VERSION, 25 bytes, 1 tape blocks
26332024-05-06T02:46:21.521Z+ cd -
26342024-05-06T02:46:21.521Z/work/oxidecomputer/omicron
26352024-05-06T02:46:21.521Z+ cd /tmp/tmp.qEaaxi
26362024-05-06T02:46:21.521Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26372024-05-06T02:46:26.113ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26382024-05-06T02:46:26.113Za oxide.json 1K
26392024-05-06T02:46:26.113Za root/ 0K
26402024-05-06T02:46:26.113Za root/opt/ 0K
26412024-05-06T02:46:26.113Za root/opt/oxide/ 0K
26422024-05-06T02:46:26.113Za root/opt/oxide/installinator/ 0K
26432024-05-06T02:46:26.113Za root/opt/oxide/installinator/installinator 37591K
26442024-05-06T02:46:26.113Za root/opt/oxide/installinator/pkg/ 0K
26452024-05-06T02:46:26.113Za root/opt/oxide/installinator/VERSION 1K
26462024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/ 0K
26472024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/ddmadm 18429K
26482024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/ddmd 41954K
26492024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/ 0K
26502024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26512024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26522024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26532024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26542024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26552024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26562024-05-06T02:46:26.113Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26572024-05-06T02:46:26.114Za root/opt/oxide/mg-ddm/VERSION 1K
26582024-05-06T02:46:26.114Za root/lib/ 0K
26592024-05-06T02:46:26.114Za root/lib/svc/ 0K
26602024-05-06T02:46:26.114Za root/lib/svc/manifest/ 0K
26612024-05-06T02:46:26.114Za root/lib/svc/manifest/site/ 0K
26622024-05-06T02:46:26.114Za root/lib/svc/manifest/site/installinator.xml 3K
26632024-05-06T02:46:26.140Z+ cd /
26642024-05-06T02:46:26.140Z+ rm -rf /tmp/tmp.qEaaxi
26652024-05-06T02:46:26.140Z
26662024-05-06T02:46:26.140Zreal 4.858369819
26672024-05-06T02:46:26.140Zuser 4.394118988
26682024-05-06T02:46:26.140Zsys 0.465454391
26692024-05-06T02:46:26.140Ztrap 0.000750269
26702024-05-06T02:46:26.140Ztflt 0.000000000
26712024-05-06T02:46:26.140Zdflt 0.000000000
26722024-05-06T02:46:26.140Zkflt 0.000000000
26732024-05-06T02:46:26.140Zlock 0.000000000
26742024-05-06T02:46:26.140Zslp 9.245015965
26752024-05-06T02:46:26.140Zlat 0.208575937
26762024-05-06T02:46:26.140Zstop 0.000286512
26772024-05-06T02:46:26.140Zprocess exited: duration 1560621 ms, exit code 0
 
26782024-05-06T02:46:26.226Zfound 22 output files
26792024-05-06T02:46:26.227Zuploading: /work/version.txt (26 bytes)
26802024-05-06T02:46:27.313Zuploaded: /work/version.txt
26812024-05-06T02:46:27.313Zuploading: /work/package.tar.gz (85605533 bytes)
26822024-05-06T02:46:52.830Zuploaded: /work/package.tar.gz
26832024-05-06T02:46:52.830Zuploading: /work/global-zone-packages.tar.gz (130832442 bytes)
26842024-05-06T02:47:39.259Zuploaded: /work/global-zone-packages.tar.gz
26852024-05-06T02:47:39.259Zuploading: /work/trampoline-global-zone-packages.tar.gz (33970607 bytes)
26862024-05-06T02:47:50.229Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26872024-05-06T02:47:50.229Zuploading: /work/zones/clickhouse.tar.gz (227385099 bytes)
26882024-05-06T02:49:19.416Zuploaded: /work/zones/clickhouse.tar.gz
26892024-05-06T02:49:19.416Zuploading: /work/zones/clickhouse_keeper.tar.gz (227360644 bytes)
26902024-05-06T02:50:37.997Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26912024-05-06T02:50:37.997Zuploading: /work/zones/cockroachdb.tar.gz (122877225 bytes)
26922024-05-06T02:51:16.605Zuploaded: /work/zones/cockroachdb.tar.gz
26932024-05-06T02:51:16.605Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27342194 bytes)
26942024-05-06T02:51:26.031Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26952024-05-06T02:51:26.032Zuploading: /work/zones/crucible-zone.tar.gz (38257850 bytes)
26962024-05-06T02:51:39.816Zuploaded: /work/zones/crucible-zone.tar.gz
26972024-05-06T02:51:39.816Zuploading: /work/zones/external-dns.tar.gz (25009806 bytes)
26982024-05-06T02:51:47.941Zuploaded: /work/zones/external-dns.tar.gz
26992024-05-06T02:51:47.942Zuploading: /work/zones/internal-dns.tar.gz (25008434 bytes)
27002024-05-06T02:51:56.875Zuploaded: /work/zones/internal-dns.tar.gz
27012024-05-06T02:51:56.904Zuploading: /work/zones/nexus-single-sled.tar.gz (85296406 bytes)
27022024-05-06T02:52:23.909Zuploaded: /work/zones/nexus-single-sled.tar.gz
27032024-05-06T02:52:23.937Zuploading: /work/zones/nexus.tar.gz (85297821 bytes)
27042024-05-06T02:52:54.097Zuploaded: /work/zones/nexus.tar.gz
27052024-05-06T02:52:54.097Zuploading: /work/zones/ntp.tar.gz (8558521 bytes)
27062024-05-06T02:52:57.793Zuploaded: /work/zones/ntp.tar.gz
27072024-05-06T02:52:57.793Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14629301 bytes)
27082024-05-06T02:53:06.542Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27092024-05-06T02:53:06.542Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14628488 bytes)
27102024-05-06T02:53:12.459Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27112024-05-06T02:53:12.459Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27122024-05-06T02:53:13.555Zuploaded: /work/zones/overlay.tar.gz
27132024-05-06T02:53:13.555Zuploading: /work/zones/oximeter.tar.gz (43583488 bytes)
27142024-05-06T02:53:27.834Zuploaded: /work/zones/oximeter.tar.gz
27152024-05-06T02:53:27.858Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27162024-05-06T02:53:29.612Zuploaded: /work/zones/probe.tar.gz
27172024-05-06T02:53:29.641Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27182024-05-06T02:53:53.279Zuploaded: /work/zones/propolis-server.tar.gz
27192024-05-06T02:53:53.279Zuploading: /work/zones/switch-asic.tar.gz (300970363 bytes)
27202024-05-06T02:55:32.738Zuploaded: /work/zones/switch-asic.tar.gz
27212024-05-06T02:55:32.738Zuploading: /work/zones/switch-softnpu.tar.gz (204973684 bytes)
27222024-05-06T02:56:49.655Zuploaded: /work/zones/switch-softnpu.tar.gz