01HX7GNDHBRB82AHRFBEG9GPDA: 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: 01HX7GNR2B7TCHWPMMBZN5X5C0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-06T17:55:32.544Zjob assigned to worker 01HX7GNQPTZZM57C3BXS4KN4KK (queued for 1 m 8 s)
 
22024-05-06T17:55:40.040Zstarting task 0: "setup"
32024-05-06T17:55:40.101Z++ uname -s
42024-05-06T17:55:40.105Z+ kern=SunOS
52024-05-06T17:55:40.106Z+ case "$kern" in
62024-05-06T17:55:40.106Z+ groupadd -g 12345 build
72024-05-06T17:55:40.114Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-06T17:55:42.129Z+ zfs create -o mountpoint=/work rpool/work
92024-05-06T17:55:42.237Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-06T17:55:42.242Z+ home_fs=zfs
112024-05-06T17:55:42.242Z+ [[ zfs == autofs ]]
122024-05-06T17:55:42.242Z+ mkdir -p /home/build
132024-05-06T17:55:42.242Z+ chown build:build /home/build /work
142024-05-06T17:55:44.244Z+ chmod 0700 /home/build /work
152024-05-06T17:55:44.247Zprocess exited: duration 4206 ms, exit code 0
 
162024-05-06T17:55:44.255Zstarting task 1: "rust-toolchain"
172024-05-06T17:55:44.260Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-06T17:55:44.263Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-06T17:55:44.375Zinfo: downloading installer
202024-05-06T17:55:46.009Zwarning: it looks like you have an existing installation of Rust at:
212024-05-06T17:55:46.009Zwarning: /opt/ooce/bin
222024-05-06T17:55:46.009Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-06T17:55:46.009Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-06T17:55:46.009Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-06T17:55:46.009Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-06T17:55:46.009Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-06T17:55:46.009Zerror: cannot install while Rust is installed
282024-05-06T17:55:46.009Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-06T17:55:46.103Zinfo: profile set to 'default'
302024-05-06T17:55:46.103Zinfo: default host triple is x86_64-unknown-illumos
312024-05-06T17:55:46.109Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-06T17:55:46.240Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-06T17:55:46.241Zinfo: downloading component 'cargo'
342024-05-06T17:55:47.010Zinfo: downloading component 'clippy'
352024-05-06T17:55:47.281Zinfo: downloading component 'rust-docs'
362024-05-06T17:55:48.255Zinfo: downloading component 'rust-std'
372024-05-06T17:55:49.976Zinfo: downloading component 'rustc'
382024-05-06T17:55:54.160Zinfo: downloading component 'rustfmt'
392024-05-06T17:55:54.408Zinfo: installing component 'cargo'
402024-05-06T17:55:55.287Zinfo: installing component 'clippy'
412024-05-06T17:55:55.669Zinfo: installing component 'rust-docs'
422024-05-06T17:55:57.105Zinfo: installing component 'rust-std'
432024-05-06T17:55:58.956Zinfo: installing component 'rustc'
442024-05-06T17:56:03.066Zinfo: installing component 'rustfmt'
452024-05-06T17:56:03.403Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-06T17:56:03.403Z
472024-05-06T17:56:04.106Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-06T17:56:04.107Z
492024-05-06T17:56:04.530Z
502024-05-06T17:56:04.530ZRust is installed now. Great!
512024-05-06T17:56:04.530Z
522024-05-06T17:56:04.530ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-06T17:56:04.530Zenvironment variable. This has not been done automatically.
542024-05-06T17:56:04.530Z
552024-05-06T17:56:04.530ZTo configure your current shell, you need to source
562024-05-06T17:56:04.530Zthe corresponding env file under $HOME/.cargo.
572024-05-06T17:56:04.530Z
582024-05-06T17:56:04.530ZThis is usually done by running one of the following (note the leading DOT):
592024-05-06T17:56:04.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-06T17:56:04.530Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-06T17:56:04.530Z+ rustc --version
622024-05-06T17:56:04.530Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-06T17:56:04.530Zprocess exited: duration 19661 ms, exit code 0
 
642024-05-06T17:56:04.539Zstarting task 2: "authentication"
652024-05-06T17:56:04.567Zprocess exited: duration 23 ms, exit code 0
 
662024-05-06T17:56:04.603Zstarting task 3: "clone repository"
672024-05-06T17:56:04.618Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-06T17:56:04.618Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-06T17:56:05.319ZCloning into '/work/oxidecomputer/omicron'...
702024-05-06T17:56:11.344Z+ cd /work/oxidecomputer/omicron
712024-05-06T17:56:11.344Z+ git fetch origin 0d311ea1351d058f8dca774225a5a54f0bdd62c1
722024-05-06T17:56:11.663ZFrom https://github.com/oxidecomputer/omicron
732024-05-06T17:56:11.663Z * branch 0d311ea1351d058f8dca774225a5a54f0bdd62c1 -> FETCH_HEAD
742024-05-06T17:56:11.673Z+ [[ -n api-typo ]]
752024-05-06T17:56:11.676Z++ git branch --show-current
762024-05-06T17:56:11.679Z+ current=main
772024-05-06T17:56:11.679Z+ [[ main != api-typo ]]
782024-05-06T17:56:11.679Z+ git branch -f api-typo 0d311ea1351d058f8dca774225a5a54f0bdd62c1
792024-05-06T17:56:11.684Z+ git checkout -f api-typo
802024-05-06T17:56:11.805ZSwitched to branch 'api-typo'
812024-05-06T17:56:11.808Z+ git reset --hard 0d311ea1351d058f8dca774225a5a54f0bdd62c1
822024-05-06T17:56:11.929ZHEAD is now at 0d311ea13 API typos
832024-05-06T17:56:11.932Zprocess exited: duration 7333 ms, exit code 0
 
842024-05-06T17:56:11.939Zstarting task 4: "build"
852024-05-06T17:56:11.945Z+ cargo --version
862024-05-06T17:56:11.950Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-06T17:56:12.098Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-06T17:56:12.099Zinfo: downloading component 'cargo'
892024-05-06T17:56:12.916Zinfo: downloading component 'clippy'
902024-05-06T17:56:13.183Zinfo: downloading component 'rust-docs'
912024-05-06T17:56:14.255Zinfo: downloading component 'rust-std'
922024-05-06T17:56:15.864Zinfo: downloading component 'rustc'
932024-05-06T17:56:20.143Zinfo: downloading component 'rustfmt'
942024-05-06T17:56:20.381Zinfo: installing component 'cargo'
952024-05-06T17:56:21.232Zinfo: installing component 'clippy'
962024-05-06T17:56:21.584Zinfo: installing component 'rust-docs'
972024-05-06T17:56:23.063Zinfo: installing component 'rust-std'
982024-05-06T17:56:24.735Zinfo: installing component 'rustc'
992024-05-06T17:56:28.732Zinfo: installing component 'rustfmt'
1002024-05-06T17:56:29.149Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-06T17:56:29.152Z+ rustc --version
1022024-05-06T17:56:29.218Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-06T17:56:29.222Z+ WORK=/work
1042024-05-06T17:56:29.225Z+ pfexec mkdir -p /work
1052024-05-06T17:56:29.228Z+ pfexec chown build /work
1062024-05-06T17:56:29.232Z++ git rev-parse HEAD
1072024-05-06T17:56:29.234Z+ COMMIT=0d311ea1351d058f8dca774225a5a54f0bdd62c1
1082024-05-06T17:56:29.235Z+ VERSION=8.0.0-0.ci+git0d311ea1351
1092024-05-06T17:56:29.235Z+ echo 8.0.0-0.ci+git0d311ea1351
1102024-05-06T17:56:29.235Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-06T17:56:35.975Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-06T17:56:37.654ZPlanning: Solver setup ... Done (0.957s)
1132024-05-06T17:56:38.116ZPlanning: Running solver ... Done (0.017s)
1142024-05-06T17:56:38.116ZPlanning: Finding local manifests ... Done (0.004s)
1152024-05-06T17:56:38.116ZPlanning: Fetching manifests: 0/4 0% complete
1162024-05-06T17:56:38.116ZPlanning: Fetching manifests: 4/4 100% complete
1172024-05-06T17:56:38.116ZPlanning: Package planning ... Done (0.049s)
1182024-05-06T17:56:38.117ZPlanning: Merging actions ... Done (0.051s)
1192024-05-06T17:56:38.820ZPlanning: Checking for conflicting actions ... Done (0.766s)
1202024-05-06T17:56:38.830ZPlanning: Consolidating action changes ... Done (0.011s)
1212024-05-06T17:56:44.780ZPlanning: Evaluating mediators ... Done (5.949s)
1222024-05-06T17:56:44.788ZPlanning: Planning completed in 8.81 seconds
1232024-05-06T17:56:45.426Z Packages to install: 4
1242024-05-06T17:56:45.426Z Mediators to change: 2
1252024-05-06T17:56:45.426Z Services to change: 1
1262024-05-06T17:56:45.434Z Estimated space available: 155.31 GB
1272024-05-06T17:56:45.434ZEstimated space to be consumed: 1.44 GB
1282024-05-06T17:56:45.434Z Create boot environment: No
1292024-05-06T17:56:45.434ZCreate backup boot environment: No
1302024-05-06T17:56:45.435Z Rebuild boot archive: No
1312024-05-06T17:56:45.435Z
1322024-05-06T17:56:45.435ZChanged mediators:
1332024-05-06T17:56:45.435Z mediator clang:
1342024-05-06T17:56:45.435Z version: None -> 15 (system default)
1352024-05-06T17:56:45.435Z
1362024-05-06T17:56:45.435Z mediator llvm:
1372024-05-06T17:56:45.435Z version: 14 (system default) -> 15 (system default)
1382024-05-06T17:56:45.435Z
1392024-05-06T17:56:45.435ZChanged packages:
1402024-05-06T17:56:45.435Zhelios-dev
1412024-05-06T17:56:45.436Z developer/build-essential
1422024-05-06T17:56:45.436Z None -> 11-2.0
1432024-05-06T17:56:45.436Z library/libxmlsec1
1442024-05-06T17:56:45.436Z None -> 1.2.35-2.0
1452024-05-06T17:56:45.436Z ooce/developer/clang-15
1462024-05-06T17:56:45.436Z None -> 15.0.7-2.0
1472024-05-06T17:56:45.436Z ooce/developer/llvm-15
1482024-05-06T17:56:45.436Z None -> 15.0.7-2.0
1492024-05-06T17:56:45.437Z
1502024-05-06T17:56:45.437ZServices:
1512024-05-06T17:56:45.437Z restart_fmri:
1522024-05-06T17:56:45.437Z svc:/system/update-man-index:default
1532024-05-06T17:56:45.461Z
1542024-05-06T17:56:45.461ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1552024-05-06T17:56:50.465ZDownload: 1017/3290 items 19.5/212.6MB 9% complete (4.0M/s)
1562024-05-06T17:56:55.876ZDownload: 1606/3290 items 113.5/212.6MB 53% complete (11.4M/s)
1572024-05-06T17:57:00.474ZDownload: 3017/3290 items 121.3/212.6MB 57% complete (10.2M/s)
1582024-05-06T17:57:03.306ZDownload: Completed 212.60 MB in 17.43 seconds (12.2M/s)
1592024-05-06T17:57:03.800Z Actions: 1/3689 actions (Installing new actions)
1602024-05-06T17:57:12.977Z Actions: 3541/3689 actions (Installing new actions)
1612024-05-06T17:57:13.035Z Actions: Completed 3689 actions in 5.71 seconds.
1622024-05-06T17:57:13.035Z Done (0.442s)
1632024-05-06T17:57:13.036Z Done (0.000s)
1642024-05-06T17:57:13.061Z Done (0.287s)
1652024-05-06T17:57:16.938Z Done (6.533s)
1662024-05-06T17:57:17.131Z Done (0.126s)
1672024-05-06T17:57:17.140Z Done (0.000s)
1682024-05-06T17:57:17.714Z Done (0.000s)
1692024-05-06T17:57:17.721ZPlanning: Evaluating mediator changes ... Done
1702024-05-06T17:57:17.881ZPlanning: Checking for conflicting actions ... Done
1712024-05-06T17:57:17.884ZPlanning: Consolidating action changes ... Done
1722024-05-06T17:57:18.158ZPlanning: Evaluating mediators ... Done
1732024-05-06T17:57:18.174ZPlanning: Planning completed in 0.44 seconds
1742024-05-06T17:57:18.197Z Mediators to change: 2
1752024-05-06T17:57:18.200Z Create boot environment: No
1762024-05-06T17:57:18.200ZCreate backup boot environment: No
1772024-05-06T17:57:18.255Z Done
1782024-05-06T17:57:18.255Z Done
1792024-05-06T17:57:18.440Z Done
1802024-05-06T17:57:22.032Z Done
1812024-05-06T17:57:22.117Z Done
1822024-05-06T17:57:22.121Z Done
1832024-05-06T17:57:22.475Z Done
1842024-05-06T17:57:23.098ZPlanning: Evaluating mediator changes ... Done
1852024-05-06T17:57:23.104ZPlanning: Merging actions ... Done
1862024-05-06T17:57:23.289ZPlanning: Checking for conflicting actions ... Done
1872024-05-06T17:57:23.292ZPlanning: Consolidating action changes ... Done
1882024-05-06T17:57:23.565ZPlanning: Evaluating mediators ... Done
1892024-05-06T17:57:23.621ZPlanning: Planning completed in 0.77 seconds
1902024-05-06T17:57:23.656Z Packages to change: 1
1912024-05-06T17:57:23.657Z Mediators to change: 1
1922024-05-06T17:57:23.660Z Services to change: 1
1932024-05-06T17:57:23.660Z Create boot environment: No
1942024-05-06T17:57:23.660ZCreate backup boot environment: Yes
1952024-05-06T17:57:25.652Z Actions: 1/6 actions (Updating modified actions)
1962024-05-06T17:57:25.747Z Actions: Completed 6 actions in 0.09 seconds.
1972024-05-06T17:57:25.754Z Done
1982024-05-06T17:57:25.754Z Done
1992024-05-06T17:57:25.805Z Done
2002024-05-06T17:57:29.431Z Done
2012024-05-06T17:57:29.519Z Done
2022024-05-06T17:57:29.522Z Done
2032024-05-06T17:57:29.635Z Done
2042024-05-06T17:57:30.084ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-05-06T17:57:30.084Zclang system 15 system
2062024-05-06T17:57:30.084Zcsh system system illumos
2072024-05-06T17:57:30.084Zctags system system illumos
2082024-05-06T17:57:30.084Zgcc vendor 12 vendor
2092024-05-06T17:57:30.084Zgcc system 10 system
2102024-05-06T17:57:30.084Zgcc system 7 system
2112024-05-06T17:57:30.084Zgo system 1.20 system
2122024-05-06T17:57:30.084Zgo system 1.19 system
2132024-05-06T17:57:30.084Zllvm system 15 system
2142024-05-06T17:57:30.084Zllvm system 14 system
2152024-05-06T17:57:30.084Zmariadb system 10.6 system
2162024-05-06T17:57:30.084Zmta vendor vendor dma
2172024-05-06T17:57:30.084Zopenjdk system 17 system
2182024-05-06T17:57:30.084Zopenjdk system 11 system
2192024-05-06T17:57:30.084Zopenjdk system 1.8 system
2202024-05-06T17:57:30.084Zopenssl vendor 3 vendor
2212024-05-06T17:57:30.084Zperl system 5.36 system
2222024-05-06T17:57:30.084Zpostgresql system 15 system
2232024-05-06T17:57:30.084Zpostgresql system 13 system
2242024-05-06T17:57:30.085Zpython vendor 3 vendor
2252024-05-06T17:57:30.085Zpython system 2 system
2262024-05-06T17:57:30.085Zpython3 system 3.11 system
2272024-05-06T17:57:30.085Zruby system 3.0 system
2282024-05-06T17:57:30.085Zwords vendor vendor american-english
2292024-05-06T17:57:30.085Zwords system system australian-english
2302024-05-06T17:57:30.085Zwords system system british-english
2312024-05-06T17:57:30.085Zwords system system canadian-english
2322024-05-06T17:57:30.085Zwords system system french
2332024-05-06T17:57:30.085Zwords system system italian
2342024-05-06T17:57:30.085Zwords system system ngerman
2352024-05-06T17:57:30.085Zwords system system ogerman
2362024-05-06T17:57:30.085Zwords system system spanish
2372024-05-06T17:57:30.432ZPUBLISHER TYPE STATUS P LOCATION
2382024-05-06T17:57:30.432Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-05-06T17:57:31.770ZFMRI IFO
2402024-05-06T17:57:31.770Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-05-06T17:57:31.770Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-05-06T17:57:31.770Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-05-06T17:57:31.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-05-06T17:57:31.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-05-06T17:57:31.771Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-05-06T17:57:31.771Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-05-06T17:57:31.771Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-05-06T17:57:31.771Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-05-06T17:57:31.771Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-05-06T17:57:31.771Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-05-06T17:57:31.771Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-05-06T17:57:32.036Z+ set -o errexit
2532024-05-06T17:57:32.048Z+++ dirname ./tools/ci_download_cockroachdb
2542024-05-06T17:57:32.048Z++ cd ./tools
2552024-05-06T17:57:32.048Z++ pwd
2562024-05-06T17:57:32.049Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2572024-05-06T17:57:32.049Z++ basename ./tools/ci_download_cockroachdb
2582024-05-06T17:57:32.049Z+ ARG0=ci_download_cockroachdb
2592024-05-06T17:57:32.049Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2602024-05-06T17:57:32.049Z+ CIDL_VERSION=v22.1.9
2612024-05-06T17:57:32.049Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2622024-05-06T17:57:32.049Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2632024-05-06T17:57:32.049Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2642024-05-06T17:57:32.049Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-05-06T17:57:32.049Z+ TARGET_DIR=out
2662024-05-06T17:57:32.049Z+ DOWNLOAD_DIR=out/downloads
2672024-05-06T17:57:32.049Z+ DEST_DIR=./out/cockroachdb
2682024-05-06T17:57:32.049Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2692024-05-06T17:57:32.049Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2702024-05-06T17:57:32.049Z+ main
2712024-05-06T17:57:32.049Z+ [[ 0 != 0 ]]
2722024-05-06T17:57:32.049Z+ CIDL_OS=solaris2.11
2732024-05-06T17:57:32.049Z+ [[ 0 != 0 ]]
2742024-05-06T17:57:32.049Z+ configure_os solaris2.11
2752024-05-06T17:57:32.049Z+ echo 'current directory: /work/oxidecomputer/omicron'
2762024-05-06T17:57:32.049Zcurrent directory: /work/oxidecomputer/omicron
2772024-05-06T17:57:32.049Zconfiguring based on OS: "solaris2.11"
2782024-05-06T17:57:32.050Z+ echo 'configuring based on OS: "solaris2.11"'
2792024-05-06T17:57:32.050Z+ case "$1" in
2802024-05-06T17:57:32.050Z+ CIDL_BUILD=illumos
2812024-05-06T17:57:32.050Z+ CIDL_SUFFIX=tar.gz
2822024-05-06T17:57:32.050Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-05-06T17:57:32.050Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842024-05-06T17:57:32.050Z+ CIDL_ASSEMBLE=do_assemble_illumos
2852024-05-06T17:57:32.050Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2862024-05-06T17:57:32.050Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2872024-05-06T17:57:32.050Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-06T17:57:32.050Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2892024-05-06T17:57:32.050Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-06T17:57:32.050Z+ CIDL_SHA256FUNC=do_sha256sum
2912024-05-06T17:57:32.050Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-06T17:57:32.050ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-06T17:57:32.050Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-06T17:57:32.050Z+ mkdir -p out/downloads
2952024-05-06T17:57:32.050ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-06T17:57:32.050Z+ mkdir -p ./out/cockroachdb
2972024-05-06T17:57:32.050Z+ local DO_DOWNLOAD=true
2982024-05-06T17:57:32.050Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2992024-05-06T17:57:32.050Z+ '[' true == true ']'
3002024-05-06T17:57:32.051Z+ echo Downloading...
3012024-05-06T17:57:32.074ZDownloading...
3022024-05-06T17:57:32.075Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-06T17:57:32.075Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-06T17:57:34.987Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-06T17:57:35.005Z++ sha256sum
3062024-05-06T17:57:35.005Z++ awk '{print $1}'
3072024-05-06T17:57:35.043Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-05-06T17:57:35.043Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3092024-05-06T17:57:35.048Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-05-06T17:57:35.048Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3112024-05-06T17:57:37.232Z+ do_assemble_illumos
3122024-05-06T17:57:37.233Z+ rm -r ./out/cockroachdb
3132024-05-06T17:57:37.643Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3142024-05-06T17:57:37.660Z+ ./out/cockroachdb/bin/cockroach version
3152024-05-06T17:57:37.925ZBuild Tag: v22.1.9-dirty
3162024-05-06T17:57:37.925ZBuild Time: 2022/10/26 21:17:46
3172024-05-06T17:57:37.925ZDistribution: OSS
3182024-05-06T17:57:37.925ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3192024-05-06T17:57:37.925ZGo Version: go1.17.13
3202024-05-06T17:57:37.925ZC Compiler: gcc 10.3.0
3212024-05-06T17:57:37.925ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3222024-05-06T17:57:37.925ZBuild Type: release
3232024-05-06T17:57:37.942Z+ set -o errexit
3242024-05-06T17:57:37.946Z+++ dirname ./tools/ci_download_clickhouse
3252024-05-06T17:57:37.950Z++ cd ./tools
3262024-05-06T17:57:37.950Z++ pwd
3272024-05-06T17:57:37.950Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3282024-05-06T17:57:37.950Z++ basename ./tools/ci_download_clickhouse
3292024-05-06T17:57:37.950Z+ ARG0=ci_download_clickhouse
3302024-05-06T17:57:37.950Z+ TARGET_DIR=out
3312024-05-06T17:57:37.950Z+ DOWNLOAD_DIR=out/downloads
3322024-05-06T17:57:37.950Z+ DEST_DIR=./out/clickhouse
3332024-05-06T17:57:37.954Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3342024-05-06T17:57:37.954Z+ CIDL_VERSION=v23.8.7.24
3352024-05-06T17:57:37.954Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3362024-05-06T17:57:37.954Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3372024-05-06T17:57:37.954Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3382024-05-06T17:57:37.954Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3392024-05-06T17:57:37.954Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3402024-05-06T17:57:37.954Z+ main
3412024-05-06T17:57:37.954Z+ [[ 0 != 0 ]]
3422024-05-06T17:57:37.954Z+ CIDL_OS=solaris2.11
3432024-05-06T17:57:37.954Z+ [[ 0 != 0 ]]
3442024-05-06T17:57:37.954Z+ configure_os solaris2.11
3452024-05-06T17:57:37.954Z+ echo 'current directory: /work/oxidecomputer/omicron'
3462024-05-06T17:57:37.954Zcurrent directory: /work/oxidecomputer/omicron
3472024-05-06T17:57:37.954Z+ echo 'configuring based on OS: "solaris2.11"'
3482024-05-06T17:57:37.954Z+ CIDL_DASHREV=
3492024-05-06T17:57:37.954Z+ case "$1" in
3502024-05-06T17:57:37.954Zconfiguring based on OS: "solaris2.11"
3512024-05-06T17:57:37.955Z+ CIDL_PLATFORM=illumos
3522024-05-06T17:57:37.955Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3532024-05-06T17:57:37.955Z+ CIDL_MD5FUNC=do_md5sum
3542024-05-06T17:57:37.955Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3552024-05-06T17:57:37.955Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-06T17:57:37.955Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-06T17:57:37.955Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-06T17:57:37.955Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3592024-05-06T17:57:37.955ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-06T17:57:37.955Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-06T17:57:37.955Z+ mkdir -p out/downloads
3622024-05-06T17:57:37.955ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-06T17:57:37.961Z+ mkdir -p ./out/clickhouse
3642024-05-06T17:57:37.961Z+ local DO_DOWNLOAD=true
3652024-05-06T17:57:37.962Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3662024-05-06T17:57:37.962Z+ '[' true == true ']'
3672024-05-06T17:57:37.962Z+ echo Downloading...
3682024-05-06T17:57:37.962ZDownloading...
3692024-05-06T17:57:37.962Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-05-06T17:57:37.962Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-05-06T17:57:39.629Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-05-06T17:57:39.632Z++ md5sum
3732024-05-06T17:57:39.632Z++ awk '{print $1}'
3742024-05-06T17:57:39.947Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3752024-05-06T17:57:39.947Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3762024-05-06T17:57:39.947Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3772024-05-06T17:57:39.950Z+ mkdir -p ./out/clickhouse
3782024-05-06T17:57:39.950Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3792024-05-06T17:57:43.821Z+ [[ solaris2.11 == darwin* ]]
3802024-05-06T17:57:43.821Z+ ./out/clickhouse/clickhouse server --version
3812024-05-06T17:57:44.308ZClickHouse server version 23.8.7.1.
3822024-05-06T17:57:44.331Z+ set -o errexit
3832024-05-06T17:57:44.344Z+++ dirname ./tools/ci_download_console
3842024-05-06T17:57:44.344Z++ cd ./tools
3852024-05-06T17:57:44.344Z++ pwd
3862024-05-06T17:57:44.344Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3872024-05-06T17:57:44.344Z++ basename ./tools/ci_download_console
3882024-05-06T17:57:44.344Z+ ARG0=ci_download_console
3892024-05-06T17:57:44.344Z+ TARGET_DIR=out
3902024-05-06T17:57:44.344Z+ DOWNLOAD_DIR=out/downloads
3912024-05-06T17:57:44.344Z+ DEST_DIR=./out/console-assets
3922024-05-06T17:57:44.344Z+ source /work/oxidecomputer/omicron/tools/console_version
3932024-05-06T17:57:44.345Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3942024-05-06T17:57:44.345Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3952024-05-06T17:57:44.345Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3962024-05-06T17:57:44.345Z+ TARBALL_FILE=out/downloads/console.tar.gz
3972024-05-06T17:57:44.345Z+ main
3982024-05-06T17:57:44.345Z+ [[ 0 != 0 ]]
3992024-05-06T17:57:44.345Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4002024-05-06T17:57:44.345ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4012024-05-06T17:57:44.345Z+ echo 'Local file: out/downloads/console.tar.gz'
4022024-05-06T17:57:44.345ZLocal file: out/downloads/console.tar.gz
4032024-05-06T17:57:44.345Z+ local DO_DOWNLOAD=true
4042024-05-06T17:57:44.345Z+ [[ -f out/downloads/console.tar.gz ]]
4052024-05-06T17:57:44.345Z+ mkdir -p out/downloads
4062024-05-06T17:57:44.345Z+ '[' true == true ']'
4072024-05-06T17:57:44.345Z+ echo Downloading...
4082024-05-06T17:57:44.345ZDownloading...
4092024-05-06T17:57:44.346Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4102024-05-06T17:57:44.346Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4112024-05-06T17:57:45.011Z++ do_sha256sum out/downloads/console.tar.gz
4122024-05-06T17:57:45.011Z++ case "$OSTYPE" in
4132024-05-06T17:57:45.011Z++ SHA=sha256sum
4142024-05-06T17:57:45.014Z++ sha256sum
4152024-05-06T17:57:45.014Z++ awk '{print $1}'
4162024-05-06T17:57:45.020Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4172024-05-06T17:57:45.023Z+ [[ 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 ]]
4182024-05-06T17:57:45.023Z+ rm -rf ./out/console-assets
4192024-05-06T17:57:45.024Z+ mkdir -p ./out/console-assets
4202024-05-06T17:57:45.027Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4212024-05-06T17:57:45.027Z+ mkdir -p ./out/console-assets
4222024-05-06T17:57:45.027Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4232024-05-06T17:57:45.119Z+ set -o errexit
4242024-05-06T17:57:45.122Z+++ dirname ./tools/ci_download_dendrite_openapi
4252024-05-06T17:57:45.126Z++ cd ./tools
4262024-05-06T17:57:45.126Z++ pwd
4272024-05-06T17:57:45.126Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4282024-05-06T17:57:45.126Z++ basename ./tools/ci_download_dendrite_openapi
4292024-05-06T17:57:45.130Z+ ARG0=ci_download_dendrite_openapi
4302024-05-06T17:57:45.130Z+ TARGET_DIR=out
4312024-05-06T17:57:45.130Z+ DOWNLOAD_DIR=out/downloads
4322024-05-06T17:57:45.130Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4332024-05-06T17:57:45.130Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4342024-05-06T17:57:45.130Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4352024-05-06T17:57:45.130Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4362024-05-06T17:57:45.130Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4372024-05-06T17:57:45.130Z+ main
4382024-05-06T17:57:45.130Z+ [[ 0 != 0 ]]
4392024-05-06T17:57:45.130Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4402024-05-06T17:57:45.130Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4412024-05-06T17:57:45.130ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4422024-05-06T17:57:45.130ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4432024-05-06T17:57:45.130Z+ local DO_DOWNLOAD=true
4442024-05-06T17:57:45.130Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4452024-05-06T17:57:45.130Z+ mkdir -p out/downloads
4462024-05-06T17:57:45.130Z+ '[' true == true ']'
4472024-05-06T17:57:45.130Z+ echo Downloading...
4482024-05-06T17:57:45.130ZDownloading...
4492024-05-06T17:57:45.131Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4502024-05-06T17:57:45.131Z+ 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
4512024-05-06T17:57:45.352Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4522024-05-06T17:57:45.352Z++ case "$OSTYPE" in
4532024-05-06T17:57:45.358Z++ SHA=sha256sum
4542024-05-06T17:57:45.358Z++ sha256sum
4552024-05-06T17:57:45.358Z++ awk '{print $1}'
4562024-05-06T17:57:45.361Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4572024-05-06T17:57:45.361Z+ [[ 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 ]]
4582024-05-06T17:57:45.364Z+ set -o errexit
4592024-05-06T17:57:45.368Z+++ dirname ./tools/ci_download_dendrite_stub
4602024-05-06T17:57:45.371Z++ cd ./tools
4612024-05-06T17:57:45.371Z++ pwd
4622024-05-06T17:57:45.371Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4632024-05-06T17:57:45.371Z++ basename ./tools/ci_download_dendrite_stub
4642024-05-06T17:57:45.371Z+ ARG0=ci_download_dendrite_stub
4652024-05-06T17:57:45.371Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4662024-05-06T17:57:45.371Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4672024-05-06T17:57:45.371Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4682024-05-06T17:57:45.371Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4692024-05-06T17:57:45.372Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4702024-05-06T17:57:45.372Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4712024-05-06T17:57:45.372Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4722024-05-06T17:57:45.372Z+ TARGET_DIR=out
4732024-05-06T17:57:45.372Z+ DOWNLOAD_DIR=out/downloads
4742024-05-06T17:57:45.372Z+ DEST_DIR=./out/dendrite-stub
4752024-05-06T17:57:45.372Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4762024-05-06T17:57:45.372Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4772024-05-06T17:57:45.372Z+ REPO=oxidecomputer/dendrite
4782024-05-06T17:57:45.372Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4792024-05-06T17:57:45.375Z+ main
4802024-05-06T17:57:45.375Z+ [[ 0 != 0 ]]
4812024-05-06T17:57:45.375Z+ CIDL_OS=solaris2.11
4822024-05-06T17:57:45.375Z+ [[ 0 != 0 ]]
4832024-05-06T17:57:45.375Z+ configure_os solaris2.11
4842024-05-06T17:57:45.376Z+ echo 'current directory: /work/oxidecomputer/omicron'
4852024-05-06T17:57:45.376Zcurrent directory: /work/oxidecomputer/omicron
4862024-05-06T17:57:45.376Z+ echo 'configuring based on OS: "solaris2.11"'
4872024-05-06T17:57:45.376Z+ case "$1" in
4882024-05-06T17:57:45.376Z+ SET_BINARIES=
4892024-05-06T17:57:45.376Zconfiguring based on OS: "solaris2.11"
4902024-05-06T17:57:45.376Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4912024-05-06T17:57:45.376Z+ CIDL_SHA256FUNC=do_sha256sum
4922024-05-06T17:57:45.376Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4932024-05-06T17:57:45.376Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4942024-05-06T17:57:45.376Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4952024-05-06T17:57:45.376Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4962024-05-06T17:57:45.376ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4972024-05-06T17:57:45.376Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4982024-05-06T17:57:45.376ZLocal file: out/downloads/dendrite-stub.tar.gz
4992024-05-06T17:57:45.376Z+ mkdir -p out/downloads
5002024-05-06T17:57:45.376Z+ mkdir -p ./out/dendrite-stub
5012024-05-06T17:57:45.380Z+ fetch_and_verify
5022024-05-06T17:57:45.380Z+ local DO_DOWNLOAD=true
5032024-05-06T17:57:45.380Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5042024-05-06T17:57:45.380Z+ '[' true == true ']'
5052024-05-06T17:57:45.380Z+ echo Downloading...
5062024-05-06T17:57:45.380ZDownloading...
5072024-05-06T17:57:45.380Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5082024-05-06T17:57:45.380Z+ 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
5092024-05-06T17:57:55.382Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5102024-05-06T17:57:55.394Z++ sha256sum
5112024-05-06T17:57:55.394Z++ awk '{print $1}'
5122024-05-06T17:57:55.402Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5132024-05-06T17:57:55.402Z+ [[ 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 ]]
5142024-05-06T17:57:55.405Z+ do_untar out/downloads/dendrite-stub.tar.gz
5152024-05-06T17:57:55.405Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5162024-05-06T17:57:56.029Z+ do_assemble
5172024-05-06T17:57:56.029Z+ rm -r ./out/dendrite-stub
5182024-05-06T17:57:56.032Z+ mkdir ./out/dendrite-stub
5192024-05-06T17:57:56.035Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5202024-05-06T17:57:56.118Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5212024-05-06T17:57:56.129Z+ set -o errexit
5222024-05-06T17:57:56.133Z+++ dirname ./tools/ci_download_maghemite_mgd
5232024-05-06T17:57:56.133Z++ cd ./tools
5242024-05-06T17:57:56.139Z++ pwd
5252024-05-06T17:57:56.139Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-05-06T17:57:56.139Z++ basename ./tools/ci_download_maghemite_mgd
5272024-05-06T17:57:56.139Z+ ARG0=ci_download_maghemite_mgd
5282024-05-06T17:57:56.139Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5292024-05-06T17:57:56.139Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5302024-05-06T17:57:56.142Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5312024-05-06T17:57:56.142Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5322024-05-06T17:57:56.142Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5332024-05-06T17:57:56.142Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5342024-05-06T17:57:56.142Z+ TARGET_DIR=out
5352024-05-06T17:57:56.143Z+ DOWNLOAD_DIR=out/downloads
5362024-05-06T17:57:56.143Z+ DEST_DIR=./out/mgd
5372024-05-06T17:57:56.143Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5382024-05-06T17:57:56.143Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392024-05-06T17:57:56.143Z+ REPO=oxidecomputer/maghemite
5402024-05-06T17:57:56.143Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5412024-05-06T17:57:56.143Z+ main
5422024-05-06T17:57:56.143Z+ rm -rf out/downloads/root
5432024-05-06T17:57:56.146Z+ [[ 0 != 0 ]]
5442024-05-06T17:57:56.146Z+ CIDL_OS=solaris2.11
5452024-05-06T17:57:56.146Z+ [[ 0 != 0 ]]
5462024-05-06T17:57:56.146Z+ configure_os solaris2.11
5472024-05-06T17:57:56.146Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-05-06T17:57:56.146Zcurrent directory: /work/oxidecomputer/omicron
5492024-05-06T17:57:56.146Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-05-06T17:57:56.146Z+ case "$1" in
5512024-05-06T17:57:56.146Zconfiguring based on OS: "solaris2.11"
5522024-05-06T17:57:56.146Z+ SET_BINARIES=
5532024-05-06T17:57:56.146Z+ CIDL_SHA256FUNC=do_sha256sum
5542024-05-06T17:57:56.146Z+ TARBALL_FILENAME=mgd.tar.gz
5552024-05-06T17:57:56.147Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5562024-05-06T17:57:56.147Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5572024-05-06T17:57:56.147Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5582024-05-06T17:57:56.147ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5592024-05-06T17:57:56.147ZLocal file: out/downloads/mgd.tar.gz
5602024-05-06T17:57:56.147Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5612024-05-06T17:57:56.147Z+ mkdir -p out/downloads
5622024-05-06T17:57:56.150Z+ mkdir -p ./out/mgd
5632024-05-06T17:57:56.150Z+ fetch_and_verify
5642024-05-06T17:57:56.150Z+ local DO_DOWNLOAD=true
5652024-05-06T17:57:56.150Z+ [[ -f out/downloads/mgd.tar.gz ]]
5662024-05-06T17:57:56.150Z+ '[' true == true ']'
5672024-05-06T17:57:56.150Z+ echo Downloading...
5682024-05-06T17:57:56.150ZDownloading...
5692024-05-06T17:57:56.150Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5702024-05-06T17:57:56.150Z+ 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
5712024-05-06T17:58:07.226Z++ do_sha256sum out/downloads/mgd.tar.gz
5722024-05-06T17:58:07.230Z++ sha256sum
5732024-05-06T17:58:07.230Z++ awk '{print $1}'
5742024-05-06T17:58:07.253Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5752024-05-06T17:58:07.256Z+ [[ 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 ]]
5762024-05-06T17:58:07.256Z+ do_untar out/downloads/mgd.tar.gz
5772024-05-06T17:58:07.256Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5782024-05-06T17:58:07.853Z+ do_assemble
5792024-05-06T17:58:07.853Z+ rm -r ./out/mgd
5802024-05-06T17:58:07.858Z+ mkdir ./out/mgd
5812024-05-06T17:58:07.861Z+ cp -r out/downloads/root ./out/mgd/root
5822024-05-06T17:58:07.940Z+ set -o errexit
5832024-05-06T17:58:07.947Z+++ dirname ./tools/ci_download_transceiver_control
5842024-05-06T17:58:07.947Z++ cd ./tools
5852024-05-06T17:58:07.947Z++ pwd
5862024-05-06T17:58:07.947Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5872024-05-06T17:58:07.964Z++ basename ./tools/ci_download_transceiver_control
5882024-05-06T17:58:07.964Z+ ARG0=ci_download_transceiver_control
5892024-05-06T17:58:07.964Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5902024-05-06T17:58:07.964Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5912024-05-06T17:58:07.964Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5922024-05-06T17:58:07.964Z+ TARGET_DIR=out
5932024-05-06T17:58:07.965Z+ DOWNLOAD_DIR=out/downloads
5942024-05-06T17:58:07.965Z+ DEST_DIR=./out/transceiver-control
5952024-05-06T17:58:07.965Z+ BIN_DIR=/opt/oxide/bin
5962024-05-06T17:58:07.965Z+ BINARY=xcvradm
5972024-05-06T17:58:07.965Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5982024-05-06T17:58:07.966Z+ REPO=oxidecomputer/transceiver-control
5992024-05-06T17:58:07.966Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6002024-05-06T17:58:07.966Z+ main
6012024-05-06T17:58:07.966Z+ [[ 0 != 0 ]]
6022024-05-06T17:58:07.966Z+ CIDL_OS=solaris2.11
6032024-05-06T17:58:07.966Z+ [[ 0 != 0 ]]
6042024-05-06T17:58:07.967Z+ configure_os solaris2.11
6052024-05-06T17:58:07.967Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-05-06T17:58:07.967Zcurrent directory: /work/oxidecomputer/omicron
6072024-05-06T17:58:07.967Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-05-06T17:58:07.967Z+ case "$1" in
6092024-05-06T17:58:07.968Z+ SET_BINARIES=
6102024-05-06T17:58:07.968Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6112024-05-06T17:58:07.968Zconfiguring based on OS: "solaris2.11"
6122024-05-06T17:58:07.968Z+ CIDL_SHA256FUNC=do_sha256sum
6132024-05-06T17:58:07.968Z+ ARCHIVE_FILENAME=xcvradm.gz
6142024-05-06T17:58:07.968Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6152024-05-06T17:58:07.969Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6162024-05-06T17:58:07.969Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6172024-05-06T17:58:07.969ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6182024-05-06T17:58:07.969Z+ echo 'Local file: out/downloads/xcvradm.gz'
6192024-05-06T17:58:07.969Z+ mkdir -p out/downloads
6202024-05-06T17:58:07.969ZLocal file: out/downloads/xcvradm.gz
6212024-05-06T17:58:07.970Z+ mkdir -p ./out/transceiver-control
6222024-05-06T17:58:07.970Z+ fetch_and_verify
6232024-05-06T17:58:07.970Z+ local DO_DOWNLOAD=true
6242024-05-06T17:58:07.970Z+ [[ -f out/downloads/xcvradm.gz ]]
6252024-05-06T17:58:07.970Z+ '[' true == true ']'
6262024-05-06T17:58:07.970Z+ echo Downloading...
6272024-05-06T17:58:07.971ZDownloading...
6282024-05-06T17:58:07.971Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6292024-05-06T17:58:07.971Z+ 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
6302024-05-06T17:58:10.336Z++ do_sha256sum out/downloads/xcvradm.gz
6312024-05-06T17:58:10.340Z++ sha256sum
6322024-05-06T17:58:10.340Z++ awk '{print $1}'
6332024-05-06T17:58:10.345Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-05-06T17:58:10.350Z+ [[ 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 ]]
6352024-05-06T17:58:10.350Z+ do_unpack out/downloads/xcvradm.gz
6362024-05-06T17:58:10.350Z+ mkdir -p out/downloads/root//opt/oxide/bin
6372024-05-06T17:58:10.350Z+ gzip -dc out/downloads/xcvradm.gz
6382024-05-06T17:58:10.471Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6392024-05-06T17:58:10.474Z+ do_assemble
6402024-05-06T17:58:10.475Z+ rm -r ./out/transceiver-control
6412024-05-06T17:58:10.478Z+ mkdir ./out/transceiver-control
6422024-05-06T17:58:10.478Z+ cp -r out/downloads/root ./out/transceiver-control/root
6432024-05-06T17:58:10.581Z+ set -o errexit
6442024-05-06T17:58:10.585Z+++ dirname ./tools/ci_download_thundermuffin
6452024-05-06T17:58:10.588Z++ cd ./tools
6462024-05-06T17:58:10.588Z++ pwd
6472024-05-06T17:58:10.588Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6482024-05-06T17:58:10.588Z++ basename ./tools/ci_download_thundermuffin
6492024-05-06T17:58:10.591Z+ ARG0=ci_download_thundermuffin
6502024-05-06T17:58:10.591Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6512024-05-06T17:58:10.591Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6522024-05-06T17:58:10.591Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6532024-05-06T17:58:10.591Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6542024-05-06T17:58:10.592Z+ TARGET_DIR=out
6552024-05-06T17:58:10.592Z+ DOWNLOAD_DIR=out/downloads
6562024-05-06T17:58:10.592Z+ DEST_DIR=./out/thundermuffin
6572024-05-06T17:58:10.592Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6582024-05-06T17:58:10.592Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6592024-05-06T17:58:10.592Z+ REPO=oxidecomputer/thundermuffin
6602024-05-06T17:58:10.592Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6612024-05-06T17:58:10.592Z+ main
6622024-05-06T17:58:10.592Z+ rm -rf out/downloads/root
6632024-05-06T17:58:10.598Z+ [[ 0 != 0 ]]
6642024-05-06T17:58:10.598Z+ CIDL_OS=solaris2.11
6652024-05-06T17:58:10.598Z+ [[ 0 != 0 ]]
6662024-05-06T17:58:10.598Z+ configure_os solaris2.11
6672024-05-06T17:58:10.601Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682024-05-06T17:58:10.601Zcurrent directory: /work/oxidecomputer/omicron
6692024-05-06T17:58:10.602Z+ echo 'configuring based on OS: "solaris2.11"'
6702024-05-06T17:58:10.602Z+ case "$1" in
6712024-05-06T17:58:10.602Zconfiguring based on OS: "solaris2.11"
6722024-05-06T17:58:10.602Z+ SET_BINARIES=
6732024-05-06T17:58:10.602Z+ CIDL_SHA256FUNC=do_sha256sum
6742024-05-06T17:58:10.602Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6752024-05-06T17:58:10.602Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6762024-05-06T17:58:10.602Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6772024-05-06T17:58:10.602Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6782024-05-06T17:58:10.602ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6792024-05-06T17:58:10.602ZLocal file: out/downloads/thundermuffin.tar.gz
6802024-05-06T17:58:10.602Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6812024-05-06T17:58:10.602Z+ mkdir -p out/downloads
6822024-05-06T17:58:10.602Z+ mkdir -p ./out/thundermuffin
6832024-05-06T17:58:10.602Z+ fetch_and_verify
6842024-05-06T17:58:10.602Z+ local DO_DOWNLOAD=true
6852024-05-06T17:58:10.602Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6862024-05-06T17:58:10.602Z+ '[' true == true ']'
6872024-05-06T17:58:10.607Z+ echo Downloading...
6882024-05-06T17:58:10.608ZDownloading...
6892024-05-06T17:58:10.608Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6902024-05-06T17:58:10.608Z+ 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
6912024-05-06T17:58:11.650Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6922024-05-06T17:58:11.655Z++ sha256sum
6932024-05-06T17:58:11.656Z++ awk '{print $1}'
6942024-05-06T17:58:11.665Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6952024-05-06T17:58:11.665Z+ [[ 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 ]]
6962024-05-06T17:58:11.665Z+ do_untar out/downloads/thundermuffin.tar.gz
6972024-05-06T17:58:11.665Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6982024-05-06T17:58:11.720Z+ do_assemble
6992024-05-06T17:58:11.721Z+ rm -r ./out/thundermuffin
7002024-05-06T17:58:11.725Z+ mkdir ./out/thundermuffin
7012024-05-06T17:58:11.748Z+ cp -r out/downloads/root ./out/thundermuffin/root
7022024-05-06T17:58:11.748ZAll prerequisites installed successfully
7032024-05-06T17:58:11.748Z
7042024-05-06T17:58:11.748Zreal 1:42.421436651
7052024-05-06T17:58:11.748Zuser 33.577259233
7062024-05-06T17:58:11.748Zsys 6.765186110
7072024-05-06T17:58:11.749Ztrap 0.009045620
7082024-05-06T17:58:11.749Ztflt 0.283583982
7092024-05-06T17:58:11.749Zdflt 0.215522790
7102024-05-06T17:58:11.749Zkflt 0.189948921
7112024-05-06T17:58:11.749Zlock 2.085856053
7122024-05-06T17:58:11.749Zslp 3:30.916863815
7132024-05-06T17:58:11.749Zlat 1.993485988
7142024-05-06T17:58:11.749Zstop 0.143118995
7152024-05-06T17:58:11.749Z+ ptime -m ./tools/ci_download_softnpu_machinery
7162024-05-06T17:58:11.749Zfetching npuzone
7172024-05-06T17:58:11.753ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7182024-05-06T17:58:11.753Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7192024-05-06T17:58:11.754ZGetting hash for npuzone
7202024-05-06T17:58:11.841Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7212024-05-06T17:58:18.212Znpuzone downloaded successfully
7222024-05-06T17:58:18.216Z
7232024-05-06T17:58:18.219Zreal 6.475247591
7242024-05-06T17:58:18.219Zuser 0.245793141
7252024-05-06T17:58:18.219Zsys 0.084022270
7262024-05-06T17:58:18.219Ztrap 0.000023311
7272024-05-06T17:58:18.219Ztflt 0.000000000
7282024-05-06T17:58:18.220Zdflt 0.000000000
7292024-05-06T17:58:18.220Zkflt 0.000000000
7302024-05-06T17:58:18.220Zlock 0.000000000
7312024-05-06T17:58:18.220Zslp 19.009759035
7322024-05-06T17:58:18.220Zlat 0.055404022
7332024-05-06T17:58:18.220Zstop 0.000175614
7342024-05-06T17:58:18.220Z+ export CARGO_INCREMENTAL=0
7352024-05-06T17:58:18.220Z+ CARGO_INCREMENTAL=0
7362024-05-06T17:58:18.220Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7372024-05-06T17:58:18.429Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7382024-05-06T17:58:18.756Z Updating git repository `https://github.com/oxidecomputer/zone`
7392024-05-06T17:58:19.034Z Updating crates.io index
7402024-05-06T17:58:19.116Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7412024-05-06T17:58:20.148Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7422024-05-06T17:58:20.792Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7432024-05-06T17:58:23.029Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7442024-05-06T17:58:23.525Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7452024-05-06T17:58:23.785Z Updating git repository `https://github.com/oxidecomputer/propolis`
7462024-05-06T17:58:24.808Z Updating git repository `https://github.com/oxidecomputer/crucible`
7472024-05-06T17:58:26.667Z Updating git repository `https://github.com/oxidecomputer/opte`
7482024-05-06T17:58:27.703Z Updating git repository `https://github.com/oxidecomputer/falcon`
7492024-05-06T17:58:28.718Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7502024-05-06T17:58:29.023Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7512024-05-06T17:58:29.590Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7522024-05-06T17:58:29.908Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7532024-05-06T17:58:30.201Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7542024-05-06T17:58:31.580Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7552024-05-06T17:58:31.889Z Updating git repository `http://github.com/oxidecomputer/tofino`
7562024-05-06T17:58:32.208Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7572024-05-06T17:58:32.476Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7582024-05-06T17:58:32.744Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7592024-05-06T17:58:33.125Z Updating git repository `https://github.com/oxidecomputer/ispf`
7602024-05-06T17:58:33.502Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7612024-05-06T17:58:33.769Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7622024-05-06T17:58:34.314Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7632024-05-06T17:58:34.651Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7642024-05-06T17:58:34.944Z Updating git repository `https://github.com/jgallagher/nix`
7652024-05-06T17:58:36.026Z Updating git repository `https://github.com/cbiffle/hubpack`
7662024-05-06T17:58:36.470Z Updating git repository `https://github.com/oxidecomputer/typify`
7672024-05-06T17:58:38.526Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7682024-05-06T17:58:38.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7692024-05-06T17:58:39.210Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7702024-05-06T17:58:39.736Z Updating git repository `https://github.com/oxidecomputer/rfb`
7712024-05-06T17:58:40.775Z Downloading crates ...
7722024-05-06T17:58:40.879Z Downloaded addr2line v0.21.0
7732024-05-06T17:58:40.884Z Downloaded adler v1.0.2
7742024-05-06T17:58:40.887Z Downloaded aead v0.5.2
7752024-05-06T17:58:40.887Z Downloaded ahash v0.8.8
7762024-05-06T17:58:40.896Z Downloaded aho-corasick v1.1.2
7772024-05-06T17:58:40.902Z Downloaded crossbeam-utils v0.8.19
7782024-05-06T17:58:40.905Z Downloaded anyhow v1.0.82
7792024-05-06T17:58:40.911Z Downloaded headers-core v0.2.0
7802024-05-06T17:58:40.914Z Downloaded heapless v0.8.0
7812024-05-06T17:58:40.917Z Downloaded hex v0.4.3
7822024-05-06T17:58:40.920Z Downloaded highway v1.1.0
7832024-05-06T17:58:40.923Z Downloaded hostname v0.3.1
7842024-05-06T17:58:40.923Z Downloaded autocfg v1.1.0
7852024-05-06T17:58:40.926Z Downloaded http v0.2.12
7862024-05-06T17:58:40.929Z Downloaded http-body v0.4.5
7872024-05-06T17:58:40.932Z Downloaded http-range v0.1.5
7882024-05-06T17:58:40.932Z Downloaded http v1.0.0
7892024-05-06T17:58:40.940Z Downloaded humantime v2.1.0
7902024-05-06T17:58:40.943Z Downloaded hubpack_derive v0.1.1
7912024-05-06T17:58:40.943Z Downloaded hubpack v0.1.2
7922024-05-06T17:58:40.943Z Downloaded httpdate v1.0.3
7932024-05-06T17:58:40.943Z Downloaded httparse v1.8.0
7942024-05-06T17:58:40.947Z Downloaded hyper-staticfile v0.9.5
7952024-05-06T17:58:40.950Z Downloaded hyper-tls v0.5.0
7962024-05-06T17:58:40.954Z Downloaded ident_case v1.0.1
7972024-05-06T17:58:40.954Z Downloaded bitflags v2.4.2
7982024-05-06T17:58:40.957Z Downloaded iana-time-zone v0.1.57
7992024-05-06T17:58:40.961Z Downloaded bitflags v1.3.2
8002024-05-06T17:58:40.965Z Downloaded hyper-rustls v0.24.2
8012024-05-06T17:58:40.969Z Downloaded blake2 v0.10.6
8022024-05-06T17:58:40.972Z Downloaded bitvec v1.0.1
8032024-05-06T17:58:40.995Z Downloaded block-buffer v0.10.4
8042024-05-06T17:58:40.999Z Downloaded blake3 v1.5.0
8052024-05-06T17:58:41.000Z Downloaded buf-list v1.0.3
8062024-05-06T17:58:41.004Z Downloaded bytecount v0.6.3
8072024-05-06T17:58:41.004Z Downloaded indexmap v1.9.3
8082024-05-06T17:58:41.008Z Downloaded bitstruct v0.1.1
8092024-05-06T17:58:41.008Z Downloaded indicatif v0.17.8
8102024-05-06T17:58:41.012Z Downloaded indoc v2.0.3
8112024-05-06T17:58:41.015Z Downloaded is_ci v1.2.0
8122024-05-06T17:58:41.019Z Downloaded is-terminal v0.4.9
8132024-05-06T17:58:41.019Z Downloaded ipnetwork v0.20.0
8142024-05-06T17:58:41.022Z Downloaded itoa v1.0.9
8152024-05-06T17:58:41.022Z Downloaded kstat-rs v0.2.3
8162024-05-06T17:58:41.025Z Downloaded keccak v0.1.4
8172024-05-06T17:58:41.025Z Downloaded itertools v0.10.5
8182024-05-06T17:58:41.035Z Downloaded ipnet v2.9.0
8192024-05-06T17:58:41.038Z Downloaded libloading v0.7.4
8202024-05-06T17:58:41.038Z Downloaded cexpr v0.6.0
8212024-05-06T17:58:41.041Z Downloaded castaway v0.2.2
8222024-05-06T17:58:41.044Z Downloaded chacha20 v0.9.1
8232024-05-06T17:58:41.044Z Downloaded linear-map v1.2.0
8242024-05-06T17:58:41.047Z Downloaded lock_api v0.4.10
8252024-05-06T17:58:41.051Z Downloaded linked-hash-map v0.5.6
8262024-05-06T17:58:41.051Z Downloaded chacha20poly1305 v0.10.1
8272024-05-06T17:58:41.054Z Downloaded libxml v0.3.3
8282024-05-06T17:58:41.059Z Downloaded md-5 v0.10.5
8292024-05-06T17:58:41.063Z Downloaded maybe-uninit v2.0.0
8302024-05-06T17:58:41.063Z Downloaded matches v0.1.10
8312024-05-06T17:58:41.066Z Downloaded match_cfg v0.1.0
8322024-05-06T17:58:41.066Z Downloaded memoffset v0.7.1
8332024-05-06T17:58:41.067Z Downloaded memmap2 v0.7.1
8342024-05-06T17:58:41.070Z Downloaded mime_guess v2.0.4
8352024-05-06T17:58:41.076Z Downloaded cobs v0.2.3
8362024-05-06T17:58:41.076Z Downloaded minimal-lexical v0.2.1
8372024-05-06T17:58:41.079Z Downloaded miniz_oxide v0.7.1
8382024-05-06T17:58:41.082Z Downloaded mio v0.8.11
8392024-05-06T17:58:41.088Z Downloaded newtype-uuid v1.1.0
8402024-05-06T17:58:41.091Z Downloaded new_debug_unreachable v1.0.4
8412024-05-06T17:58:41.091Z Downloaded multimap v0.10.0
8422024-05-06T17:58:41.091Z Downloaded base64 v0.21.7
8432024-05-06T17:58:41.096Z Downloaded nibble_vec v0.1.0
8442024-05-06T17:58:41.099Z Downloaded newtype_derive v0.1.6
8452024-05-06T17:58:41.099Z Downloaded hkdf v0.12.4
8462024-05-06T17:58:41.103Z Downloaded crossbeam-deque v0.8.3
8472024-05-06T17:58:41.106Z Downloaded crossbeam-epoch v0.9.18
8482024-05-06T17:58:41.112Z Downloaded num v0.4.2
8492024-05-06T17:58:41.112Z Downloaded block-padding v0.3.3
8502024-05-06T17:58:41.115Z Downloaded byteorder v1.5.0
8512024-05-06T17:58:41.115Z Downloaded bzip2 v0.4.4
8522024-05-06T17:58:41.115Z Downloaded num-bigint v0.4.4
8532024-05-06T17:58:41.120Z Downloaded num-complex v0.4.5
8542024-05-06T17:58:41.123Z Downloaded impl-trait-for-tuples v0.2.2
8552024-05-06T17:58:41.126Z Downloaded constant_time_eq v0.3.0
8562024-05-06T17:58:41.129Z Downloaded itertools v0.12.1
8572024-05-06T17:58:41.135Z Downloaded colored v2.1.0
8582024-05-06T17:58:41.138Z Downloaded regex v1.10.4
8592024-05-06T17:58:41.153Z Downloaded newline-converter v0.3.0
8602024-05-06T17:58:41.156Z Downloaded native-tls v0.2.11
8612024-05-06T17:58:41.156Z Downloaded nanorand v0.7.0
8622024-05-06T17:58:41.159Z Downloaded nu-ansi-term v0.50.0
8632024-05-06T17:58:41.163Z Downloaded rusty-fork v0.3.0
8642024-05-06T17:58:41.166Z Downloaded idna v0.3.0
8652024-05-06T17:58:41.172Z Downloaded strum v0.26.2
8662024-05-06T17:58:41.175Z Downloaded synstructure v0.12.6
8672024-05-06T17:58:41.175Z Downloaded structmeta-derive v0.3.0
8682024-05-06T17:58:41.178Z Downloaded bstr v0.2.17
8692024-05-06T17:58:41.597Z Downloaded tabled_derive v0.7.0
8702024-05-06T17:58:41.612Z Downloaded tabled v0.15.0
8712024-05-06T17:58:41.612Z Downloaded slog v2.7.0
8722024-05-06T17:58:41.612Z Downloaded shell-words v1.1.0
8732024-05-06T17:58:41.613Z Downloaded idna v0.5.0
8742024-05-06T17:58:41.613Z Downloaded try-lock v0.2.4
8752024-05-06T17:58:41.613Z Downloaded rustls-pemfile v2.1.2
8762024-05-06T17:58:41.613Z Downloaded trust-dns-server v0.22.1
8772024-05-06T17:58:41.613Z Downloaded unicode-xid v0.2.4
8782024-05-06T17:58:41.613Z Downloaded rustversion v1.0.14
8792024-05-06T17:58:41.613Z Downloaded rustls-webpki v0.101.7
8802024-05-06T17:58:41.613Z Downloaded crossterm v0.27.0
8812024-05-06T17:58:41.613Z Downloaded der_derive v0.7.2
8822024-05-06T17:58:41.613Z Downloaded futures-core v0.3.30
8832024-05-06T17:58:41.613Z Downloaded gethostname v0.4.3
8842024-05-06T17:58:41.613Z Downloaded hash32 v0.2.1
8852024-05-06T17:58:41.613Z Downloaded hash32 v0.3.1
8862024-05-06T17:58:41.614Z Downloaded getopts v0.2.21
8872024-05-06T17:58:41.614Z Downloaded futures-executor v0.3.30
8882024-05-06T17:58:41.614Z Downloaded hashbrown v0.12.3
8892024-05-06T17:58:41.614Z Downloaded hashbrown v0.13.2
8902024-05-06T17:58:41.614Z Downloaded slab v0.4.9
8912024-05-06T17:58:41.614Z Downloaded hashbrown v0.14.3
8922024-05-06T17:58:41.614Z Downloaded parse-size v1.0.0
8932024-05-06T17:58:41.614Z Downloaded parse-display-derive v0.9.0
8942024-05-06T17:58:41.614Z Downloaded packed_struct v0.10.1
8952024-05-06T17:58:41.614Z Downloaded owo-colors v4.0.0
8962024-05-06T17:58:41.614Z Downloaded syn v2.0.60
8972024-05-06T17:58:41.614Z Downloaded petgraph v0.6.4
8982024-05-06T17:58:41.615Z Downloaded quote v1.0.36
8992024-05-06T17:58:41.615Z Downloaded quick-xml v0.31.0
9002024-05-06T17:58:41.615Z Downloaded rcgen v0.12.1
9012024-05-06T17:58:41.615Z Downloaded reedline v0.31.0
9022024-05-06T17:58:41.615Z Downloaded rsa v0.9.2
9032024-05-06T17:58:41.615Z Downloaded regress v0.9.1
9042024-05-06T17:58:41.615Z Downloaded rustyline v14.0.0
9052024-05-06T17:58:41.615Z Downloaded same-file v1.0.6
9062024-05-06T17:58:41.615Z Downloaded predicates v3.1.0
9072024-05-06T17:58:41.615Z Downloaded scheduled-thread-pool v0.2.7
9082024-05-06T17:58:41.615Z Downloaded samael v0.0.15
9092024-05-06T17:58:41.615Z Downloaded sqlparser_derive v0.2.2
9102024-05-06T17:58:41.616Z Downloaded thread_local v1.1.7
9112024-05-06T17:58:41.616Z Downloaded terminal_size v0.3.0
9122024-05-06T17:58:41.616Z Downloaded toml v0.7.8
9132024-05-06T17:58:41.616Z Downloaded tracing-core v0.1.32
9142024-05-06T17:58:41.616Z Downloaded tui-tree-widget v0.19.0
9152024-05-06T17:58:41.616Z Downloaded trust-dns-client v0.22.0
9162024-05-06T17:58:41.616Z Downloaded termcolor v1.2.0
9172024-05-06T17:58:41.616Z Downloaded strum_macros v0.26.1
9182024-05-06T17:58:41.616Z Downloaded thread-id v4.2.0
9192024-05-06T17:58:41.616Z Downloaded trust-dns-resolver v0.22.0
9202024-05-06T17:58:41.616Z Downloaded toolchain_find v0.4.0
9212024-05-06T17:58:41.617Z Downloaded rustix v0.38.31
9222024-05-06T17:58:41.617Z Downloaded crypto-bigint v0.5.2
9232024-05-06T17:58:41.617Z Downloaded fastrand v2.0.1
9242024-05-06T17:58:41.617Z Downloaded fatfs v0.3.6
9252024-05-06T17:58:41.617Z Downloaded num_enum v0.5.11
9262024-05-06T17:58:41.617Z Downloaded rand_seeder v0.2.3
9272024-05-06T17:58:41.617Z Downloaded zerocopy v0.7.32
9282024-05-06T17:58:41.617Z Downloaded zerocopy-derive v0.7.32
9292024-05-06T17:58:41.617Z Downloaded rand_core v0.6.4
9302024-05-06T17:58:41.617Z Downloaded rand_chacha v0.3.1
9312024-05-06T17:58:41.617Z Downloaded zeroize v1.7.0
9322024-05-06T17:58:41.617Z Downloaded ref-cast-impl v1.0.22
9332024-05-06T17:58:41.617Z Downloaded ref-cast v1.0.22
9342024-05-06T17:58:41.617Z Downloaded rayon v1.10.0
9352024-05-06T17:58:41.617Z Downloaded regex-automata v0.1.10
9362024-05-06T17:58:41.618Z Downloaded futures v0.3.30
9372024-05-06T17:58:41.618Z Downloaded num-conv v0.1.0
9382024-05-06T17:58:41.618Z Downloaded rand_xorshift v0.3.0
9392024-05-06T17:58:41.618Z Downloaded num_cpus v1.16.0
9402024-05-06T17:58:41.618Z Downloaded num-traits v0.2.18
9412024-05-06T17:58:41.618Z Downloaded shlex v1.3.0
9422024-05-06T17:58:41.618Z Downloaded slog-stdlog v4.1.1
9432024-05-06T17:58:41.618Z Downloaded smallvec v0.6.14
9442024-05-06T17:58:41.618Z Downloaded openssl-probe v0.1.5
9452024-05-06T17:58:41.618Z Downloaded openssl-sys v0.9.102
9462024-05-06T17:58:41.618Z Downloaded postgres-protocol v0.6.6
9472024-05-06T17:58:41.618Z Downloaded portpicker v0.1.1
9482024-05-06T17:58:41.619Z Downloaded strip-ansi-escapes v0.2.0
9492024-05-06T17:58:41.619Z Downloaded stringprep v0.1.3
9502024-05-06T17:58:41.619Z Downloaded structmeta v0.2.0
9512024-05-06T17:58:41.619Z Downloaded tokio-native-tls v0.3.1
9522024-05-06T17:58:41.619Z Downloaded ucd-trie v0.1.6
9532024-05-06T17:58:41.619Z Downloaded unicase v2.7.0
9542024-05-06T17:58:41.619Z Downloaded unarray v0.1.4
9552024-05-06T17:58:41.619Z Downloaded static_assertions v1.1.0
9562024-05-06T17:58:41.619Z Downloaded stable_deref_trait v1.2.0
9572024-05-06T17:58:41.619Z Downloaded publicsuffix v2.2.3
9582024-05-06T17:58:41.619Z Downloaded steno v0.4.0
9592024-05-06T17:58:41.619Z Downloaded curve25519-dalek-derive v0.1.0
9602024-05-06T17:58:41.619Z Downloaded debug-ignore v1.0.5
9612024-05-06T17:58:41.620Z Downloaded untrusted v0.7.1
9622024-05-06T17:58:41.620Z Downloaded unsafe-libyaml v0.2.10
9632024-05-06T17:58:41.620Z Downloaded webpki-roots v0.25.2
9642024-05-06T17:58:41.620Z Downloaded defmt v0.3.5
9652024-05-06T17:58:41.620Z Downloaded ena v0.14.2
9662024-05-06T17:58:41.620Z Downloaded whoami v1.5.1
9672024-05-06T17:58:41.620Z Downloaded diesel_derives v2.1.2
9682024-05-06T17:58:41.620Z Downloaded which v4.4.0
9692024-05-06T17:58:41.620Z Downloaded diesel_table_macro_syntax v0.1.0
9702024-05-06T17:58:41.625Z Downloaded typenum v1.16.0
9712024-05-06T17:58:41.625Z Downloaded futures-io v0.3.30
9722024-05-06T17:58:41.625Z Downloaded futures-channel v0.3.30
9732024-05-06T17:58:41.625Z Downloaded phf v0.11.2
9742024-05-06T17:58:41.625Z Downloaded proc-macro2 v1.0.81
9752024-05-06T17:58:41.625Z Downloaded flume v0.11.0
9762024-05-06T17:58:41.626Z Downloaded serde_urlencoded v0.7.1
9772024-05-06T17:58:41.626Z Downloaded tokio-macros v2.2.0
9782024-05-06T17:58:41.626Z Downloaded spin v0.9.8
9792024-05-06T17:58:41.626Z Downloaded scroll_derive v0.12.0
9802024-05-06T17:58:41.626Z Downloaded sct v0.7.0
9812024-05-06T17:58:41.626Z Downloaded untrusted v0.9.0
9822024-05-06T17:58:41.626Z Downloaded tungstenite v0.20.1
9832024-05-06T17:58:41.630Z Downloaded typed-path v0.7.0
9842024-05-06T17:58:41.636Z Downloaded csv-core v0.1.11
9852024-05-06T17:58:41.640Z Downloaded url v2.5.0
9862024-05-06T17:58:41.643Z Downloaded tungstenite v0.21.0
9872024-05-06T17:58:41.645Z Downloaded structmeta-derive v0.2.0
9882024-05-06T17:58:41.649Z Downloaded usdt v0.3.5
9892024-05-06T17:58:41.650Z Downloaded tokio v1.37.0
9902024-05-06T17:58:41.693Z Downloaded radium v0.7.0
9912024-05-06T17:58:41.697Z Downloaded powerfmt v0.2.0
9922024-05-06T17:58:41.697Z Downloaded parking_lot_core v0.8.6
9932024-05-06T17:58:41.697Z Downloaded derive_builder_core v0.20.0
9942024-05-06T17:58:41.697Z Downloaded derive_builder v0.20.0
9952024-05-06T17:58:41.702Z Downloaded serde_plain v1.0.2
9962024-05-06T17:58:41.705Z Downloaded usdt-macro v0.5.0
9972024-05-06T17:58:41.705Z Downloaded utf-8 v0.7.6
9982024-05-06T17:58:41.705Z Downloaded uuid v1.8.0
9992024-05-06T17:58:41.709Z Downloaded downcast v0.11.0
10002024-05-06T17:58:41.709Z Downloaded fixedbitset v0.4.2
10012024-05-06T17:58:41.712Z Downloaded generic-array v0.14.7
10022024-05-06T17:58:41.715Z Downloaded group v0.13.0
10032024-05-06T17:58:41.715Z Downloaded serde_path_to_error v0.1.16
10042024-05-06T17:58:41.729Z Downloaded display-error-chain v0.2.0
10052024-05-06T17:58:41.729Z Downloaded dirs-sys-next v0.1.2
10062024-05-06T17:58:41.729Z Downloaded h2 v0.3.26
10072024-05-06T17:58:41.729Z Downloaded r2d2 v0.8.10
10082024-05-06T17:58:41.729Z Downloaded psl-types v2.0.11
10092024-05-06T17:58:41.732Z Downloaded proc-macro-error v1.0.4
10102024-05-06T17:58:41.735Z Downloaded prettyplease v0.2.19
10112024-05-06T17:58:41.739Z Downloaded uzers v0.11.3
10122024-05-06T17:58:41.742Z Downloaded zerocopy-derive v0.6.6
10132024-05-06T17:58:41.752Z Downloaded slog-scope v4.4.0
10142024-05-06T17:58:41.761Z Downloaded slog-json v2.6.1
10152024-05-06T17:58:41.761Z Downloaded resolv-conf v0.7.0
10162024-05-06T17:58:41.761Z Downloaded semver v0.1.20
10172024-05-06T17:58:41.761Z Downloaded sha2 v0.10.8
10182024-05-06T17:58:41.764Z Downloaded tempfile v3.10.1
10192024-05-06T17:58:41.764Z Downloaded thiserror v1.0.59
10202024-05-06T17:58:41.769Z Downloaded usdt v0.5.0
10212024-05-06T17:58:41.773Z Downloaded vte v0.11.1
10222024-05-06T17:58:41.776Z Downloaded toml v0.8.12
10232024-05-06T17:58:41.776Z Downloaded textwrap v0.16.1
10242024-05-06T17:58:41.779Z Downloaded dirs-next v2.0.0
10252024-05-06T17:58:41.786Z Downloaded either v1.11.0
10262024-05-06T17:58:41.790Z Downloaded enum-as-inner v0.5.1
10272024-05-06T17:58:41.790Z Downloaded embedded-io v0.4.0
10282024-05-06T17:58:41.790Z Downloaded once_cell v1.19.0
10292024-05-06T17:58:41.790Z Downloaded serde-big-array v0.4.1
10302024-05-06T17:58:41.793Z Downloaded zerocopy v0.3.0
10312024-05-06T17:58:41.793Z Downloaded portable-atomic v1.4.3
10322024-05-06T17:58:41.798Z Downloaded postgres-types v0.2.6
10332024-05-06T17:58:41.802Z Downloaded futures-util v0.3.30
10342024-05-06T17:58:41.815Z Downloaded usdt-attr-macro v0.5.0
10352024-05-06T17:58:41.818Z Downloaded termios v0.3.3
10362024-05-06T17:58:41.818Z Downloaded tabwriter v1.4.0
10372024-05-06T17:58:41.818Z Downloaded swrite v0.1.0
10382024-05-06T17:58:41.822Z Downloaded num_threads v0.1.6
10392024-05-06T17:58:41.822Z Downloaded num_enum_derive v0.5.11
10402024-05-06T17:58:41.825Z Downloaded goblin v0.8.0
10412024-05-06T17:58:41.830Z Downloaded serde-big-array v0.5.1
10422024-05-06T17:58:41.833Z Downloaded num-derive v0.4.0
10432024-05-06T17:58:41.836Z Downloaded num-iter v0.1.44
10442024-05-06T17:58:41.836Z Downloaded number_prefix v0.4.0
10452024-05-06T17:58:41.836Z Downloaded spin v0.5.2
10462024-05-06T17:58:41.839Z Downloaded serde_repr v0.1.16
10472024-05-06T17:58:41.840Z Downloaded tokio-rustls v0.24.1
10482024-05-06T17:58:41.843Z Downloaded pkcs1 v0.7.5
10492024-05-06T17:58:41.846Z Downloaded schemars_derive v0.8.17
10502024-05-06T17:58:41.849Z Downloaded version_check v0.9.4
10512024-05-06T17:58:41.849Z Downloaded pkg-config v0.3.27
10522024-05-06T17:58:41.852Z Downloaded semver v1.0.22
10532024-05-06T17:58:41.852Z Downloaded secrecy v0.8.0
10542024-05-06T17:58:41.855Z Downloaded peeking_take_while v0.1.2
10552024-05-06T17:58:41.855Z Downloaded take_mut v0.2.2
10562024-05-06T17:58:41.855Z Downloaded term v0.7.0
10572024-05-06T17:58:41.859Z Downloaded password-hash v0.5.0
10582024-05-06T17:58:41.862Z Downloaded vsss-rs v3.3.4
10592024-05-06T17:58:41.868Z Downloaded regex-automata v0.4.5
10602024-05-06T17:58:41.885Z Downloaded pin-utils v0.1.0
10612024-05-06T17:58:41.888Z Downloaded path-slash v0.1.5
10622024-05-06T17:58:41.888Z Downloaded equivalent v1.0.1
10632024-05-06T17:58:41.888Z Downloaded rustc_version v0.1.7
10642024-05-06T17:58:41.888Z Downloaded rustc-hash v1.1.0
10652024-05-06T17:58:41.888Z Downloaded rustc-demangle v0.1.23
10662024-05-06T17:58:41.892Z Downloaded plain v0.2.3
10672024-05-06T17:58:41.892Z Downloaded parse-display v0.9.0
10682024-05-06T17:58:41.895Z Downloaded snafu-derive v0.8.2
10692024-05-06T17:58:41.895Z Downloaded platforms v3.0.2
10702024-05-06T17:58:41.899Z Downloaded sec1 v0.7.3
10712024-05-06T17:58:41.899Z Downloaded peg v0.8.2
10722024-05-06T17:58:41.902Z Downloaded diff v0.1.13
10732024-05-06T17:58:41.905Z Downloaded smoltcp v0.9.1
10742024-05-06T17:58:41.918Z Downloaded env_logger v0.9.3
10752024-05-06T17:58:41.921Z Downloaded zerocopy v0.6.6
10762024-05-06T17:58:41.924Z Downloaded walkdir v2.5.0
10772024-05-06T17:58:41.927Z Downloaded env_logger v0.10.0
10782024-05-06T17:58:41.930Z Downloaded smoltcp v0.11.0
10792024-05-06T17:58:41.942Z Downloaded rand v0.8.5
10802024-05-06T17:58:41.945Z Downloaded poly1305 v0.8.0
10812024-05-06T17:58:41.948Z Downloaded tokio-postgres v0.7.10
10822024-05-06T17:58:41.952Z Downloaded radix_trie v0.2.1
10832024-05-06T17:58:41.962Z Downloaded sha3 v0.10.8
10842024-05-06T17:58:41.965Z Downloaded waitgroup v0.1.2
10852024-05-06T17:58:41.965Z Downloaded socket2 v0.4.9
10862024-05-06T17:58:41.965Z Downloaded num-integer v0.1.46
10872024-05-06T17:58:41.969Z Downloaded getrandom v0.2.12
10882024-05-06T17:58:41.972Z Downloaded object v0.30.4
10892024-05-06T17:58:41.980Z Downloaded rustc_version v0.4.0
10902024-05-06T17:58:41.983Z Downloaded derive_more v0.99.17
10912024-05-06T17:58:41.986Z Downloaded supports-color v3.0.0
10922024-05-06T17:58:41.989Z Downloaded subtle v2.5.0
10932024-05-06T17:58:41.989Z Downloaded tiny-keccak v2.0.2
10942024-05-06T17:58:41.992Z Downloaded subprocess v0.2.9
10952024-05-06T17:58:41.995Z Downloaded vte_generate_state_changes v0.1.1
10962024-05-06T17:58:41.995Z Downloaded paste v1.0.14
10972024-05-06T17:58:41.999Z Downloaded fxhash v0.2.1
10982024-05-06T17:58:41.999Z Downloaded futures-sink v0.3.30
10992024-05-06T17:58:41.999Z Downloaded filetime v0.2.23
11002024-05-06T17:58:42.003Z Downloaded ff v0.13.0
11012024-05-06T17:58:42.003Z Downloaded pkcs8 v0.10.2
11022024-05-06T17:58:42.007Z Downloaded tinyvec_macros v0.1.1
11032024-05-06T17:58:42.007Z Downloaded tinyvec v1.6.0
11042024-05-06T17:58:42.014Z Downloaded time-macros v0.2.17
11052024-05-06T17:58:42.014Z Downloaded openapiv3 v2.0.0
11062024-05-06T17:58:42.024Z Downloaded wait-timeout v0.2.0
11072024-05-06T17:58:42.031Z Downloaded time v0.3.34
11082024-05-06T17:58:42.040Z Downloaded socket2 v0.5.6
11092024-05-06T17:58:42.040Z Downloaded object v0.32.1
11102024-05-06T17:58:42.047Z Downloaded ron v0.7.1
11112024-05-06T17:58:42.053Z Downloaded pretty-hex v0.4.1
11122024-05-06T17:58:42.053Z Downloaded pin-project-lite v0.2.13
11132024-05-06T17:58:42.061Z Downloaded phf_shared v0.10.0
11142024-05-06T17:58:42.061Z Downloaded x509-cert v0.2.4
11152024-05-06T17:58:42.069Z Downloaded curve25519-dalek v4.1.2
11162024-05-06T17:58:42.081Z Downloaded wyz v0.5.1
11172024-05-06T17:58:42.081Z Downloaded usdt-impl v0.5.0
11182024-05-06T17:58:42.081Z Downloaded usdt-impl v0.3.5
11192024-05-06T17:58:42.088Z Downloaded regex-syntax v0.8.2
11202024-05-06T17:58:42.088Z Downloaded tar v0.4.40
11212024-05-06T17:58:42.093Z Downloaded tap v1.0.1
11222024-05-06T17:58:42.093Z Downloaded serde_spanned v0.6.5
11232024-05-06T17:58:42.093Z Downloaded serde v1.0.199
11242024-05-06T17:58:42.097Z Downloaded gimli v0.28.0
11252024-05-06T17:58:42.509Z Downloaded polar-core v0.27.3
11262024-05-06T17:58:42.522Z Downloaded usdt-attr-macro v0.3.5
11272024-05-06T17:58:42.522Z Downloaded toml v0.5.11
11282024-05-06T17:58:42.522Z Downloaded num-rational v0.4.1
11292024-05-06T17:58:42.522Z Downloaded futures-task v0.3.30
11302024-05-06T17:58:42.522Z Downloaded test-strategy v0.3.1
11312024-05-06T17:58:42.522Z Downloaded termtree v0.4.1
11322024-05-06T17:58:42.522Z Downloaded globset v0.4.13
11332024-05-06T17:58:42.522Z Downloaded fd-lock v4.0.2
11342024-05-06T17:58:42.522Z Downloaded derive_builder_macro v0.20.0
11352024-05-06T17:58:42.522Z Downloaded csv v1.3.0
11362024-05-06T17:58:42.522Z Downloaded vcpkg v0.2.15
11372024-05-06T17:58:42.522Z Downloaded parking_lot_core v0.9.8
11382024-05-06T17:58:42.522Z Downloaded want v0.3.1
11392024-05-06T17:58:42.522Z Downloaded sha1 v0.10.6
11402024-05-06T17:58:42.522Z Downloaded serde_yaml v0.9.25
11412024-05-06T17:58:42.522Z Downloaded serde_with_macros v3.7.0
11422024-05-06T17:58:42.522Z Downloaded serde_tokenstream v0.2.0
11432024-05-06T17:58:42.522Z Downloaded serde_tokenstream v0.1.7
11442024-05-06T17:58:42.522Z Downloaded scroll v0.12.0
11452024-05-06T17:58:42.523Z Downloaded scopeguard v1.2.0
11462024-05-06T17:58:42.523Z Downloaded reqwest v0.11.27
11472024-05-06T17:58:42.523Z Downloaded pretty-hex v0.2.1
11482024-05-06T17:58:42.523Z Downloaded precomputed-hash v0.1.1
11492024-05-06T17:58:42.523Z Downloaded ppv-lite86 v0.2.17
11502024-05-06T17:58:42.523Z Downloaded diesel v2.1.6
11512024-05-06T17:58:42.523Z Downloaded encoding_rs v0.8.33
11522024-05-06T17:58:42.523Z Downloaded omicron-zone-package v0.11.0
11532024-05-06T17:58:42.523Z Downloaded elliptic-curve v0.13.8
11542024-05-06T17:58:42.523Z Downloaded ed25519 v1.5.3
11552024-05-06T17:58:42.523Z Downloaded opaque-debug v0.3.0
11562024-05-06T17:58:42.523Z Downloaded digest v0.10.7
11572024-05-06T17:58:42.523Z Downloaded winnow v0.5.15
11582024-05-06T17:58:42.523Z Downloaded olpc-cjson v0.1.3
11592024-05-06T17:58:42.523Z Downloaded openssl v0.10.64
11602024-05-06T17:58:42.523Z Downloaded signal-hook-mio v0.2.3
11612024-05-06T17:58:42.523Z Downloaded signal-hook v0.3.17
11622024-05-06T17:58:42.523Z Downloaded zerocopy-derive v0.2.0
11632024-05-06T17:58:42.523Z Downloaded usdt-macro v0.3.5
11642024-05-06T17:58:42.523Z Downloaded parking_lot v0.12.1
11652024-05-06T17:58:42.523Z Downloaded papergrid v0.11.0
11662024-05-06T17:58:42.523Z Downloaded utf8parse v0.2.1
11672024-05-06T17:58:42.523Z Downloaded parking_lot v0.11.2
11682024-05-06T17:58:42.524Z Downloaded thiserror-impl-no-std v2.0.2
11692024-05-06T17:58:42.524Z Downloaded thiserror-impl v1.0.59
11702024-05-06T17:58:42.524Z Downloaded slog-envlogger v2.2.0
11712024-05-06T17:58:42.524Z Downloaded signal-hook-registry v1.4.1
11722024-05-06T17:58:42.524Z Downloaded packed_struct_codegen v0.10.1
11732024-05-06T17:58:42.524Z Downloaded data-encoding v2.4.0
11742024-05-06T17:58:42.524Z Downloaded darling v0.20.8
11752024-05-06T17:58:42.524Z Downloaded cstr-argument v0.1.2
11762024-05-06T17:58:42.524Z Downloaded regex-syntax v0.6.29
11772024-05-06T17:58:42.524Z Downloaded ratatui v0.26.2
11782024-05-06T17:58:42.524Z Downloaded derive-where v1.2.7
11792024-05-06T17:58:42.524Z Downloaded deranged v0.3.11
11802024-05-06T17:58:42.524Z Downloaded defmt-macros v0.3.6
11812024-05-06T17:58:42.524Z Downloaded darling_macro v0.20.8
11822024-05-06T17:58:42.524Z Downloaded darling_core v0.20.8
11832024-05-06T17:58:42.524Z Downloaded crypto-common v0.1.6
11842024-05-06T17:58:42.524Z Downloaded structmeta v0.3.0
11852024-05-06T17:58:42.524Z Downloaded stability v0.2.0
11862024-05-06T17:58:42.524Z Downloaded sqlformat v0.2.3
11872024-05-06T17:58:42.524Z Downloaded spki v0.7.2
11882024-05-06T17:58:42.524Z Downloaded snafu v0.8.2
11892024-05-06T17:58:42.524Z Downloaded trust-dns-proto v0.22.0
11902024-05-06T17:58:42.524Z Downloaded toml_edit v0.22.12
11912024-05-06T17:58:42.524Z Downloaded toml_datetime v0.6.5
11922024-05-06T17:58:42.525Z Downloaded slog-dtrace v0.3.0
11932024-05-06T17:58:42.525Z Downloaded serde_with v3.7.0
11942024-05-06T17:58:42.525Z Downloaded serde-hex v0.1.0
11952024-05-06T17:58:42.525Z Downloaded ron v0.8.1
11962024-05-06T17:58:42.525Z Downloaded rpassword v7.3.1
11972024-05-06T17:58:42.525Z Downloaded proptest v1.4.0
11982024-05-06T17:58:42.525Z Downloaded proc-macro-error-attr v1.0.4
11992024-05-06T17:58:42.525Z Downloaded pem-rfc7468 v0.7.0
12002024-05-06T17:58:42.525Z Downloaded pem v3.0.4
12012024-05-06T17:58:42.525Z Downloaded peg-runtime v0.8.2
12022024-05-06T17:58:42.525Z Downloaded peg-macros v0.8.2
12032024-05-06T17:58:42.525Z Downloaded percent-encoding v2.3.1
12042024-05-06T17:58:42.525Z Downloaded futures-macro v0.3.30
12052024-05-06T17:58:42.525Z Downloaded foreign-types-macros v0.2.3
12062024-05-06T17:58:42.525Z Downloaded foreign-types v0.5.0
12072024-05-06T17:58:42.525Z Downloaded fnv v1.0.7
12082024-05-06T17:58:42.525Z Downloaded float-cmp v0.9.0
12092024-05-06T17:58:42.525Z Downloaded flate2 v1.0.28
12102024-05-06T17:58:42.525Z Downloaded fragile v2.0.0
12112024-05-06T17:58:42.525Z Downloaded foreign-types-shared v0.3.1
12122024-05-06T17:58:42.525Z Downloaded foreign-types-shared v0.1.1
12132024-05-06T17:58:42.525Z Downloaded rustls v0.22.4
12142024-05-06T17:58:42.525Z Downloaded rustls v0.21.9
12152024-05-06T17:58:42.526Z Downloaded toml_edit v0.19.15
12162024-05-06T17:58:42.526Z Downloaded libc v0.2.153
12172024-05-06T17:58:42.940Z Downloaded ring v0.17.8
12182024-05-06T17:58:42.940Z Downloaded sled v0.34.7
12192024-05-06T17:58:42.940Z Downloaded strsim v0.11.0
12202024-05-06T17:58:42.940Z Downloaded string_cache v0.8.7
12212024-05-06T17:58:42.940Z Downloaded pin-project v1.1.3
12222024-05-06T17:58:42.940Z Downloaded phf_shared v0.11.2
12232024-05-06T17:58:42.940Z Downloaded openssl-macros v0.1.1
12242024-05-06T17:58:42.940Z Downloaded slog-term v2.9.1
12252024-05-06T17:58:42.940Z Downloaded glob v0.3.1
12262024-05-06T17:58:42.940Z Downloaded funty v2.0.0
12272024-05-06T17:58:42.940Z Downloaded fs-err v2.11.0
12282024-05-06T17:58:42.940Z Downloaded expectorate v1.1.0
12292024-05-06T17:58:42.940Z Downloaded endian-type v0.1.2
12302024-05-06T17:58:42.940Z Downloaded dof v0.3.0
12312024-05-06T17:58:42.940Z Downloaded dof v0.1.5
12322024-05-06T17:58:42.940Z Downloaded proc-macro-crate v1.3.1
12332024-05-06T17:58:42.940Z Downloaded pin-project-internal v1.1.3
12342024-05-06T17:58:42.940Z Downloaded oso-derive v0.27.3
12352024-05-06T17:58:42.940Z Downloaded oso v0.27.3
12362024-05-06T17:58:42.940Z Downloaded winnow v0.6.1
12372024-05-06T17:58:42.940Z Downloaded fallible-iterator v0.2.0
12382024-05-06T17:58:42.941Z Downloaded crunchy v0.2.2
12392024-05-06T17:58:42.941Z Downloaded crucible-workspace-hack v0.1.0
12402024-05-06T17:58:42.941Z Downloaded tracing-attributes v0.1.27
12412024-05-06T17:58:42.941Z Downloaded tracing v0.1.40
12422024-05-06T17:58:42.941Z Downloaded tower-service v0.3.2
12432024-05-06T17:58:42.941Z Downloaded tough v0.17.1
12442024-05-06T17:58:42.941Z Downloaded topological-sort v0.2.2
12452024-05-06T17:58:42.941Z Downloaded bzip2-sys v0.1.11+1.0.8
12462024-05-06T17:58:42.941Z Downloaded thiserror-no-std v2.0.2
12472024-05-06T17:58:42.941Z Downloaded strum_macros v0.25.2
12482024-05-06T17:58:42.941Z Downloaded strum_macros v0.24.3
12492024-05-06T17:58:42.941Z Downloaded sqlparser v0.45.0
12502024-05-06T17:58:42.941Z Downloaded ring v0.16.20
12512024-05-06T17:58:42.941Z Downloaded strsim v0.10.0
12522024-05-06T17:58:42.941Z Downloaded smf v0.2.3
12532024-05-06T17:58:42.941Z Downloaded smawk v0.3.1
12542024-05-06T17:58:42.941Z Downloaded smallvec v1.13.1
12552024-05-06T17:58:42.941Z Downloaded schemars v0.8.17
12562024-05-06T17:58:42.941Z Downloaded ryu v1.0.15
12572024-05-06T17:58:42.941Z Downloaded rustfmt-wrapper v0.2.1
12582024-05-06T17:58:42.941Z Downloaded rayon-core v1.12.1
12592024-05-06T17:58:42.941Z Downloaded salty v0.2.0
12602024-05-06T17:58:42.941Z Downloaded predicates-tree v1.0.9
12612024-05-06T17:58:42.942Z Downloaded predicates-core v1.0.6
12622024-05-06T17:58:42.942Z Downloaded postcard v1.0.8
12632024-05-06T17:58:42.942Z Downloaded rustls-pemfile v1.0.3
12642024-05-06T17:58:42.942Z Downloaded pest_meta v2.7.6
12652024-05-06T17:58:42.942Z Downloaded pest_generator v2.7.6
12662024-05-06T17:58:42.942Z Downloaded pest_derive v2.7.6
12672024-05-06T17:58:42.942Z Downloaded pest v2.7.6
12682024-05-06T17:58:42.942Z Downloaded half v2.3.1
12692024-05-06T17:58:42.942Z Downloaded foreign-types v0.3.2
12702024-05-06T17:58:42.942Z Downloaded flagset v0.4.3
12712024-05-06T17:58:42.942Z Downloaded errno v0.3.8
12722024-05-06T17:58:42.942Z Downloaded erased-serde v0.3.31
12732024-05-06T17:58:42.942Z Downloaded quick-error v1.2.3
12742024-05-06T17:58:42.942Z Downloaded dyn-clone v1.0.17
12752024-05-06T17:58:42.942Z Downloaded dtrace-parser v0.2.0
12762024-05-06T17:58:42.942Z Downloaded dtrace-parser v0.1.14
12772024-05-06T17:58:42.942Z Downloaded difflib v0.4.0
12782024-05-06T17:58:42.942Z Downloaded defmt-parser v0.3.3
12792024-05-06T17:58:42.942Z Downloaded zone v0.1.8
12802024-05-06T17:58:42.942Z Downloaded zip v0.6.6
12812024-05-06T17:58:42.942Z Downloaded zeroize_derive v1.4.2
12822024-05-06T17:58:42.942Z Downloaded unicode-normalization v0.1.22
12832024-05-06T17:58:42.942Z Downloaded unicode-linebreak v0.1.5
12842024-05-06T17:58:42.942Z Downloaded corncobs v0.1.3
12852024-05-06T17:58:42.943Z Downloaded unicode-ident v1.0.12
12862024-05-06T17:58:42.943Z Downloaded unicode-bidi v0.3.15
12872024-05-06T17:58:42.943Z Downloaded tokio-tungstenite v0.20.1
12882024-05-06T17:58:42.943Z Downloaded tokio-stream v0.1.15
12892024-05-06T17:58:42.943Z Downloaded tokio-rustls v0.25.0
12902024-05-06T17:58:42.943Z Downloaded time-core v0.1.2
12912024-05-06T17:58:42.943Z Downloaded sync_wrapper v0.1.2
12922024-05-06T17:58:42.943Z Downloaded headers v0.3.9
12932024-05-06T17:58:42.943Z Downloaded syn v1.0.109
12942024-05-06T17:58:42.943Z Downloaded form_urlencoded v1.2.1
12952024-05-06T17:58:42.943Z Downloaded nix v0.28.0
12962024-05-06T17:58:42.943Z Downloaded der v0.7.8
12972024-05-06T17:58:42.943Z Downloaded siphasher v0.3.11
12982024-05-06T17:58:42.943Z Downloaded similar v2.4.0
12992024-05-06T17:58:42.943Z Downloaded sigpipe v0.1.3
13002024-05-06T17:58:42.943Z Downloaded signature v2.1.0
13012024-05-06T17:58:42.943Z Downloaded zone_cfg_derive v0.1.2
13022024-05-06T17:58:42.943Z Downloaded yasna v0.5.2
13032024-05-06T17:58:42.943Z Downloaded xattr v1.0.1
13042024-05-06T17:58:42.943Z Downloaded universal-hash v0.5.1
13052024-05-06T17:58:42.943Z Downloaded unicode_categories v0.1.1
13062024-05-06T17:58:42.943Z Downloaded signature v1.6.4
13072024-05-06T17:58:42.943Z Downloaded signal-hook-tokio v0.3.1
13082024-05-06T17:58:42.944Z Downloaded serde_derive_internals v0.29.0
13092024-05-06T17:58:42.944Z Downloaded serde_derive v1.0.199
13102024-05-06T17:58:42.944Z Downloaded serde_arrays v0.1.0
13112024-05-06T17:58:42.944Z Downloaded rustls-webpki v0.102.1
13122024-05-06T17:58:42.944Z Downloaded unicode-width v0.1.11
13132024-05-06T17:58:42.944Z Downloaded unicode-segmentation v1.10.1
13142024-05-06T17:58:42.944Z Downloaded rustls-pki-types v1.3.0
13152024-05-06T17:58:42.944Z Downloaded tokio-util v0.7.10
13162024-05-06T17:58:42.947Z Downloaded tokio-tungstenite v0.21.0
13172024-05-06T17:58:42.947Z Downloaded bstr v1.9.0
13182024-05-06T17:58:42.954Z Downloaded slog-bunyan v2.5.0
13192024-05-06T17:58:42.957Z Downloaded slog-async v2.8.0
13202024-05-06T17:58:42.957Z Downloaded serde_json v1.0.116
13212024-05-06T17:58:42.961Z Downloaded rtoolbox v0.0.1
13222024-05-06T17:58:42.963Z Downloaded cookie_store v0.20.0
13232024-05-06T17:58:42.966Z Downloaded cookie v0.17.0
13242024-05-06T17:58:42.966Z Downloaded idna v0.2.3
13252024-05-06T17:58:42.972Z Downloaded nom v7.1.3
13262024-05-06T17:58:42.977Z Downloaded multer v3.0.0
13272024-05-06T17:58:42.980Z Downloaded mime v0.3.17
13282024-05-06T17:58:42.983Z Downloaded managed v0.8.0
13292024-05-06T17:58:42.984Z Downloaded libefi-sys v0.1.0
13302024-05-06T17:58:42.984Z Downloaded lazycell v1.3.0
13312024-05-06T17:58:42.987Z Downloaded lazy_static v1.4.0
13322024-05-06T17:58:42.987Z Downloaded lalrpop-util v0.19.12
13332024-05-06T17:58:42.987Z Downloaded lalrpop v0.19.12
13342024-05-06T17:58:42.997Z Downloaded colorchoice v1.0.0
13352024-05-06T17:58:43.000Z Downloaded clap v4.5.4
13362024-05-06T17:58:43.006Z Downloaded num-bigint-dig v0.8.4
13372024-05-06T17:58:43.010Z Downloaded clang-sys v1.6.1
13382024-05-06T17:58:43.016Z Downloaded cipher v0.4.4
13392024-05-06T17:58:43.025Z Downloaded ciborium-io v0.2.2
13402024-05-06T17:58:43.025Z Downloaded ciborium v0.2.2
13412024-05-06T17:58:43.025Z Downloaded cfg-if v1.0.0
13422024-05-06T17:58:43.025Z Downloaded cancel-safe-futures v0.1.5
13432024-05-06T17:58:43.025Z Downloaded bitstruct_derive v0.1.0
13442024-05-06T17:58:43.025Z Downloaded bit-set v0.5.3
13452024-05-06T17:58:43.025Z Downloaded normalize-line-endings v0.3.0
13462024-05-06T17:58:43.025Z Downloaded nodrop v0.1.14
13472024-05-06T17:58:43.025Z Downloaded crc-any v2.4.3
13482024-05-06T17:58:43.029Z Downloaded crossbeam-channel v0.5.8
13492024-05-06T17:58:43.035Z Downloaded crc32fast v1.3.2
13502024-05-06T17:58:43.035Z Downloaded crc-catalog v2.2.0
13512024-05-06T17:58:43.035Z Downloaded crc v3.0.1
13522024-05-06T17:58:43.038Z Downloaded cpufeatures v0.2.12
13532024-05-06T17:58:43.038Z Downloaded cookie v0.18.1
13542024-05-06T17:58:43.038Z Downloaded mockall_derive v0.12.1
13552024-05-06T17:58:43.038Z Downloaded mockall v0.12.1
13562024-05-06T17:58:43.041Z Downloaded convert_case v0.4.0
13572024-05-06T17:58:43.041Z Downloaded const_format_proc_macros v0.2.32
13582024-05-06T17:58:43.044Z Downloaded const_format v0.2.32
13592024-05-06T17:58:43.047Z Downloaded atomicwrites v0.4.3
13602024-05-06T17:58:43.047Z Downloaded array-init v0.0.4
13612024-05-06T17:58:43.050Z Downloaded allocator-api2 v0.2.16
13622024-05-06T17:58:43.054Z Downloaded const-oid v0.9.6
13632024-05-06T17:58:43.054Z Downloaded console v0.15.8
13642024-05-06T17:58:43.057Z Downloaded compact_str v0.7.1
13652024-05-06T17:58:43.060Z Downloaded clap_lex v0.7.0
13662024-05-06T17:58:43.060Z Downloaded clap_derive v4.5.4
13672024-05-06T17:58:43.060Z Downloaded clap_builder v4.5.2
13682024-05-06T17:58:43.066Z Downloaded memmap v0.7.0
13692024-05-06T17:58:43.069Z Downloaded memchr v2.7.1
13702024-05-06T17:58:43.072Z Downloaded maplit v1.0.2
13712024-05-06T17:58:43.074Z Downloaded macaddr v1.0.1
13722024-05-06T17:58:43.075Z Downloaded lru-cache v0.1.2
13732024-05-06T17:58:43.075Z Downloaded lru v0.12.1
13742024-05-06T17:58:43.077Z Downloaded log v0.4.21
13752024-05-06T17:58:43.078Z Downloaded ciborium-ll v0.2.2
13762024-05-06T17:58:43.081Z Downloaded chrono v0.4.38
13772024-05-06T17:58:43.085Z Downloaded libsw v3.3.1
13782024-05-06T17:58:43.088Z Downloaded libm v0.2.7
13792024-05-06T17:58:43.095Z Downloaded cfg_aliases v0.1.1
13802024-05-06T17:58:43.098Z Downloaded cc v1.0.83
13812024-05-06T17:58:43.101Z Downloaded cassowary v0.3.0
13822024-05-06T17:58:43.101Z Downloaded camino-tempfile v1.1.1
13832024-05-06T17:58:43.101Z Downloaded camino v1.1.6
13842024-05-06T17:58:43.104Z Downloaded instant v0.1.12
13852024-05-06T17:58:43.104Z Downloaded inout v0.1.3
13862024-05-06T17:58:43.107Z Downloaded bytes v1.6.0
13872024-05-06T17:58:43.113Z Downloaded indoc v1.0.9
13882024-05-06T17:58:43.116Z Downloaded indexmap v2.2.6
13892024-05-06T17:58:43.116Z Downloaded bitfield v0.14.0
13902024-05-06T17:58:43.116Z Downloaded bit-vec v0.6.3
13912024-05-06T17:58:43.120Z Downloaded bindgen v0.69.2
13922024-05-06T17:58:43.124Z Downloaded hyper v0.14.28
13932024-05-06T17:58:43.133Z Downloaded bcs v0.1.6
13942024-05-06T17:58:43.137Z Downloaded bb8 v0.8.3
13952024-05-06T17:58:43.137Z Downloaded base64ct v1.6.0
13962024-05-06T17:58:43.140Z Downloaded base64 v0.22.0
13972024-05-06T17:58:43.143Z Downloaded heck v0.4.1
13982024-05-06T17:58:43.143Z Downloaded base64 v0.13.1
13992024-05-06T17:58:43.146Z Downloaded base16ct v0.2.0
14002024-05-06T17:58:43.146Z Downloaded backtrace v0.3.69
14012024-05-06T17:58:43.150Z Downloaded home v0.5.5
14022024-05-06T17:58:43.153Z Downloaded hmac v0.12.1
14032024-05-06T17:58:43.153Z Downloaded backoff v0.4.0
14042024-05-06T17:58:43.156Z Downloaded atty v0.2.14
14052024-05-06T17:58:43.156Z Downloaded atomic-waker v1.1.1
14062024-05-06T17:58:43.159Z Downloaded heapless v0.7.16
14072024-05-06T17:58:43.163Z Downloaded heck v0.5.0
14082024-05-06T17:58:43.163Z Downloaded heck v0.3.3
14092024-05-06T17:58:43.163Z Downloaded async-trait v0.1.80
14102024-05-06T17:58:43.167Z Downloaded async-stream-impl v0.3.5
14112024-05-06T17:58:43.167Z Downloaded async-stream v0.3.5
14122024-05-06T17:58:43.170Z Downloaded async-recursion v1.1.0
14132024-05-06T17:58:43.173Z Downloaded assert_matches v1.5.0
14142024-05-06T17:58:43.173Z Downloaded ascii-canvas v3.0.0
14152024-05-06T17:58:43.173Z Downloaded ascii v1.1.0
14162024-05-06T17:58:43.177Z Downloaded arrayvec v0.7.4
14172024-05-06T17:58:43.177Z Downloaded arrayref v0.3.7
14182024-05-06T17:58:43.180Z Downloaded argon2 v0.5.3
14192024-05-06T17:58:43.180Z Downloaded arc-swap v1.6.0
14202024-05-06T17:58:43.183Z Downloaded anstyle-query v1.0.0
14212024-05-06T17:58:43.183Z Downloaded anstyle-parse v0.2.1
14222024-05-06T17:58:43.186Z Downloaded anstyle v1.0.6
14232024-05-06T17:58:43.186Z Downloaded anstream v0.6.11
14242024-05-06T17:58:43.631Z Compiling proc-macro2 v1.0.81
14252024-05-06T17:58:43.635Z Compiling unicode-ident v1.0.12
14262024-05-06T17:58:43.636Z Compiling libc v0.2.153
14272024-05-06T17:58:43.636Z Compiling serde v1.0.199
14282024-05-06T17:58:43.636Z Compiling version_check v0.9.4
14292024-05-06T17:58:43.636Z Compiling autocfg v1.1.0
14302024-05-06T17:58:43.677Z Compiling cfg-if v1.0.0
14312024-05-06T17:58:43.810Z Compiling once_cell v1.19.0
14322024-05-06T17:58:43.832Z Compiling byteorder v1.5.0
14332024-05-06T17:58:43.930Z Compiling memchr v2.7.1
14342024-05-06T17:58:44.195Z Compiling serde_json v1.0.116
14352024-05-06T17:58:44.278Z Compiling parking_lot_core v0.9.8
14362024-05-06T17:58:44.308Z Compiling ahash v0.8.8
14372024-05-06T17:58:44.352Z Compiling lock_api v0.4.10
14382024-05-06T17:58:45.004Z Compiling libm v0.2.7
14392024-05-06T17:58:45.340Z Compiling thiserror v1.0.59
14402024-05-06T17:58:45.354Z Compiling num-traits v0.2.18
14412024-05-06T17:58:45.356Z Compiling itoa v1.0.9
14422024-05-06T17:58:45.555Z Compiling typenum v1.16.0
14432024-05-06T17:58:45.755Z Compiling generic-array v0.14.7
14442024-05-06T17:58:45.830Z Compiling syn v1.0.109
14452024-05-06T17:58:45.998Z Compiling allocator-api2 v0.2.16
14462024-05-06T17:58:46.048Z Compiling log v0.4.21
14472024-05-06T17:58:46.372Z Compiling quote v1.0.36
14482024-05-06T17:58:46.445Z Compiling pkg-config v0.3.27
14492024-05-06T17:58:46.741Z Compiling syn v2.0.60
14502024-05-06T17:58:46.965Z Compiling cc v1.0.83
14512024-05-06T17:58:46.986Z Compiling getrandom v0.2.12
14522024-05-06T17:58:47.322Z Compiling slab v0.4.9
14532024-05-06T17:58:47.412Z Compiling scopeguard v1.2.0
14542024-05-06T17:58:47.520Z Compiling ryu v1.0.15
14552024-05-06T17:58:47.855Z Compiling equivalent v1.0.1
14562024-05-06T17:58:47.964Z Compiling vcpkg v0.2.15
14572024-05-06T17:58:48.011Z Compiling schemars v0.8.17
14582024-05-06T17:58:48.509Z Compiling pin-project-lite v0.2.13
14592024-05-06T17:58:48.697Z Compiling smallvec v1.13.1
14602024-05-06T17:58:49.206Z Compiling fnv v1.0.7
14612024-05-06T17:58:49.386Z Compiling time-core v0.1.2
14622024-05-06T17:58:49.467Z Compiling ring v0.17.8
14632024-05-06T17:58:49.570Z Compiling num-conv v0.1.0
14642024-05-06T17:58:49.685Z Compiling openssl-sys v0.9.102
14652024-05-06T17:58:49.869Z Compiling time-macros v0.2.17
14662024-05-06T17:58:50.198Z Compiling parking_lot v0.12.1
14672024-05-06T17:58:50.479Z Compiling ring v0.16.20
14682024-05-06T17:58:50.573Z Compiling httparse v1.8.0
14692024-05-06T17:58:51.455Z Compiling crossbeam-utils v0.8.19
14702024-05-06T17:58:51.780Z Compiling rustix v0.38.31
14712024-05-06T17:58:52.094Z Compiling signal-hook-registry v1.4.1
14722024-05-06T17:58:52.424Z Compiling openssl v0.10.64
14732024-05-06T17:58:52.625Z Compiling mio v0.8.11
14742024-05-06T17:58:53.065Z Compiling semver v1.0.22
14752024-05-06T17:58:53.326Z Compiling rand_core v0.6.4
14762024-05-06T17:58:53.518Z Compiling iana-time-zone v0.1.57
14772024-05-06T17:58:53.646Z Compiling futures-core v0.3.30
14782024-05-06T17:58:53.710Z Compiling native-tls v0.2.11
14792024-05-06T17:58:53.851Z Compiling tinyvec_macros v0.1.1
14802024-05-06T17:58:53.871Z Compiling rustls v0.21.9
14812024-05-06T17:58:53.938Z Compiling tinyvec v1.6.0
14822024-05-06T17:58:54.034Z Compiling serde_derive_internals v0.29.0
14832024-05-06T17:58:54.162Z Compiling socket2 v0.5.6
14842024-05-06T17:58:54.466Z Compiling num_cpus v1.16.0
14852024-05-06T17:58:55.279Z Compiling unicode-normalization v0.1.22
14862024-05-06T17:58:55.387Z Compiling cookie v0.17.0
14872024-05-06T17:58:55.696Z Compiling ucd-trie v0.1.6
14882024-05-06T17:58:55.696Z Compiling futures-sink v0.3.30
14892024-05-06T17:58:55.941Z Compiling unicode-bidi v0.3.15
14902024-05-06T17:58:56.224Z Compiling spin v0.5.2
14912024-05-06T17:58:56.246Z Compiling futures-channel v0.3.30
14922024-05-06T17:58:56.297Z Compiling backtrace v0.3.69
14932024-05-06T17:58:56.576Z Compiling aho-corasick v1.1.2
14942024-05-06T17:58:56.630Z Compiling futures-task v0.3.30
14952024-05-06T17:58:56.701Z Compiling regex-syntax v0.8.2
14962024-05-06T17:58:56.723Z Compiling heck v0.5.0
14972024-05-06T17:58:56.920Z Compiling pin-utils v0.1.0
14982024-05-06T17:58:56.951Z Compiling slog v2.7.0
14992024-05-06T17:58:57.017Z Compiling dyn-clone v1.0.17
15002024-05-06T17:58:57.138Z Compiling futures-io v0.3.30
15012024-05-06T17:58:57.205Z Compiling spin v0.9.8
15022024-05-06T17:58:57.409Z Compiling tracing-core v0.1.32
15032024-05-06T17:58:58.600Z Compiling subtle v2.5.0
15042024-05-06T17:58:58.649Z Compiling anyhow v1.0.82
15052024-05-06T17:58:58.713Z Compiling winnow v0.5.15
15062024-05-06T17:58:58.876Z Compiling percent-encoding v2.3.1
15072024-05-06T17:58:59.123Z Compiling unicode-xid v0.2.4
15082024-05-06T17:58:59.194Z Compiling const-oid v0.9.6
15092024-05-06T17:58:59.333Z Compiling serde_derive v1.0.199
15102024-05-06T17:58:59.417Z Compiling zerocopy-derive v0.7.32
15112024-05-06T17:58:59.991Z Compiling thiserror-impl v1.0.59
15122024-05-06T17:59:00.562Z Compiling zeroize_derive v1.4.2
15132024-05-06T17:59:00.763Z Compiling tokio-macros v2.2.0
15142024-05-06T17:59:00.999Z Compiling futures-macro v0.3.30
15152024-05-06T17:59:01.238Z Compiling zerocopy v0.7.32
15162024-05-06T17:59:02.496Z Compiling tracing-attributes v0.1.27
15172024-05-06T17:59:02.509Z Compiling schemars_derive v0.8.17
15182024-05-06T17:59:02.510Z Compiling zeroize v1.7.0
15192024-05-06T17:59:02.689Z Compiling openssl-macros v0.1.1
15202024-05-06T17:59:02.903Z Compiling pest v2.7.6
15212024-05-06T17:59:03.443Z Compiling hashbrown v0.14.3
15222024-05-06T17:59:03.511Z Compiling futures-util v0.3.30
15232024-05-06T17:59:04.426Z Compiling regex-automata v0.4.5
15242024-05-06T17:59:05.158Z Compiling pest_meta v2.7.6
15252024-05-06T17:59:05.211Z Compiling tracing v0.1.40
15262024-05-06T17:59:05.761Z Compiling synstructure v0.12.6
15272024-05-06T17:59:07.189Z Compiling pest_generator v2.7.6
15282024-05-06T17:59:08.910Z Compiling pest_derive v2.7.6
15292024-05-06T17:59:09.013Z Compiling crc32fast v1.3.2
15302024-05-06T17:59:09.439Z Compiling regex v1.10.4
15312024-05-06T17:59:09.458Z Compiling heck v0.4.1
15322024-05-06T17:59:09.948Z Compiling zerocopy-derive v0.2.0
15332024-05-06T17:59:11.614Z Compiling foreign-types-shared v0.1.1
15342024-05-06T17:59:11.680Z Compiling untrusted v0.7.1
15352024-05-06T17:59:11.850Z Compiling powerfmt v0.2.0
15362024-05-06T17:59:12.222Z Compiling bytes v1.6.0
15372024-05-06T17:59:12.336Z Compiling indexmap v2.2.6
15382024-05-06T17:59:13.588Z Compiling bitflags v2.4.2
15392024-05-06T17:59:13.687Z Compiling chrono v0.4.38
15402024-05-06T17:59:13.987Z Compiling uuid v1.8.0
15412024-05-06T17:59:14.727Z Compiling tokio v1.37.0
15422024-05-06T17:59:14.840Z Compiling toml_datetime v0.6.5
15432024-05-06T17:59:15.238Z Compiling serde_spanned v0.6.5
15442024-05-06T17:59:15.257Z Compiling http v0.2.12
15452024-05-06T17:59:17.130Z Compiling toml_edit v0.19.15
15462024-05-06T17:59:17.793Z Compiling untrusted v0.9.0
15472024-05-06T17:59:20.733Z Compiling deranged v0.3.11
15482024-05-06T17:59:22.186Z Compiling foreign-types v0.3.2
15492024-05-06T17:59:22.284Z Compiling crypto-common v0.1.6
15502024-05-06T17:59:22.758Z Compiling tokio-util v0.7.10
15512024-05-06T17:59:22.913Z Compiling der_derive v0.7.2
15522024-05-06T17:59:23.923Z Compiling form_urlencoded v1.2.1
15532024-05-06T17:59:24.161Z Compiling errno v0.3.8
15542024-05-06T17:59:24.221Z Compiling try-lock v0.2.4
15552024-05-06T17:59:24.373Z Compiling base64 v0.21.7
15562024-05-06T17:59:24.413Z Compiling num_threads v0.1.6
15572024-05-06T17:59:24.546Z Compiling time v0.3.34
15582024-05-06T17:59:25.009Z Compiling want v0.3.1
15592024-05-06T17:59:26.191Z Compiling h2 v0.3.26
15602024-05-06T17:59:26.729Z Compiling sct v0.7.0
15612024-05-06T17:59:26.994Z Compiling rustls-webpki v0.101.7
15622024-05-06T17:59:28.029Z Compiling http-body v0.4.5
15632024-05-06T17:59:28.235Z Compiling rustc_version v0.4.0
15642024-05-06T17:59:28.481Z Compiling block-buffer v0.10.4
15652024-05-06T17:59:28.722Z Compiling async-trait v0.1.80
15662024-05-06T17:59:28.738Z Compiling idna v0.5.0
15672024-05-06T17:59:28.864Z Compiling socket2 v0.4.9
15682024-05-06T17:59:29.160Z Compiling usdt-impl v0.3.5
15692024-05-06T17:59:29.647Z Compiling rustversion v1.0.14
15702024-05-06T17:59:30.076Z Compiling openssl-probe v0.1.5
15712024-05-06T17:59:30.191Z Compiling unicode-width v0.1.11
15722024-05-06T17:59:30.254Z Compiling tower-service v0.3.2
15732024-05-06T17:59:30.357Z Compiling httpdate v1.0.3
15742024-05-06T17:59:30.762Z Compiling url v2.5.0
15752024-05-06T17:59:32.330Z Compiling heapless v0.7.16
15762024-05-06T17:59:32.387Z Compiling digest v0.10.7
15772024-05-06T17:59:32.846Z Compiling hyper v0.14.28
15782024-05-06T17:59:33.340Z Compiling scroll_derive v0.12.0
15792024-05-06T17:59:34.694Z Compiling idna v0.3.0
15802024-05-06T17:59:34.874Z Compiling bzip2-sys v0.1.11+1.0.8
15812024-05-06T17:59:35.694Z Compiling adler v1.0.2
15822024-05-06T17:59:36.073Z Compiling signal-hook v0.3.17
15832024-05-06T17:59:36.129Z Compiling ppv-lite86 v0.2.17
15842024-05-06T17:59:36.367Z Compiling psl-types v2.0.11
15852024-05-06T17:59:36.570Z Compiling tokio-rustls v0.24.1
15862024-05-06T17:59:36.609Z Compiling publicsuffix v2.2.3
15872024-05-06T17:59:36.917Z Compiling rand_chacha v0.3.1
15882024-05-06T17:59:36.953Z Compiling miniz_oxide v0.7.1
15892024-05-06T17:59:38.202Z Compiling tokio-native-tls v0.3.1
15902024-05-06T17:59:38.474Z Compiling crossbeam-epoch v0.9.18
15912024-05-06T17:59:40.217Z Compiling openapiv3 v2.0.0
15922024-05-06T17:59:40.414Z Compiling zerocopy v0.3.0
15932024-05-06T17:59:41.379Z Compiling thread-id v4.2.0
15942024-05-06T17:59:41.478Z Compiling ipnet v2.9.0
15952024-05-06T17:59:41.759Z Compiling dof v0.1.5
15962024-05-06T17:59:42.090Z Compiling hyper-rustls v0.24.2
15972024-05-06T17:59:42.441Z Compiling hyper-tls v0.5.0
15982024-05-06T17:59:42.500Z Compiling rand v0.8.5
15992024-05-06T17:59:42.780Z Compiling rustls-pemfile v1.0.3
16002024-05-06T17:59:42.793Z Compiling serde_urlencoded v0.7.1
16012024-05-06T17:59:43.308Z Compiling serde_tokenstream v0.2.0
16022024-05-06T17:59:43.645Z Compiling dtrace-parser v0.1.14
16032024-05-06T17:59:44.055Z Compiling num-bigint v0.4.4
16042024-05-06T17:59:44.205Z Compiling encoding_rs v0.8.33
16052024-05-06T17:59:44.226Z Compiling gimli v0.28.0
16062024-05-06T17:59:44.462Z Compiling sync_wrapper v0.1.2
16072024-05-06T17:59:44.590Z Compiling webpki-roots v0.25.2
16082024-05-06T17:59:44.733Z Compiling smoltcp v0.9.1
16092024-05-06T17:59:45.027Z Compiling rayon-core v1.12.1
16102024-05-06T17:59:45.237Z Compiling base64ct v1.6.0
16112024-05-06T17:59:45.295Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16122024-05-06T17:59:45.317Z Compiling either v1.11.0
16132024-05-06T17:59:45.509Z Compiling mime v0.3.17
16142024-05-06T17:59:45.724Z Compiling pem-rfc7468 v0.7.0
16152024-05-06T17:59:47.483Z Compiling hmac v0.12.1
16162024-05-06T17:59:47.574Z Compiling serde_tokenstream v0.1.7
16172024-05-06T17:59:47.714Z Compiling regress v0.9.1
16182024-05-06T17:59:47.937Z Compiling addr2line v0.21.0
16192024-05-06T17:59:48.404Z Compiling object v0.32.1
16202024-05-06T17:59:48.428Z Compiling camino v1.1.6
16212024-05-06T17:59:48.655Z Compiling rustc-demangle v0.1.23
16222024-05-06T17:59:48.898Z Compiling flagset v0.4.3
16232024-05-06T17:59:49.035Z Compiling cookie_store v0.20.0
16242024-05-06T17:59:49.102Z Compiling siphasher v0.3.11
16252024-05-06T17:59:49.189Z Compiling winnow v0.6.1
16262024-05-06T17:59:49.474Z Compiling der v0.7.8
16272024-05-06T17:59:49.834Z Compiling reqwest v0.11.27
16282024-05-06T17:59:50.596Z Compiling flate2 v1.0.28
16292024-05-06T17:59:51.469Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16302024-05-06T17:59:52.851Z Compiling toml_edit v0.22.12
16312024-05-06T17:59:54.965Z Compiling futures-executor v0.3.30
16322024-05-06T17:59:55.532Z Compiling hubpack_derive v0.1.1
16332024-05-06T17:59:55.532Z Compiling zerocopy-derive v0.6.6
16342024-05-06T17:59:56.311Z Compiling lazy_static v1.4.0
16352024-05-06T17:59:56.435Z Compiling usdt-impl v0.5.0
16362024-05-06T17:59:56.789Z Compiling stable_deref_trait v1.2.0
16372024-05-06T17:59:57.304Z Compiling cpufeatures v0.2.12
16382024-05-06T17:59:57.602Z Compiling anstyle v1.0.6
16392024-05-06T17:59:57.692Z Compiling utf8parse v0.2.1
16402024-05-06T17:59:57.846Z Compiling anstyle-parse v0.2.1
16412024-05-06T17:59:58.180Z Compiling sha2 v0.10.8
16422024-05-06T18:00:00.810Z Compiling futures v0.3.30
16432024-05-06T18:00:00.955Z Compiling spki v0.7.2
16442024-05-06T18:00:01.231Z Compiling usdt-macro v0.3.5
16452024-05-06T18:00:01.312Z Compiling usdt-attr-macro v0.3.5
16462024-05-06T18:00:02.387Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16472024-05-06T18:00:02.705Z Compiling scroll v0.12.0
16482024-05-06T18:00:03.072Z Compiling md-5 v0.10.5
16492024-05-06T18:00:03.283Z Compiling toml v0.7.8
16502024-05-06T18:00:04.026Z Compiling hex v0.4.3
16512024-05-06T18:00:04.784Z Compiling stringprep v0.1.3
16522024-05-06T18:00:04.806Z Compiling diesel_table_macro_syntax v0.1.0
16532024-05-06T18:00:05.581Z Compiling num-integer v0.1.46
16542024-05-06T18:00:06.729Z Compiling hash32 v0.2.1
16552024-05-06T18:00:07.108Z Compiling plain v0.2.3
16562024-05-06T18:00:07.279Z Compiling colorchoice v1.0.0
16572024-05-06T18:00:07.844Z Compiling fallible-iterator v0.2.0
16582024-05-06T18:00:08.131Z Compiling anstyle-query v1.0.0
16592024-05-06T18:00:09.224Z Compiling anstream v0.6.11
16602024-05-06T18:00:09.560Z Compiling postgres-protocol v0.6.6
16612024-05-06T18:00:10.746Z Compiling goblin v0.8.0
16622024-05-06T18:00:10.988Z Compiling diesel_derives v2.1.2
16632024-05-06T18:00:20.829Z Compiling pkcs8 v0.10.2
16642024-05-06T18:00:21.353Z Compiling phf_shared v0.11.2
16652024-05-06T18:00:22.754Z Compiling strum_macros v0.25.2
16662024-05-06T18:00:23.138Z Compiling terminal_size v0.3.0
16672024-05-06T18:00:23.660Z Compiling enum-as-inner v0.5.1
16682024-05-06T18:00:24.486Z Compiling block-padding v0.3.3
16692024-05-06T18:00:24.489Z Compiling serde_repr v0.1.16
16702024-05-06T18:00:24.641Z Compiling clap_derive v4.5.4
16712024-05-06T18:00:24.880Z Compiling ff v0.13.0
16722024-05-06T18:00:24.973Z Compiling scheduled-thread-pool v0.2.7
16732024-05-06T18:00:25.441Z Compiling clap_lex v0.7.0
16742024-05-06T18:00:25.884Z Compiling pretty-hex v0.4.1
16752024-05-06T18:00:26.102Z Compiling bitflags v1.3.2
16762024-05-06T18:00:26.214Z Compiling base16ct v0.2.0
16772024-05-06T18:00:26.489Z Compiling bit-vec v0.6.3
16782024-05-06T18:00:26.508Z Compiling strsim v0.11.0
16792024-05-06T18:00:26.821Z Compiling managed v0.8.0
16802024-05-06T18:00:26.985Z Compiling matches v0.1.10
16812024-05-06T18:00:27.229Z Compiling regex-automata v0.1.10
16822024-05-06T18:00:27.388Z Compiling idna v0.2.3
16832024-05-06T18:00:27.750Z Compiling bstr v0.2.17
16842024-05-06T18:00:28.237Z Compiling clap_builder v4.5.2
16852024-05-06T18:00:29.051Z Compiling sec1 v0.7.3
16862024-05-06T18:00:29.092Z Compiling dof v0.3.0
16872024-05-06T18:00:29.359Z Compiling r2d2 v0.8.10
16882024-05-06T18:00:29.585Z Compiling group v0.13.0
16892024-05-06T18:00:30.875Z Compiling inout v0.1.3
16902024-05-06T18:00:31.839Z Compiling phf v0.11.2
16912024-05-06T18:00:32.164Z Compiling signal-hook-mio v0.2.3
16922024-05-06T18:00:32.347Z Compiling bzip2 v0.4.4
16932024-05-06T18:00:32.601Z Compiling postgres-types v0.2.6
16942024-05-06T18:00:32.727Z Compiling zerocopy v0.6.6
16952024-05-06T18:00:33.127Z Compiling hubpack v0.1.2
16962024-05-06T18:00:33.556Z Compiling phf_shared v0.10.0
16972024-05-06T18:00:33.598Z Compiling hkdf v0.12.4
16982024-05-06T18:00:34.415Z Compiling ipnetwork v0.20.0
16992024-05-06T18:00:35.199Z Compiling dtrace-parser v0.2.0
17002024-05-06T18:00:35.373Z Compiling crypto-bigint v0.5.2
17012024-05-06T18:00:35.470Z Compiling float-cmp v0.9.0
17022024-05-06T18:00:35.646Z Compiling blake3 v1.5.0
17032024-05-06T18:00:36.153Z Compiling ident_case v1.0.1
17042024-05-06T18:00:36.241Z Compiling static_assertions v1.1.0
17052024-05-06T18:00:36.450Z Compiling data-encoding v2.4.0
17062024-05-06T18:00:36.789Z Compiling strsim v0.10.0
17072024-05-06T18:00:37.045Z Compiling new_debug_unreachable v1.0.4
17082024-05-06T18:00:37.158Z Compiling fixedbitset v0.4.2
17092024-05-06T18:00:37.316Z Compiling predicates-core v1.0.6
17102024-05-06T18:00:37.434Z Compiling unicode-segmentation v1.10.1
17112024-05-06T18:00:37.459Z Compiling whoami v1.5.1
17122024-05-06T18:00:37.531Z Compiling normalize-line-endings v0.3.0
17132024-05-06T18:00:37.640Z Compiling minimal-lexical v0.2.1
17142024-05-06T18:00:38.436Z Compiling precomputed-hash v0.1.1
17152024-05-06T18:00:38.439Z Compiling difflib v0.4.0
17162024-05-06T18:00:38.439Z Compiling string_cache v0.8.7
17172024-05-06T18:00:38.439Z Compiling similar v2.4.0
17182024-05-06T18:00:38.439Z Compiling nom v7.1.3
17192024-05-06T18:00:38.587Z Compiling predicates v3.1.0
17202024-05-06T18:00:39.345Z Compiling tokio-postgres v0.7.10
17212024-05-06T18:00:40.101Z Compiling petgraph v0.6.4
17222024-05-06T18:00:40.133Z Compiling elliptic-curve v0.13.8
17232024-05-06T18:00:40.374Z Compiling darling_core v0.20.8
17242024-05-06T18:00:40.855Z Compiling trust-dns-proto v0.22.0
17252024-05-06T18:00:43.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17262024-05-06T18:00:43.951Z Compiling diesel v2.1.6
17272024-05-06T18:00:45.275Z Compiling yasna v0.5.2
17282024-05-06T18:00:46.842Z Compiling zip v0.6.6
17292024-05-06T18:00:46.897Z Compiling crossterm v0.27.0
17302024-05-06T18:00:47.294Z Compiling clap v4.5.4
17312024-05-06T18:00:47.783Z Compiling cipher v0.4.4
17322024-05-06T18:00:48.224Z Compiling bit-set v0.5.3
17332024-05-06T18:00:48.496Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
17342024-05-06T18:00:48.642Z Compiling num-iter v0.1.44
17352024-05-06T18:00:48.833Z Compiling usdt v0.3.5
17362024-05-06T18:00:48.943Z Compiling console v0.15.8
17372024-05-06T18:00:50.022Z Compiling itertools v0.10.5
17382024-05-06T18:00:50.167Z Compiling getopts v0.2.21
17392024-05-06T18:00:50.995Z Compiling tokio-stream v0.1.15
17402024-05-06T18:00:51.164Z Compiling bstr v1.9.0
17412024-05-06T18:00:52.098Z Compiling lalrpop-util v0.19.12
17422024-05-06T18:00:52.582Z Compiling base64 v0.22.0
17432024-05-06T18:00:52.753Z Compiling unsafe-libyaml v0.2.10
17442024-05-06T18:00:52.880Z Compiling peg-runtime v0.8.2
17452024-05-06T18:00:53.399Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17462024-05-06T18:00:54.168Z Compiling serde_yaml v0.9.25
17472024-05-06T18:00:54.503Z Compiling darling_macro v0.20.8
17482024-05-06T18:00:55.500Z Compiling crossbeam-deque v0.8.3
17492024-05-06T18:00:59.068Z Compiling same-file v1.0.6
17502024-05-06T18:01:00.025Z Compiling fastrand v2.0.1
17512024-05-06T18:01:00.087Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17522024-05-06T18:01:00.539Z Compiling tempfile v3.10.1
17532024-05-06T18:01:01.312Z Compiling walkdir v2.5.0
17542024-05-06T18:01:03.535Z Compiling darling v0.20.8
17552024-05-06T18:01:09.387Z Compiling proc-macro-crate v1.3.1
17562024-05-06T18:01:16.193Z Compiling heapless v0.8.0
17572024-05-06T18:01:19.590Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582024-05-06T18:01:21.309Z Compiling num_enum_derive v0.5.11
17592024-05-06T18:01:29.147Z Compiling rayon v1.10.0
17602024-05-06T18:01:33.304Z Compiling memmap2 v0.7.1
17612024-05-06T18:01:33.703Z Compiling xattr v1.0.1
17622024-05-06T18:01:33.919Z Compiling filetime v0.2.23
17632024-05-06T18:01:34.152Z Compiling hash32 v0.3.1
17642024-05-06T18:01:34.471Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17652024-05-06T18:01:34.961Z Compiling arrayref v0.3.7
17662024-05-06T18:01:35.448Z Compiling smoltcp v0.11.0
17672024-05-06T18:01:36.644Z Compiling rustls-pki-types v1.3.0
17682024-05-06T18:01:37.018Z Compiling constant_time_eq v0.3.0
17692024-05-06T18:01:37.178Z Compiling home v0.5.5
17702024-05-06T18:01:37.365Z Compiling arrayvec v0.7.4
17712024-05-06T18:01:37.950Z Compiling toolchain_find v0.4.0
17722024-05-06T18:01:45.446Z Compiling tar v0.4.40
17732024-05-06T18:01:47.681Z Compiling camino-tempfile v1.1.1
17742024-05-06T18:01:47.938Z Compiling num_enum v0.5.11
17752024-05-06T18:01:54.642Z Compiling toml v0.8.12
17762024-05-06T18:01:54.839Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17772024-05-06T18:01:55.498Z Compiling dirs-sys-next v0.1.2
17782024-05-06T18:01:55.736Z Compiling proc-macro-error-attr v1.0.4
17792024-05-06T18:01:55.982Z Compiling paste v1.0.14
17802024-05-06T18:01:56.179Z Compiling rustls v0.22.4
17812024-05-06T18:01:56.438Z Compiling cobs v0.2.3
17822024-05-06T18:01:56.635Z Compiling embedded-io v0.4.0
17832024-05-06T18:01:57.069Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17842024-05-06T18:01:57.644Z Compiling topological-sort v0.2.2
17852024-05-06T18:01:58.573Z Compiling omicron-zone-package v0.11.0
17862024-05-06T18:02:04.209Z Compiling postcard v1.0.8
17872024-05-06T18:02:05.359Z Compiling dirs-next v2.0.0
17882024-05-06T18:02:05.634Z Compiling rustfmt-wrapper v0.2.1
17892024-05-06T18:02:05.815Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17902024-05-06T18:02:13.235Z Compiling rustls-webpki v0.102.1
17912024-05-06T18:02:18.782Z Compiling strum_macros v0.26.1
17922024-05-06T18:02:19.624Z Compiling structmeta-derive v0.3.0
17932024-05-06T18:02:19.721Z Compiling foreign-types-macros v0.2.3
17942024-05-06T18:02:19.842Z Compiling thread_local v1.1.7
17952024-05-06T18:02:20.115Z Compiling multer v3.0.0
17962024-05-06T18:02:20.576Z Compiling proc-macro-error v1.0.4
17972024-05-06T18:02:20.684Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17982024-05-06T18:02:20.748Z Compiling slog-async v2.8.0
17992024-05-06T18:02:20.911Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18002024-05-06T18:02:21.228Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18012024-05-06T18:02:21.384Z Compiling match_cfg v0.1.0
18022024-05-06T18:02:21.407Z Compiling foreign-types-shared v0.3.1
18032024-05-06T18:02:21.492Z Compiling hostname v0.3.1
18042024-05-06T18:02:21.531Z Compiling foreign-types v0.5.0
18052024-05-06T18:02:21.619Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18062024-05-06T18:02:22.286Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18072024-05-06T18:02:22.308Z Compiling structmeta v0.3.0
18082024-05-06T18:02:22.730Z Compiling term v0.7.0
18092024-05-06T18:02:23.293Z Compiling strum v0.26.2
18102024-05-06T18:02:25.403Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18112024-05-06T18:02:25.440Z Compiling slog-json v2.6.1
18122024-05-06T18:02:25.938Z Compiling is-terminal v0.4.9
18132024-05-06T18:02:26.067Z Compiling tabwriter v1.4.0
18142024-05-06T18:02:26.435Z Compiling crossbeam-channel v0.5.8
18152024-05-06T18:02:26.851Z Compiling http v1.0.0
18162024-05-06T18:02:27.660Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18172024-05-06T18:02:28.182Z Compiling async-stream-impl v0.3.5
18182024-05-06T18:02:28.507Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18192024-05-06T18:02:29.391Z Compiling cstr-argument v0.1.2
18202024-05-06T18:02:29.474Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18212024-05-06T18:02:29.803Z Compiling crucible-workspace-hack v0.1.0
18222024-05-06T18:02:30.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18232024-05-06T18:02:30.376Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18242024-05-06T18:02:30.444Z Compiling atomic-waker v1.1.1
18252024-05-06T18:02:30.638Z Compiling pretty-hex v0.2.1
18262024-05-06T18:02:30.673Z Compiling take_mut v0.2.2
18272024-05-06T18:02:30.850Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18282024-05-06T18:02:31.298Z Compiling waitgroup v0.1.2
18292024-05-06T18:02:31.707Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18302024-05-06T18:02:32.699Z Compiling async-stream v0.3.5
18312024-05-06T18:02:33.504Z Compiling tokio-rustls v0.25.0
18322024-05-06T18:02:33.982Z Compiling slog-term v2.9.1
18332024-05-06T18:02:34.063Z Compiling slog-bunyan v2.5.0
18342024-05-06T18:02:40.396Z Compiling parse-display-derive v0.9.0
18352024-05-06T18:02:40.404Z Compiling rustls-pemfile v2.1.2
18362024-05-06T18:02:40.444Z Compiling serde_with_macros v3.7.0
18372024-05-06T18:02:40.444Z Compiling sha1 v0.10.6
18382024-05-06T18:02:40.444Z Compiling colored v2.1.0
18392024-05-06T18:02:40.444Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18402024-05-06T18:02:40.444Z Compiling newtype-uuid v1.1.0
18412024-05-06T18:02:40.444Z Compiling serde_path_to_error v0.1.16
18422024-05-06T18:02:40.444Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18432024-05-06T18:02:40.444Z Compiling instant v0.1.12
18442024-05-06T18:02:40.444Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18452024-05-06T18:02:40.444Z Compiling debug-ignore v1.0.5
18462024-05-06T18:02:40.466Z Compiling backoff v0.4.0
18472024-05-06T18:02:40.990Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18482024-05-06T18:02:41.010Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18492024-05-06T18:02:41.010Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18502024-05-06T18:02:41.010Z Compiling serde_with v3.7.0
18512024-05-06T18:02:43.099Z Compiling parse-display v0.9.0
18522024-05-06T18:02:45.102Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18532024-05-06T18:02:45.294Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18542024-05-06T18:02:46.593Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18552024-05-06T18:02:46.806Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18562024-05-06T18:02:46.999Z Compiling macaddr v1.0.1
18572024-05-06T18:02:47.061Z Compiling num-derive v0.4.0
18582024-05-06T18:02:49.357Z Compiling sigpipe v0.1.3
18592024-05-06T18:02:49.493Z Compiling libefi-sys v0.1.0
18602024-05-06T18:02:49.816Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18612024-05-06T18:02:53.311Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18622024-05-06T18:02:53.373Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18632024-05-06T18:02:53.395Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18642024-05-06T18:02:53.936Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18652024-05-06T18:02:55.703Z Compiling smf v0.2.3
18662024-05-06T18:02:56.973Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18672024-05-06T18:02:57.306Z Compiling portable-atomic v1.4.3
18682024-05-06T18:02:58.010Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18692024-05-06T18:02:58.431Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18702024-05-06T18:02:59.833Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18712024-05-06T18:02:59.971Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18722024-05-06T18:03:02.203Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18732024-05-06T18:03:02.605Z Compiling gethostname v0.4.3
18742024-05-06T18:03:03.145Z Compiling number_prefix v0.4.0
18752024-05-06T18:03:03.385Z Compiling indicatif v0.17.8
18762024-05-06T18:03:03.468Z Compiling swrite v0.1.0
18772024-05-06T18:03:11.430Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18782024-05-06T18:03:14.400Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18792024-05-06T18:03:17.044Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18802024-05-06T18:03:18.797Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18812024-05-06T18:03:35.724Z Finished release [optimized] target(s) in 5m 17s
18822024-05-06T18:03:35.976Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18832024-05-06T18:03:36.041ZLogging to: /work/oxidecomputer/omicron/out/LOG
18842024-05-06T18:03:36.046ZCreated new build target 'test' and set it as active
18852024-05-06T18:03:36.047Z
18862024-05-06T18:03:36.047Zreal 5:17.727140696
18872024-05-06T18:03:36.047Zuser 33:14.181007527
18882024-05-06T18:03:36.047Zsys 4:04.751026712
18892024-05-06T18:03:36.047Ztrap 0.973401095
18902024-05-06T18:03:36.048Ztflt 5.733044460
18912024-05-06T18:03:36.048Zdflt 4.436793132
18922024-05-06T18:03:36.048Zkflt 0.030734068
18932024-05-06T18:03:36.048Zlock 1:09:55.961066138
18942024-05-06T18:03:36.048Zslp 1:34:03.314481955
18952024-05-06T18:03:36.048Zlat 2:01.355217953
18962024-05-06T18:03:36.049Zstop 3:42.094052656
18972024-05-06T18:03:36.049Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18982024-05-06T18:03:36.860Z Finished release [optimized] target(s) in 0.77s
18992024-05-06T18:03:36.883Z Running `target/release/omicron-package -t test package`
19002024-05-06T18:03:36.920ZLogging to: /work/oxidecomputer/omicron/out/LOG
19012024-05-06T18:03:37.780Z Compiling newline-converter v0.3.0
19022024-05-06T18:03:37.780Z Compiling usdt-macro v0.5.0
19032024-05-06T18:03:37.784Z Compiling usdt-attr-macro v0.5.0
19042024-05-06T18:03:37.784Z Compiling memmap v0.7.0
19052024-05-06T18:03:37.870Z Compiling humantime v2.1.0
19062024-05-06T18:03:37.878Z Compiling linked-hash-map v0.5.6
19072024-05-06T18:03:37.887Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19082024-05-06T18:03:37.888Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19092024-05-06T18:03:37.983Z Compiling expectorate v1.1.0
19102024-05-06T18:03:38.114Z Compiling password-hash v0.5.0
19112024-05-06T18:03:38.209Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19122024-05-06T18:03:38.257Z Compiling lru-cache v0.1.2
19132024-05-06T18:03:38.272Z Compiling blake2 v0.10.6
19142024-05-06T18:03:38.461Z Compiling semver v0.1.20
19152024-05-06T18:03:38.640Z Compiling bytecount v0.6.3
19162024-05-06T18:03:38.929Z Compiling argon2 v0.5.3
19172024-05-06T18:03:38.979Z Compiling rustc_version v0.1.7
19182024-05-06T18:03:39.172Z Compiling papergrid v0.11.0
19192024-05-06T18:03:39.290Z Compiling usdt v0.5.0
19202024-05-06T18:03:39.354Z Compiling newtype_derive v0.1.6
19212024-05-06T18:03:39.578Z Compiling tabled_derive v0.7.0
19222024-05-06T18:03:39.681Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19232024-05-06T18:03:40.344Z Compiling quick-error v1.2.3
19242024-05-06T18:03:40.479Z Compiling resolv-conf v0.7.0
19252024-05-06T18:03:40.532Z Compiling steno v0.4.0
19262024-05-06T18:03:40.850Z Compiling trust-dns-resolver v0.22.0
19272024-05-06T18:03:41.661Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19282024-05-06T18:03:41.897Z Compiling tabled v0.15.0
19292024-05-06T18:03:42.070Z Compiling derive-where v1.2.7
19302024-05-06T18:03:44.523Z Compiling slog-dtrace v0.3.0
19312024-05-06T18:03:44.820Z Compiling num-rational v0.4.1
19322024-05-06T18:03:45.139Z Compiling termcolor v1.2.0
19332024-05-06T18:03:48.858Z Compiling itertools v0.12.1
19342024-05-06T18:03:48.923Z Compiling utf-8 v0.7.6
19352024-05-06T18:03:49.416Z Compiling num-complex v0.4.5
19362024-05-06T18:03:50.636Z Compiling num v0.4.2
19372024-05-06T18:03:50.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19382024-05-06T18:03:50.758Z Compiling nibble_vec v0.1.0
19392024-05-06T18:03:50.966Z Compiling radium v0.7.0
19402024-05-06T18:03:51.407Z Compiling endian-type v0.1.2
19412024-05-06T18:03:51.646Z Compiling radix_trie v0.2.1
19422024-05-06T18:03:51.699Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19432024-05-06T18:03:52.549Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19442024-05-06T18:03:53.069Z Compiling tungstenite v0.20.1
19452024-05-06T18:03:54.239Z Compiling tap v1.0.1
19462024-05-06T18:03:54.419Z Compiling maybe-uninit v2.0.0
19472024-05-06T18:03:54.948Z Compiling wyz v0.5.1
19482024-05-06T18:03:55.401Z Compiling tokio-tungstenite v0.20.1
19492024-05-06T18:03:56.518Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19502024-05-06T18:03:58.494Z Compiling num-bigint-dig v0.8.4
19512024-05-06T18:03:58.796Z Compiling arc-swap v1.6.0
19522024-05-06T18:03:59.548Z Compiling cancel-safe-futures v0.1.5
19532024-05-06T18:03:59.890Z Compiling crc-catalog v2.2.0
19542024-05-06T18:04:00.026Z Compiling packed_struct v0.10.1
19552024-05-06T18:04:00.447Z Compiling funty v2.0.0
19562024-05-06T18:04:02.674Z Compiling display-error-chain v0.2.0
19572024-05-06T18:04:02.851Z Compiling bitvec v1.0.1
19582024-05-06T18:04:03.026Z Compiling crc v3.0.1
19592024-05-06T18:04:03.766Z Compiling slog-scope v4.4.0
19602024-05-06T18:04:04.071Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19612024-05-06T18:04:04.107Z Compiling fxhash v0.2.1
19622024-05-06T18:04:04.315Z Compiling packed_struct_codegen v0.10.1
19632024-05-06T18:04:04.699Z Compiling indexmap v1.9.3
19642024-05-06T18:04:04.891Z Compiling nodrop v0.1.14
19652024-05-06T18:04:05.018Z Compiling array-init v0.0.4
19662024-05-06T18:04:05.047Z Compiling smallvec v0.6.14
19672024-05-06T18:04:05.504Z Compiling slog-stdlog v4.1.1
19682024-05-06T18:04:06.943Z Compiling pkcs1 v0.7.5
19692024-05-06T18:04:07.151Z Compiling signature v2.1.0
19702024-05-06T18:04:07.387Z Compiling dirs-sys-next v0.1.2
19712024-05-06T18:04:07.905Z Compiling half v2.3.1
19722024-05-06T18:04:08.603Z Compiling ciborium-io v0.2.2
19732024-05-06T18:04:08.725Z Compiling crunchy v0.2.2
19742024-05-06T18:04:09.158Z Compiling bitfield v0.14.0
19752024-05-06T18:04:09.448Z Compiling hashbrown v0.12.3
19762024-05-06T18:04:10.760Z Compiling glob v0.3.1
19772024-05-06T18:04:11.023Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19782024-05-06T18:04:11.527Z Compiling clang-sys v1.6.1
19792024-05-06T18:04:12.208Z Compiling ciborium-ll v0.2.2
19802024-05-06T18:04:12.221Z Compiling rsa v0.9.2
19812024-05-06T18:04:12.660Z Compiling dirs-next v2.0.0
19822024-05-06T18:04:12.838Z Compiling serde-hex v0.1.0
19832024-05-06T18:04:17.786Z Compiling slog-envlogger v2.2.0
19842024-05-06T18:04:17.791Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19852024-05-06T18:04:17.915Z Compiling env_logger v0.10.0
19862024-05-06T18:04:17.977Z Compiling x509-cert v0.2.4
19872024-05-06T18:04:18.134Z Compiling ron v0.8.1
19882024-05-06T18:04:20.141Z Compiling hashbrown v0.13.2
19892024-05-06T18:04:21.503Z Compiling tiny-keccak v2.0.2
19902024-05-06T18:04:21.797Z Compiling prettyplease v0.2.19
19912024-05-06T18:04:21.913Z Compiling maplit v1.0.2
19922024-05-06T18:04:22.014Z Compiling crc-any v2.4.3
19932024-05-06T18:04:22.137Z Compiling object v0.30.4
19942024-05-06T18:04:22.974Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19952024-05-06T18:04:24.518Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19962024-05-06T18:04:26.140Z Compiling term v0.7.0
19972024-05-06T18:04:26.229Z Compiling ciborium v0.2.2
19982024-05-06T18:04:27.524Z Compiling atty v0.2.14
19992024-05-06T18:04:27.676Z Compiling path-slash v0.1.5
20002024-05-06T18:04:28.155Z Compiling ascii-canvas v3.0.0
20012024-05-06T18:04:28.270Z Compiling is-terminal v0.4.9
20022024-05-06T18:04:28.351Z Compiling libsw v3.3.1
20032024-05-06T18:04:28.391Z Compiling ena v0.14.2
20042024-05-06T18:04:28.589Z Compiling libloading v0.7.4
20052024-05-06T18:04:28.665Z Compiling diff v0.1.13
20062024-05-06T18:04:28.802Z Compiling regex-syntax v0.6.29
20072024-05-06T18:04:28.947Z Compiling bindgen v0.69.2
20082024-05-06T18:04:29.183Z Compiling owo-colors v4.0.0
20092024-05-06T18:04:29.363Z Compiling linear-map v1.2.0
20102024-05-06T18:04:29.775Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20112024-05-06T18:04:30.098Z Compiling convert_case v0.4.0
20122024-05-06T18:04:30.857Z Compiling parking_lot_core v0.8.6
20132024-05-06T18:04:31.278Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20142024-05-06T18:04:31.855Z Compiling derive_more v0.99.17
20152024-05-06T18:04:34.155Z Compiling lalrpop v0.19.12
20162024-05-06T18:04:38.910Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20172024-05-06T18:04:41.500Z Compiling cexpr v0.6.0
20182024-05-06T18:04:41.566Z Compiling which v4.4.0
20192024-05-06T18:04:41.981Z Compiling unicase v2.7.0
20202024-05-06T18:04:42.110Z Compiling peeking_take_while v0.1.2
20212024-05-06T18:04:42.242Z Compiling lazycell v1.3.0
20222024-05-06T18:04:42.305Z Compiling rustc-hash v1.1.0
20232024-05-06T18:04:42.388Z Compiling shlex v1.3.0
20242024-05-06T18:04:42.914Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20252024-05-06T18:04:43.399Z Compiling derive_builder_core v0.20.0
20262024-05-06T18:04:43.848Z Compiling pem v3.0.4
20272024-05-06T18:04:45.421Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20282024-05-06T18:04:45.599Z Compiling headers-core v0.2.0
20292024-05-06T18:04:45.630Z Compiling libxml v0.3.3
20302024-05-06T18:04:45.757Z Compiling async-recursion v1.1.0
20312024-05-06T18:04:45.975Z Compiling platforms v3.0.2
20322024-05-06T18:04:46.319Z Compiling ref-cast v1.0.22
20332024-05-06T18:04:46.435Z Compiling headers v0.3.9
20342024-05-06T18:04:46.840Z Compiling derive_builder_macro v0.20.0
20352024-05-06T18:04:47.202Z Compiling parking_lot v0.11.2
20362024-05-06T18:04:47.670Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20372024-05-06T18:04:49.641Z Compiling trust-dns-client v0.22.0
20382024-05-06T18:04:50.276Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20392024-05-06T18:04:50.588Z Compiling strum_macros v0.24.3
20402024-05-06T18:04:53.251Z Compiling toml v0.5.11
20412024-05-06T18:04:53.976Z Compiling ref-cast-impl v1.0.22
20422024-05-06T18:04:54.179Z Compiling vte_generate_state_changes v0.1.1
20432024-05-06T18:04:54.802Z Compiling cookie v0.18.1
20442024-05-06T18:04:55.112Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20452024-05-06T18:04:55.140Z Compiling indoc v1.0.9
20462024-05-06T18:04:55.430Z Compiling buf-list v1.0.3
20472024-05-06T18:04:55.998Z Compiling cfg_aliases v0.1.1
20482024-05-06T18:04:56.509Z Compiling nix v0.28.0
20492024-05-06T18:04:56.521Z Compiling samael v0.0.15
20502024-05-06T18:04:56.521Z Compiling trust-dns-server v0.22.1
20512024-05-06T18:04:56.651Z Compiling vte v0.11.1
20522024-05-06T18:04:56.865Z Compiling derive_builder v0.20.0
20532024-05-06T18:04:57.045Z Compiling sled v0.34.7
20542024-05-06T18:05:00.690Z Compiling polar-core v0.27.3
20552024-05-06T18:05:01.308Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20562024-05-06T18:05:02.711Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20572024-05-06T18:05:03.134Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20582024-05-06T18:05:03.134Z Compiling fd-lock v4.0.2
20592024-05-06T18:05:03.233Z Compiling bb8 v0.8.3
20602024-05-06T18:05:03.723Z Compiling const_format_proc_macros v0.2.32
20612024-05-06T18:05:03.774Z Compiling quick-xml v0.31.0
20622024-05-06T18:05:04.651Z Compiling impl-trait-for-tuples v0.2.2
20632024-05-06T18:05:05.700Z Compiling oso-derive v0.27.3
20642024-05-06T18:05:06.657Z Compiling pin-project-internal v1.1.3
20652024-05-06T18:05:08.276Z Compiling memoffset v0.7.1
20662024-05-06T18:05:08.602Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20672024-05-06T18:05:09.060Z Compiling const_format v0.2.32
20682024-05-06T18:05:09.413Z Compiling pin-project v1.1.3
20692024-05-06T18:05:10.310Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20702024-05-06T18:05:11.295Z Compiling curve25519-dalek v4.1.2
20712024-05-06T18:05:11.700Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20722024-05-06T18:05:13.960Z Compiling strip-ansi-escapes v0.2.0
20732024-05-06T18:05:18.088Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20742024-05-06T18:05:18.700Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20752024-05-06T18:05:19.657Z Compiling kstat-rs v0.2.3
20762024-05-06T18:05:20.610Z Compiling snafu-derive v0.8.2
20772024-05-06T18:05:23.660Z Compiling oso v0.27.3
20782024-05-06T18:05:25.523Z Compiling fs-err v2.11.0
20792024-05-06T18:05:25.834Z Compiling keccak v0.1.4
20802024-05-06T18:05:26.784Z Compiling nu-ansi-term v0.50.0
20812024-05-06T18:05:28.074Z Compiling reedline v0.31.0
20822024-05-06T18:05:33.275Z Compiling sha3 v0.10.8
20832024-05-06T18:05:34.351Z Compiling snafu v0.8.2
20842024-05-06T18:05:35.743Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20852024-05-06T18:05:38.985Z Compiling mime_guess v2.0.4
20862024-05-06T18:05:41.803Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20872024-05-06T18:05:42.880Z Compiling env_logger v0.9.3
20882024-05-06T18:05:43.086Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20892024-05-06T18:05:47.613Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20902024-05-06T18:05:51.297Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20912024-05-06T18:05:51.787Z Compiling globset v0.4.13
20922024-05-06T18:05:52.656Z Compiling peg-macros v0.8.2
20932024-05-06T18:05:56.075Z Compiling olpc-cjson v0.1.3
20942024-05-06T18:05:56.379Z Compiling universal-hash v0.5.1
20952024-05-06T18:05:56.607Z Compiling secrecy v0.8.0
20962024-05-06T18:05:56.808Z Compiling bitstruct_derive v0.1.0
20972024-05-06T18:05:56.857Z Compiling serde_plain v1.0.2
20982024-05-06T18:05:57.385Z Compiling thiserror-impl-no-std v2.0.2
20992024-05-06T18:05:57.599Z Compiling sqlparser_derive v0.2.2
21002024-05-06T18:05:58.121Z Compiling curve25519-dalek-derive v0.1.0
21012024-05-06T18:05:58.707Z Compiling nanorand v0.7.0
21022024-05-06T18:05:59.473Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21032024-05-06T18:05:59.519Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21042024-05-06T18:05:59.605Z Compiling salty v0.2.0
21052024-05-06T18:05:59.825Z Compiling opaque-debug v0.3.0
21062024-05-06T18:05:59.914Z Compiling signature v1.6.4
21072024-05-06T18:06:00.011Z Compiling ascii v1.1.0
21082024-05-06T18:06:00.054Z Compiling typed-path v0.7.0
21092024-05-06T18:06:00.069Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21102024-05-06T18:06:00.286Z Compiling unicode_categories v0.1.1
21112024-05-06T18:06:00.379Z Compiling home v0.5.5
21122024-05-06T18:06:00.637Z Compiling sqlformat v0.2.3
21132024-05-06T18:06:00.676Z Compiling rustyline v14.0.0
21142024-05-06T18:06:00.754Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21152024-05-06T18:06:02.251Z Compiling thiserror-no-std v2.0.2
21162024-05-06T18:06:02.380Z Compiling tough v0.17.1
21172024-05-06T18:06:03.264Z Compiling ed25519 v1.5.3
21182024-05-06T18:06:03.577Z Compiling poly1305 v0.8.0
21192024-05-06T18:06:05.284Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21202024-05-06T18:06:06.781Z Compiling flume v0.11.0
21212024-05-06T18:06:07.501Z Compiling sqlparser v0.45.0
21222024-05-06T18:06:09.380Z Compiling bitstruct v0.1.1
21232024-05-06T18:06:09.494Z Compiling peg v0.8.2
21242024-05-06T18:06:09.607Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21252024-05-06T18:06:10.671Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21262024-05-06T18:06:12.954Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21272024-05-06T18:06:14.507Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21282024-05-06T18:06:19.976Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21292024-05-06T18:06:20.288Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21302024-05-06T18:06:20.578Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21312024-05-06T18:06:20.626Z Compiling chacha20 v0.9.1
21322024-05-06T18:06:21.063Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-06T18:06:23.401Z Compiling aead v0.5.2
21342024-05-06T18:06:23.751Z Compiling bcs v0.1.6
21352024-05-06T18:06:24.566Z Compiling serde-big-array v0.5.1
21362024-05-06T18:06:24.811Z Compiling erased-serde v0.3.31
21372024-05-06T18:06:26.472Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21382024-05-06T18:06:27.321Z Compiling serde_arrays v0.1.0
21392024-05-06T18:06:27.509Z Compiling highway v1.1.0
21402024-05-06T18:06:28.933Z Compiling parse-size v1.0.0
21412024-05-06T18:06:29.219Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21422024-05-06T18:06:36.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21432024-05-06T18:06:38.922Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-06T18:06:40.576Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21452024-05-06T18:06:54.993Z Compiling chacha20poly1305 v0.10.1
21462024-05-06T18:06:56.586Z Compiling vsss-rs v3.3.4
21472024-05-06T18:07:01.144Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21482024-05-06T18:07:01.390Z Compiling signal-hook-tokio v0.3.1
21492024-05-06T18:07:01.574Z Compiling heck v0.3.3
21502024-05-06T18:07:01.841Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21512024-05-06T18:07:01.849Z Compiling castaway v0.2.2
21522024-05-06T18:07:01.914Z Compiling rand_seeder v0.2.3
21532024-05-06T18:07:02.015Z Compiling serde-big-array v0.4.1
21542024-05-06T18:07:02.213Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21552024-05-06T18:07:02.521Z Compiling http-range v0.1.5
21562024-05-06T18:07:03.110Z Compiling hyper-staticfile v0.9.5
21572024-05-06T18:07:04.140Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21582024-05-06T18:07:04.254Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21592024-05-06T18:07:05.605Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21602024-05-06T18:07:05.816Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21612024-05-06T18:07:05.898Z Compiling compact_str v0.7.1
21622024-05-06T18:07:06.423Z Compiling zone_cfg_derive v0.1.2
21632024-05-06T18:07:07.424Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21642024-05-06T18:07:15.375Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21652024-05-06T18:07:16.018Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21662024-05-06T18:07:22.530Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21672024-05-06T18:07:23.597Z Compiling tungstenite v0.21.0
21682024-05-06T18:07:28.924Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21692024-05-06T18:07:29.637Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21702024-05-06T18:07:29.655Z Compiling lru v0.12.1
21712024-05-06T18:07:29.655Z Compiling stability v0.2.0
21722024-05-06T18:07:29.907Z Compiling corncobs v0.1.3
21732024-05-06T18:07:30.269Z Compiling cassowary v0.3.0
21742024-05-06T18:07:30.573Z Compiling base64 v0.13.1
21752024-05-06T18:07:31.327Z Compiling indoc v2.0.3
21762024-05-06T18:07:32.321Z Compiling ratatui v0.26.2
21772024-05-06T18:07:34.586Z Compiling ron v0.7.1
21782024-05-06T18:07:38.520Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21792024-05-06T18:07:39.352Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21802024-05-06T18:07:40.187Z Compiling tokio-tungstenite v0.21.0
21812024-05-06T18:07:40.791Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21822024-05-06T18:07:41.441Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21832024-05-06T18:07:49.960Z Compiling zone v0.1.8
21842024-05-06T18:07:53.278Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21852024-05-06T18:08:02.857Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21862024-05-06T18:08:03.493Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21872024-05-06T18:08:04.975Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21882024-05-06T18:08:05.894Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21892024-05-06T18:08:06.175Z Compiling portpicker v0.1.1
21902024-05-06T18:08:06.690Z Compiling unicode-linebreak v0.1.5
21912024-05-06T18:08:07.263Z Compiling smawk v0.3.1
21922024-05-06T18:08:07.495Z Compiling textwrap v0.16.1
21932024-05-06T18:08:11.310Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21942024-05-06T18:08:11.903Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21952024-05-06T18:08:14.343Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21962024-05-06T18:08:22.849Z Compiling rcgen v0.12.1
21972024-05-06T18:08:23.785Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21982024-05-06T18:08:24.238Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21992024-05-06T18:08:25.934Z Compiling atomicwrites v0.4.3
22002024-05-06T18:08:26.449Z Compiling fatfs v0.3.6
22012024-05-06T18:08:27.893Z Compiling subprocess v0.2.9
22022024-05-06T18:08:29.305Z Compiling rtoolbox v0.0.1
22032024-05-06T18:08:29.725Z Compiling is_ci v1.2.0
22042024-05-06T18:08:29.998Z Compiling assert_matches v1.5.0
22052024-05-06T18:08:31.312Z Compiling supports-color v3.0.0
22062024-05-06T18:08:31.973Z Compiling rpassword v7.3.1
22072024-05-06T18:08:32.414Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22082024-05-06T18:08:33.214Z Compiling tui-tree-widget v0.19.0
22092024-05-06T18:08:34.044Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22102024-05-06T18:08:34.063Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22112024-05-06T18:08:34.064Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22122024-05-06T18:08:34.139Z Compiling csv-core v0.1.11
22132024-05-06T18:08:35.063Z Compiling shell-words v1.1.0
22142024-05-06T18:08:35.478Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22152024-05-06T18:08:38.633Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22162024-05-06T18:08:39.671Z Compiling csv v1.3.0
22172024-05-06T18:08:41.799Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22182024-05-06T18:08:52.410Z Compiling multimap v0.10.0
22192024-05-06T18:08:52.791Z Compiling uzers v0.11.3
22202024-05-06T18:08:55.949Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22212024-05-06T18:10:57.927Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22222024-05-06T18:11:04.310Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22232024-05-06T18:18:10.873Z Finished release [optimized] target(s) in 14m 33s
22242024-05-06T18:19:11.639Z
22252024-05-06T18:19:11.639Zreal 15:35.311972853
22262024-05-06T18:19:11.640Zuser 1:46:05.510182067
22272024-05-06T18:19:11.640Zsys 4:25.704849175
22282024-05-06T18:19:11.640Ztrap 2.474464355
22292024-05-06T18:19:11.640Ztflt 2.101478425
22302024-05-06T18:19:11.640Zdflt 3.011433921
22312024-05-06T18:19:11.643Zkflt 0.004701685
22322024-05-06T18:19:11.643Zlock 6:53:33.130026876
22332024-05-06T18:19:11.643Zslp 4:12:42.042988519
22342024-05-06T18:19:11.643Zlat 2:21.966890013
22352024-05-06T18:19:11.643Zstop 57.799162987
22362024-05-06T18:19:11.643Z+ ptime -m cargo build --locked --release -p xtask
22372024-05-06T18:19:12.120Z Downloading crates ...
22382024-05-06T18:19:12.198Z Downloaded cargo_metadata v0.18.1
22392024-05-06T18:19:12.203Z Downloaded cargo_toml v0.20.2
22402024-05-06T18:19:12.206Z Downloaded cargo-platform v0.1.3
22412024-05-06T18:19:12.218Z Compiling serde v1.0.199
22422024-05-06T18:19:12.218Z Compiling libc v0.2.153
22432024-05-06T18:19:12.221Z Compiling rustix v0.38.31
22442024-05-06T18:19:12.221Z Compiling bitflags v2.4.2
22452024-05-06T18:19:12.222Z Compiling hashbrown v0.14.3
22462024-05-06T18:19:12.222Z Compiling serde_json v1.0.116
22472024-05-06T18:19:12.283Z Compiling syn v2.0.60
22482024-05-06T18:19:12.313Z Compiling anyhow v1.0.82
22492024-05-06T18:19:13.560Z Compiling indexmap v2.2.6
22502024-05-06T18:19:13.832Z Compiling errno v0.3.8
22512024-05-06T18:19:14.784Z Compiling terminal_size v0.3.0
22522024-05-06T18:19:14.874Z Compiling clap_builder v4.5.2
22532024-05-06T18:19:16.864Z Compiling serde_derive v1.0.199
22542024-05-06T18:19:16.864Z Compiling thiserror-impl v1.0.59
22552024-05-06T18:19:16.867Z Compiling clap_derive v4.5.4
22562024-05-06T18:19:18.420Z Compiling thiserror v1.0.59
22572024-05-06T18:19:20.391Z Compiling clap v4.5.4
22582024-05-06T18:19:25.840Z Compiling serde_spanned v0.6.5
22592024-05-06T18:19:25.841Z Compiling toml_datetime v0.6.5
22602024-05-06T18:19:25.844Z Compiling semver v1.0.22
22612024-05-06T18:19:25.844Z Compiling camino v1.1.6
22622024-05-06T18:19:25.844Z Compiling cargo-platform v0.1.3
22632024-05-06T18:19:25.844Z Compiling macaddr v1.0.1
22642024-05-06T18:19:26.156Z Compiling toml_edit v0.22.12
22652024-05-06T18:19:27.384Z Compiling cargo_metadata v0.18.1
22662024-05-06T18:19:28.713Z Compiling toml v0.8.12
22672024-05-06T18:19:29.677Z Compiling cargo_toml v0.20.2
22682024-05-06T18:19:42.066Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22692024-05-06T18:19:53.170Z Finished release [optimized] target(s) in 41.47s
22702024-05-06T18:19:53.225Z
22712024-05-06T18:19:53.225Zreal 41.556590298
22722024-05-06T18:19:53.225Zuser 3:05.775530592
22732024-05-06T18:19:53.225Zsys 14.777537768
22742024-05-06T18:19:53.225Ztrap 0.071172364
22752024-05-06T18:19:53.226Ztflt 0.174428113
22762024-05-06T18:19:53.232Zdflt 0.718218707
22772024-05-06T18:19:53.232Zkflt 0.016667762
22782024-05-06T18:19:53.232Zlock 4:11.012998211
22792024-05-06T18:19:53.232Zslp 3:31.432565608
22802024-05-06T18:19:53.232Zlat 3.112880440
22812024-05-06T18:19:53.232Zstop 3.425423368
22822024-05-06T18:19:53.232Z+ 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)
22832024-05-06T18:19:53.232Z+ 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
22842024-05-06T18:20:02.990ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22852024-05-06T18:20:02.990Za out/mg-ddm-gz.tar 60398K
22862024-05-06T18:20:02.990Za out/omicron-sled-agent.tar 96013K
22872024-05-06T18:20:02.990Za out/oxlog.tar 2913K
22882024-05-06T18:20:02.990Za out/pumpkind-gz.tar 26544K
22892024-05-06T18:20:02.990Za out/target/test 1K
22902024-05-06T18:20:02.990Za out/npuzone/npuzone 23144K
22912024-05-06T18:20:02.990Za package-manifest.toml 27K
22922024-05-06T18:20:02.990Za smf/sled-agent/non-gimlet/config.toml 4K
22932024-05-06T18:20:02.991Za target/release/omicron-package 30695K
22942024-05-06T18:20:02.991Za target/release/xtask 6664K
22952024-05-06T18:20:02.995Z
22962024-05-06T18:20:02.995Zreal 9.758295514
22972024-05-06T18:20:02.995Zuser 9.435856897
22982024-05-06T18:20:02.995Zsys 0.659347155
22992024-05-06T18:20:02.995Ztrap 0.000910918
23002024-05-06T18:20:02.995Ztflt 0.000000000
23012024-05-06T18:20:02.995Zdflt 0.000000000
23022024-05-06T18:20:02.995Zkflt 0.000000000
23032024-05-06T18:20:02.995Zlock 0.000000000
23042024-05-06T18:20:02.995Zslp 9.201018303
23052024-05-06T18:20:02.995Zlat 0.216320496
23062024-05-06T18:20:02.995Zstop 0.000197995
23072024-05-06T18:20:02.995Z++ pwd
23082024-05-06T18:20:02.995Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23092024-05-06T18:20:02.995Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23102024-05-06T18:20:02.999Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23112024-05-06T18:20:03.798Z Finished release [optimized] target(s) in 0.75s
23122024-05-06T18:20:03.822Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23132024-05-06T18:20:03.852ZLogging to: /work/oxidecomputer/omicron/out/LOG
23142024-05-06T18:20:03.856ZCreated new build target 'host' and set it as active
23152024-05-06T18:20:03.856Z
23162024-05-06T18:20:03.856Zreal 0.852176666
23172024-05-06T18:20:03.856Zuser 0.564780597
23182024-05-06T18:20:03.856Zsys 0.269781810
23192024-05-06T18:20:03.856Ztrap 0.000242952
23202024-05-06T18:20:03.856Ztflt 0.000000000
23212024-05-06T18:20:03.856Zdflt 0.000007917
23222024-05-06T18:20:03.856Zkflt 0.000000000
23232024-05-06T18:20:03.856Zlock 0.028791526
23242024-05-06T18:20:03.856Zslp 0.110290105
23252024-05-06T18:20:03.856Zlat 0.003853060
23262024-05-06T18:20:03.856Zstop 0.000309137
23272024-05-06T18:20:03.857Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23282024-05-06T18:20:04.645Z Finished release [optimized] target(s) in 0.74s
23292024-05-06T18:20:04.669Z Running `target/release/omicron-package -t host package`
23302024-05-06T18:20:04.699ZLogging to: /work/oxidecomputer/omicron/out/LOG
23312024-05-06T18:20:05.512Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23322024-05-06T18:22:33.749Z Finished release [optimized] target(s) in 2m 28s
23332024-05-06T18:23:13.596Z
23342024-05-06T18:23:13.596Zreal 3:09.678907818
23352024-05-06T18:23:13.596Zuser 14:23.454342018
23362024-05-06T18:23:13.596Zsys 40.597356140
23372024-05-06T18:23:13.597Ztrap 0.265716804
23382024-05-06T18:23:13.600Ztflt 0.283302976
23392024-05-06T18:23:13.600Zdflt 6.602266866
23402024-05-06T18:23:13.600Zkflt 0.020586375
23412024-05-06T18:23:13.600Zlock 59:42.430717141
23422024-05-06T18:23:13.600Zslp 12:50.639094945
23432024-05-06T18:23:13.600Zlat 7.648650602
23442024-05-06T18:23:13.600Zstop 2.380766179
23452024-05-06T18:23:13.601Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23462024-05-06T18:23:13.601Z+ for package in "$@"
23472024-05-06T18:23:13.601Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git0d311ea1351
23482024-05-06T18:23:14.419Z Finished release [optimized] target(s) in 0.77s
23492024-05-06T18:23:14.443Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git0d311ea1351`
23502024-05-06T18:23:14.474ZLogging to: /work/oxidecomputer/omicron/out/LOG
23512024-05-06T18:23:14.639ZCreated: out/versioned/omicron-sled-agent.tar
23522024-05-06T18:23:14.642Z+ for package in "$@"
23532024-05-06T18:23:14.642Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351
23542024-05-06T18:23:15.437Z Finished release [optimized] target(s) in 0.74s
23552024-05-06T18:23:15.461Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351`
23562024-05-06T18:23:15.492ZLogging to: /work/oxidecomputer/omicron/out/LOG
23572024-05-06T18:23:15.628ZCreated: out/versioned/mg-ddm-gz.tar
23582024-05-06T18:23:15.635Z+ for package in "$@"
23592024-05-06T18:23:15.635Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git0d311ea1351
23602024-05-06T18:23:16.422Z Finished release [optimized] target(s) in 0.74s
23612024-05-06T18:23:16.449Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git0d311ea1351`
23622024-05-06T18:23:16.479ZLogging to: /work/oxidecomputer/omicron/out/LOG
23632024-05-06T18:23:17.538ZCreated: out/versioned/propolis-server.tar.gz
23642024-05-06T18:23:17.542Z+ for package in "$@"
23652024-05-06T18:23:17.542Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git0d311ea1351
23662024-05-06T18:23:18.356Z Finished release [optimized] target(s) in 0.76s
23672024-05-06T18:23:18.381Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git0d311ea1351`
23682024-05-06T18:23:18.411ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692024-05-06T18:23:18.414ZCreated: out/versioned/overlay.tar.gz
23702024-05-06T18:23:18.414Z+ for package in "$@"
23712024-05-06T18:23:18.415Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git0d311ea1351
23722024-05-06T18:23:19.217Z Finished release [optimized] target(s) in 0.75s
23732024-05-06T18:23:19.240Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git0d311ea1351`
23742024-05-06T18:23:19.271ZLogging to: /work/oxidecomputer/omicron/out/LOG
23752024-05-06T18:23:19.279ZCreated: out/versioned/oxlog.tar
23762024-05-06T18:23:19.282Z+ for package in "$@"
23772024-05-06T18:23:19.282Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git0d311ea1351
23782024-05-06T18:23:20.082Z Finished release [optimized] target(s) in 0.75s
23792024-05-06T18:23:20.105Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git0d311ea1351`
23802024-05-06T18:23:20.136ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812024-05-06T18:23:20.204ZCreated: out/versioned/pumpkind-gz.tar
23822024-05-06T18:23:20.207Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23832024-05-06T18:23:20.217Z+++ dirname -- ./tools/build-global-zone-packages.sh
23842024-05-06T18:23:20.220Z++ cd -- ./tools
23852024-05-06T18:23:20.220Z++ pwd
23862024-05-06T18:23:20.220Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23872024-05-06T18:23:20.221Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23882024-05-06T18:23:20.320Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23892024-05-06T18:23:20.324Z++ readlink -f /work
23902024-05-06T18:23:20.324Z+ out_dir=/work
23912024-05-06T18:23:20.324Z+ 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")
23922024-05-06T18:23:20.324Z+ for dep in "${deps[@]}"
23932024-05-06T18:23:20.324Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23942024-05-06T18:23:20.324Z+ for dep in "${deps[@]}"
23952024-05-06T18:23:20.324Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23962024-05-06T18:23:20.324Z+ for dep in "${deps[@]}"
23972024-05-06T18:23:20.324Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
23982024-05-06T18:23:20.324Z+ for dep in "${deps[@]}"
23992024-05-06T18:23:20.324Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24002024-05-06T18:23:20.324Z+ for dep in "${deps[@]}"
24012024-05-06T18:23:20.324Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24022024-05-06T18:23:20.324Z+ for dep in "${deps[@]}"
24032024-05-06T18:23:20.324Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24042024-05-06T18:23:20.328Z++ mktemp -d
24052024-05-06T18:23:20.328Z+ tmp_gz=/tmp/tmp.xKaixi
24062024-05-06T18:23:20.328Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24072024-05-06T18:23:20.328Z+ echo '{"v":"1","t":"layer"}'
24082024-05-06T18:23:20.328Z+ pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/sled-agent
24092024-05-06T18:23:20.328Z+ mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/sled-agent
24102024-05-06T18:23:20.331Z+ cd /tmp/tmp.xKaixi/root/opt/oxide/sled-agent
24112024-05-06T18:23:20.331Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24122024-05-06T18:23:20.396Zx ., 0 bytes, 0 tape blocks
24132024-05-06T18:23:20.396Zx zone-bundle, 26862744 bytes, 52467 tape blocks
24142024-05-06T18:23:20.396Zx sled-agent, 71453552 bytes, 139558 tape blocks
24152024-05-06T18:23:20.396Zx pkg, 0 bytes, 0 tape blocks
24162024-05-06T18:23:20.396Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24172024-05-06T18:23:20.396Zx pkg/README.md, 54 bytes, 1 tape blocks
24182024-05-06T18:23:20.396Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24192024-05-06T18:23:20.396Zx VERSION, 25 bytes, 1 tape blocks
24202024-05-06T18:23:20.400Z+ mkdir -p /tmp/tmp.xKaixi/root/lib/svc/manifest/site/
24212024-05-06T18:23:20.400Z+ mv pkg/manifest.xml /tmp/tmp.xKaixi/root/lib/svc/manifest/site/sled-agent.xml
24222024-05-06T18:23:20.404Z+ cd -
24232024-05-06T18:23:20.404Z/work/oxidecomputer/omicron
24242024-05-06T18:23:20.404Z+ pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/mg-ddm
24252024-05-06T18:23:20.404Z+ mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/mg-ddm
24262024-05-06T18:23:20.404Z+ cd /tmp/tmp.xKaixi/root/opt/oxide/mg-ddm
24272024-05-06T18:23:20.404Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24282024-05-06T18:23:20.447Zx ., 0 bytes, 0 tape blocks
24292024-05-06T18:23:20.447Zx ddmadm, 18870416 bytes, 36857 tape blocks
24302024-05-06T18:23:20.447Zx ddmd, 42960632 bytes, 83908 tape blocks
24312024-05-06T18:23:20.447Zx pkg, 0 bytes, 0 tape blocks
24322024-05-06T18:23:20.447Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24332024-05-06T18:23:20.447Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24342024-05-06T18:23:20.447Zx pkg/mgd, 0 bytes, 0 tape blocks
24352024-05-06T18:23:20.448Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24362024-05-06T18:23:20.448Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24372024-05-06T18:23:20.448Zx pkg/ddm, 0 bytes, 0 tape blocks
24382024-05-06T18:23:20.448Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24392024-05-06T18:23:20.448Zx VERSION, 25 bytes, 1 tape blocks
24402024-05-06T18:23:20.451Z+ cd -
24412024-05-06T18:23:20.451Z/work/oxidecomputer/omicron
24422024-05-06T18:23:20.451Z+ pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/pumpkind
24432024-05-06T18:23:20.451Z+ mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/pumpkind
24442024-05-06T18:23:20.451Z+ cd /tmp/tmp.xKaixi/root/opt/oxide/pumpkind
24452024-05-06T18:23:20.451Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24462024-05-06T18:23:20.470Zx ., 0 bytes, 0 tape blocks
24472024-05-06T18:23:20.470Zx lib, 0 bytes, 0 tape blocks
24482024-05-06T18:23:20.470Zx lib/svc, 0 bytes, 0 tape blocks
24492024-05-06T18:23:20.470Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24502024-05-06T18:23:20.470Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24512024-05-06T18:23:20.470Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24522024-05-06T18:23:20.470Zx bin, 0 bytes, 0 tape blocks
24532024-05-06T18:23:20.470Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24542024-05-06T18:23:20.470Zx bin/pumpkind, 16522240 bytes, 32270 tape blocks
24552024-05-06T18:23:20.470Zx bin/pumpkinadm, 10650728 bytes, 20803 tape blocks
24562024-05-06T18:23:20.470Zx VERSION, 25 bytes, 1 tape blocks
24572024-05-06T18:23:20.474Z+ cd -
24582024-05-06T18:23:20.474Z/work/oxidecomputer/omicron
24592024-05-06T18:23:20.474Z+ pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/oxlog
24602024-05-06T18:23:20.474Z+ mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/oxlog
24612024-05-06T18:23:20.474Z+ cd /tmp/tmp.xKaixi/root/opt/oxide/oxlog
24622024-05-06T18:23:20.474Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24632024-05-06T18:23:20.491Zx ., 0 bytes, 0 tape blocks
24642024-05-06T18:23:20.491Zx oxlog, 2979728 bytes, 5820 tape blocks
24652024-05-06T18:23:20.491Zx VERSION, 25 bytes, 1 tape blocks
24662024-05-06T18:23:20.491Z+ cd -
24672024-05-06T18:23:20.491Z/work/oxidecomputer/omicron
24682024-05-06T18:23:20.491Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.xKaixi/root/opt/oxide
24692024-05-06T18:23:20.565Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.xKaixi/root/opt/oxide
24702024-05-06T18:23:20.573Z+ cd /tmp/tmp.xKaixi
24712024-05-06T18:23:20.573Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24722024-05-06T18:23:29.625ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24732024-05-06T18:23:29.625Za oxide.json 1K
24742024-05-06T18:23:29.625Za root/ 0K
24752024-05-06T18:23:29.625Za root/opt/ 0K
24762024-05-06T18:23:29.625Za root/opt/oxide/ 0K
24772024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/ 0K
24782024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/zone-bundle 26234K
24792024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/sled-agent 69779K
24802024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/pkg/ 0K
24812024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24822024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/pkg/README.md 1K
24832024-05-06T18:23:29.625Za root/opt/oxide/sled-agent/VERSION 1K
24842024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/ 0K
24852024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/ddmadm 18429K
24862024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/ddmd 41954K
24872024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/pkg/ 0K
24882024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
24892024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24902024-05-06T18:23:29.625Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24912024-05-06T18:23:29.626Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24922024-05-06T18:23:29.626Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24932024-05-06T18:23:29.626Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24942024-05-06T18:23:29.626Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24952024-05-06T18:23:29.626Za root/opt/oxide/mg-ddm/VERSION 1K
24962024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/ 0K
24972024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/lib/ 0K
24982024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/lib/svc/ 0K
24992024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25002024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25012024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25022024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/bin/ 0K
25032024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25042024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/bin/pumpkind 16135K
25052024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/bin/pumpkinadm 10402K
25062024-05-06T18:23:29.626Za root/opt/oxide/pumpkind/VERSION 1K
25072024-05-06T18:23:29.626Za root/opt/oxide/oxlog/ 0K
25082024-05-06T18:23:29.626Za root/opt/oxide/oxlog/oxlog 2910K
25092024-05-06T18:23:29.626Za root/opt/oxide/oxlog/VERSION 1K
25102024-05-06T18:23:29.626Za root/opt/oxide/propolis-server.tar.gz 65038K
25112024-05-06T18:23:29.626Za root/opt/oxide/overlay.tar.gz 3K
25122024-05-06T18:23:29.626Za root/lib/ 0K
25132024-05-06T18:23:29.626Za root/lib/svc/ 0K
25142024-05-06T18:23:29.627Za root/lib/svc/manifest/ 0K
25152024-05-06T18:23:29.627Za root/lib/svc/manifest/site/ 0K
25162024-05-06T18:23:29.627Za root/lib/svc/manifest/site/sled-agent.xml 3K
25172024-05-06T18:23:29.630Z+ cd /
25182024-05-06T18:23:29.630Z+ rm -rf /tmp/tmp.xKaixi
25192024-05-06T18:23:29.653Z
25202024-05-06T18:23:29.657Zreal 9.440405192
25212024-05-06T18:23:29.657Zuser 8.783022443
25222024-05-06T18:23:29.657Zsys 0.595601909
25232024-05-06T18:23:29.657Ztrap 0.001145485
25242024-05-06T18:23:29.657Ztflt 0.000000000
25252024-05-06T18:23:29.657Zdflt 0.000010586
25262024-05-06T18:23:29.657Zkflt 0.000000000
25272024-05-06T18:23:29.657Zlock 0.000000000
25282024-05-06T18:23:29.657Zslp 18.335982138
25292024-05-06T18:23:29.657Zlat 0.199786447
25302024-05-06T18:23:29.657Zstop 0.000220627
25312024-05-06T18:23:29.657Z+ mkdir -p /work/zones
25322024-05-06T18:23:29.657Z+ 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)
25332024-05-06T18:23:29.660Z+ 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/
25342024-05-06T18:23:31.975Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25352024-05-06T18:23:32.827Z Finished release [optimized] target(s) in 0.79s
25362024-05-06T18:23:32.850Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25372024-05-06T18:23:32.882ZLogging to: /work/oxidecomputer/omicron/out/LOG
25382024-05-06T18:23:32.885ZCreated new build target 'recovery' and set it as active
25392024-05-06T18:23:32.885Z
25402024-05-06T18:23:32.885Zreal 0.902180365
25412024-05-06T18:23:32.885Zuser 0.591180841
25422024-05-06T18:23:32.885Zsys 0.292784031
25432024-05-06T18:23:32.885Ztrap 0.000597782
25442024-05-06T18:23:32.885Ztflt 0.000013585
25452024-05-06T18:23:32.885Zdflt 0.000000000
25462024-05-06T18:23:32.886Zkflt 0.000000000
25472024-05-06T18:23:32.886Zlock 0.025020280
25482024-05-06T18:23:32.886Zslp 0.109508795
25492024-05-06T18:23:32.886Zlat 0.005194731
25502024-05-06T18:23:32.886Zstop 0.000279733
25512024-05-06T18:23:32.886Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25522024-05-06T18:23:33.702Z Finished release [optimized] target(s) in 0.77s
25532024-05-06T18:23:33.727Z Running `target/release/omicron-package -t recovery package`
25542024-05-06T18:23:33.758ZLogging to: /work/oxidecomputer/omicron/out/LOG
25552024-05-06T18:23:34.468Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25562024-05-06T18:23:36.831Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25572024-05-06T18:23:56.001Z Finished release [optimized] target(s) in 22.18s
25582024-05-06T18:23:56.545Z
25592024-05-06T18:23:56.548Zreal 23.650817191
25602024-05-06T18:23:56.549Zuser 1:40.338869695
25612024-05-06T18:23:56.549Zsys 7.654877982
25622024-05-06T18:23:56.549Ztrap 0.066863060
25632024-05-06T18:23:56.549Ztflt 0.029895994
25642024-05-06T18:23:56.549Zdflt 0.358067721
25652024-05-06T18:23:56.549Zkflt 0.000097122
25662024-05-06T18:23:56.549Zlock 5:30.409252011
25672024-05-06T18:23:56.549Zslp 1:25.117829782
25682024-05-06T18:23:56.549Zlat 0.932287625
25692024-05-06T18:23:56.549Zstop 0.596312824
25702024-05-06T18:23:56.549Z+ stamp_packages installinator mg-ddm-gz
25712024-05-06T18:23:56.549Z+ for package in "$@"
25722024-05-06T18:23:56.549Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git0d311ea1351
25732024-05-06T18:23:57.351Z Finished release [optimized] target(s) in 0.75s
25742024-05-06T18:23:57.373Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git0d311ea1351`
25752024-05-06T18:23:57.406ZLogging to: /work/oxidecomputer/omicron/out/LOG
25762024-05-06T18:23:57.465ZCreated: out/versioned/installinator.tar
25772024-05-06T18:23:57.468Z+ for package in "$@"
25782024-05-06T18:23:57.468Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351
25792024-05-06T18:23:58.377Z Finished release [optimized] target(s) in 0.77s
25802024-05-06T18:23:58.384Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351`
25812024-05-06T18:23:58.384ZLogging to: /work/oxidecomputer/omicron/out/LOG
25822024-05-06T18:23:58.442ZCreated: out/versioned/mg-ddm-gz.tar
25832024-05-06T18:23:58.445Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25842024-05-06T18:23:58.455Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25852024-05-06T18:23:58.458Z++ cd -- ./tools
25862024-05-06T18:23:58.458Z++ pwd
25872024-05-06T18:23:58.458Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25882024-05-06T18:23:58.459Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25892024-05-06T18:23:58.462Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25902024-05-06T18:23:58.462Z++ readlink -f /work
25912024-05-06T18:23:58.465Z+ out_dir=/work
25922024-05-06T18:23:58.465Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25932024-05-06T18:23:58.465Z+ for dep in "${deps[@]}"
25942024-05-06T18:23:58.465Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25952024-05-06T18:23:58.465Z+ for dep in "${deps[@]}"
25962024-05-06T18:23:58.465Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25972024-05-06T18:23:58.466Z++ mktemp -d
25982024-05-06T18:23:58.466Z+ tmp_trampoline=/tmp/tmp.g4a4Bi
25992024-05-06T18:23:58.466Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26002024-05-06T18:23:58.466Z+ echo '{"v":"1","t":"layer"}'
26012024-05-06T18:23:58.466Z+ pkg_dir=/tmp/tmp.g4a4Bi/root/opt/oxide/installinator
26022024-05-06T18:23:58.466Z+ mkdir -p /tmp/tmp.g4a4Bi/root/opt/oxide/installinator
26032024-05-06T18:23:58.469Z+ cd /tmp/tmp.g4a4Bi/root/opt/oxide/installinator
26042024-05-06T18:23:58.469Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26052024-05-06T18:23:58.497Zx ., 0 bytes, 0 tape blocks
26062024-05-06T18:23:58.497Zx installinator, 38524920 bytes, 75244 tape blocks
26072024-05-06T18:23:58.497Zx pkg, 0 bytes, 0 tape blocks
26082024-05-06T18:23:58.497Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26092024-05-06T18:23:58.498Zx VERSION, 25 bytes, 1 tape blocks
26102024-05-06T18:23:58.501Z+ mkdir -p /tmp/tmp.g4a4Bi/root/lib/svc/manifest/site/
26112024-05-06T18:23:58.501Z+ mv pkg/manifest.xml /tmp/tmp.g4a4Bi/root/lib/svc/manifest/site/installinator.xml
26122024-05-06T18:23:58.504Z+ cd -
26132024-05-06T18:23:58.504Z/work/oxidecomputer/omicron
26142024-05-06T18:23:58.504Z+ pkg_dir=/tmp/tmp.g4a4Bi/root/opt/oxide/mg-ddm
26152024-05-06T18:23:58.504Z+ mkdir -p /tmp/tmp.g4a4Bi/root/opt/oxide/mg-ddm
26162024-05-06T18:23:58.504Z+ cd /tmp/tmp.g4a4Bi/root/opt/oxide/mg-ddm
26172024-05-06T18:23:58.504Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26182024-05-06T18:23:58.547Zx ., 0 bytes, 0 tape blocks
26192024-05-06T18:23:58.547Zx ddmadm, 18870416 bytes, 36857 tape blocks
26202024-05-06T18:23:58.547Zx ddmd, 42960632 bytes, 83908 tape blocks
26212024-05-06T18:23:58.547Zx pkg, 0 bytes, 0 tape blocks
26222024-05-06T18:23:58.547Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26232024-05-06T18:23:58.547Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26242024-05-06T18:23:58.547Zx pkg/mgd, 0 bytes, 0 tape blocks
26252024-05-06T18:23:58.547Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26262024-05-06T18:23:58.547Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26272024-05-06T18:23:58.547Zx pkg/ddm, 0 bytes, 0 tape blocks
26282024-05-06T18:23:58.547Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26292024-05-06T18:23:58.547Zx VERSION, 25 bytes, 1 tape blocks
26302024-05-06T18:23:58.551Z+ cd -
26312024-05-06T18:23:58.551Z/work/oxidecomputer/omicron
26322024-05-06T18:23:58.551Z+ cd /tmp/tmp.g4a4Bi
26332024-05-06T18:23:58.551Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26342024-05-06T18:24:02.428ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26352024-05-06T18:24:02.428Za oxide.json 1K
26362024-05-06T18:24:02.428Za root/ 0K
26372024-05-06T18:24:02.428Za root/opt/ 0K
26382024-05-06T18:24:02.428Za root/opt/oxide/ 0K
26392024-05-06T18:24:02.428Za root/opt/oxide/installinator/ 0K
26402024-05-06T18:24:02.428Za root/opt/oxide/installinator/installinator 37622K
26412024-05-06T18:24:02.428Za root/opt/oxide/installinator/pkg/ 0K
26422024-05-06T18:24:02.429Za root/opt/oxide/installinator/VERSION 1K
26432024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/ 0K
26442024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/ddmadm 18429K
26452024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/ddmd 41954K
26462024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/ 0K
26472024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26482024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26492024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26502024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26512024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26522024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26532024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26542024-05-06T18:24:02.429Za root/opt/oxide/mg-ddm/VERSION 1K
26552024-05-06T18:24:02.429Za root/lib/ 0K
26562024-05-06T18:24:02.429Za root/lib/svc/ 0K
26572024-05-06T18:24:02.429Za root/lib/svc/manifest/ 0K
26582024-05-06T18:24:02.429Za root/lib/svc/manifest/site/ 0K
26592024-05-06T18:24:02.429Za root/lib/svc/manifest/site/installinator.xml 3K
26602024-05-06T18:24:02.433Z+ cd /
26612024-05-06T18:24:02.433Z+ rm -rf /tmp/tmp.g4a4Bi
26622024-05-06T18:24:02.443Z
26632024-05-06T18:24:02.446Zreal 3.994011126
26642024-05-06T18:24:02.446Zuser 3.780365835
26652024-05-06T18:24:02.446Zsys 0.225364921
26662024-05-06T18:24:02.447Ztrap 0.000232132
26672024-05-06T18:24:02.447Ztflt 0.000000000
26682024-05-06T18:24:02.447Zdflt 0.000008547
26692024-05-06T18:24:02.447Zkflt 0.000000000
26702024-05-06T18:24:02.447Zlock 0.000000000
26712024-05-06T18:24:02.447Zslp 7.769987532
26722024-05-06T18:24:02.447Zlat 0.077240096
26732024-05-06T18:24:02.447Zstop 0.000190700
26742024-05-06T18:24:02.447Zprocess exited: duration 1670017 ms, exit code 0
 
26752024-05-06T18:24:02.459Zfound 22 output files
26762024-05-06T18:24:02.459Zuploading: /work/version.txt (26 bytes)
26772024-05-06T18:24:03.473Zuploaded: /work/version.txt
26782024-05-06T18:24:03.482Zuploading: /work/package.tar.gz (85615138 bytes)
26792024-05-06T18:24:33.668Zuploaded: /work/package.tar.gz
26802024-05-06T18:24:33.674Zuploading: /work/global-zone-packages.tar.gz (130835504 bytes)
26812024-05-06T18:25:19.108Zuploaded: /work/global-zone-packages.tar.gz
26822024-05-06T18:25:19.108Zuploading: /work/trampoline-global-zone-packages.tar.gz (33979812 bytes)
26832024-05-06T18:25:30.876Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26842024-05-06T18:25:30.876Zuploading: /work/zones/clickhouse.tar.gz (227397057 bytes)
26852024-05-06T18:26:44.265Zuploaded: /work/zones/clickhouse.tar.gz
26862024-05-06T18:26:44.266Zuploading: /work/zones/clickhouse_keeper.tar.gz (227383389 bytes)
26872024-05-06T18:28:06.432Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26882024-05-06T18:28:06.432Zuploading: /work/zones/cockroachdb.tar.gz (122883837 bytes)
26892024-05-06T18:28:46.431Zuploaded: /work/zones/cockroachdb.tar.gz
26902024-05-06T18:28:46.431Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27348498 bytes)
26912024-05-06T18:28:56.465Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26922024-05-06T18:28:56.465Zuploading: /work/zones/crucible-zone.tar.gz (38269999 bytes)
26932024-05-06T18:29:09.727Zuploaded: /work/zones/crucible-zone.tar.gz
26942024-05-06T18:29:09.727Zuploading: /work/zones/external-dns.tar.gz (25013290 bytes)
26952024-05-06T18:29:17.679Zuploaded: /work/zones/external-dns.tar.gz
26962024-05-06T18:29:17.679Zuploading: /work/zones/internal-dns.tar.gz (25012990 bytes)
26972024-05-06T18:29:28.540Zuploaded: /work/zones/internal-dns.tar.gz
26982024-05-06T18:29:28.543Zuploading: /work/zones/nexus-single-sled.tar.gz (85895509 bytes)
26992024-05-06T18:29:57.622Zuploaded: /work/zones/nexus-single-sled.tar.gz
27002024-05-06T18:29:57.629Zuploading: /work/zones/nexus.tar.gz (85896877 bytes)
27012024-05-06T18:30:27.619Zuploaded: /work/zones/nexus.tar.gz
27022024-05-06T18:30:27.619Zuploading: /work/zones/ntp.tar.gz (8565421 bytes)
27032024-05-06T18:30:31.805Zuploaded: /work/zones/ntp.tar.gz
27042024-05-06T18:30:31.805Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14639618 bytes)
27052024-05-06T18:30:36.546Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27062024-05-06T18:30:36.589Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14638784 bytes)
27072024-05-06T18:30:52.144Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27082024-05-06T18:30:52.144Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27092024-05-06T18:30:53.171Zuploaded: /work/zones/overlay.tar.gz
27102024-05-06T18:30:53.171Zuploading: /work/zones/oximeter.tar.gz (43620260 bytes)
27112024-05-06T18:31:16.972Zuploaded: /work/zones/oximeter.tar.gz
27122024-05-06T18:31:16.973Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27132024-05-06T18:31:19.375Zuploaded: /work/zones/probe.tar.gz
27142024-05-06T18:31:19.382Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27152024-05-06T18:32:07.372Zuploaded: /work/zones/propolis-server.tar.gz
27162024-05-06T18:32:07.379Zuploading: /work/zones/switch-asic.tar.gz (301010882 bytes)
27172024-05-06T18:34:08.547Zuploaded: /work/zones/switch-asic.tar.gz
27182024-05-06T18:34:08.547Zuploading: /work/zones/switch-softnpu.tar.gz (205036045 bytes)
27192024-05-06T18:35:31.766Zuploaded: /work/zones/switch-softnpu.tar.gz