01HX340AJYQJGS4N879354BQXD: 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: 01HX340KEM7FY7HZ5FS4FGKM56

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-05T00:57:20.475Zjob assigned to worker 01HX340R5VAP7AWQVVK82H5QXQ (queued for 1 m 10 s)
 
22024-05-05T00:57:28.463Zstarting task 0: "setup"
32024-05-05T00:57:28.542Z++ uname -s
42024-05-05T00:57:28.547Z+ kern=SunOS
52024-05-05T00:57:28.547Z+ case "$kern" in
62024-05-05T00:57:28.547Z+ groupadd -g 12345 build
72024-05-05T00:57:28.547Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-05T00:57:30.571Z+ zfs create -o mountpoint=/work rpool/work
92024-05-05T00:57:30.676Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-05T00:57:30.680Z+ home_fs=zfs
112024-05-05T00:57:30.680Z+ [[ zfs == autofs ]]
122024-05-05T00:57:30.680Z+ mkdir -p /home/build
132024-05-05T00:57:30.680Z+ chown build:build /home/build /work
142024-05-05T00:57:32.682Z+ chmod 0700 /home/build /work
152024-05-05T00:57:32.687Zprocess exited: duration 4222 ms, exit code 0
 
162024-05-05T00:57:32.696Zstarting task 1: "rust-toolchain"
172024-05-05T00:57:32.702Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-05T00:57:32.706Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-05T00:57:32.823Zinfo: downloading installer
202024-05-05T00:57:34.815Zwarning: it looks like you have an existing installation of Rust at:
212024-05-05T00:57:34.815Zwarning: /opt/ooce/bin
222024-05-05T00:57:34.816Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-05T00:57:34.816Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-05T00:57:34.816Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-05T00:57:34.816Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-05T00:57:34.816Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-05T00:57:34.816Zerror: cannot install while Rust is installed
282024-05-05T00:57:34.816Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-05T00:57:34.930Zinfo: profile set to 'default'
302024-05-05T00:57:34.930Zinfo: default host triple is x86_64-unknown-illumos
312024-05-05T00:57:34.945Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-05T00:57:35.067Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-05T00:57:35.067Zinfo: downloading component 'cargo'
342024-05-05T00:57:35.716Zinfo: downloading component 'clippy'
352024-05-05T00:57:35.959Zinfo: downloading component 'rust-docs'
362024-05-05T00:57:36.773Zinfo: downloading component 'rust-std'
372024-05-05T00:57:38.616Zinfo: downloading component 'rustc'
382024-05-05T00:57:41.669Zinfo: downloading component 'rustfmt'
392024-05-05T00:57:41.873Zinfo: installing component 'cargo'
402024-05-05T00:57:42.722Zinfo: installing component 'clippy'
412024-05-05T00:57:43.086Zinfo: installing component 'rust-docs'
422024-05-05T00:57:44.518Zinfo: installing component 'rust-std'
432024-05-05T00:57:46.327Zinfo: installing component 'rustc'
442024-05-05T00:57:50.428Zinfo: installing component 'rustfmt'
452024-05-05T00:57:51.207Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-05T00:57:51.207Z
472024-05-05T00:57:51.215Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-05T00:57:51.216Z
492024-05-05T00:57:51.216Z
502024-05-05T00:57:51.216ZRust is installed now. Great!
512024-05-05T00:57:51.216Z
522024-05-05T00:57:51.216ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-05T00:57:51.216Zenvironment variable. This has not been done automatically.
542024-05-05T00:57:51.216Z
552024-05-05T00:57:51.216ZTo configure your current shell, you need to source
562024-05-05T00:57:51.216Zthe corresponding env file under $HOME/.cargo.
572024-05-05T00:57:51.216Z
582024-05-05T00:57:51.216ZThis is usually done by running one of the following (note the leading DOT):
592024-05-05T00:57:51.216Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-05T00:57:51.217Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-05T00:57:51.312Z+ rustc --version
622024-05-05T00:57:51.368Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-05T00:57:51.372Zprocess exited: duration 18674 ms, exit code 0
 
642024-05-05T00:57:51.384Zstarting task 2: "authentication"
652024-05-05T00:57:51.407Zprocess exited: duration 23 ms, exit code 0
 
662024-05-05T00:57:51.416Zstarting task 3: "clone repository"
672024-05-05T00:57:51.422Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-05T00:57:51.426Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-05T00:57:52.234ZCloning into '/work/oxidecomputer/omicron'...
702024-05-05T00:58:03.766Z+ cd /work/oxidecomputer/omicron
712024-05-05T00:58:03.771Z+ git fetch origin a25140e565405336168afcc2c1ad60c78375a682
722024-05-05T00:58:04.110ZFrom https://github.com/oxidecomputer/omicron
732024-05-05T00:58:04.110Z * branch a25140e565405336168afcc2c1ad60c78375a682 -> FETCH_HEAD
742024-05-05T00:58:04.121Z+ [[ -n external-service-allowlists ]]
752024-05-05T00:58:04.137Z++ git branch --show-current
762024-05-05T00:58:04.137Z+ current=main
772024-05-05T00:58:04.137Z+ [[ main != external-service-allowlists ]]
782024-05-05T00:58:04.137Z+ git branch -f external-service-allowlists a25140e565405336168afcc2c1ad60c78375a682
792024-05-05T00:58:04.137Z+ git checkout -f external-service-allowlists
802024-05-05T00:58:04.257ZSwitched to branch 'external-service-allowlists'
812024-05-05T00:58:04.261Z+ git reset --hard a25140e565405336168afcc2c1ad60c78375a682
822024-05-05T00:58:04.390ZHEAD is now at a25140e56 Add a source IP allowlist for user-facing services
832024-05-05T00:58:04.394Zprocess exited: duration 12975 ms, exit code 0
 
842024-05-05T00:58:04.402Zstarting task 4: "build"
852024-05-05T00:58:04.408Z+ cargo --version
862024-05-05T00:58:04.415Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-05T00:58:04.584Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-05T00:58:04.584Zinfo: downloading component 'cargo'
892024-05-05T00:58:05.389Zinfo: downloading component 'clippy'
902024-05-05T00:58:05.660Zinfo: downloading component 'rust-docs'
912024-05-05T00:58:06.737Zinfo: downloading component 'rust-std'
922024-05-05T00:58:08.330Zinfo: downloading component 'rustc'
932024-05-05T00:58:12.564Zinfo: downloading component 'rustfmt'
942024-05-05T00:58:12.805Zinfo: installing component 'cargo'
952024-05-05T00:58:13.629Zinfo: installing component 'clippy'
962024-05-05T00:58:13.977Zinfo: installing component 'rust-docs'
972024-05-05T00:58:15.508Zinfo: installing component 'rust-std'
982024-05-05T00:58:17.237Zinfo: installing component 'rustc'
992024-05-05T00:58:21.296Zinfo: installing component 'rustfmt'
1002024-05-05T00:58:21.688Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-05T00:58:21.691Z+ rustc --version
1022024-05-05T00:58:21.764Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-05T00:58:21.781Z+ WORK=/work
1042024-05-05T00:58:21.781Z+ pfexec mkdir -p /work
1052024-05-05T00:58:21.781Z+ pfexec chown build /work
1062024-05-05T00:58:21.781Z++ git rev-parse HEAD
1072024-05-05T00:58:21.788Z+ COMMIT=a25140e565405336168afcc2c1ad60c78375a682
1082024-05-05T00:58:21.788Z+ VERSION=8.0.0-0.ci+gita25140e5654
1092024-05-05T00:58:21.788Z+ echo 8.0.0-0.ci+gita25140e5654
1102024-05-05T00:58:21.788Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-05T00:58:29.119Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-05T00:58:30.603ZPlanning: Solver setup ... Done (0.979s)
1132024-05-05T00:58:30.624ZPlanning: Running solver ... Done (0.018s)
1142024-05-05T00:58:30.625ZPlanning: Finding local manifests ... Done (0.003s)
1152024-05-05T00:58:30.625ZPlanning: Fetching manifests: 0/4 0% complete
1162024-05-05T00:58:31.307ZPlanning: Fetching manifests: 4/4 100% complete
1172024-05-05T00:58:31.370ZPlanning: Package planning ... Done (0.052s)
1182024-05-05T00:58:31.422ZPlanning: Merging actions ... Done (0.050s)
1192024-05-05T00:58:32.112ZPlanning: Checking for conflicting actions ... Done (0.698s)
1202024-05-05T00:58:32.125ZPlanning: Consolidating action changes ... Done (0.011s)
1212024-05-05T00:58:36.395ZPlanning: Evaluating mediators ... Done (4.276s)
1222024-05-05T00:58:36.403ZPlanning: Planning completed in 7.70 seconds
1232024-05-05T00:58:36.894Z Packages to install: 4
1242024-05-05T00:58:36.894Z Mediators to change: 2
1252024-05-05T00:58:36.894Z Services to change: 1
1262024-05-05T00:58:36.905Z Estimated space available: 155.31 GB
1272024-05-05T00:58:36.906ZEstimated space to be consumed: 1.44 GB
1282024-05-05T00:58:36.906Z Create boot environment: No
1292024-05-05T00:58:36.907ZCreate backup boot environment: No
1302024-05-05T00:58:36.907Z Rebuild boot archive: No
1312024-05-05T00:58:36.907Z
1322024-05-05T00:58:36.908ZChanged mediators:
1332024-05-05T00:58:36.908Z mediator clang:
1342024-05-05T00:58:36.909Z version: None -> 15 (system default)
1352024-05-05T00:58:36.909Z
1362024-05-05T00:58:36.909Z mediator llvm:
1372024-05-05T00:58:36.909Z version: 14 (system default) -> 15 (system default)
1382024-05-05T00:58:36.910Z
1392024-05-05T00:58:36.910ZChanged packages:
1402024-05-05T00:58:36.911Zhelios-dev
1412024-05-05T00:58:36.911Z developer/build-essential
1422024-05-05T00:58:36.911Z None -> 11-2.0
1432024-05-05T00:58:36.911Z library/libxmlsec1
1442024-05-05T00:58:36.913Z None -> 1.2.35-2.0
1452024-05-05T00:58:36.913Z ooce/developer/clang-15
1462024-05-05T00:58:36.913Z None -> 15.0.7-2.0
1472024-05-05T00:58:36.916Z ooce/developer/llvm-15
1482024-05-05T00:58:36.918Z None -> 15.0.7-2.0
1492024-05-05T00:58:36.919Z
1502024-05-05T00:58:36.921ZServices:
1512024-05-05T00:58:36.921Z restart_fmri:
1522024-05-05T00:58:36.922Z svc:/system/update-man-index:default
1532024-05-05T00:58:36.954Z
1542024-05-05T00:58:36.955ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1552024-05-05T00:58:41.954ZDownload: 847/3290 items 18.7/212.6MB 8% complete (3.8M/s)
1562024-05-05T00:58:46.945ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.1M/s)
1572024-05-05T00:58:51.533ZDownload: Completed 212.60 MB in 14.59 seconds (14.6M/s)
1582024-05-05T00:58:51.792Z Actions: 1/3689 actions (Installing new actions)
1592024-05-05T00:58:56.930Z Actions: 3685/3689 actions (Installing new actions)
1602024-05-05T00:58:56.972Z Actions: Completed 3689 actions in 5.13 seconds.
1612024-05-05T00:58:57.232Z Done (0.295s)
1622024-05-05T00:58:57.232Z Done (0.000s)
1632024-05-05T00:58:57.514Z Done (0.289s)
1642024-05-05T00:59:03.209Z Done (5.535s)
1652024-05-05T00:59:03.352Z Done (0.067s)
1662024-05-05T00:59:03.358Z Done (0.000s)
1672024-05-05T00:59:03.551Z Done (0.000s)
1682024-05-05T00:59:04.000ZPlanning: Evaluating mediator changes ... Done
1692024-05-05T00:59:04.181ZPlanning: Checking for conflicting actions ... Done
1702024-05-05T00:59:04.191ZPlanning: Consolidating action changes ... Done
1712024-05-05T00:59:04.446ZPlanning: Evaluating mediators ... Done
1722024-05-05T00:59:04.449ZPlanning: Planning completed in 0.45 seconds
1732024-05-05T00:59:04.480Z Mediators to change: 2
1742024-05-05T00:59:04.480Z Create boot environment: No
1752024-05-05T00:59:04.483ZCreate backup boot environment: No
1762024-05-05T00:59:04.562Z Done
1772024-05-05T00:59:04.562Z Done
1782024-05-05T00:59:04.784Z Done
1792024-05-05T00:59:08.682Z Done
1802024-05-05T00:59:08.770Z Done
1812024-05-05T00:59:08.775Z Done
1822024-05-05T00:59:08.899Z Done
1832024-05-05T00:59:09.566ZPlanning: Evaluating mediator changes ... Done
1842024-05-05T00:59:09.571ZPlanning: Merging actions ... Done
1852024-05-05T00:59:09.815ZPlanning: Checking for conflicting actions ... Done
1862024-05-05T00:59:09.825ZPlanning: Consolidating action changes ... Done
1872024-05-05T00:59:10.041ZPlanning: Evaluating mediators ... Done
1882024-05-05T00:59:10.096ZPlanning: Planning completed in 0.79 seconds
1892024-05-05T00:59:10.136Z Packages to change: 1
1902024-05-05T00:59:10.136Z Mediators to change: 1
1912024-05-05T00:59:10.143Z Services to change: 1
1922024-05-05T00:59:10.143Z Create boot environment: No
1932024-05-05T00:59:10.143ZCreate backup boot environment: Yes
1942024-05-05T00:59:12.004Z Actions: 1/6 actions (Updating modified actions)
1952024-05-05T00:59:12.095Z Actions: Completed 6 actions in 0.09 seconds.
1962024-05-05T00:59:12.106Z Done
1972024-05-05T00:59:12.107Z Done
1982024-05-05T00:59:12.159Z Done
1992024-05-05T00:59:15.911Z Done
2002024-05-05T00:59:16.002Z Done
2012024-05-05T00:59:16.007Z Done
2022024-05-05T00:59:16.121Z Done
2032024-05-05T00:59:16.615ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-05-05T00:59:16.615Zclang system 15 system
2052024-05-05T00:59:16.616Zcsh system system illumos
2062024-05-05T00:59:16.616Zctags system system illumos
2072024-05-05T00:59:16.616Zgcc vendor 12 vendor
2082024-05-05T00:59:16.616Zgcc system 10 system
2092024-05-05T00:59:16.617Zgcc system 7 system
2102024-05-05T00:59:16.617Zgo system 1.20 system
2112024-05-05T00:59:16.617Zgo system 1.19 system
2122024-05-05T00:59:16.617Zllvm system 15 system
2132024-05-05T00:59:16.618Zllvm system 14 system
2142024-05-05T00:59:16.618Zmariadb system 10.6 system
2152024-05-05T00:59:16.618Zmta vendor vendor dma
2162024-05-05T00:59:16.618Zopenjdk system 17 system
2172024-05-05T00:59:16.619Zopenjdk system 11 system
2182024-05-05T00:59:16.619Zopenjdk system 1.8 system
2192024-05-05T00:59:16.619Zopenssl vendor 3 vendor
2202024-05-05T00:59:16.619Zperl system 5.36 system
2212024-05-05T00:59:16.619Zpostgresql system 15 system
2222024-05-05T00:59:16.620Zpostgresql system 13 system
2232024-05-05T00:59:16.620Zpython vendor 3 vendor
2242024-05-05T00:59:16.620Zpython system 2 system
2252024-05-05T00:59:16.620Zpython3 system 3.11 system
2262024-05-05T00:59:16.620Zruby system 3.0 system
2272024-05-05T00:59:16.620Zwords vendor vendor american-english
2282024-05-05T00:59:16.621Zwords system system australian-english
2292024-05-05T00:59:16.621Zwords system system british-english
2302024-05-05T00:59:16.621Zwords system system canadian-english
2312024-05-05T00:59:16.621Zwords system system french
2322024-05-05T00:59:16.621Zwords system system italian
2332024-05-05T00:59:16.621Zwords system system ngerman
2342024-05-05T00:59:16.621Zwords system system ogerman
2352024-05-05T00:59:16.622Zwords system system spanish
2362024-05-05T00:59:16.984ZPUBLISHER TYPE STATUS P LOCATION
2372024-05-05T00:59:16.985Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-05-05T00:59:18.350ZFMRI IFO
2392024-05-05T00:59:18.350Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-05-05T00:59:18.350Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-05-05T00:59:18.350Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-05-05T00:59:18.351Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-05-05T00:59:18.351Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-05-05T00:59:18.351Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-05-05T00:59:18.351Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2462024-05-05T00:59:18.351Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-05-05T00:59:18.351Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2482024-05-05T00:59:18.351Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2492024-05-05T00:59:18.351Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-05-05T00:59:18.351Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-05-05T00:59:18.630Z+ set -o errexit
2522024-05-05T00:59:18.640Z+++ dirname ./tools/ci_download_cockroachdb
2532024-05-05T00:59:18.640Z++ cd ./tools
2542024-05-05T00:59:18.640Z++ pwd
2552024-05-05T00:59:18.640Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2562024-05-05T00:59:18.640Z++ basename ./tools/ci_download_cockroachdb
2572024-05-05T00:59:18.640Z+ ARG0=ci_download_cockroachdb
2582024-05-05T00:59:18.640Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2592024-05-05T00:59:18.640Z+ CIDL_VERSION=v22.1.9
2602024-05-05T00:59:18.640Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2612024-05-05T00:59:18.640Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2622024-05-05T00:59:18.640Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2632024-05-05T00:59:18.640Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2642024-05-05T00:59:18.640Z+ TARGET_DIR=out
2652024-05-05T00:59:18.640Z+ DOWNLOAD_DIR=out/downloads
2662024-05-05T00:59:18.640Z+ DEST_DIR=./out/cockroachdb
2672024-05-05T00:59:18.640Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2682024-05-05T00:59:18.641Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2692024-05-05T00:59:18.641Z+ main
2702024-05-05T00:59:18.641Z+ [[ 0 != 0 ]]
2712024-05-05T00:59:18.641Z+ CIDL_OS=solaris2.11
2722024-05-05T00:59:18.641Z+ [[ 0 != 0 ]]
2732024-05-05T00:59:18.641Z+ configure_os solaris2.11
2742024-05-05T00:59:18.641Z+ echo 'current directory: /work/oxidecomputer/omicron'
2752024-05-05T00:59:18.641Zcurrent directory: /work/oxidecomputer/omicron
2762024-05-05T00:59:18.641Z+ echo 'configuring based on OS: "solaris2.11"'
2772024-05-05T00:59:18.641Z+ case "$1" in
2782024-05-05T00:59:18.641Zconfiguring based on OS: "solaris2.11"
2792024-05-05T00:59:18.641Z+ CIDL_BUILD=illumos
2802024-05-05T00:59:18.641Z+ CIDL_SUFFIX=tar.gz
2812024-05-05T00:59:18.641Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-05-05T00:59:18.641Z+ CIDL_URL_BASE=https://illumos.org/downloads
2832024-05-05T00:59:18.641Z+ CIDL_ASSEMBLE=do_assemble_illumos
2842024-05-05T00:59:18.641Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2852024-05-05T00:59:18.641Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2862024-05-05T00:59:18.641Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-05T00:59:18.641Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2882024-05-05T00:59:18.641Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-05T00:59:18.641Z+ CIDL_SHA256FUNC=do_sha256sum
2902024-05-05T00:59:18.641Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-05-05T00:59:18.641ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-05T00:59:18.642ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-05T00:59:18.642Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-05T00:59:18.642Z+ mkdir -p out/downloads
2952024-05-05T00:59:18.646Z+ mkdir -p ./out/cockroachdb
2962024-05-05T00:59:18.646Z+ local DO_DOWNLOAD=true
2972024-05-05T00:59:18.646Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2982024-05-05T00:59:18.646Z+ '[' true == true ']'
2992024-05-05T00:59:18.646Z+ echo Downloading...
3002024-05-05T00:59:18.646ZDownloading...
3012024-05-05T00:59:18.646Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-05T00:59:18.646Z+ 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
3032024-05-05T00:59:22.467Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-05T00:59:22.471Z++ sha256sum
3052024-05-05T00:59:22.471Z++ awk '{print $1}'
3062024-05-05T00:59:22.540Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3072024-05-05T00:59:22.541Z+ [[ 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 ]]
3082024-05-05T00:59:22.557Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-05T00:59:22.557Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3102024-05-05T00:59:24.702Z+ do_assemble_illumos
3112024-05-05T00:59:24.702Z+ rm -r ./out/cockroachdb
3122024-05-05T00:59:24.707Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3132024-05-05T00:59:25.133Z+ ./out/cockroachdb/bin/cockroach version
3142024-05-05T00:59:25.350ZBuild Tag: v22.1.9-dirty
3152024-05-05T00:59:25.350ZBuild Time: 2022/10/26 21:17:46
3162024-05-05T00:59:25.351ZDistribution: OSS
3172024-05-05T00:59:25.351ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3182024-05-05T00:59:25.351ZGo Version: go1.17.13
3192024-05-05T00:59:25.351ZC Compiler: gcc 10.3.0
3202024-05-05T00:59:25.351ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3212024-05-05T00:59:25.351ZBuild Type: release
3222024-05-05T00:59:25.368Z+ set -o errexit
3232024-05-05T00:59:25.373Z+++ dirname ./tools/ci_download_clickhouse
3242024-05-05T00:59:25.373Z++ cd ./tools
3252024-05-05T00:59:25.373Z++ pwd
3262024-05-05T00:59:25.374Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3272024-05-05T00:59:25.380Z++ basename ./tools/ci_download_clickhouse
3282024-05-05T00:59:25.380Z+ ARG0=ci_download_clickhouse
3292024-05-05T00:59:25.380Z+ TARGET_DIR=out
3302024-05-05T00:59:25.380Z+ DOWNLOAD_DIR=out/downloads
3312024-05-05T00:59:25.380Z+ DEST_DIR=./out/clickhouse
3322024-05-05T00:59:25.380Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3332024-05-05T00:59:25.380Z+ CIDL_VERSION=v23.8.7.24
3342024-05-05T00:59:25.381Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3352024-05-05T00:59:25.381Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3362024-05-05T00:59:25.381Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3372024-05-05T00:59:25.381Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3382024-05-05T00:59:25.381Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3392024-05-05T00:59:25.381Z+ main
3402024-05-05T00:59:25.381Z+ [[ 0 != 0 ]]
3412024-05-05T00:59:25.381Z+ CIDL_OS=solaris2.11
3422024-05-05T00:59:25.381Z+ [[ 0 != 0 ]]
3432024-05-05T00:59:25.382Z+ configure_os solaris2.11
3442024-05-05T00:59:25.382Z+ echo 'current directory: /work/oxidecomputer/omicron'
3452024-05-05T00:59:25.382Zcurrent directory: /work/oxidecomputer/omicron
3462024-05-05T00:59:25.382Z+ echo 'configuring based on OS: "solaris2.11"'
3472024-05-05T00:59:25.382Z+ CIDL_DASHREV=
3482024-05-05T00:59:25.382Z+ case "$1" in
3492024-05-05T00:59:25.382Zconfiguring based on OS: "solaris2.11"
3502024-05-05T00:59:25.382Z+ CIDL_PLATFORM=illumos
3512024-05-05T00:59:25.382Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3522024-05-05T00:59:25.382Z+ CIDL_MD5FUNC=do_md5sum
3532024-05-05T00:59:25.382Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3542024-05-05T00:59:25.382Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-05T00:59:25.383Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-05T00:59:25.383Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-05T00:59:25.383Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-05-05T00:59:25.383ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-05T00:59:25.383ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-05T00:59:25.383Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-05T00:59:25.383Z+ mkdir -p out/downloads
3622024-05-05T00:59:25.397Z+ mkdir -p ./out/clickhouse
3632024-05-05T00:59:25.398Z+ local DO_DOWNLOAD=true
3642024-05-05T00:59:25.398Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3652024-05-05T00:59:25.398Z+ '[' true == true ']'
3662024-05-05T00:59:25.398Z+ echo Downloading...
3672024-05-05T00:59:25.398ZDownloading...
3682024-05-05T00:59:25.399Z+ 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
3692024-05-05T00:59:25.399Z+ 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
3702024-05-05T00:59:27.028Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-05-05T00:59:27.032Z++ md5sum
3722024-05-05T00:59:27.033Z++ awk '{print $1}'
3732024-05-05T00:59:27.313Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3742024-05-05T00:59:27.314Z+ [[ 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 ]]
3752024-05-05T00:59:27.323Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3762024-05-05T00:59:27.323Z+ mkdir -p ./out/clickhouse
3772024-05-05T00:59:27.323Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3782024-05-05T00:59:31.178Z+ [[ solaris2.11 == darwin* ]]
3792024-05-05T00:59:31.178Z+ ./out/clickhouse/clickhouse server --version
3802024-05-05T00:59:31.451ZClickHouse server version 23.8.7.1.
3812024-05-05T00:59:31.473Z+ set -o errexit
3822024-05-05T00:59:31.480Z+++ dirname ./tools/ci_download_console
3832024-05-05T00:59:31.480Z++ cd ./tools
3842024-05-05T00:59:31.480Z++ pwd
3852024-05-05T00:59:31.481Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3862024-05-05T00:59:31.481Z++ basename ./tools/ci_download_console
3872024-05-05T00:59:31.491Z+ ARG0=ci_download_console
3882024-05-05T00:59:31.491Z+ TARGET_DIR=out
3892024-05-05T00:59:31.491Z+ DOWNLOAD_DIR=out/downloads
3902024-05-05T00:59:31.492Z+ DEST_DIR=./out/console-assets
3912024-05-05T00:59:31.492Z+ source /work/oxidecomputer/omicron/tools/console_version
3922024-05-05T00:59:31.492Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3932024-05-05T00:59:31.492Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3942024-05-05T00:59:31.493Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3952024-05-05T00:59:31.493Z+ TARBALL_FILE=out/downloads/console.tar.gz
3962024-05-05T00:59:31.493Z+ main
3972024-05-05T00:59:31.493Z+ [[ 0 != 0 ]]
3982024-05-05T00:59:31.494Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3992024-05-05T00:59:31.494ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4002024-05-05T00:59:31.494Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-05-05T00:59:31.494ZLocal file: out/downloads/console.tar.gz
4022024-05-05T00:59:31.495Z+ local DO_DOWNLOAD=true
4032024-05-05T00:59:31.495Z+ [[ -f out/downloads/console.tar.gz ]]
4042024-05-05T00:59:31.495Z+ mkdir -p out/downloads
4052024-05-05T00:59:31.495Z+ '[' true == true ']'
4062024-05-05T00:59:31.495Z+ echo Downloading...
4072024-05-05T00:59:31.495ZDownloading...
4082024-05-05T00:59:31.496Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4092024-05-05T00:59:31.496Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4102024-05-05T00:59:32.103Z++ do_sha256sum out/downloads/console.tar.gz
4112024-05-05T00:59:32.104Z++ case "$OSTYPE" in
4122024-05-05T00:59:32.104Z++ SHA=sha256sum
4132024-05-05T00:59:32.115Z++ sha256sum
4142024-05-05T00:59:32.115Z++ awk '{print $1}'
4152024-05-05T00:59:32.115Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4162024-05-05T00:59:32.115Z+ [[ 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 ]]
4172024-05-05T00:59:32.116Z+ rm -rf ./out/console-assets
4182024-05-05T00:59:32.116Z+ mkdir -p ./out/console-assets
4192024-05-05T00:59:32.116Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4202024-05-05T00:59:32.116Z+ mkdir -p ./out/console-assets
4212024-05-05T00:59:32.116Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4222024-05-05T00:59:32.196Z+ set -o errexit
4232024-05-05T00:59:32.200Z+++ dirname ./tools/ci_download_dendrite_openapi
4242024-05-05T00:59:32.200Z++ cd ./tools
4252024-05-05T00:59:32.200Z++ pwd
4262024-05-05T00:59:32.200Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4272024-05-05T00:59:32.200Z++ basename ./tools/ci_download_dendrite_openapi
4282024-05-05T00:59:32.200Z+ ARG0=ci_download_dendrite_openapi
4292024-05-05T00:59:32.200Z+ TARGET_DIR=out
4302024-05-05T00:59:32.200Z+ DOWNLOAD_DIR=out/downloads
4312024-05-05T00:59:32.200Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4322024-05-05T00:59:32.200Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4332024-05-05T00:59:32.200Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4342024-05-05T00:59:32.200Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4352024-05-05T00:59:32.200Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4362024-05-05T00:59:32.200Z+ main
4372024-05-05T00:59:32.200Z+ [[ 0 != 0 ]]
4382024-05-05T00:59:32.200Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4392024-05-05T00:59:32.200ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4402024-05-05T00:59:32.201Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4412024-05-05T00:59:32.201Z+ local DO_DOWNLOAD=true
4422024-05-05T00:59:32.201ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4432024-05-05T00:59:32.201Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4442024-05-05T00:59:32.201Z+ mkdir -p out/downloads
4452024-05-05T00:59:32.211Z+ '[' true == true ']'
4462024-05-05T00:59:32.211Z+ echo Downloading...
4472024-05-05T00:59:32.211ZDownloading...
4482024-05-05T00:59:32.211Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4492024-05-05T00:59:32.211Z+ 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
4502024-05-05T00:59:33.722Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4512024-05-05T00:59:33.722Z++ case "$OSTYPE" in
4522024-05-05T00:59:33.737Z++ SHA=sha256sum
4532024-05-05T00:59:33.737Z++ sha256sum
4542024-05-05T00:59:33.737Z++ awk '{print $1}'
4552024-05-05T00:59:33.737Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4562024-05-05T00:59:33.737Z+ [[ 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 ]]
4572024-05-05T00:59:33.737Z+ set -o errexit
4582024-05-05T00:59:33.737Z+++ dirname ./tools/ci_download_dendrite_stub
4592024-05-05T00:59:33.744Z++ cd ./tools
4602024-05-05T00:59:33.744Z++ pwd
4612024-05-05T00:59:33.744Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4622024-05-05T00:59:33.744Z++ basename ./tools/ci_download_dendrite_stub
4632024-05-05T00:59:33.745Z+ ARG0=ci_download_dendrite_stub
4642024-05-05T00:59:33.745Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4652024-05-05T00:59:33.745Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4662024-05-05T00:59:33.745Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4672024-05-05T00:59:33.745Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4682024-05-05T00:59:33.745Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4692024-05-05T00:59:33.745Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4702024-05-05T00:59:33.745Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4712024-05-05T00:59:33.745Z+ TARGET_DIR=out
4722024-05-05T00:59:33.745Z+ DOWNLOAD_DIR=out/downloads
4732024-05-05T00:59:33.745Z+ DEST_DIR=./out/dendrite-stub
4742024-05-05T00:59:33.745Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4752024-05-05T00:59:33.745Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4762024-05-05T00:59:33.746Z+ REPO=oxidecomputer/dendrite
4772024-05-05T00:59:33.746Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4782024-05-05T00:59:33.746Z+ main
4792024-05-05T00:59:33.746Z+ [[ 0 != 0 ]]
4802024-05-05T00:59:33.746Z+ CIDL_OS=solaris2.11
4812024-05-05T00:59:33.746Z+ [[ 0 != 0 ]]
4822024-05-05T00:59:33.746Z+ configure_os solaris2.11
4832024-05-05T00:59:33.746Z+ echo 'current directory: /work/oxidecomputer/omicron'
4842024-05-05T00:59:33.746Z+ echo 'configuring based on OS: "solaris2.11"'
4852024-05-05T00:59:33.746Z+ case "$1" in
4862024-05-05T00:59:33.746Z+ SET_BINARIES=
4872024-05-05T00:59:33.746Zcurrent directory: /work/oxidecomputer/omicron
4882024-05-05T00:59:33.746Zconfiguring based on OS: "solaris2.11"
4892024-05-05T00:59:33.746Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4902024-05-05T00:59:33.746Z+ CIDL_SHA256FUNC=do_sha256sum
4912024-05-05T00:59:33.747Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4922024-05-05T00:59:33.747Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4932024-05-05T00:59:33.747Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4942024-05-05T00:59:33.747Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4952024-05-05T00:59:33.747Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4962024-05-05T00:59:33.747ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4972024-05-05T00:59:33.747ZLocal file: out/downloads/dendrite-stub.tar.gz
4982024-05-05T00:59:33.747Z+ mkdir -p out/downloads
4992024-05-05T00:59:33.751Z+ mkdir -p ./out/dendrite-stub
5002024-05-05T00:59:33.751Z+ fetch_and_verify
5012024-05-05T00:59:33.752Z+ local DO_DOWNLOAD=true
5022024-05-05T00:59:33.752Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5032024-05-05T00:59:33.752Z+ '[' true == true ']'
5042024-05-05T00:59:33.752Z+ echo Downloading...
5052024-05-05T00:59:33.752ZDownloading...
5062024-05-05T00:59:33.752Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5072024-05-05T00:59:33.752Z+ 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
5082024-05-05T00:59:43.481Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5092024-05-05T00:59:43.486Z++ sha256sum
5102024-05-05T00:59:43.486Z++ awk '{print $1}'
5112024-05-05T00:59:43.507Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5122024-05-05T00:59:43.507Z+ [[ 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 ]]
5132024-05-05T00:59:43.512Z+ do_untar out/downloads/dendrite-stub.tar.gz
5142024-05-05T00:59:43.512Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5152024-05-05T00:59:44.141Z+ do_assemble
5162024-05-05T00:59:44.141Z+ rm -r ./out/dendrite-stub
5172024-05-05T00:59:44.153Z+ mkdir ./out/dendrite-stub
5182024-05-05T00:59:44.153Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5192024-05-05T00:59:44.232Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5202024-05-05T00:59:44.248Z+ set -o errexit
5212024-05-05T00:59:44.249Z+++ dirname ./tools/ci_download_maghemite_mgd
5222024-05-05T00:59:44.249Z++ cd ./tools
5232024-05-05T00:59:44.249Z++ pwd
5242024-05-05T00:59:44.249Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5252024-05-05T00:59:44.249Z++ basename ./tools/ci_download_maghemite_mgd
5262024-05-05T00:59:44.271Z+ ARG0=ci_download_maghemite_mgd
5272024-05-05T00:59:44.271Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5282024-05-05T00:59:44.272Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5292024-05-05T00:59:44.272Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5302024-05-05T00:59:44.272Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5312024-05-05T00:59:44.272Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5322024-05-05T00:59:44.272Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5332024-05-05T00:59:44.272Z+ TARGET_DIR=out
5342024-05-05T00:59:44.272Z+ DOWNLOAD_DIR=out/downloads
5352024-05-05T00:59:44.272Z+ DEST_DIR=./out/mgd
5362024-05-05T00:59:44.273Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5372024-05-05T00:59:44.273Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5382024-05-05T00:59:44.273Z+ REPO=oxidecomputer/maghemite
5392024-05-05T00:59:44.273Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5402024-05-05T00:59:44.273Z+ main
5412024-05-05T00:59:44.273Z+ rm -rf out/downloads/root
5422024-05-05T00:59:44.273Z+ [[ 0 != 0 ]]
5432024-05-05T00:59:44.273Z+ CIDL_OS=solaris2.11
5442024-05-05T00:59:44.274Z+ [[ 0 != 0 ]]
5452024-05-05T00:59:44.274Z+ configure_os solaris2.11
5462024-05-05T00:59:44.274Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472024-05-05T00:59:44.274Z+ echo 'configuring based on OS: "solaris2.11"'
5482024-05-05T00:59:44.274Zcurrent directory: /work/oxidecomputer/omicron
5492024-05-05T00:59:44.274Zconfiguring based on OS: "solaris2.11"
5502024-05-05T00:59:44.274Z+ case "$1" in
5512024-05-05T00:59:44.274Z+ SET_BINARIES=
5522024-05-05T00:59:44.274Z+ CIDL_SHA256FUNC=do_sha256sum
5532024-05-05T00:59:44.275Z+ TARBALL_FILENAME=mgd.tar.gz
5542024-05-05T00:59:44.275Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5552024-05-05T00:59:44.275Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5562024-05-05T00:59:44.275Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5572024-05-05T00:59:44.275Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5582024-05-05T00:59:44.275ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5592024-05-05T00:59:44.276ZLocal file: out/downloads/mgd.tar.gz
5602024-05-05T00:59:44.276Z+ mkdir -p out/downloads
5612024-05-05T00:59:44.276Z+ mkdir -p ./out/mgd
5622024-05-05T00:59:44.276Z+ fetch_and_verify
5632024-05-05T00:59:44.276Z+ local DO_DOWNLOAD=true
5642024-05-05T00:59:44.276Z+ [[ -f out/downloads/mgd.tar.gz ]]
5652024-05-05T00:59:44.276Z+ '[' true == true ']'
5662024-05-05T00:59:44.277Z+ echo Downloading...
5672024-05-05T00:59:44.277ZDownloading...
5682024-05-05T00:59:44.277Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5692024-05-05T00:59:44.277Z+ 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
5702024-05-05T00:59:52.699Z++ do_sha256sum out/downloads/mgd.tar.gz
5712024-05-05T00:59:52.703Z++ sha256sum
5722024-05-05T00:59:52.703Z++ awk '{print $1}'
5732024-05-05T00:59:52.725Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5742024-05-05T00:59:52.732Z+ [[ 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 ]]
5752024-05-05T00:59:52.732Z+ do_untar out/downloads/mgd.tar.gz
5762024-05-05T00:59:52.732Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5772024-05-05T00:59:53.317Z+ do_assemble
5782024-05-05T00:59:53.317Z+ rm -r ./out/mgd
5792024-05-05T00:59:53.328Z+ mkdir ./out/mgd
5802024-05-05T00:59:53.328Z+ cp -r out/downloads/root ./out/mgd/root
5812024-05-05T00:59:53.403Z+ set -o errexit
5822024-05-05T00:59:53.408Z+++ dirname ./tools/ci_download_transceiver_control
5832024-05-05T00:59:53.408Z++ cd ./tools
5842024-05-05T00:59:53.408Z++ pwd
5852024-05-05T00:59:53.408Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5862024-05-05T00:59:53.414Z++ basename ./tools/ci_download_transceiver_control
5872024-05-05T00:59:53.414Z+ ARG0=ci_download_transceiver_control
5882024-05-05T00:59:53.414Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5892024-05-05T00:59:53.414Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5902024-05-05T00:59:53.414Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5912024-05-05T00:59:53.414Z+ TARGET_DIR=out
5922024-05-05T00:59:53.414Z+ DOWNLOAD_DIR=out/downloads
5932024-05-05T00:59:53.414Z+ DEST_DIR=./out/transceiver-control
5942024-05-05T00:59:53.414Z+ BIN_DIR=/opt/oxide/bin
5952024-05-05T00:59:53.415Z+ BINARY=xcvradm
5962024-05-05T00:59:53.415Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-05-05T00:59:53.415Z+ REPO=oxidecomputer/transceiver-control
5982024-05-05T00:59:53.415Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5992024-05-05T00:59:53.415Z+ main
6002024-05-05T00:59:53.415Z+ [[ 0 != 0 ]]
6012024-05-05T00:59:53.415Z+ CIDL_OS=solaris2.11
6022024-05-05T00:59:53.415Z+ [[ 0 != 0 ]]
6032024-05-05T00:59:53.415Z+ configure_os solaris2.11
6042024-05-05T00:59:53.415Z+ echo 'current directory: /work/oxidecomputer/omicron'
6052024-05-05T00:59:53.415Z+ echo 'configuring based on OS: "solaris2.11"'
6062024-05-05T00:59:53.415Zcurrent directory: /work/oxidecomputer/omicron
6072024-05-05T00:59:53.415Zconfiguring based on OS: "solaris2.11"
6082024-05-05T00:59:53.415Z+ case "$1" in
6092024-05-05T00:59:53.415Z+ SET_BINARIES=
6102024-05-05T00:59:53.415Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6112024-05-05T00:59:53.415Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-05-05T00:59:53.415Z+ ARCHIVE_FILENAME=xcvradm.gz
6132024-05-05T00:59:53.415Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6142024-05-05T00:59:53.415Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6152024-05-05T00:59:53.415Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6162024-05-05T00:59:53.415Z+ echo 'Local file: out/downloads/xcvradm.gz'
6172024-05-05T00:59:53.415ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6182024-05-05T00:59:53.416ZLocal file: out/downloads/xcvradm.gz
6192024-05-05T00:59:53.416Z+ mkdir -p out/downloads
6202024-05-05T00:59:53.420Z+ mkdir -p ./out/transceiver-control
6212024-05-05T00:59:53.420Z+ fetch_and_verify
6222024-05-05T00:59:53.420Z+ local DO_DOWNLOAD=true
6232024-05-05T00:59:53.420Z+ [[ -f out/downloads/xcvradm.gz ]]
6242024-05-05T00:59:53.420Z+ '[' true == true ']'
6252024-05-05T00:59:53.420Z+ echo Downloading...
6262024-05-05T00:59:53.420ZDownloading...
6272024-05-05T00:59:53.420Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6282024-05-05T00:59:53.420Z+ 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
6292024-05-05T00:59:55.389Z++ do_sha256sum out/downloads/xcvradm.gz
6302024-05-05T00:59:55.394Z++ sha256sum
6312024-05-05T00:59:55.394Z++ awk '{print $1}'
6322024-05-05T00:59:55.400Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6332024-05-05T00:59:55.400Z+ [[ 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 ]]
6342024-05-05T00:59:55.400Z+ do_unpack out/downloads/xcvradm.gz
6352024-05-05T00:59:55.400Z+ mkdir -p out/downloads/root//opt/oxide/bin
6362024-05-05T00:59:55.405Z+ gzip -dc out/downloads/xcvradm.gz
6372024-05-05T00:59:55.521Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6382024-05-05T00:59:55.526Z+ do_assemble
6392024-05-05T00:59:55.526Z+ rm -r ./out/transceiver-control
6402024-05-05T00:59:55.526Z+ mkdir ./out/transceiver-control
6412024-05-05T00:59:55.531Z+ cp -r out/downloads/root ./out/transceiver-control/root
6422024-05-05T00:59:55.617Z+ set -o errexit
6432024-05-05T00:59:55.623Z+++ dirname ./tools/ci_download_thundermuffin
6442024-05-05T00:59:55.623Z++ cd ./tools
6452024-05-05T00:59:55.623Z++ pwd
6462024-05-05T00:59:55.627Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6472024-05-05T00:59:55.627Z++ basename ./tools/ci_download_thundermuffin
6482024-05-05T00:59:55.627Z+ ARG0=ci_download_thundermuffin
6492024-05-05T00:59:55.627Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6502024-05-05T00:59:55.628Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6512024-05-05T00:59:55.628Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6522024-05-05T00:59:55.628Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6532024-05-05T00:59:55.628Z+ TARGET_DIR=out
6542024-05-05T00:59:55.628Z+ DOWNLOAD_DIR=out/downloads
6552024-05-05T00:59:55.628Z+ DEST_DIR=./out/thundermuffin
6562024-05-05T00:59:55.628Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6572024-05-05T00:59:55.628Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6582024-05-05T00:59:55.628Z+ REPO=oxidecomputer/thundermuffin
6592024-05-05T00:59:55.628Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6602024-05-05T00:59:55.628Z+ main
6612024-05-05T00:59:55.628Z+ rm -rf out/downloads/root
6622024-05-05T00:59:55.635Z+ [[ 0 != 0 ]]
6632024-05-05T00:59:55.635Z+ CIDL_OS=solaris2.11
6642024-05-05T00:59:55.639Z+ [[ 0 != 0 ]]
6652024-05-05T00:59:55.640Z+ configure_os solaris2.11
6662024-05-05T00:59:55.640Z+ echo 'current directory: /work/oxidecomputer/omicron'
6672024-05-05T00:59:55.640Zcurrent directory: /work/oxidecomputer/omicron
6682024-05-05T00:59:55.640Zconfiguring based on OS: "solaris2.11"
6692024-05-05T00:59:55.640Z+ echo 'configuring based on OS: "solaris2.11"'
6702024-05-05T00:59:55.640Z+ case "$1" in
6712024-05-05T00:59:55.640Z+ SET_BINARIES=
6722024-05-05T00:59:55.640Z+ CIDL_SHA256FUNC=do_sha256sum
6732024-05-05T00:59:55.640Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6742024-05-05T00:59:55.640Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-05-05T00:59:55.640Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6762024-05-05T00:59:55.640Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6772024-05-05T00:59:55.640ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6782024-05-05T00:59:55.641ZLocal file: out/downloads/thundermuffin.tar.gz
6792024-05-05T00:59:55.641Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6802024-05-05T00:59:55.641Z+ mkdir -p out/downloads
6812024-05-05T00:59:55.641Z+ mkdir -p ./out/thundermuffin
6822024-05-05T00:59:55.641Z+ fetch_and_verify
6832024-05-05T00:59:55.641Z+ local DO_DOWNLOAD=true
6842024-05-05T00:59:55.641Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6852024-05-05T00:59:55.641Z+ '[' true == true ']'
6862024-05-05T00:59:55.641Z+ echo Downloading...
6872024-05-05T00:59:55.641ZDownloading...
6882024-05-05T00:59:55.641Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6892024-05-05T00:59:55.641Z+ 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
6902024-05-05T00:59:57.116Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6912024-05-05T00:59:57.121Z++ sha256sum
6922024-05-05T00:59:57.122Z++ awk '{print $1}'
6932024-05-05T00:59:57.130Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6942024-05-05T00:59:57.131Z+ [[ 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 ]]
6952024-05-05T00:59:57.131Z+ do_untar out/downloads/thundermuffin.tar.gz
6962024-05-05T00:59:57.131Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6972024-05-05T00:59:57.188Z+ do_assemble
6982024-05-05T00:59:57.188Z+ rm -r ./out/thundermuffin
6992024-05-05T00:59:57.194Z+ mkdir ./out/thundermuffin
7002024-05-05T00:59:57.194Z+ cp -r out/downloads/root ./out/thundermuffin/root
7012024-05-05T00:59:57.206ZAll prerequisites installed successfully
7022024-05-05T00:59:57.210Z
7032024-05-05T00:59:57.211Zreal 1:35.390451788
7042024-05-05T00:59:57.211Zuser 34.277110796
7052024-05-05T00:59:57.211Zsys 6.762591058
7062024-05-05T00:59:57.211Ztrap 0.008246064
7072024-05-05T00:59:57.211Ztflt 0.153061630
7082024-05-05T00:59:57.212Zdflt 0.160654581
7092024-05-05T00:59:57.212Zkflt 0.219117409
7102024-05-05T00:59:57.212Zlock 1.591764039
7112024-05-05T00:59:57.213Zslp 3:14.883381946
7122024-05-05T00:59:57.213Zlat 1.919765960
7132024-05-05T00:59:57.213Zstop 0.140878549
7142024-05-05T00:59:57.213Z+ ptime -m ./tools/ci_download_softnpu_machinery
7152024-05-05T00:59:57.220Zfetching npuzone
7162024-05-05T00:59:57.231ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7172024-05-05T00:59:57.231Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7182024-05-05T00:59:57.232ZGetting hash for npuzone
7192024-05-05T00:59:57.321Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7202024-05-05T01:00:05.457Znpuzone downloaded successfully
7212024-05-05T01:00:05.881Z
7222024-05-05T01:00:05.882Zreal 8.237880803
7232024-05-05T01:00:05.882Zuser 0.274577904
7242024-05-05T01:00:05.882Zsys 0.105276106
7252024-05-05T01:00:05.882Ztrap 0.000035409
7262024-05-05T01:00:05.882Ztflt 0.000000000
7272024-05-05T01:00:05.882Zdflt 0.000000000
7282024-05-05T01:00:05.882Zkflt 0.000000000
7292024-05-05T01:00:05.883Zlock 0.000000000
7302024-05-05T01:00:05.883Zslp 24.232319692
7312024-05-05T01:00:05.883Zlat 0.069828379
7322024-05-05T01:00:05.883Zstop 0.000174559
7332024-05-05T01:00:05.883Z+ export CARGO_INCREMENTAL=0
7342024-05-05T01:00:05.883Z+ CARGO_INCREMENTAL=0
7352024-05-05T01:00:05.883Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7362024-05-05T01:00:05.890Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7372024-05-05T01:00:05.974Z Updating git repository `https://github.com/oxidecomputer/zone`
7382024-05-05T01:00:06.303Z Updating crates.io index
7392024-05-05T01:00:06.306Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7402024-05-05T01:00:07.088Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7412024-05-05T01:00:07.805Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7422024-05-05T01:00:09.739Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7432024-05-05T01:00:10.253Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7442024-05-05T01:00:10.531Z Updating git repository `https://github.com/oxidecomputer/propolis`
7452024-05-05T01:00:11.497Z Updating git repository `https://github.com/oxidecomputer/crucible`
7462024-05-05T01:00:13.466Z Updating git repository `https://github.com/oxidecomputer/opte`
7472024-05-05T01:00:14.507Z Updating git repository `https://github.com/oxidecomputer/falcon`
7482024-05-05T01:00:15.247Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7492024-05-05T01:00:15.929Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7502024-05-05T01:00:17.050Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7512024-05-05T01:00:17.360Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7522024-05-05T01:00:18.073Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7532024-05-05T01:00:18.076Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7542024-05-05T01:00:18.336Z Updating git repository `http://github.com/oxidecomputer/tofino`
7552024-05-05T01:00:18.661Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7562024-05-05T01:00:18.927Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7572024-05-05T01:00:19.202Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7582024-05-05T01:00:19.953Z Updating git repository `https://github.com/oxidecomputer/ispf`
7592024-05-05T01:00:20.062Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7602024-05-05T01:00:20.362Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7612024-05-05T01:00:20.953Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7622024-05-05T01:00:21.324Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7632024-05-05T01:00:21.633Z Updating git repository `https://github.com/jgallagher/nix`
7642024-05-05T01:00:22.655Z Updating git repository `https://github.com/cbiffle/hubpack`
7652024-05-05T01:00:22.979Z Updating git repository `https://github.com/oxidecomputer/typify`
7662024-05-05T01:00:25.076Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7672024-05-05T01:00:25.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7682024-05-05T01:00:25.801Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7692024-05-05T01:00:26.227Z Updating git repository `https://github.com/oxidecomputer/rfb`
7702024-05-05T01:00:27.993Z Downloading crates ...
7712024-05-05T01:00:28.012Z Downloaded addr2line v0.21.0
7722024-05-05T01:00:28.012Z Downloaded assert_matches v1.5.0
7732024-05-05T01:00:28.012Z Downloaded array-init v0.0.4
7742024-05-05T01:00:28.012Z Downloaded arrayref v0.3.7
7752024-05-05T01:00:28.012Z Downloaded anstream v0.6.11
7762024-05-05T01:00:28.012Z Downloaded adler v1.0.2
7772024-05-05T01:00:28.012Z Downloaded ahash v0.8.8
7782024-05-05T01:00:28.013Z Downloaded async-stream-impl v0.3.5
7792024-05-05T01:00:28.013Z Downloaded async-stream v0.3.5
7802024-05-05T01:00:28.013Z Downloaded async-recursion v1.1.0
7812024-05-05T01:00:28.013Z Downloaded headers-core v0.2.0
7822024-05-05T01:00:28.013Z Downloaded crossbeam-utils v0.8.19
7832024-05-05T01:00:28.013Z Downloaded ascii v1.1.0
7842024-05-05T01:00:28.013Z Downloaded headers v0.3.9
7852024-05-05T01:00:28.013Z Downloaded heck v0.4.1
7862024-05-05T01:00:28.014Z Downloaded http-body v0.4.5
7872024-05-05T01:00:28.014Z Downloaded heapless v0.7.16
7882024-05-05T01:00:28.014Z Downloaded anyhow v1.0.82
7892024-05-05T01:00:28.014Z Downloaded bitflags v2.4.2
7902024-05-05T01:00:28.014Z Downloaded hex v0.4.3
7912024-05-05T01:00:28.014Z Downloaded anstyle-query v1.0.0
7922024-05-05T01:00:28.014Z Downloaded arrayvec v0.7.4
7932024-05-05T01:00:28.014Z Downloaded hkdf v0.12.4
7942024-05-05T01:00:28.014Z Downloaded heck v0.3.3
7952024-05-05T01:00:28.014Z Downloaded anstyle-parse v0.2.1
7962024-05-05T01:00:28.014Z Downloaded anstyle v1.0.6
7972024-05-05T01:00:28.014Z Downloaded async-trait v0.1.80
7982024-05-05T01:00:28.014Z Downloaded http-range v0.1.5
7992024-05-05T01:00:28.014Z Downloaded home v0.5.5
8002024-05-05T01:00:28.015Z Downloaded bitstruct_derive v0.1.0
8012024-05-05T01:00:28.015Z Downloaded bitstruct v0.1.1
8022024-05-05T01:00:28.015Z Downloaded bindgen v0.69.2
8032024-05-05T01:00:28.015Z Downloaded lazy_static v1.4.0
8042024-05-05T01:00:28.015Z Downloaded highway v1.1.0
8052024-05-05T01:00:28.015Z Downloaded cassowary v0.3.0
8062024-05-05T01:00:28.016Z Downloaded base16ct v0.2.0
8072024-05-05T01:00:28.016Z Downloaded is_ci v1.2.0
8082024-05-05T01:00:28.016Z Downloaded hmac v0.12.1
8092024-05-05T01:00:28.016Z Downloaded bcs v0.1.6
8102024-05-05T01:00:28.016Z Downloaded iana-time-zone v0.1.57
8112024-05-05T01:00:28.016Z Downloaded ident_case v1.0.1
8122024-05-05T01:00:28.016Z Downloaded new_debug_unreachable v1.0.4
8132024-05-05T01:00:28.017Z Downloaded hyper-staticfile v0.9.5
8142024-05-05T01:00:28.017Z Downloaded cexpr v0.6.0
8152024-05-05T01:00:28.017Z Downloaded httpdate v1.0.3
8162024-05-05T01:00:28.017Z Downloaded backoff v0.4.0
8172024-05-05T01:00:28.017Z Downloaded hyper-tls v0.5.0
8182024-05-05T01:00:28.017Z Downloaded hubpack v0.1.2
8192024-05-05T01:00:28.017Z Downloaded atomicwrites v0.4.3
8202024-05-05T01:00:28.017Z Downloaded atty v0.2.14
8212024-05-05T01:00:28.018Z Downloaded castaway v0.2.2
8222024-05-05T01:00:28.018Z Downloaded hubpack_derive v0.1.1
8232024-05-05T01:00:28.018Z Downloaded base64ct v1.6.0
8242024-05-05T01:00:28.018Z Downloaded instant v0.1.12
8252024-05-05T01:00:28.018Z Downloaded heck v0.5.0
8262024-05-05T01:00:28.019Z Downloaded camino v1.1.6
8272024-05-05T01:00:28.019Z Downloaded hostname v0.3.1
8282024-05-05T01:00:28.019Z Downloaded cfg_aliases v0.1.1
8292024-05-05T01:00:28.019Z Downloaded libefi-sys v0.1.0
8302024-05-05T01:00:28.019Z Downloaded kstat-rs v0.2.3
8312024-05-05T01:00:28.019Z Downloaded heapless v0.8.0
8322024-05-05T01:00:28.019Z Downloaded memoffset v0.7.1
8332024-05-05T01:00:28.020Z Downloaded colorchoice v1.0.0
8342024-05-05T01:00:28.020Z Downloaded newline-converter v0.3.0
8352024-05-05T01:00:28.020Z Downloaded memmap2 v0.7.1
8362024-05-05T01:00:28.020Z Downloaded ipnet v2.9.0
8372024-05-05T01:00:28.020Z Downloaded http v1.0.0
8382024-05-05T01:00:28.020Z Downloaded matches v0.1.10
8392024-05-05T01:00:28.020Z Downloaded lazycell v1.3.0
8402024-05-05T01:00:28.020Z Downloaded keccak v0.1.4
8412024-05-05T01:00:28.021Z Downloaded httparse v1.8.0
8422024-05-05T01:00:28.021Z Downloaded normalize-line-endings v0.3.0
8432024-05-05T01:00:28.021Z Downloaded match_cfg v0.1.0
8442024-05-05T01:00:28.021Z Downloaded ciborium-io v0.2.2
8452024-05-05T01:00:28.021Z Downloaded newtype_derive v0.1.6
8462024-05-05T01:00:28.021Z Downloaded cc v1.0.83
8472024-05-05T01:00:28.021Z Downloaded nodrop v0.1.14
8482024-05-05T01:00:28.021Z Downloaded bytecount v0.6.3
8492024-05-05T01:00:28.022Z Downloaded camino-tempfile v1.1.1
8502024-05-05T01:00:28.022Z Downloaded indoc v1.0.9
8512024-05-05T01:00:28.022Z Downloaded cancel-safe-futures v0.1.5
8522024-05-05T01:00:28.022Z Downloaded lalrpop-util v0.19.12
8532024-05-05T01:00:28.022Z Downloaded is-terminal v0.4.9
8542024-05-05T01:00:28.022Z Downloaded ipnetwork v0.20.0
8552024-05-05T01:00:28.022Z Downloaded hyper-rustls v0.24.2
8562024-05-05T01:00:28.023Z Downloaded sync_wrapper v0.1.2
8572024-05-05T01:00:28.023Z Downloaded sigpipe v0.1.3
8582024-05-05T01:00:28.023Z Downloaded sqlparser_derive v0.2.2
8592024-05-05T01:00:28.023Z Downloaded bit-set v0.5.3
8602024-05-05T01:00:28.023Z Downloaded bb8 v0.8.3
8612024-05-05T01:00:28.024Z Downloaded http v0.2.12
8622024-05-05T01:00:28.024Z Downloaded clap_lex v0.7.0
8632024-05-05T01:00:28.024Z Downloaded cipher v0.4.4
8642024-05-05T01:00:28.024Z Downloaded usdt-attr-macro v0.5.0
8652024-05-05T01:00:28.024Z Downloaded managed v0.8.0
8662024-05-05T01:00:28.024Z Downloaded linear-map v1.2.0
8672024-05-05T01:00:28.025Z Downloaded convert_case v0.4.0
8682024-05-05T01:00:28.025Z Downloaded md-5 v0.10.5
8692024-05-05T01:00:28.025Z Downloaded linked-hash-map v0.5.6
8702024-05-05T01:00:28.025Z Downloaded num v0.4.2
8712024-05-05T01:00:28.038Z Downloaded colored v2.1.0
8722024-05-05T01:00:28.038Z Downloaded maybe-uninit v2.0.0
8732024-05-05T01:00:28.038Z Downloaded macaddr v1.0.1
8742024-05-05T01:00:28.038Z Downloaded crc v3.0.1
8752024-05-05T01:00:28.038Z Downloaded lru v0.12.1
8762024-05-05T01:00:28.038Z Downloaded crc-catalog v2.2.0
8772024-05-05T01:00:28.038Z Downloaded xattr v1.0.1
8782024-05-05T01:00:28.038Z Downloaded cpufeatures v0.2.12
8792024-05-05T01:00:28.038Z Downloaded corncobs v0.1.3
8802024-05-05T01:00:28.039Z Downloaded ref-cast v1.0.22
8812024-05-05T01:00:28.039Z Downloaded equivalent v1.0.1
8822024-05-05T01:00:28.039Z Downloaded nanorand v0.7.0
8832024-05-05T01:00:28.039Z Downloaded inout v0.1.3
8842024-05-05T01:00:28.039Z Downloaded mockall v0.12.1
8852024-05-05T01:00:28.039Z Downloaded rustc_version v0.4.0
8862024-05-05T01:00:28.039Z Downloaded indoc v2.0.3
8872024-05-05T01:00:28.040Z Downloaded signal-hook-mio v0.2.3
8882024-05-05T01:00:28.040Z Downloaded libloading v0.7.4
8892024-05-05T01:00:28.040Z Downloaded native-tls v0.2.11
8902024-05-05T01:00:28.040Z Downloaded clap v4.5.4
8912024-05-05T01:00:28.040Z Downloaded foreign-types v0.3.2
8922024-05-05T01:00:28.040Z Downloaded tokio-native-tls v0.3.1
8932024-05-05T01:00:28.040Z Downloaded ciborium-ll v0.2.2
8942024-05-05T01:00:28.040Z Downloaded indexmap v1.9.3
8952024-05-05T01:00:28.040Z Downloaded version_check v0.9.4
8962024-05-05T01:00:28.040Z Downloaded unarray v0.1.4
8972024-05-05T01:00:28.041Z Downloaded maplit v1.0.2
8982024-05-05T01:00:28.041Z Downloaded impl-trait-for-tuples v0.2.2
8992024-05-05T01:00:28.041Z Downloaded base64 v0.13.1
9002024-05-05T01:00:28.041Z Downloaded zeroize v1.7.0
9012024-05-05T01:00:28.041Z Downloaded tui-tree-widget v0.19.0
9022024-05-05T01:00:28.041Z Downloaded crossbeam-deque v0.8.3
9032024-05-05T01:00:28.041Z Downloaded crc32fast v1.3.2
9042024-05-05T01:00:28.041Z Downloaded zeroize_derive v1.4.2
9052024-05-05T01:00:28.042Z Downloaded cookie v0.17.0
9062024-05-05T01:00:28.042Z Downloaded console v0.15.8
9072024-05-05T01:00:28.042Z Downloaded predicates-tree v1.0.9
9082024-05-05T01:00:28.042Z Downloaded mime v0.3.17
9092024-05-05T01:00:28.042Z Downloaded serde-big-array v0.5.1
9102024-05-05T01:00:28.042Z Downloaded mime_guess v2.0.4
9112024-05-05T01:00:28.042Z Downloaded lock_api v0.4.10
9122024-05-05T01:00:28.042Z Downloaded nibble_vec v0.1.0
9132024-05-05T01:00:28.042Z Downloaded fastrand v2.0.1
9142024-05-05T01:00:28.043Z Downloaded defmt-parser v0.3.3
9152024-05-05T01:00:28.043Z Downloaded ed25519 v1.5.3
9162024-05-05T01:00:28.043Z Downloaded defmt-macros v0.3.6
9172024-05-05T01:00:28.043Z Downloaded backtrace v0.3.69
9182024-05-05T01:00:28.043Z Downloaded stability v0.2.0
9192024-05-05T01:00:28.043Z Downloaded serde_derive_internals v0.29.0
9202024-05-05T01:00:28.044Z Downloaded spin v0.9.8
9212024-05-05T01:00:28.044Z Downloaded futures-core v0.3.30
9222024-05-05T01:00:28.044Z Downloaded tower-service v0.3.2
9232024-05-05T01:00:28.044Z Downloaded form_urlencoded v1.2.1
9242024-05-05T01:00:28.045Z Downloaded flagset v0.4.3
9252024-05-05T01:00:28.045Z Downloaded sqlformat v0.2.3
9262024-05-05T01:00:28.045Z Downloaded spki v0.7.2
9272024-05-05T01:00:28.046Z Downloaded zone_cfg_derive v0.1.2
9282024-05-05T01:00:28.046Z Downloaded cstr-argument v0.1.2
9292024-05-05T01:00:28.046Z Downloaded getopts v0.2.21
9302024-05-05T01:00:28.046Z Downloaded want v0.3.1
9312024-05-05T01:00:28.046Z Downloaded clang-sys v1.6.1
9322024-05-05T01:00:28.060Z Downloaded num-iter v0.1.44
9332024-05-05T01:00:28.060Z Downloaded phf_shared v0.11.2
9342024-05-05T01:00:28.060Z Downloaded miniz_oxide v0.7.1
9352024-05-05T01:00:28.060Z Downloaded paste v1.0.14
9362024-05-05T01:00:28.060Z Downloaded cookie_store v0.20.0
9372024-05-05T01:00:28.060Z Downloaded nu-ansi-term v0.50.0
9382024-05-05T01:00:28.060Z Downloaded pin-utils v0.1.0
9392024-05-05T01:00:28.060Z Downloaded log v0.4.21
9402024-05-05T01:00:28.060Z Downloaded num-conv v0.1.0
9412024-05-05T01:00:28.060Z Downloaded cookie v0.18.1
9422024-05-05T01:00:28.060Z Downloaded olpc-cjson v0.1.3
9432024-05-05T01:00:28.067Z Downloaded rand_chacha v0.3.1
9442024-05-05T01:00:28.067Z Downloaded vsss-rs v3.3.4
9452024-05-05T01:00:28.067Z Downloaded serde-hex v0.1.0
9462024-05-05T01:00:28.067Z Downloaded rusty-fork v0.3.0
9472024-05-05T01:00:28.067Z Downloaded rustfmt-wrapper v0.2.1
9482024-05-05T01:00:28.067Z Downloaded bytes v1.6.0
9492024-05-05T01:00:28.074Z Downloaded rustc_version v0.1.7
9502024-05-05T01:00:28.074Z Downloaded proc-macro-error-attr v1.0.4
9512024-05-05T01:00:28.074Z Downloaded waitgroup v0.1.2
9522024-05-05T01:00:28.074Z Downloaded slog v2.7.0
9532024-05-05T01:00:28.082Z Downloaded shell-words v1.1.0
9542024-05-05T01:00:28.083Z Downloaded indexmap v2.2.6
9552024-05-05T01:00:28.083Z Downloaded smf v0.2.3
9562024-05-05T01:00:28.090Z Downloaded opaque-debug v0.3.0
9572024-05-05T01:00:28.090Z Downloaded subprocess v0.2.9
9582024-05-05T01:00:28.090Z Downloaded tempfile v3.10.1
9592024-05-05T01:00:28.090Z Downloaded phf_shared v0.10.0
9602024-05-05T01:00:28.090Z Downloaded num_threads v0.1.6
9612024-05-05T01:00:28.100Z Downloaded sha1 v0.10.6
9622024-05-05T01:00:28.101Z Downloaded rpassword v7.3.1
9632024-05-05T01:00:28.101Z Downloaded termcolor v1.2.0
9642024-05-05T01:00:28.101Z Downloaded thiserror-impl v1.0.59
9652024-05-05T01:00:28.101Z Downloaded thiserror v1.0.59
9662024-05-05T01:00:28.110Z Downloaded topological-sort v0.2.2
9672024-05-05T01:00:28.110Z Downloaded getrandom v0.2.12
9682024-05-05T01:00:28.110Z Downloaded unicode-xid v0.2.4
9692024-05-05T01:00:28.110Z Downloaded spin v0.5.2
9702024-05-05T01:00:28.111Z Downloaded futures-channel v0.3.30
9712024-05-05T01:00:28.119Z Downloaded once_cell v1.19.0
9722024-05-05T01:00:28.119Z Downloaded compact_str v0.7.1
9732024-05-05T01:00:28.119Z Downloaded serde_plain v1.0.2
9742024-05-05T01:00:28.120Z Downloaded ron v0.8.1
9752024-05-05T01:00:28.127Z Downloaded fixedbitset v0.4.2
9762024-05-05T01:00:28.127Z Downloaded filetime v0.2.23
9772024-05-05T01:00:28.127Z Downloaded erased-serde v0.3.31
9782024-05-05T01:00:28.136Z Downloaded digest v0.10.7
9792024-05-05T01:00:28.136Z Downloaded proc-macro-error v1.0.4
9802024-05-05T01:00:28.137Z Downloaded toolchain_find v0.4.0
9812024-05-05T01:00:28.137Z Downloaded float-cmp v0.9.0
9822024-05-05T01:00:28.146Z Downloaded untrusted v0.7.1
9832024-05-05T01:00:28.146Z Downloaded hash32 v0.2.1
9842024-05-05T01:00:28.146Z Downloaded globset v0.4.13
9852024-05-05T01:00:28.146Z Downloaded dtrace-parser v0.1.14
9862024-05-05T01:00:28.146Z Downloaded curve25519-dalek-derive v0.1.0
9872024-05-05T01:00:28.146Z Downloaded num_enum v0.5.11
9882024-05-05T01:00:28.154Z Downloaded peg v0.8.2
9892024-05-05T01:00:28.155Z Downloaded endian-type v0.1.2
9902024-05-05T01:00:28.155Z Downloaded number_prefix v0.4.0
9912024-05-05T01:00:28.167Z Downloaded const_format v0.2.32
9922024-05-05T01:00:28.167Z Downloaded path-slash v0.1.5
9932024-05-05T01:00:28.168Z Downloaded quick-error v1.2.3
9942024-05-05T01:00:28.168Z Downloaded plain v0.2.3
9952024-05-05T01:00:28.168Z Downloaded pkg-config v0.3.27
9962024-05-05T01:00:28.168Z Downloaded usdt-impl v0.5.0
9972024-05-05T01:00:28.168Z Downloaded oso-derive v0.27.3
9982024-05-05T01:00:28.201Z Downloaded slog-json v2.6.1
9992024-05-05T01:00:28.201Z Downloaded scheduled-thread-pool v0.2.7
10002024-05-05T01:00:28.201Z Downloaded same-file v1.0.6
10012024-05-05T01:00:28.201Z Downloaded unicode-bidi v0.3.15
10022024-05-05T01:00:28.202Z Downloaded der_derive v0.7.2
10032024-05-05T01:00:28.202Z Downloaded crc-any v2.4.3
10042024-05-05T01:00:28.202Z Downloaded precomputed-hash v0.1.1
10052024-05-05T01:00:28.216Z Downloaded password-hash v0.5.0
10062024-05-05T01:00:28.216Z Downloaded omicron-zone-package v0.11.0
10072024-05-05T01:00:28.216Z Downloaded tabled_derive v0.7.0
10082024-05-05T01:00:28.217Z Downloaded strum_macros v0.24.3
10092024-05-05T01:00:28.217Z Downloaded zip v0.6.6
10102024-05-05T01:00:28.217Z Downloaded tabwriter v1.4.0
10112024-05-05T01:00:28.217Z Downloaded derive_more v0.99.17
10122024-05-05T01:00:28.217Z Downloaded swrite v0.1.0
10132024-05-05T01:00:28.218Z Downloaded untrusted v0.9.0
10142024-05-05T01:00:28.218Z Downloaded proc-macro2 v1.0.81
10152024-05-05T01:00:28.218Z Downloaded strip-ansi-escapes v0.2.0
10162024-05-05T01:00:28.219Z Downloaded stringprep v0.1.3
10172024-05-05T01:00:28.219Z Downloaded slog-scope v4.4.0
10182024-05-05T01:00:28.219Z Downloaded difflib v0.4.0
10192024-05-05T01:00:28.219Z Downloaded ucd-trie v0.1.6
10202024-05-05T01:00:28.226Z Downloaded time-core v0.1.2
10212024-05-05T01:00:28.226Z Downloaded signature v1.6.4
10222024-05-05T01:00:28.226Z Downloaded serde_repr v0.1.16
10232024-05-05T01:00:28.226Z Downloaded fd-lock v4.0.2
10242024-05-05T01:00:28.227Z Downloaded rtoolbox v0.0.1
10252024-05-05T01:00:28.227Z Downloaded crunchy v0.2.2
10262024-05-05T01:00:28.227Z Downloaded vte_generate_state_changes v0.1.1
10272024-05-05T01:00:28.227Z Downloaded futures-io v0.3.30
10282024-05-05T01:00:28.227Z Downloaded ena v0.14.2
10292024-05-05T01:00:28.228Z Downloaded crucible-workspace-hack v0.1.0
10302024-05-05T01:00:28.238Z Downloaded quote v1.0.36
10312024-05-05T01:00:28.238Z Downloaded socket2 v0.5.6
10322024-05-05T01:00:28.239Z Downloaded num-derive v0.4.0
10332024-05-05T01:00:28.239Z Downloaded pin-project v1.1.3
10342024-05-05T01:00:28.245Z Downloaded pretty-hex v0.4.1
10352024-05-05T01:00:28.246Z Downloaded strum_macros v0.25.2
10362024-05-05T01:00:28.252Z Downloaded predicates-core v1.0.6
10372024-05-05T01:00:28.252Z Downloaded rustls-pemfile v1.0.3
10382024-05-05T01:00:28.258Z Downloaded pretty-hex v0.2.1
10392024-05-05T01:00:28.258Z Downloaded predicates v3.1.0
10402024-05-05T01:00:28.258Z Downloaded serde-big-array v0.4.1
10412024-05-05T01:00:28.258Z Downloaded sec1 v0.7.3
10422024-05-05T01:00:28.264Z Downloaded take_mut v0.2.2
10432024-05-05T01:00:28.264Z Downloaded resolv-conf v0.7.0
10442024-05-05T01:00:28.265Z Downloaded usdt v0.3.5
10452024-05-05T01:00:28.265Z Downloaded slog-envlogger v2.2.0
10462024-05-05T01:00:28.265Z Downloaded serde_tokenstream v0.2.0
10472024-05-05T01:00:28.276Z Downloaded string_cache v0.8.7
10482024-05-05T01:00:28.276Z Downloaded tap v1.0.1
10492024-05-05T01:00:28.276Z Downloaded zerocopy-derive v0.7.32
10502024-05-05T01:00:28.282Z Downloaded signal-hook-tokio v0.3.1
10512024-05-05T01:00:28.282Z Downloaded mio v0.8.11
10522024-05-05T01:00:28.282Z Downloaded usdt-macro v0.5.0
10532024-05-05T01:00:28.283Z Downloaded static_assertions v1.1.0
10542024-05-05T01:00:28.290Z Downloaded libm v0.2.7
10552024-05-05T01:00:28.298Z Downloaded portpicker v0.1.1
10562024-05-05T01:00:28.298Z Downloaded enum-as-inner v0.5.1
10572024-05-05T01:00:28.303Z Downloaded crypto-common v0.1.6
10582024-05-05T01:00:28.303Z Downloaded wait-timeout v0.2.0
10592024-05-05T01:00:28.304Z Downloaded unicode-linebreak v0.1.5
10602024-05-05T01:00:28.304Z Downloaded generic-array v0.14.7
10612024-05-05T01:00:28.304Z Downloaded errno v0.3.8
10622024-05-05T01:00:28.309Z Downloaded peg-runtime v0.8.2
10632024-05-05T01:00:28.309Z Downloaded group v0.13.0
10642024-05-05T01:00:28.309Z Downloaded x509-cert v0.2.4
10652024-05-05T01:00:28.316Z Downloaded parking_lot v0.11.2
10662024-05-05T01:00:28.316Z Downloaded num-bigint v0.4.4
10672024-05-05T01:00:28.322Z Downloaded darling_core v0.20.8
10682024-05-05T01:00:28.328Z Downloaded openssl-probe v0.1.5
10692024-05-05T01:00:28.328Z Downloaded dtrace-parser v0.2.0
10702024-05-05T01:00:28.329Z Downloaded ppv-lite86 v0.2.17
10712024-05-05T01:00:28.333Z Downloaded downcast v0.11.0
10722024-05-05T01:00:28.333Z Downloaded signature v2.1.0
10732024-05-05T01:00:28.333Z Downloaded synstructure v0.12.6
10742024-05-05T01:00:28.333Z Downloaded flume v0.11.0
10752024-05-05T01:00:28.339Z Downloaded rcgen v0.12.1
10762024-05-05T01:00:28.345Z Downloaded rayon-core v1.12.1
10772024-05-05T01:00:28.345Z Downloaded libxml v0.3.3
10782024-05-05T01:00:28.351Z Downloaded openssl-macros v0.1.1
10792024-05-05T01:00:28.355Z Downloaded either v1.11.0
10802024-05-05T01:00:28.356Z Downloaded fxhash v0.2.1
10812024-05-05T01:00:28.356Z Downloaded zerocopy v0.3.0
10822024-05-05T01:00:28.356Z Downloaded supports-color v3.0.0
10832024-05-05T01:00:28.362Z Downloaded subtle v2.5.0
10842024-05-05T01:00:28.362Z Downloaded structmeta v0.2.0
10852024-05-05T01:00:28.363Z Downloaded scroll_derive v0.12.0
10862024-05-05T01:00:28.363Z Downloaded serde_yaml v0.9.25
10872024-05-05T01:00:28.369Z Downloaded hash32 v0.3.1
10882024-05-05T01:00:28.369Z Downloaded zone v0.1.8
10892024-05-05T01:00:28.370Z Downloaded tracing-attributes v0.1.27
10902024-05-05T01:00:28.370Z Downloaded schemars v0.8.17
10912024-05-05T01:00:28.380Z Downloaded usdt-macro v0.3.5
10922024-05-05T01:00:28.389Z Downloaded rsa v0.9.2
10932024-05-05T01:00:28.389Z Downloaded der v0.7.8
10942024-05-05T01:00:28.396Z Downloaded termtree v0.4.1
10952024-05-05T01:00:28.396Z Downloaded strum v0.26.2
10962024-05-05T01:00:28.396Z Downloaded flate2 v1.0.28
10972024-05-05T01:00:28.404Z Downloaded dof v0.1.5
10982024-05-05T01:00:28.404Z Downloaded ryu v1.0.15
10992024-05-05T01:00:28.411Z Downloaded universal-hash v0.5.1
11002024-05-05T01:00:28.411Z Downloaded unicode-width v0.1.11
11012024-05-05T01:00:28.411Z Downloaded dyn-clone v1.0.17
11022024-05-05T01:00:28.411Z Downloaded darling_macro v0.20.8
11032024-05-05T01:00:28.411Z Downloaded foreign-types-macros v0.2.3
11042024-05-05T01:00:28.411Z Downloaded url v2.5.0
11052024-05-05T01:00:28.426Z Downloaded whoami v1.5.1
11062024-05-05T01:00:28.426Z Downloaded psl-types v2.0.11
11072024-05-05T01:00:28.427Z Downloaded strum_macros v0.26.1
11082024-05-05T01:00:28.447Z Downloaded r2d2 v0.8.10
11092024-05-05T01:00:28.447Z Downloaded proc-macro-crate v1.3.1
11102024-05-05T01:00:28.447Z Downloaded try-lock v0.2.4
11112024-05-05T01:00:28.447Z Downloaded unsafe-libyaml v0.2.10
11122024-05-05T01:00:28.447Z Downloaded tracing v0.1.40
11132024-05-05T01:00:28.447Z Downloaded owo-colors v4.0.0
11142024-05-05T01:00:28.447Z Downloaded strsim v0.11.0
11152024-05-05T01:00:28.448Z Downloaded poly1305 v0.8.0
11162024-05-05T01:00:28.468Z Downloaded half v2.3.1
11172024-05-05T01:00:28.468Z Downloaded num-rational v0.4.1
11182024-05-05T01:00:28.468Z Downloaded num-bigint-dig v0.8.4
11192024-05-05T01:00:28.469Z Downloaded futures-macro v0.3.30
11202024-05-05T01:00:28.469Z Downloaded usdt v0.5.0
11212024-05-05T01:00:28.469Z Downloaded terminal_size v0.3.0
11222024-05-05T01:00:28.469Z Downloaded serde_urlencoded v0.7.1
11232024-05-05T01:00:28.469Z Downloaded smallvec v0.6.14
11242024-05-05T01:00:28.469Z Downloaded nom v7.1.3
11252024-05-05T01:00:28.891Z Downloaded slog-term v2.9.1
11262024-05-05T01:00:28.891Z Downloaded unicode-ident v1.0.12
11272024-05-05T01:00:28.891Z Downloaded packed_struct_codegen v0.10.1
11282024-05-05T01:00:28.892Z Downloaded futures-sink v0.3.30
11292024-05-05T01:00:28.892Z Downloaded dof v0.3.0
11302024-05-05T01:00:28.892Z Downloaded tokio-postgres v0.7.10
11312024-05-05T01:00:28.892Z Downloaded ref-cast-impl v1.0.22
11322024-05-05T01:00:28.892Z Downloaded termios v0.3.3
11332024-05-05T01:00:28.892Z Downloaded rand_xorshift v0.3.0
11342024-05-05T01:00:28.893Z Downloaded rand_seeder v0.2.3
11352024-05-05T01:00:28.893Z Downloaded itertools v0.12.1
11362024-05-05T01:00:28.893Z Downloaded diesel_table_macro_syntax v0.1.0
11372024-05-05T01:00:28.893Z Downloaded derive_builder_macro v0.20.0
11382024-05-05T01:00:28.893Z Downloaded data-encoding v2.4.0
11392024-05-05T01:00:28.894Z Downloaded structmeta-derive v0.3.0
11402024-05-05T01:00:28.894Z Downloaded structmeta-derive v0.2.0
11412024-05-05T01:00:28.894Z Downloaded thiserror-impl-no-std v2.0.2
11422024-05-05T01:00:28.894Z Downloaded rustversion v1.0.14
11432024-05-05T01:00:28.894Z Downloaded postcard v1.0.8
11442024-05-05T01:00:28.895Z Downloaded parse-size v1.0.0
11452024-05-05T01:00:28.895Z Downloaded radium v0.7.0
11462024-05-05T01:00:28.895Z Downloaded pem-rfc7468 v0.7.0
11472024-05-05T01:00:28.895Z Downloaded serde_tokenstream v0.1.7
11482024-05-05T01:00:28.895Z Downloaded serde_spanned v0.6.5
11492024-05-05T01:00:28.896Z Downloaded packed_struct v0.10.1
11502024-05-05T01:00:28.896Z Downloaded signal-hook v0.3.17
11512024-05-05T01:00:28.896Z Downloaded display-error-chain v0.2.0
11522024-05-05T01:00:28.896Z Downloaded utf8parse v0.2.1
11532024-05-05T01:00:28.896Z Downloaded pem v3.0.4
11542024-05-05T01:00:28.896Z Downloaded utf-8 v0.7.6
11552024-05-05T01:00:28.897Z Downloaded clap_builder v4.5.2
11562024-05-05T01:00:28.897Z Downloaded foreign-types-shared v0.1.1
11572024-05-05T01:00:28.897Z Downloaded rustls-pki-types v1.3.0
11582024-05-05T01:00:28.897Z Downloaded env_logger v0.9.3
11592024-05-05T01:00:28.897Z Downloaded usdt-impl v0.3.5
11602024-05-05T01:00:28.898Z Downloaded tokio-rustls v0.25.0
11612024-05-05T01:00:28.898Z Downloaded structmeta v0.3.0
11622024-05-05T01:00:28.898Z Downloaded strsim v0.10.0
11632024-05-05T01:00:28.898Z Downloaded platforms v3.0.2
11642024-05-05T01:00:28.898Z Downloaded fragile v2.0.0
11652024-05-05T01:00:28.898Z Downloaded tokio-rustls v0.24.1
11662024-05-05T01:00:28.899Z Downloaded postgres-types v0.2.6
11672024-05-05T01:00:28.899Z Downloaded postgres-protocol v0.6.6
11682024-05-05T01:00:28.899Z Downloaded deranged v0.3.11
11692024-05-05T01:00:28.899Z Downloaded defmt v0.3.5
11702024-05-05T01:00:28.899Z Downloaded scroll v0.12.0
11712024-05-05T01:00:28.899Z Downloaded parking_lot_core v0.9.8
11722024-05-05T01:00:28.899Z Downloaded thiserror-no-std v2.0.2
11732024-05-05T01:00:28.900Z Downloaded rustyline v14.0.0
11742024-05-05T01:00:28.900Z Downloaded stable_deref_trait v1.2.0
11752024-05-05T01:00:28.900Z Downloaded which v4.4.0
11762024-05-05T01:00:28.900Z Downloaded rustc-hash v1.1.0
11772024-05-05T01:00:28.900Z Downloaded samael v0.0.15
11782024-05-05T01:00:28.900Z Downloaded smawk v0.3.1
11792024-05-05T01:00:28.901Z Downloaded zerocopy v0.6.6
11802024-05-05T01:00:28.901Z Downloaded slog-stdlog v4.1.1
11812024-05-05T01:00:28.901Z Downloaded rand_core v0.6.4
11822024-05-05T01:00:28.901Z Downloaded num-integer v0.1.46
11832024-05-05T01:00:28.901Z Downloaded futures-task v0.3.30
11842024-05-05T01:00:28.902Z Downloaded fs-err v2.11.0
11852024-05-05T01:00:28.902Z Downloaded foreign-types-shared v0.3.1
11862024-05-05T01:00:28.902Z Downloaded slog-dtrace v0.3.0
11872024-05-05T01:00:28.902Z Downloaded parse-display v0.9.0
11882024-05-05T01:00:28.902Z Downloaded uzers v0.11.3
11892024-05-05T01:00:28.902Z Downloaded funty v2.0.0
11902024-05-05T01:00:28.902Z Downloaded smallvec v1.13.1
11912024-05-05T01:00:28.902Z Downloaded dirs-sys-next v0.1.2
11922024-05-05T01:00:28.902Z Downloaded foreign-types v0.5.0
11932024-05-05T01:00:28.902Z Downloaded fatfs v0.3.6
11942024-05-05T01:00:28.902Z Downloaded hashbrown v0.14.3
11952024-05-05T01:00:28.902Z Downloaded elliptic-curve v0.13.8
11962024-05-05T01:00:28.903Z Downloaded steno v0.4.0
11972024-05-05T01:00:28.903Z Downloaded rustc-demangle v0.1.23
11982024-05-05T01:00:28.903Z Downloaded serde_path_to_error v0.1.16
11992024-05-05T01:00:28.903Z Downloaded toml v0.5.11
12002024-05-05T01:00:28.903Z Downloaded schemars_derive v0.8.17
12012024-05-05T01:00:28.903Z Downloaded tokio-stream v0.1.15
12022024-05-05T01:00:28.903Z Downloaded serde v1.0.199
12032024-05-05T01:00:28.903Z Downloaded bitvec v1.0.1
12042024-05-05T01:00:28.903Z Downloaded parse-display-derive v0.9.0
12052024-05-05T01:00:28.903Z Downloaded num-complex v0.4.5
12062024-05-05T01:00:28.903Z Downloaded toml v0.8.12
12072024-05-05T01:00:28.903Z Downloaded sqlparser v0.45.0
12082024-05-05T01:00:28.904Z Downloaded expectorate v1.1.0
12092024-05-05T01:00:28.904Z Downloaded lalrpop v0.19.12
12102024-05-05T01:00:28.904Z Downloaded tokio-tungstenite v0.21.0
12112024-05-05T01:00:28.904Z Downloaded trust-dns-resolver v0.22.0
12122024-05-05T01:00:28.904Z Downloaded rustls-webpki v0.102.1
12132024-05-05T01:00:28.904Z Downloaded parking_lot v0.12.1
12142024-05-05T01:00:28.904Z Downloaded papergrid v0.11.0
12152024-05-05T01:00:28.904Z Downloaded trust-dns-client v0.22.0
12162024-05-05T01:00:28.904Z Downloaded num-traits v0.2.18
12172024-05-05T01:00:28.904Z Downloaded unicode-segmentation v1.10.1
12182024-05-05T01:00:28.904Z Downloaded tracing-core v0.1.32
12192024-05-05T01:00:28.904Z Downloaded quick-xml v0.31.0
12202024-05-05T01:00:28.905Z Downloaded typed-path v0.7.0
12212024-05-05T01:00:28.905Z Downloaded trust-dns-server v0.22.1
12222024-05-05T01:00:28.905Z Downloaded pest v2.7.6
12232024-05-05T01:00:28.905Z Downloaded idna v0.5.0
12242024-05-05T01:00:28.905Z Downloaded crossterm v0.27.0
12252024-05-05T01:00:28.910Z Downloaded hashbrown v0.12.3
12262024-05-05T01:00:28.910Z Downloaded rayon v1.10.0
12272024-05-05T01:00:28.910Z Downloaded rand v0.8.5
12282024-05-05T01:00:28.911Z Downloaded portable-atomic v1.4.3
12292024-05-05T01:00:28.911Z Downloaded ron v0.7.1
12302024-05-05T01:00:28.911Z Downloaded idna v0.3.0
12312024-05-05T01:00:28.911Z Downloaded toml v0.7.8
12322024-05-05T01:00:28.911Z Downloaded derive_builder_core v0.20.0
12332024-05-05T01:00:28.911Z Downloaded futures v0.3.30
12342024-05-05T01:00:28.911Z Downloaded hashbrown v0.13.2
12352024-05-05T01:00:28.911Z Downloaded publicsuffix v2.2.3
12362024-05-05T01:00:28.911Z Downloaded reedline v0.31.0
12372024-05-05T01:00:28.911Z Downloaded time v0.3.34
12382024-05-05T01:00:28.911Z Downloaded vcpkg v0.2.15
12392024-05-05T01:00:28.912Z Downloaded regex-automata v0.1.10
12402024-05-05T01:00:28.912Z Downloaded unicode-normalization v0.1.22
12412024-05-05T01:00:28.912Z Downloaded zerocopy v0.7.32
12422024-05-05T01:00:28.912Z Downloaded tokio-util v0.7.10
12432024-05-05T01:00:28.912Z Downloaded serde_json v1.0.116
12442024-05-05T01:00:28.912Z Downloaded proptest v1.4.0
12452024-05-05T01:00:28.912Z Downloaded chrono v0.4.38
12462024-05-05T01:00:28.912Z Downloaded petgraph v0.6.4
12472024-05-05T01:00:28.921Z Downloaded syn v1.0.109
12482024-05-05T01:00:28.929Z Downloaded openssl v0.10.64
12492024-05-05T01:00:28.939Z Downloaded winnow v0.6.1
12502024-05-05T01:00:28.959Z Downloaded winnow v0.5.15
12512024-05-05T01:00:28.963Z Downloaded webpki-roots v0.25.2
12522024-05-05T01:00:28.963Z Downloaded radix_trie v0.2.1
12532024-05-05T01:00:28.969Z Downloaded futures-util v0.3.30
12542024-05-05T01:00:28.978Z Downloaded smoltcp v0.9.1
12552024-05-05T01:00:28.991Z Downloaded rustls v0.22.4
12562024-05-05T01:00:29.002Z Downloaded diesel v2.1.6
12572024-05-05T01:00:29.032Z Downloaded smoltcp v0.11.0
12582024-05-05T01:00:29.042Z Downloaded regex-syntax v0.8.2
12592024-05-05T01:00:29.050Z Downloaded openapiv3 v2.0.0
12602024-05-05T01:00:29.060Z Downloaded rustix v0.38.31
12612024-05-05T01:00:29.079Z Downloaded ratatui v0.26.2
12622024-05-05T01:00:29.114Z Downloaded trust-dns-proto v0.22.0
12632024-05-05T01:00:29.114Z Downloaded rustls v0.21.9
12642024-05-05T01:00:29.122Z Downloaded regex v1.10.4
12652024-05-05T01:00:29.133Z Downloaded sled v0.34.7
12662024-05-05T01:00:29.142Z Downloaded libc v0.2.153
12672024-05-05T01:00:29.183Z Downloaded zerocopy-derive v0.6.6
12682024-05-05T01:00:29.195Z Downloaded zerocopy-derive v0.2.0
12692024-05-05T01:00:29.195Z Downloaded bzip2-sys v0.1.11+1.0.8
12702024-05-05T01:00:29.206Z Downloaded tokio v1.37.0
12712024-05-05T01:00:29.235Z Downloaded sha3 v0.10.8
12722024-05-05T01:00:29.248Z Downloaded regex-automata v0.4.5
12732024-05-05T01:00:29.262Z Downloaded csv v1.3.0
12742024-05-05T01:00:29.279Z Downloaded polar-core v0.27.3
12752024-05-05T01:00:29.302Z Downloaded regress v0.9.1
12762024-05-05T01:00:29.715Z Downloaded bstr v1.9.0
12772024-05-05T01:00:29.715Z Downloaded regex-syntax v0.6.29
12782024-05-05T01:00:29.715Z Downloaded object v0.30.4
12792024-05-05T01:00:29.715Z Downloaded bstr v0.2.17
12802024-05-05T01:00:29.715Z Downloaded curve25519-dalek v4.1.2
12812024-05-05T01:00:29.715Z Downloaded nix v0.28.0
12822024-05-05T01:00:29.715Z Downloaded encoding_rs v0.8.33
12832024-05-05T01:00:29.715Z Downloaded rustls-webpki v0.101.7
12842024-05-05T01:00:29.715Z Downloaded tabled v0.15.0
12852024-05-05T01:00:29.715Z Downloaded h2 v0.3.26
12862024-05-05T01:00:29.715Z Downloaded reqwest v0.11.27
12872024-05-05T01:00:29.715Z Downloaded object v0.32.1
12882024-05-05T01:00:29.715Z Downloaded gimli v0.28.0
12892024-05-05T01:00:29.716Z Downloaded syn v2.0.60
12902024-05-05T01:00:29.716Z Downloaded goblin v0.8.0
12912024-05-05T01:00:29.716Z Downloaded idna v0.2.3
12922024-05-05T01:00:29.716Z Downloaded hyper v0.14.28
12932024-05-05T01:00:29.716Z Downloaded serde_arrays v0.1.0
12942024-05-05T01:00:29.716Z Downloaded derive_builder v0.20.0
12952024-05-05T01:00:29.716Z Downloaded slog-bunyan v2.5.0
12962024-05-05T01:00:29.716Z Downloaded derive-where v1.2.7
12972024-05-05T01:00:29.716Z Downloaded serde_with v3.7.0
12982024-05-05T01:00:29.716Z Downloaded tough v0.17.1
12992024-05-05T01:00:29.716Z Downloaded yasna v0.5.2
13002024-05-05T01:00:29.716Z Downloaded oso v0.27.3
13012024-05-05T01:00:29.716Z Downloaded debug-ignore v1.0.5
13022024-05-05T01:00:29.716Z Downloaded wyz v0.5.1
13032024-05-05T01:00:29.716Z Downloaded openssl-sys v0.9.102
13042024-05-05T01:00:29.716Z Downloaded prettyplease v0.2.19
13052024-05-05T01:00:29.716Z Downloaded crypto-bigint v0.5.2
13062024-05-05T01:00:29.716Z Downloaded blake3 v1.5.0
13072024-05-05T01:00:29.716Z Downloaded slog-async v2.8.0
13082024-05-05T01:00:29.717Z Downloaded term v0.7.0
13092024-05-05T01:00:29.717Z Downloaded rustls-pemfile v2.1.2
13102024-05-05T01:00:29.717Z Downloaded parking_lot_core v0.8.6
13112024-05-05T01:00:29.717Z Downloaded tar v0.4.40
13122024-05-05T01:00:29.717Z Downloaded diff v0.1.13
13132024-05-05T01:00:29.717Z Downloaded thread_local v1.1.7
13142024-05-05T01:00:29.717Z Downloaded signal-hook-registry v1.4.1
13152024-05-05T01:00:29.717Z Downloaded env_logger v0.10.0
13162024-05-05T01:00:29.717Z Downloaded semver v1.0.22
13172024-05-05T01:00:29.717Z Downloaded tungstenite v0.21.0
13182024-05-05T01:00:29.718Z Downloaded tungstenite v0.20.1
13192024-05-05T01:00:29.718Z Downloaded shlex v1.3.0
13202024-05-05T01:00:29.718Z Downloaded peg-macros v0.8.2
13212024-05-05T01:00:29.718Z Downloaded vte v0.11.1
13222024-05-05T01:00:29.718Z Downloaded pest_meta v2.7.6
13232024-05-05T01:00:29.718Z Downloaded unicode_categories v0.1.1
13242024-05-05T01:00:29.718Z Downloaded tinyvec v1.6.0
13252024-05-05T01:00:29.718Z Downloaded toml_edit v0.22.12
13262024-05-05T01:00:29.718Z Downloaded itertools v0.10.5
13272024-05-05T01:00:29.718Z Downloaded powerfmt v0.2.0
13282024-05-05T01:00:29.718Z Downloaded test-strategy v0.3.1
13292024-05-05T01:00:29.718Z Downloaded salty v0.2.0
13302024-05-05T01:00:29.718Z Downloaded gethostname v0.4.3
13312024-05-05T01:00:29.718Z Downloaded fallible-iterator v0.2.0
13322024-05-05T01:00:29.719Z Downloaded typenum v1.16.0
13332024-05-05T01:00:29.719Z Downloaded tiny-keccak v2.0.2
13342024-05-05T01:00:29.719Z Downloaded pkcs1 v0.7.5
13352024-05-05T01:00:29.719Z Downloaded toml_edit v0.19.15
13362024-05-05T01:00:29.719Z Downloaded darling v0.20.8
13372024-05-05T01:00:29.719Z Downloaded csv-core v0.1.11
13382024-05-05T01:00:29.719Z Downloaded snafu v0.8.2
13392024-05-05T01:00:29.719Z Downloaded tokio-tungstenite v0.20.1
13402024-05-05T01:00:29.719Z Downloaded time-macros v0.2.17
13412024-05-05T01:00:29.719Z Downloaded peeking_take_while v0.1.2
13422024-05-05T01:00:29.719Z Downloaded pest_generator v2.7.6
13432024-05-05T01:00:29.719Z Downloaded uuid v1.8.0
13442024-05-05T01:00:29.719Z Downloaded minimal-lexical v0.2.1
13452024-05-05T01:00:29.720Z Downloaded crossbeam-channel v0.5.8
13462024-05-05T01:00:29.720Z Downloaded memchr v2.7.1
13472024-05-05T01:00:29.720Z Downloaded glob v0.3.1
13482024-05-05T01:00:29.720Z Downloaded futures-executor v0.3.30
13492024-05-05T01:00:29.720Z Downloaded fnv v1.0.7
13502024-05-05T01:00:29.720Z Downloaded pkcs8 v0.10.2
13512024-05-05T01:00:29.720Z Downloaded socket2 v0.4.9
13522024-05-05T01:00:29.720Z Downloaded walkdir v2.5.0
13532024-05-05T01:00:29.720Z Downloaded phf v0.11.2
13542024-05-05T01:00:29.720Z Downloaded percent-encoding v2.3.1
13552024-05-05T01:00:29.720Z Downloaded num_enum_derive v0.5.11
13562024-05-05T01:00:29.720Z Downloaded textwrap v0.16.1
13572024-05-05T01:00:29.720Z Downloaded snafu-derive v0.8.2
13582024-05-05T01:00:29.721Z Downloaded sha2 v0.10.8
13592024-05-05T01:00:29.721Z Downloaded num_cpus v1.16.0
13602024-05-05T01:00:29.721Z Downloaded ff v0.13.0
13612024-05-05T01:00:29.721Z Downloaded diesel_derives v2.1.2
13622024-05-05T01:00:29.721Z Downloaded similar v2.4.0
13632024-05-05T01:00:29.721Z Downloaded serde_derive v1.0.199
13642024-05-05T01:00:29.721Z Downloaded sct v0.7.0
13652024-05-05T01:00:29.721Z Downloaded embedded-io v0.4.0
13662024-05-05T01:00:29.721Z Downloaded dirs-next v2.0.0
13672024-05-05T01:00:29.721Z Downloaded mockall_derive v0.12.1
13682024-05-05T01:00:29.722Z Downloaded pin-project-lite v0.2.13
13692024-05-05T01:00:29.722Z Downloaded pin-project-internal v1.1.3
13702024-05-05T01:00:29.722Z Downloaded pest_derive v2.7.6
13712024-05-05T01:00:29.722Z Downloaded indicatif v0.17.8
13722024-05-05T01:00:29.722Z Downloaded base64 v0.22.0
13732024-05-05T01:00:29.722Z Downloaded crossbeam-epoch v0.9.18
13742024-05-05T01:00:29.722Z Downloaded chacha20poly1305 v0.10.1
13752024-05-05T01:00:29.722Z Downloaded tinyvec_macros v0.1.1
13762024-05-05T01:00:29.734Z Downloaded unicase v2.7.0
13772024-05-05T01:00:29.734Z Downloaded serde_with_macros v3.7.0
13782024-05-05T01:00:29.734Z Downloaded multer v3.0.0
13792024-05-05T01:00:29.734Z Downloaded ciborium v0.2.2
13802024-05-05T01:00:29.735Z Downloaded toml_datetime v0.6.5
13812024-05-05T01:00:29.735Z Downloaded clap_derive v4.5.4
13822024-05-05T01:00:29.735Z Downloaded block-padding v0.3.3
13832024-05-05T01:00:29.735Z Downloaded tokio-macros v2.2.0
13842024-05-05T01:00:29.735Z Downloaded thread-id v4.2.0
13852024-05-05T01:00:29.736Z Downloaded slab v0.4.9
13862024-05-05T01:00:29.736Z Downloaded siphasher v0.3.11
13872024-05-05T01:00:29.736Z Downloaded semver v0.1.20
13882024-05-05T01:00:29.736Z Downloaded secrecy v0.8.0
13892024-05-05T01:00:29.737Z Downloaded scopeguard v1.2.0
13902024-05-05T01:00:29.737Z Downloaded lru-cache v0.1.2
13912024-05-05T01:00:29.737Z Downloaded bzip2 v0.4.4
13922024-05-05T01:00:29.737Z Downloaded base64 v0.21.7
13932024-05-05T01:00:29.748Z Downloaded const_format_proc_macros v0.2.32
13942024-05-05T01:00:29.748Z Downloaded chacha20 v0.9.1
13952024-05-05T01:00:29.748Z Downloaded cobs v0.2.3
13962024-05-05T01:00:29.748Z Downloaded block-buffer v0.10.4
13972024-05-05T01:00:29.748Z Downloaded itoa v1.0.9
13982024-05-05T01:00:29.748Z Downloaded usdt-attr-macro v0.3.5
13992024-05-05T01:00:29.748Z Downloaded newtype-uuid v1.1.0
14002024-05-05T01:00:29.748Z Downloaded multimap v0.10.0
14012024-05-05T01:00:29.749Z Downloaded memmap v0.7.0
14022024-05-05T01:00:29.749Z Downloaded libsw v3.3.1
14032024-05-05T01:00:29.749Z Downloaded constant_time_eq v0.3.0
14042024-05-05T01:00:29.749Z Downloaded cfg-if v1.0.0
14052024-05-05T01:00:29.749Z Downloaded atomic-waker v1.1.1
14062024-05-05T01:00:29.749Z Downloaded byteorder v1.5.0
14072024-05-05T01:00:29.762Z Downloaded buf-list v1.0.3
14082024-05-05T01:00:29.762Z Downloaded bit-vec v0.6.3
14092024-05-05T01:00:29.762Z Downloaded const-oid v0.9.6
14102024-05-05T01:00:29.763Z Downloaded humantime v2.1.0
14112024-05-05T01:00:29.763Z Downloaded bitflags v1.3.2
14122024-05-05T01:00:29.763Z Downloaded blake2 v0.10.6
14132024-05-05T01:00:29.775Z Downloaded bitfield v0.14.0
14142024-05-05T01:00:29.775Z Downloaded autocfg v1.1.0
14152024-05-05T01:00:29.776Z Downloaded ascii-canvas v3.0.0
14162024-05-05T01:00:29.776Z Downloaded arc-swap v1.6.0
14172024-05-05T01:00:29.776Z Downloaded allocator-api2 v0.2.16
14182024-05-05T01:00:29.776Z Downloaded aho-corasick v1.1.2
14192024-05-05T01:00:29.776Z Downloaded argon2 v0.5.3
14202024-05-05T01:00:29.787Z Downloaded aead v0.5.2
14212024-05-05T01:00:30.223Z Downloaded ring v0.17.8
14222024-05-05T01:00:30.644Z Downloaded ring v0.16.20
14232024-05-05T01:00:30.651Z Compiling proc-macro2 v1.0.81
14242024-05-05T01:00:30.651Z Compiling unicode-ident v1.0.12
14252024-05-05T01:00:30.651Z Compiling libc v0.2.153
14262024-05-05T01:00:30.651Z Compiling serde v1.0.199
14272024-05-05T01:00:30.652Z Compiling version_check v0.9.4
14282024-05-05T01:00:30.652Z Compiling autocfg v1.1.0
14292024-05-05T01:00:30.652Z Compiling cfg-if v1.0.0
14302024-05-05T01:00:30.663Z Compiling once_cell v1.19.0
14312024-05-05T01:00:30.706Z Compiling byteorder v1.5.0
14322024-05-05T01:00:30.745Z Compiling memchr v2.7.1
14332024-05-05T01:00:31.065Z Compiling serde_json v1.0.116
14342024-05-05T01:00:31.152Z Compiling parking_lot_core v0.9.8
14352024-05-05T01:00:31.210Z Compiling ahash v0.8.8
14362024-05-05T01:00:31.294Z Compiling lock_api v0.4.10
14372024-05-05T01:00:31.945Z Compiling libm v0.2.7
14382024-05-05T01:00:32.372Z Compiling thiserror v1.0.59
14392024-05-05T01:00:32.390Z Compiling num-traits v0.2.18
14402024-05-05T01:00:32.390Z Compiling itoa v1.0.9
14412024-05-05T01:00:32.628Z Compiling typenum v1.16.0
14422024-05-05T01:00:32.744Z Compiling generic-array v0.14.7
14432024-05-05T01:00:33.029Z Compiling log v0.4.21
14442024-05-05T01:00:33.513Z Compiling allocator-api2 v0.2.16
14452024-05-05T01:00:33.514Z Compiling syn v1.0.109
14462024-05-05T01:00:33.514Z Compiling quote v1.0.36
14472024-05-05T01:00:33.611Z Compiling pkg-config v0.3.27
14482024-05-05T01:00:33.805Z Compiling cc v1.0.83
14492024-05-05T01:00:33.991Z Compiling syn v2.0.60
14502024-05-05T01:00:34.085Z Compiling getrandom v0.2.12
14512024-05-05T01:00:34.442Z Compiling slab v0.4.9
14522024-05-05T01:00:34.482Z Compiling scopeguard v1.2.0
14532024-05-05T01:00:34.653Z Compiling ryu v1.0.15
14542024-05-05T01:00:34.972Z Compiling equivalent v1.0.1
14552024-05-05T01:00:35.057Z Compiling schemars v0.8.17
14562024-05-05T01:00:35.108Z Compiling vcpkg v0.2.15
14572024-05-05T01:00:35.608Z Compiling fnv v1.0.7
14582024-05-05T01:00:35.651Z Compiling smallvec v1.13.1
14592024-05-05T01:00:36.167Z Compiling pin-project-lite v0.2.13
14602024-05-05T01:00:36.257Z Compiling ring v0.17.8
14612024-05-05T01:00:36.672Z Compiling num-conv v0.1.0
14622024-05-05T01:00:36.701Z Compiling time-core v0.1.2
14632024-05-05T01:00:36.731Z Compiling openssl-sys v0.9.102
14642024-05-05T01:00:36.859Z Compiling time-macros v0.2.17
14652024-05-05T01:00:37.231Z Compiling parking_lot v0.12.1
14662024-05-05T01:00:37.294Z Compiling ring v0.16.20
14672024-05-05T01:00:37.424Z Compiling httparse v1.8.0
14682024-05-05T01:00:38.524Z Compiling crossbeam-utils v0.8.19
14692024-05-05T01:00:38.706Z Compiling rustix v0.38.31
14702024-05-05T01:00:39.202Z Compiling signal-hook-registry v1.4.1
14712024-05-05T01:00:39.376Z Compiling openssl v0.10.64
14722024-05-05T01:00:39.706Z Compiling mio v0.8.11
14732024-05-05T01:00:40.079Z Compiling semver v1.0.22
14742024-05-05T01:00:40.406Z Compiling rand_core v0.6.4
14752024-05-05T01:00:40.550Z Compiling iana-time-zone v0.1.57
14762024-05-05T01:00:40.808Z Compiling rustls v0.21.9
14772024-05-05T01:00:40.828Z Compiling futures-core v0.3.30
14782024-05-05T01:00:40.893Z Compiling native-tls v0.2.11
14792024-05-05T01:00:41.081Z Compiling tinyvec_macros v0.1.1
14802024-05-05T01:00:41.104Z Compiling socket2 v0.5.6
14812024-05-05T01:00:41.176Z Compiling tinyvec v1.6.0
14822024-05-05T01:00:41.597Z Compiling num_cpus v1.16.0
14832024-05-05T01:00:41.597Z Compiling serde_derive_internals v0.29.0
14842024-05-05T01:00:42.402Z Compiling cookie v0.17.0
14852024-05-05T01:00:42.646Z Compiling unicode-normalization v0.1.22
14862024-05-05T01:00:42.682Z Compiling futures-sink v0.3.30
14872024-05-05T01:00:42.829Z Compiling ucd-trie v0.1.6
14882024-05-05T01:00:42.976Z Compiling unicode-bidi v0.3.15
14892024-05-05T01:00:43.386Z Compiling spin v0.5.2
14902024-05-05T01:00:43.603Z Compiling futures-channel v0.3.30
14912024-05-05T01:00:43.634Z Compiling backtrace v0.3.69
14922024-05-05T01:00:43.768Z Compiling aho-corasick v1.1.2
14932024-05-05T01:00:43.795Z Compiling dyn-clone v1.0.17
14942024-05-05T01:00:43.908Z Compiling slog v2.7.0
14952024-05-05T01:00:43.995Z Compiling futures-task v0.3.30
14962024-05-05T01:00:44.032Z Compiling regex-syntax v0.8.2
14972024-05-05T01:00:44.066Z Compiling heck v0.5.0
14982024-05-05T01:00:44.227Z Compiling futures-io v0.3.30
14992024-05-05T01:00:44.321Z Compiling pin-utils v0.1.0
15002024-05-05T01:00:44.390Z Compiling spin v0.9.8
15012024-05-05T01:00:44.505Z Compiling tracing-core v0.1.32
15022024-05-05T01:00:45.754Z Compiling winnow v0.5.15
15032024-05-05T01:00:45.808Z Compiling unicode-xid v0.2.4
15042024-05-05T01:00:45.892Z Compiling subtle v2.5.0
15052024-05-05T01:00:45.966Z Compiling anyhow v1.0.82
15062024-05-05T01:00:46.270Z Compiling percent-encoding v2.3.1
15072024-05-05T01:00:46.528Z Compiling const-oid v0.9.6
15082024-05-05T01:00:46.639Z Compiling serde_derive v1.0.199
15092024-05-05T01:00:47.110Z Compiling zerocopy-derive v0.7.32
15102024-05-05T01:00:48.065Z Compiling thiserror-impl v1.0.59
15112024-05-05T01:00:48.087Z Compiling zeroize_derive v1.4.2
15122024-05-05T01:00:48.095Z Compiling tokio-macros v2.2.0
15132024-05-05T01:00:49.027Z Compiling zerocopy v0.7.32
15142024-05-05T01:00:49.095Z Compiling futures-macro v0.3.30
15152024-05-05T01:00:49.443Z Compiling tracing-attributes v0.1.27
15162024-05-05T01:00:49.464Z Compiling schemars_derive v0.8.17
15172024-05-05T01:00:50.846Z Compiling zeroize v1.7.0
15182024-05-05T01:00:51.070Z Compiling openssl-macros v0.1.1
15192024-05-05T01:00:51.184Z Compiling hashbrown v0.14.3
15202024-05-05T01:00:51.462Z Compiling pest v2.7.6
15212024-05-05T01:00:51.918Z Compiling futures-util v0.3.30
15222024-05-05T01:00:52.471Z Compiling regex-automata v0.4.5
15232024-05-05T01:00:52.579Z Compiling synstructure v0.12.6
15242024-05-05T01:00:52.628Z Compiling tracing v0.1.40
15252024-05-05T01:00:53.953Z Compiling pest_meta v2.7.6
15262024-05-05T01:00:54.553Z Compiling heck v0.4.1
15272024-05-05T01:00:54.963Z Compiling crc32fast v1.3.2
15282024-05-05T01:00:55.464Z Compiling pest_generator v2.7.6
15292024-05-05T01:00:57.432Z Compiling zerocopy-derive v0.2.0
15302024-05-05T01:00:57.804Z Compiling pest_derive v2.7.6
15312024-05-05T01:00:57.935Z Compiling regex v1.10.4
15322024-05-05T01:00:59.048Z Compiling powerfmt v0.2.0
15332024-05-05T01:00:59.412Z Compiling untrusted v0.7.1
15342024-05-05T01:00:59.592Z Compiling bytes v1.6.0
15352024-05-05T01:00:59.786Z Compiling indexmap v2.2.6
15362024-05-05T01:01:00.889Z Compiling bitflags v2.4.2
15372024-05-05T01:01:01.247Z Compiling uuid v1.8.0
15382024-05-05T01:01:01.292Z Compiling chrono v0.4.38
15392024-05-05T01:01:01.475Z Compiling tokio v1.37.0
15402024-05-05T01:01:02.346Z Compiling serde_spanned v0.6.5
15412024-05-05T01:01:02.564Z Compiling toml_datetime v0.6.5
15422024-05-05T01:01:02.749Z Compiling http v0.2.12
15432024-05-05T01:01:04.713Z Compiling toml_edit v0.19.15
15442024-05-05T01:01:06.712Z Compiling untrusted v0.9.0
15452024-05-05T01:01:06.891Z Compiling foreign-types-shared v0.1.1
15462024-05-05T01:01:07.020Z Compiling foreign-types v0.3.2
15472024-05-05T01:01:09.084Z Compiling deranged v0.3.11
15482024-05-05T01:01:10.653Z Compiling tokio-util v0.7.10
15492024-05-05T01:01:11.193Z Compiling crypto-common v0.1.6
15502024-05-05T01:01:11.593Z Compiling der_derive v0.7.2
15512024-05-05T01:01:11.801Z Compiling form_urlencoded v1.2.1
15522024-05-05T01:01:12.204Z Compiling errno v0.3.8
15532024-05-05T01:01:12.434Z Compiling num_threads v0.1.6
15542024-05-05T01:01:12.806Z Compiling try-lock v0.2.4
15552024-05-05T01:01:12.913Z Compiling base64 v0.21.7
15562024-05-05T01:01:12.959Z Compiling want v0.3.1
15572024-05-05T01:01:13.647Z Compiling time v0.3.34
15582024-05-05T01:01:14.570Z Compiling h2 v0.3.26
15592024-05-05T01:01:15.182Z Compiling sct v0.7.0
15602024-05-05T01:01:15.409Z Compiling rustls-webpki v0.101.7
15612024-05-05T01:01:15.465Z Compiling http-body v0.4.5
15622024-05-05T01:01:15.884Z Compiling rustc_version v0.4.0
15632024-05-05T01:01:16.517Z Compiling block-buffer v0.10.4
15642024-05-05T01:01:16.803Z Compiling async-trait v0.1.80
15652024-05-05T01:01:16.874Z Compiling idna v0.5.0
15662024-05-05T01:01:17.091Z Compiling socket2 v0.4.9
15672024-05-05T01:01:17.920Z Compiling usdt-impl v0.3.5
15682024-05-05T01:01:18.382Z Compiling httpdate v1.0.3
15692024-05-05T01:01:18.546Z Compiling openssl-probe v0.1.5
15702024-05-05T01:01:18.762Z Compiling tower-service v0.3.2
15712024-05-05T01:01:18.782Z Compiling rustversion v1.0.14
15722024-05-05T01:01:18.786Z Compiling unicode-width v0.1.11
15732024-05-05T01:01:19.252Z Compiling url v2.5.0
15742024-05-05T01:01:20.962Z Compiling digest v0.10.7
15752024-05-05T01:01:21.238Z Compiling heapless v0.7.16
15762024-05-05T01:01:21.384Z Compiling scroll_derive v0.12.0
15772024-05-05T01:01:21.559Z Compiling hyper v0.14.28
15782024-05-05T01:01:21.651Z Compiling idna v0.3.0
15792024-05-05T01:01:22.887Z Compiling bzip2-sys v0.1.11+1.0.8
15802024-05-05T01:01:23.640Z Compiling ppv-lite86 v0.2.17
15812024-05-05T01:01:23.654Z Compiling signal-hook v0.3.17
15822024-05-05T01:01:24.031Z Compiling adler v1.0.2
15832024-05-05T01:01:24.457Z Compiling psl-types v2.0.11
15842024-05-05T01:01:24.632Z Compiling miniz_oxide v0.7.1
15852024-05-05T01:01:24.656Z Compiling publicsuffix v2.2.3
15862024-05-05T01:01:24.915Z Compiling rand_chacha v0.3.1
15872024-05-05T01:01:25.939Z Compiling tokio-rustls v0.24.1
15882024-05-05T01:01:26.348Z Compiling crossbeam-epoch v0.9.18
15892024-05-05T01:01:26.913Z Compiling tokio-native-tls v0.3.1
15902024-05-05T01:01:27.199Z Compiling openapiv3 v2.0.0
15912024-05-05T01:01:28.491Z Compiling zerocopy v0.3.0
15922024-05-05T01:01:29.265Z Compiling thread-id v4.2.0
15932024-05-05T01:01:29.300Z Compiling ipnet v2.9.0
15942024-05-05T01:01:29.389Z Compiling dof v0.1.5
15952024-05-05T01:01:29.576Z Compiling hyper-rustls v0.24.2
15962024-05-05T01:01:29.757Z Compiling hyper-tls v0.5.0
15972024-05-05T01:01:29.947Z Compiling cookie_store v0.20.0
15982024-05-05T01:01:30.133Z Compiling rand v0.8.5
15992024-05-05T01:01:30.569Z Compiling rustls-pemfile v1.0.3
16002024-05-05T01:01:30.925Z Compiling serde_urlencoded v0.7.1
16012024-05-05T01:01:31.308Z Compiling serde_tokenstream v0.2.0
16022024-05-05T01:01:31.475Z Compiling dtrace-parser v0.1.14
16032024-05-05T01:01:31.867Z Compiling num-bigint v0.4.4
16042024-05-05T01:01:32.007Z Compiling encoding_rs v0.8.33
16052024-05-05T01:01:32.066Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16062024-05-05T01:01:32.365Z Compiling base64ct v1.6.0
16072024-05-05T01:01:32.412Z Compiling rayon-core v1.12.1
16082024-05-05T01:01:32.714Z Compiling webpki-roots v0.25.2
16092024-05-05T01:01:32.736Z Compiling gimli v0.28.0
16102024-05-05T01:01:32.868Z Compiling smoltcp v0.9.1
16112024-05-05T01:01:32.987Z Compiling sync_wrapper v0.1.2
16122024-05-05T01:01:33.089Z Compiling mime v0.3.17
16132024-05-05T01:01:33.126Z Compiling either v1.11.0
16142024-05-05T01:01:33.428Z Compiling pem-rfc7468 v0.7.0
16152024-05-05T01:01:34.387Z Compiling reqwest v0.11.27
16162024-05-05T01:01:34.980Z Compiling hmac v0.12.1
16172024-05-05T01:01:35.234Z Compiling serde_tokenstream v0.1.7
16182024-05-05T01:01:35.283Z Compiling regress v0.9.1
16192024-05-05T01:01:36.050Z Compiling object v0.32.1
16202024-05-05T01:01:36.067Z Compiling rustc-demangle v0.1.23
16212024-05-05T01:01:37.014Z Compiling addr2line v0.21.0
16222024-05-05T01:01:37.105Z Compiling siphasher v0.3.11
16232024-05-05T01:01:37.656Z Compiling flagset v0.4.3
16242024-05-05T01:01:37.676Z Compiling winnow v0.6.1
16252024-05-05T01:01:38.039Z Compiling camino v1.1.6
16262024-05-05T01:01:38.597Z Compiling der v0.7.8
16272024-05-05T01:01:38.872Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16282024-05-05T01:01:39.976Z Compiling flate2 v1.0.28
16292024-05-05T01:01:41.453Z Compiling toml_edit v0.22.12
16302024-05-05T01:01:43.884Z Compiling futures-executor v0.3.30
16312024-05-05T01:01:43.885Z Compiling hubpack_derive v0.1.1
16322024-05-05T01:01:44.138Z Compiling zerocopy-derive v0.6.6
16332024-05-05T01:01:45.124Z Compiling lazy_static v1.4.0
16342024-05-05T01:01:45.255Z Compiling usdt-impl v0.5.0
16352024-05-05T01:01:45.483Z Compiling stable_deref_trait v1.2.0
16362024-05-05T01:01:45.604Z Compiling cpufeatures v0.2.12
16372024-05-05T01:01:45.704Z Compiling anstyle v1.0.6
16382024-05-05T01:01:46.122Z Compiling utf8parse v0.2.1
16392024-05-05T01:01:47.090Z Compiling anstyle-parse v0.2.1
16402024-05-05T01:01:47.119Z Compiling sha2 v0.10.8
16412024-05-05T01:01:48.696Z Compiling futures v0.3.30
16422024-05-05T01:01:49.161Z Compiling spki v0.7.2
16432024-05-05T01:01:49.345Z Compiling usdt-macro v0.3.5
16442024-05-05T01:01:49.399Z Compiling usdt-attr-macro v0.3.5
16452024-05-05T01:01:50.234Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16462024-05-05T01:01:50.612Z Compiling scroll v0.12.0
16472024-05-05T01:01:50.884Z Compiling md-5 v0.10.5
16482024-05-05T01:01:51.162Z Compiling toml v0.7.8
16492024-05-05T01:01:52.189Z Compiling hex v0.4.3
16502024-05-05T01:01:52.833Z Compiling stringprep v0.1.3
16512024-05-05T01:01:52.863Z Compiling diesel_table_macro_syntax v0.1.0
16522024-05-05T01:01:53.266Z Compiling num-integer v0.1.46
16532024-05-05T01:01:54.632Z Compiling hash32 v0.2.1
16542024-05-05T01:01:55.035Z Compiling plain v0.2.3
16552024-05-05T01:01:55.263Z Compiling fallible-iterator v0.2.0
16562024-05-05T01:01:55.999Z Compiling colorchoice v1.0.0
16572024-05-05T01:01:56.171Z Compiling anstyle-query v1.0.0
16582024-05-05T01:01:57.763Z Compiling anstream v0.6.11
16592024-05-05T01:01:57.836Z Compiling postgres-protocol v0.6.6
16602024-05-05T01:01:59.073Z Compiling goblin v0.8.0
16612024-05-05T01:02:03.514Z Compiling diesel_derives v2.1.2
16622024-05-05T01:02:09.965Z Compiling pkcs8 v0.10.2
16632024-05-05T01:02:10.741Z Compiling phf_shared v0.11.2
16642024-05-05T01:02:12.307Z Compiling strum_macros v0.25.2
16652024-05-05T01:02:12.328Z Compiling terminal_size v0.3.0
16662024-05-05T01:02:12.796Z Compiling enum-as-inner v0.5.1
16672024-05-05T01:02:12.902Z Compiling block-padding v0.3.3
16682024-05-05T01:02:13.148Z Compiling clap_derive v4.5.4
16692024-05-05T01:02:13.832Z Compiling serde_repr v0.1.16
16702024-05-05T01:02:14.493Z Compiling ff v0.13.0
16712024-05-05T01:02:14.790Z Compiling scheduled-thread-pool v0.2.7
16722024-05-05T01:02:15.311Z Compiling base16ct v0.2.0
16732024-05-05T01:02:15.590Z Compiling bitflags v1.3.2
16742024-05-05T01:02:15.919Z Compiling matches v0.1.10
16752024-05-05T01:02:15.962Z Compiling regex-automata v0.1.10
16762024-05-05T01:02:16.008Z Compiling clap_lex v0.7.0
16772024-05-05T01:02:16.458Z Compiling bit-vec v0.6.3
16782024-05-05T01:02:16.478Z Compiling strsim v0.11.0
16792024-05-05T01:02:16.890Z Compiling managed v0.8.0
16802024-05-05T01:02:17.453Z Compiling pretty-hex v0.4.1
16812024-05-05T01:02:17.666Z Compiling dof v0.3.0
16822024-05-05T01:02:17.874Z Compiling clap_builder v4.5.2
16832024-05-05T01:02:18.193Z Compiling bstr v0.2.17
16842024-05-05T01:02:19.438Z Compiling idna v0.2.3
16852024-05-05T01:02:19.548Z Compiling sec1 v0.7.3
16862024-05-05T01:02:19.832Z Compiling r2d2 v0.8.10
16872024-05-05T01:02:20.220Z Compiling group v0.13.0
16882024-05-05T01:02:20.925Z Compiling inout v0.1.3
16892024-05-05T01:02:21.735Z Compiling phf v0.11.2
16902024-05-05T01:02:22.084Z Compiling signal-hook-mio v0.2.3
16912024-05-05T01:02:22.249Z Compiling bzip2 v0.4.4
16922024-05-05T01:02:22.656Z Compiling postgres-types v0.2.6
16932024-05-05T01:02:22.829Z Compiling zerocopy v0.6.6
16942024-05-05T01:02:23.287Z Compiling hubpack v0.1.2
16952024-05-05T01:02:23.692Z Compiling phf_shared v0.10.0
16962024-05-05T01:02:23.744Z Compiling hkdf v0.12.4
16972024-05-05T01:02:24.531Z Compiling ipnetwork v0.20.0
16982024-05-05T01:02:25.339Z Compiling dtrace-parser v0.2.0
16992024-05-05T01:02:25.343Z Compiling crypto-bigint v0.5.2
17002024-05-05T01:02:25.417Z Compiling float-cmp v0.9.0
17012024-05-05T01:02:25.567Z Compiling blake3 v1.5.0
17022024-05-05T01:02:26.138Z Compiling new_debug_unreachable v1.0.4
17032024-05-05T01:02:26.240Z Compiling precomputed-hash v0.1.1
17042024-05-05T01:02:26.365Z Compiling strsim v0.10.0
17052024-05-05T01:02:26.387Z Compiling minimal-lexical v0.2.1
17062024-05-05T01:02:27.016Z Compiling fixedbitset v0.4.2
17072024-05-05T01:02:27.054Z Compiling ident_case v1.0.1
17082024-05-05T01:02:27.237Z Compiling whoami v1.5.1
17092024-05-05T01:02:27.323Z Compiling data-encoding v2.4.0
17102024-05-05T01:02:27.408Z Compiling difflib v0.4.0
17112024-05-05T01:02:27.431Z Compiling unicode-segmentation v1.10.1
17122024-05-05T01:02:27.453Z Compiling normalize-line-endings v0.3.0
17132024-05-05T01:02:27.607Z Compiling predicates-core v1.0.6
17142024-05-05T01:02:27.793Z Compiling static_assertions v1.1.0
17152024-05-05T01:02:27.932Z Compiling trust-dns-proto v0.22.0
17162024-05-05T01:02:28.222Z Compiling similar v2.4.0
17172024-05-05T01:02:28.679Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17182024-05-05T01:02:29.027Z Compiling predicates v3.1.0
17192024-05-05T01:02:30.181Z Compiling tokio-postgres v0.7.10
17202024-05-05T01:02:30.594Z Compiling petgraph v0.6.4
17212024-05-05T01:02:30.675Z Compiling darling_core v0.20.8
17222024-05-05T01:02:34.286Z Compiling elliptic-curve v0.13.8
17232024-05-05T01:02:34.433Z Compiling nom v7.1.3
17242024-05-05T01:02:34.486Z Compiling string_cache v0.8.7
17252024-05-05T01:02:34.974Z Compiling diesel v2.1.6
17262024-05-05T01:02:35.459Z Compiling yasna v0.5.2
17272024-05-05T01:02:36.432Z Compiling zip v0.6.6
17282024-05-05T01:02:36.851Z Compiling crossterm v0.27.0
17292024-05-05T01:02:37.048Z Compiling clap v4.5.4
17302024-05-05T01:02:37.150Z Compiling cipher v0.4.4
17312024-05-05T01:02:37.616Z Compiling bit-set v0.5.3
17322024-05-05T01:02:37.897Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
17332024-05-05T01:02:38.044Z Compiling num-iter v0.1.44
17342024-05-05T01:02:38.146Z Compiling usdt v0.3.5
17352024-05-05T01:02:38.261Z Compiling console v0.15.8
17362024-05-05T01:02:39.339Z Compiling itertools v0.10.5
17372024-05-05T01:02:39.591Z Compiling getopts v0.2.21
17382024-05-05T01:02:40.459Z Compiling tokio-stream v0.1.15
17392024-05-05T01:02:40.586Z Compiling bstr v1.9.0
17402024-05-05T01:02:41.432Z Compiling base64 v0.22.0
17412024-05-05T01:02:41.878Z Compiling lalrpop-util v0.19.12
17422024-05-05T01:02:42.155Z Compiling unsafe-libyaml v0.2.10
17432024-05-05T01:02:42.217Z Compiling peg-runtime v0.8.2
17442024-05-05T01:02:42.753Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17452024-05-05T01:02:43.870Z Compiling serde_yaml v0.9.25
17462024-05-05T01:02:44.204Z Compiling darling_macro v0.20.8
17472024-05-05T01:02:45.662Z Compiling crossbeam-deque v0.8.3
17482024-05-05T01:02:49.551Z Compiling same-file v1.0.6
17492024-05-05T01:02:49.600Z Compiling fastrand v2.0.1
17502024-05-05T01:02:49.764Z Compiling walkdir v2.5.0
17512024-05-05T01:02:50.110Z Compiling tempfile v3.10.1
17522024-05-05T01:02:50.580Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17532024-05-05T01:02:52.857Z Compiling darling v0.20.8
17542024-05-05T01:02:58.886Z Compiling proc-macro-crate v1.3.1
17552024-05-05T01:03:05.606Z Compiling heapless v0.8.0
17562024-05-05T01:03:11.419Z Compiling num_enum_derive v0.5.11
17572024-05-05T01:03:11.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582024-05-05T01:03:19.378Z Compiling rayon v1.10.0
17592024-05-05T01:03:24.523Z Compiling memmap2 v0.7.1
17602024-05-05T01:03:24.676Z Compiling xattr v1.0.1
17612024-05-05T01:03:24.897Z Compiling filetime v0.2.23
17622024-05-05T01:03:24.922Z Compiling hash32 v0.3.1
17632024-05-05T01:03:25.197Z Compiling arrayvec v0.7.4
17642024-05-05T01:03:25.609Z Compiling smoltcp v0.11.0
17652024-05-05T01:03:26.634Z Compiling constant_time_eq v0.3.0
17662024-05-05T01:03:26.787Z Compiling arrayref v0.3.7
17672024-05-05T01:03:27.469Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17682024-05-05T01:03:27.515Z Compiling home v0.5.5
17692024-05-05T01:03:27.940Z Compiling rustls-pki-types v1.3.0
17702024-05-05T01:03:29.186Z Compiling toolchain_find v0.4.0
17712024-05-05T01:03:33.906Z Compiling tar v0.4.40
17722024-05-05T01:03:37.045Z Compiling camino-tempfile v1.1.1
17732024-05-05T01:03:37.548Z Compiling num_enum v0.5.11
17742024-05-05T01:03:44.331Z Compiling toml v0.8.12
17752024-05-05T01:03:44.379Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17762024-05-05T01:03:45.100Z Compiling dirs-sys-next v0.1.2
17772024-05-05T01:03:45.121Z Compiling proc-macro-error-attr v1.0.4
17782024-05-05T01:03:45.990Z Compiling paste v1.0.14
17792024-05-05T01:03:46.264Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17802024-05-05T01:03:46.474Z Compiling rustls v0.22.4
17812024-05-05T01:03:46.573Z Compiling cobs v0.2.3
17822024-05-05T01:03:46.663Z Compiling embedded-io v0.4.0
17832024-05-05T01:03:47.347Z Compiling topological-sort v0.2.2
17842024-05-05T01:03:48.025Z Compiling omicron-zone-package v0.11.0
17852024-05-05T01:03:53.524Z Compiling postcard v1.0.8
17862024-05-05T01:03:59.166Z Compiling dirs-next v2.0.0
17872024-05-05T01:03:59.455Z Compiling rustfmt-wrapper v0.2.1
17882024-05-05T01:03:59.831Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17892024-05-05T01:04:03.586Z Compiling rustls-webpki v0.102.1
17902024-05-05T01:04:08.853Z Compiling strum_macros v0.26.1
17912024-05-05T01:04:10.609Z Compiling structmeta-derive v0.3.0
17922024-05-05T01:04:10.700Z Compiling foreign-types-macros v0.2.3
17932024-05-05T01:04:10.990Z Compiling thread_local v1.1.7
17942024-05-05T01:04:11.353Z Compiling proc-macro-error v1.0.4
17952024-05-05T01:04:11.687Z Compiling multer v3.0.0
17962024-05-05T01:04:11.798Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17972024-05-05T01:04:12.054Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17982024-05-05T01:04:12.133Z Compiling match_cfg v0.1.0
17992024-05-05T01:04:12.215Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18002024-05-05T01:04:12.243Z Compiling slog-async v2.8.0
18012024-05-05T01:04:12.434Z Compiling foreign-types-shared v0.3.1
18022024-05-05T01:04:12.563Z Compiling foreign-types v0.5.0
18032024-05-05T01:04:12.599Z Compiling hostname v0.3.1
18042024-05-05T01:04:13.025Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18052024-05-05T01:04:13.069Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18062024-05-05T01:04:13.257Z Compiling structmeta v0.3.0
18072024-05-05T01:04:13.448Z Compiling strum v0.26.2
18082024-05-05T01:04:13.657Z Compiling term v0.7.0
18092024-05-05T01:04:16.031Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18102024-05-05T01:04:16.120Z Compiling slog-json v2.6.1
18112024-05-05T01:04:16.631Z Compiling is-terminal v0.4.9
18122024-05-05T01:04:16.771Z Compiling tabwriter v1.4.0
18132024-05-05T01:04:17.097Z Compiling crossbeam-channel v0.5.8
18142024-05-05T01:04:17.579Z Compiling http v1.0.0
18152024-05-05T01:04:18.608Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18162024-05-05T01:04:18.818Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18172024-05-05T01:04:19.443Z Compiling async-stream-impl v0.3.5
18182024-05-05T01:04:19.707Z Compiling cstr-argument v0.1.2
18192024-05-05T01:04:19.957Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18202024-05-05T01:04:20.304Z Compiling pretty-hex v0.2.1
18212024-05-05T01:04:20.578Z Compiling atomic-waker v1.1.1
18222024-05-05T01:04:20.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18232024-05-05T01:04:21.089Z Compiling crucible-workspace-hack v0.1.0
18242024-05-05T01:04:21.397Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18252024-05-05T01:04:21.495Z Compiling take_mut v0.2.2
18262024-05-05T01:04:22.406Z Compiling async-stream v0.3.5
18272024-05-05T01:04:22.741Z Compiling waitgroup v0.1.2
18282024-05-05T01:04:23.010Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18292024-05-05T01:04:23.508Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18302024-05-05T01:04:24.463Z Compiling tokio-rustls v0.25.0
18312024-05-05T01:04:24.863Z Compiling slog-term v2.9.1
18322024-05-05T01:04:24.947Z Compiling slog-bunyan v2.5.0
18332024-05-05T01:04:26.048Z Compiling parse-display-derive v0.9.0
18342024-05-05T01:04:26.277Z Compiling rustls-pemfile v2.1.2
18352024-05-05T01:04:27.066Z Compiling serde_with_macros v3.7.0
18362024-05-05T01:04:27.903Z Compiling sha1 v0.10.6
18372024-05-05T01:04:29.262Z Compiling colored v2.1.0
18382024-05-05T01:04:29.909Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18392024-05-05T01:04:30.110Z Compiling newtype-uuid v1.1.0
18402024-05-05T01:04:30.468Z Compiling serde_path_to_error v0.1.16
18412024-05-05T01:04:30.687Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18422024-05-05T01:04:31.491Z Compiling instant v0.1.12
18432024-05-05T01:04:31.509Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18442024-05-05T01:04:31.653Z Compiling debug-ignore v1.0.5
18452024-05-05T01:04:31.810Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18462024-05-05T01:04:31.915Z Compiling backoff v0.4.0
18472024-05-05T01:04:32.259Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18482024-05-05T01:04:32.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18492024-05-05T01:04:32.973Z Compiling parse-display v0.9.0
18502024-05-05T01:04:34.514Z Compiling serde_with v3.7.0
18512024-05-05T01:04:35.043Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18522024-05-05T01:04:38.243Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18532024-05-05T01:04:39.159Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18542024-05-05T01:04:39.674Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18552024-05-05T01:04:39.800Z Compiling macaddr v1.0.1
18562024-05-05T01:04:39.869Z Compiling num-derive v0.4.0
18572024-05-05T01:04:40.474Z Compiling sigpipe v0.1.3
18582024-05-05T01:04:40.630Z Compiling libefi-sys v0.1.0
18592024-05-05T01:04:42.150Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18602024-05-05T01:04:43.841Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18612024-05-05T01:04:44.366Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18622024-05-05T01:04:44.907Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18632024-05-05T01:04:45.227Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18642024-05-05T01:04:48.084Z Compiling smf v0.2.3
18652024-05-05T01:04:49.041Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18662024-05-05T01:04:49.246Z Compiling portable-atomic v1.4.3
18672024-05-05T01:04:49.996Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18682024-05-05T01:04:51.574Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18692024-05-05T01:04:51.738Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18702024-05-05T01:04:52.787Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18712024-05-05T01:04:53.354Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18722024-05-05T01:04:53.780Z Compiling gethostname v0.4.3
18732024-05-05T01:04:54.066Z Compiling number_prefix v0.4.0
18742024-05-05T01:04:55.160Z Compiling indicatif v0.17.8
18752024-05-05T01:04:55.814Z Compiling swrite v0.1.0
18762024-05-05T01:05:03.753Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18772024-05-05T01:05:06.863Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18782024-05-05T01:05:07.340Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18792024-05-05T01:05:09.520Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18802024-05-05T01:05:27.306Z Finished release [optimized] target(s) in 5m 21s
18812024-05-05T01:05:27.568Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18822024-05-05T01:05:27.640ZLogging to: /work/oxidecomputer/omicron/out/LOG
18832024-05-05T01:05:27.644ZCreated new build target 'test' and set it as active
18842024-05-05T01:05:27.644Z
18852024-05-05T01:05:27.644Zreal 5:22.187530053
18862024-05-05T01:05:27.644Zuser 34:02.898572526
18872024-05-05T01:05:27.644Zsys 4:07.949411111
18882024-05-05T01:05:27.644Ztrap 1.045921344
18892024-05-05T01:05:27.644Ztflt 6.300965062
18902024-05-05T01:05:27.644Zdflt 5.131240950
18912024-05-05T01:05:27.644Zkflt 0.029493262
18922024-05-05T01:05:27.644Zlock 1:11:31.367666092
18932024-05-05T01:05:27.644Zslp 1:36:17.152452108
18942024-05-05T01:05:27.644Zlat 2:09.227422115
18952024-05-05T01:05:27.644Zstop 3:53.919633915
18962024-05-05T01:05:27.644Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18972024-05-05T01:05:28.514Z Finished release [optimized] target(s) in 0.81s
18982024-05-05T01:05:28.541Z Running `target/release/omicron-package -t test package`
18992024-05-05T01:05:28.571ZLogging to: /work/oxidecomputer/omicron/out/LOG
19002024-05-05T01:05:29.499Z Compiling newline-converter v0.3.0
19012024-05-05T01:05:29.499Z Compiling usdt-attr-macro v0.5.0
19022024-05-05T01:05:29.503Z Compiling usdt-macro v0.5.0
19032024-05-05T01:05:29.503Z Compiling memmap v0.7.0
19042024-05-05T01:05:29.503Z Compiling humantime v2.1.0
19052024-05-05T01:05:29.597Z Compiling linked-hash-map v0.5.6
19062024-05-05T01:05:29.613Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19072024-05-05T01:05:29.617Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19082024-05-05T01:05:29.709Z Compiling expectorate v1.1.0
19092024-05-05T01:05:29.833Z Compiling password-hash v0.5.0
19102024-05-05T01:05:29.946Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19112024-05-05T01:05:29.957Z Compiling lru-cache v0.1.2
19122024-05-05T01:05:29.997Z Compiling blake2 v0.10.6
19132024-05-05T01:05:30.171Z Compiling semver v0.1.20
19142024-05-05T01:05:30.460Z Compiling bytecount v0.6.3
19152024-05-05T01:05:30.753Z Compiling argon2 v0.5.3
19162024-05-05T01:05:30.767Z Compiling rustc_version v0.1.7
19172024-05-05T01:05:30.945Z Compiling papergrid v0.11.0
19182024-05-05T01:05:31.081Z Compiling usdt v0.5.0
19192024-05-05T01:05:31.179Z Compiling newtype_derive v0.1.6
19202024-05-05T01:05:31.327Z Compiling tabled_derive v0.7.0
19212024-05-05T01:05:31.909Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19222024-05-05T01:05:32.162Z Compiling quick-error v1.2.3
19232024-05-05T01:05:32.291Z Compiling resolv-conf v0.7.0
19242024-05-05T01:05:32.319Z Compiling steno v0.4.0
19252024-05-05T01:05:32.667Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19262024-05-05T01:05:33.461Z Compiling trust-dns-resolver v0.22.0
19272024-05-05T01:05:33.705Z Compiling tabled v0.15.0
19282024-05-05T01:05:33.929Z Compiling derive-where v1.2.7
19292024-05-05T01:05:36.375Z Compiling num-rational v0.4.1
19302024-05-05T01:05:36.714Z Compiling slog-dtrace v0.3.0
19312024-05-05T01:05:37.046Z Compiling termcolor v1.2.0
19322024-05-05T01:05:37.592Z Compiling itertools v0.12.1
19332024-05-05T01:05:38.062Z Compiling utf-8 v0.7.6
19342024-05-05T01:05:41.506Z Compiling num-complex v0.4.5
19352024-05-05T01:05:42.689Z Compiling num v0.4.2
19362024-05-05T01:05:42.790Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19372024-05-05T01:05:42.826Z Compiling nibble_vec v0.1.0
19382024-05-05T01:05:43.060Z Compiling radium v0.7.0
19392024-05-05T01:05:43.523Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19402024-05-05T01:05:43.879Z Compiling endian-type v0.1.2
19412024-05-05T01:05:44.134Z Compiling radix_trie v0.2.1
19422024-05-05T01:05:45.051Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19432024-05-05T01:05:45.231Z Compiling tungstenite v0.20.1
19442024-05-05T01:05:46.226Z Compiling tap v1.0.1
19452024-05-05T01:05:46.406Z Compiling maybe-uninit v2.0.0
19462024-05-05T01:05:46.931Z Compiling wyz v0.5.1
19472024-05-05T01:05:47.400Z Compiling tokio-tungstenite v0.20.1
19482024-05-05T01:05:48.542Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19492024-05-05T01:05:50.724Z Compiling arc-swap v1.6.0
19502024-05-05T01:05:51.515Z Compiling packed_struct v0.10.1
19512024-05-05T01:05:51.940Z Compiling crc-catalog v2.2.0
19522024-05-05T01:05:52.084Z Compiling num-bigint-dig v0.8.4
19532024-05-05T01:05:52.399Z Compiling display-error-chain v0.2.0
19542024-05-05T01:05:52.579Z Compiling funty v2.0.0
19552024-05-05T01:05:54.903Z Compiling cancel-safe-futures v0.1.5
19562024-05-05T01:05:55.108Z Compiling bitvec v1.0.1
19572024-05-05T01:05:55.294Z Compiling crc v3.0.1
19582024-05-05T01:05:56.057Z Compiling slog-scope v4.4.0
19592024-05-05T01:05:56.441Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19602024-05-05T01:05:56.787Z Compiling fxhash v0.2.1
19612024-05-05T01:05:56.976Z Compiling packed_struct_codegen v0.10.1
19622024-05-05T01:05:57.016Z Compiling indexmap v1.9.3
19632024-05-05T01:05:57.096Z Compiling nodrop v0.1.14
19642024-05-05T01:05:57.204Z Compiling array-init v0.0.4
19652024-05-05T01:05:57.367Z Compiling smallvec v0.6.14
19662024-05-05T01:05:57.871Z Compiling slog-stdlog v4.1.1
19672024-05-05T01:05:59.272Z Compiling pkcs1 v0.7.5
19682024-05-05T01:05:59.545Z Compiling signature v2.1.0
19692024-05-05T01:05:59.959Z Compiling dirs-sys-next v0.1.2
19702024-05-05T01:06:00.321Z Compiling half v2.3.1
19712024-05-05T01:06:01.032Z Compiling ciborium-io v0.2.2
19722024-05-05T01:06:01.165Z Compiling crunchy v0.2.2
19732024-05-05T01:06:01.635Z Compiling glob v0.3.1
19742024-05-05T01:06:02.423Z Compiling hashbrown v0.12.3
19752024-05-05T01:06:03.404Z Compiling bitfield v0.14.0
19762024-05-05T01:06:04.116Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19772024-05-05T01:06:04.121Z Compiling clang-sys v1.6.1
19782024-05-05T01:06:04.540Z Compiling ciborium-ll v0.2.2
19792024-05-05T01:06:05.246Z Compiling rsa v0.9.2
19802024-05-05T01:06:05.253Z Compiling dirs-next v2.0.0
19812024-05-05T01:06:05.253Z Compiling serde-hex v0.1.0
19822024-05-05T01:06:10.329Z Compiling slog-envlogger v2.2.0
19832024-05-05T01:06:10.365Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19842024-05-05T01:06:10.605Z Compiling env_logger v0.10.0
19852024-05-05T01:06:10.682Z Compiling x509-cert v0.2.4
19862024-05-05T01:06:10.817Z Compiling ron v0.8.1
19872024-05-05T01:06:13.116Z Compiling hashbrown v0.13.2
19882024-05-05T01:06:14.493Z Compiling prettyplease v0.2.19
19892024-05-05T01:06:14.564Z Compiling tiny-keccak v2.0.2
19902024-05-05T01:06:14.802Z Compiling maplit v1.0.2
19912024-05-05T01:06:14.867Z Compiling crc-any v2.4.3
19922024-05-05T01:06:14.963Z Compiling object v0.30.4
19932024-05-05T01:06:15.843Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19942024-05-05T01:06:17.362Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19952024-05-05T01:06:18.853Z Compiling term v0.7.0
19962024-05-05T01:06:19.193Z Compiling ciborium v0.2.2
19972024-05-05T01:06:20.171Z Compiling atty v0.2.14
19982024-05-05T01:06:20.240Z Compiling path-slash v0.1.5
19992024-05-05T01:06:20.462Z Compiling ascii-canvas v3.0.0
20002024-05-05T01:06:20.715Z Compiling is-terminal v0.4.9
20012024-05-05T01:06:20.834Z Compiling libsw v3.3.1
20022024-05-05T01:06:20.913Z Compiling ena v0.14.2
20032024-05-05T01:06:21.158Z Compiling libloading v0.7.4
20042024-05-05T01:06:21.340Z Compiling owo-colors v4.0.0
20052024-05-05T01:06:21.382Z Compiling parking_lot_core v0.8.6
20062024-05-05T01:06:21.520Z Compiling convert_case v0.4.0
20072024-05-05T01:06:21.803Z Compiling bindgen v0.69.2
20082024-05-05T01:06:22.240Z Compiling linear-map v1.2.0
20092024-05-05T01:06:22.284Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20102024-05-05T01:06:22.660Z Compiling regex-syntax v0.6.29
20112024-05-05T01:06:23.012Z Compiling diff v0.1.13
20122024-05-05T01:06:23.508Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20132024-05-05T01:06:24.035Z Compiling derive_more v0.99.17
20142024-05-05T01:06:28.023Z Compiling lalrpop v0.19.12
20152024-05-05T01:06:31.384Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20162024-05-05T01:06:33.877Z Compiling cexpr v0.6.0
20172024-05-05T01:06:34.334Z Compiling which v4.4.0
20182024-05-05T01:06:34.671Z Compiling unicase v2.7.0
20192024-05-05T01:06:34.857Z Compiling lazycell v1.3.0
20202024-05-05T01:06:34.972Z Compiling shlex v1.3.0
20212024-05-05T01:06:35.504Z Compiling rustc-hash v1.1.0
20222024-05-05T01:06:35.504Z Compiling peeking_take_while v0.1.2
20232024-05-05T01:06:35.504Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20242024-05-05T01:06:36.237Z Compiling derive_builder_core v0.20.0
20252024-05-05T01:06:36.769Z Compiling pem v3.0.4
20262024-05-05T01:06:37.901Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20272024-05-05T01:06:38.122Z Compiling headers-core v0.2.0
20282024-05-05T01:06:38.289Z Compiling libxml v0.3.3
20292024-05-05T01:06:38.382Z Compiling async-recursion v1.1.0
20302024-05-05T01:06:38.661Z Compiling platforms v3.0.2
20312024-05-05T01:06:39.008Z Compiling ref-cast v1.0.22
20322024-05-05T01:06:39.565Z Compiling derive_builder_macro v0.20.0
20332024-05-05T01:06:39.583Z Compiling headers v0.3.9
20342024-05-05T01:06:39.843Z Compiling parking_lot v0.11.2
20352024-05-05T01:06:40.399Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20362024-05-05T01:06:42.336Z Compiling trust-dns-client v0.22.0
20372024-05-05T01:06:43.490Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20382024-05-05T01:06:43.809Z Compiling strum_macros v0.24.3
20392024-05-05T01:06:47.087Z Compiling toml v0.5.11
20402024-05-05T01:06:47.202Z Compiling ref-cast-impl v1.0.22
20412024-05-05T01:06:47.273Z Compiling vte_generate_state_changes v0.1.1
20422024-05-05T01:06:47.922Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20432024-05-05T01:06:48.255Z Compiling cookie v0.18.1
20442024-05-05T01:06:48.354Z Compiling buf-list v1.0.3
20452024-05-05T01:06:48.581Z Compiling cfg_aliases v0.1.1
20462024-05-05T01:06:48.689Z Compiling indoc v1.0.9
20472024-05-05T01:06:48.982Z Compiling trust-dns-server v0.22.1
20482024-05-05T01:06:49.425Z Compiling samael v0.0.15
20492024-05-05T01:06:49.613Z Compiling nix v0.28.0
20502024-05-05T01:06:50.409Z Compiling vte v0.11.1
20512024-05-05T01:06:50.456Z Compiling derive_builder v0.20.0
20522024-05-05T01:06:50.632Z Compiling sled v0.34.7
20532024-05-05T01:06:53.992Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20542024-05-05T01:06:54.527Z Compiling polar-core v0.27.3
20552024-05-05T01:06:55.878Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20562024-05-05T01:06:56.202Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20572024-05-05T01:06:56.772Z Compiling fd-lock v4.0.2
20582024-05-05T01:06:56.990Z Compiling bb8 v0.8.3
20592024-05-05T01:06:57.371Z Compiling const_format_proc_macros v0.2.32
20602024-05-05T01:06:57.516Z Compiling impl-trait-for-tuples v0.2.2
20612024-05-05T01:06:57.725Z Compiling oso-derive v0.27.3
20622024-05-05T01:06:58.730Z Compiling quick-xml v0.31.0
20632024-05-05T01:06:59.386Z Compiling pin-project-internal v1.1.3
20642024-05-05T01:07:01.666Z Compiling memoffset v0.7.1
20652024-05-05T01:07:02.007Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20662024-05-05T01:07:02.534Z Compiling pin-project v1.1.3
20672024-05-05T01:07:02.535Z Compiling const_format v0.2.32
20682024-05-05T01:07:02.535Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20692024-05-05T01:07:04.154Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20702024-05-05T01:07:06.796Z Compiling curve25519-dalek v4.1.2
20712024-05-05T01:07:07.243Z Compiling strip-ansi-escapes v0.2.0
20722024-05-05T01:07:11.552Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20732024-05-05T01:07:12.027Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20742024-05-05T01:07:13.197Z Compiling kstat-rs v0.2.3
20752024-05-05T01:07:14.096Z Compiling snafu-derive v0.8.2
20762024-05-05T01:07:17.121Z Compiling fs-err v2.11.0
20772024-05-05T01:07:17.447Z Compiling oso v0.27.3
20782024-05-05T01:07:19.209Z Compiling nu-ansi-term v0.50.0
20792024-05-05T01:07:20.524Z Compiling keccak v0.1.4
20802024-05-05T01:07:21.473Z Compiling sha3 v0.10.8
20812024-05-05T01:07:22.338Z Compiling reedline v0.31.0
20822024-05-05T01:07:27.779Z Compiling snafu v0.8.2
20832024-05-05T01:07:29.350Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20842024-05-05T01:07:44.366Z Compiling mime_guess v2.0.4
20852024-05-05T01:07:44.425Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20862024-05-05T01:07:44.425Z Compiling env_logger v0.9.3
20872024-05-05T01:07:44.425Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20882024-05-05T01:07:44.425Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20892024-05-05T01:07:45.228Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20902024-05-05T01:07:45.744Z Compiling globset v0.4.13
20912024-05-05T01:07:47.369Z Compiling peg-macros v0.8.2
20922024-05-05T01:07:50.549Z Compiling olpc-cjson v0.1.3
20932024-05-05T01:07:50.842Z Compiling universal-hash v0.5.1
20942024-05-05T01:07:50.877Z Compiling secrecy v0.8.0
20952024-05-05T01:07:51.071Z Compiling bitstruct_derive v0.1.0
20962024-05-05T01:07:51.151Z Compiling thiserror-impl-no-std v2.0.2
20972024-05-05T01:07:52.368Z Compiling serde_plain v1.0.2
20982024-05-05T01:07:52.893Z Compiling sqlparser_derive v0.2.2
20992024-05-05T01:07:53.497Z Compiling nanorand v0.7.0
21002024-05-05T01:07:53.910Z Compiling curve25519-dalek-derive v0.1.0
21012024-05-05T01:07:53.989Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21022024-05-05T01:07:54.146Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21032024-05-05T01:07:54.233Z Compiling salty v0.2.0
21042024-05-05T01:07:54.249Z Compiling typed-path v0.7.0
21052024-05-05T01:07:54.479Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21062024-05-05T01:07:54.631Z Compiling home v0.5.5
21072024-05-05T01:07:54.811Z Compiling opaque-debug v0.3.0
21082024-05-05T01:07:54.911Z Compiling unicode_categories v0.1.1
21092024-05-05T01:07:54.930Z Compiling ascii v1.1.0
21102024-05-05T01:07:55.321Z Compiling signature v1.6.4
21112024-05-05T01:07:55.483Z Compiling ed25519 v1.5.3
21122024-05-05T01:07:55.763Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21132024-05-05T01:07:55.789Z Compiling sqlformat v0.2.3
21142024-05-05T01:07:56.835Z Compiling tough v0.17.1
21152024-05-05T01:07:58.288Z Compiling poly1305 v0.8.0
21162024-05-05T01:07:59.965Z Compiling rustyline v14.0.0
21172024-05-05T01:08:01.222Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21182024-05-05T01:08:01.509Z Compiling sqlparser v0.45.0
21192024-05-05T01:08:02.804Z Compiling thiserror-no-std v2.0.2
21202024-05-05T01:08:02.926Z Compiling flume v0.11.0
21212024-05-05T01:08:03.679Z Compiling bitstruct v0.1.1
21222024-05-05T01:08:03.801Z Compiling peg v0.8.2
21232024-05-05T01:08:03.924Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21242024-05-05T01:08:04.625Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21252024-05-05T01:08:05.046Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21262024-05-05T01:08:13.130Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21272024-05-05T01:08:13.155Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21282024-05-05T01:08:13.478Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21292024-05-05T01:08:13.795Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21302024-05-05T01:08:14.683Z Compiling chacha20 v0.9.1
21312024-05-05T01:08:14.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21322024-05-05T01:08:15.139Z Compiling aead v0.5.2
21332024-05-05T01:08:15.462Z Compiling bcs v0.1.6
21342024-05-05T01:08:16.389Z Compiling serde_arrays v0.1.0
21352024-05-05T01:08:16.581Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21362024-05-05T01:08:17.266Z Compiling erased-serde v0.3.31
21372024-05-05T01:08:17.409Z Compiling serde-big-array v0.5.1
21382024-05-05T01:08:17.683Z Compiling parse-size v1.0.0
21392024-05-05T01:08:17.971Z Compiling highway v1.1.0
21402024-05-05T01:08:19.399Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21412024-05-05T01:08:36.473Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21422024-05-05T01:08:36.562Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21432024-05-05T01:08:49.910Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21442024-05-05T01:08:50.440Z Compiling chacha20poly1305 v0.10.1
21452024-05-05T01:08:51.762Z Compiling vsss-rs v3.3.4
21462024-05-05T01:08:56.364Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21472024-05-05T01:08:57.118Z Compiling signal-hook-tokio v0.3.1
21482024-05-05T01:08:57.334Z Compiling heck v0.3.3
21492024-05-05T01:08:57.408Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21502024-05-05T01:08:57.714Z Compiling castaway v0.2.2
21512024-05-05T01:08:57.917Z Compiling rand_seeder v0.2.3
21522024-05-05T01:08:58.321Z Compiling serde-big-array v0.4.1
21532024-05-05T01:08:58.521Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21542024-05-05T01:08:59.802Z Compiling http-range v0.1.5
21552024-05-05T01:09:00.412Z Compiling hyper-staticfile v0.9.5
21562024-05-05T01:09:00.833Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21572024-05-05T01:09:03.107Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21582024-05-05T01:09:03.792Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21592024-05-05T01:09:04.009Z Compiling compact_str v0.7.1
21602024-05-05T01:09:04.547Z Compiling zone_cfg_derive v0.1.2
21612024-05-05T01:09:05.634Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21622024-05-05T01:09:06.027Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21632024-05-05T01:09:12.288Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21642024-05-05T01:09:18.920Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21652024-05-05T01:09:19.571Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21662024-05-05T01:09:24.027Z Compiling tungstenite v0.21.0
21672024-05-05T01:09:25.909Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21682024-05-05T01:09:26.227Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21692024-05-05T01:09:26.547Z Compiling lru v0.12.1
21702024-05-05T01:09:26.895Z Compiling stability v0.2.0
21712024-05-05T01:09:27.973Z Compiling base64 v0.13.1
21722024-05-05T01:09:28.830Z Compiling cassowary v0.3.0
21732024-05-05T01:09:29.446Z Compiling corncobs v0.1.3
21742024-05-05T01:09:29.833Z Compiling indoc v2.0.3
21752024-05-05T01:09:30.835Z Compiling ratatui v0.26.2
21762024-05-05T01:09:33.252Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21772024-05-05T01:09:34.072Z Compiling ron v0.7.1
21782024-05-05T01:09:36.115Z Compiling tokio-tungstenite v0.21.0
21792024-05-05T01:09:36.694Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21802024-05-05T01:09:39.721Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21812024-05-05T01:09:40.369Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21822024-05-05T01:09:48.631Z Compiling zone v0.1.8
21832024-05-05T01:09:52.264Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21842024-05-05T01:10:02.450Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21852024-05-05T01:10:04.193Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21862024-05-05T01:10:05.615Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21872024-05-05T01:10:05.641Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21882024-05-05T01:10:05.961Z Compiling portpicker v0.1.1
21892024-05-05T01:10:06.496Z Compiling smawk v0.3.1
21902024-05-05T01:10:06.746Z Compiling unicode-linebreak v0.1.5
21912024-05-05T01:10:07.273Z Compiling textwrap v0.16.1
21922024-05-05T01:10:09.408Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21932024-05-05T01:10:11.108Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21942024-05-05T01:10:12.481Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21952024-05-05T01:10:13.442Z Compiling rcgen v0.12.1
21962024-05-05T01:10:21.062Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21972024-05-05T01:10:21.545Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21982024-05-05T01:10:24.612Z Compiling atomicwrites v0.4.3
21992024-05-05T01:10:25.050Z Compiling fatfs v0.3.6
22002024-05-05T01:10:25.147Z Compiling rtoolbox v0.0.1
22012024-05-05T01:10:25.574Z Compiling subprocess v0.2.9
22022024-05-05T01:10:26.224Z Compiling is_ci v1.2.0
22032024-05-05T01:10:26.507Z Compiling assert_matches v1.5.0
22042024-05-05T01:10:27.900Z Compiling supports-color v3.0.0
22052024-05-05T01:10:28.605Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22062024-05-05T01:10:28.778Z Compiling rpassword v7.3.1
22072024-05-05T01:10:29.225Z Compiling tui-tree-widget v0.19.0
22082024-05-05T01:10:29.634Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22092024-05-05T01:10:30.855Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22102024-05-05T01:10:31.674Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22112024-05-05T01:10:31.992Z Compiling csv-core v0.1.11
22122024-05-05T01:10:32.925Z Compiling shell-words v1.1.0
22132024-05-05T01:10:33.424Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22142024-05-05T01:10:35.871Z Compiling csv v1.3.0
22152024-05-05T01:10:38.031Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22162024-05-05T01:10:39.097Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22172024-05-05T01:10:49.907Z Compiling multimap v0.10.0
22182024-05-05T01:10:50.298Z Compiling uzers v0.11.3
22192024-05-05T01:10:53.891Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22202024-05-05T01:12:56.732Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22212024-05-05T01:13:23.807Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22222024-05-05T01:19:56.672Z Finished release [optimized] target(s) in 14m 28s
22232024-05-05T01:20:58.253Z
22242024-05-05T01:20:58.253Zreal 15:30.587203144
22252024-05-05T01:20:58.253Zuser 1:47:45.925492946
22262024-05-05T01:20:58.253Zsys 4:29.463415452
22272024-05-05T01:20:58.257Ztrap 2.653784944
22282024-05-05T01:20:58.257Ztflt 2.095284984
22292024-05-05T01:20:58.257Zdflt 3.833133280
22302024-05-05T01:20:58.257Zkflt 0.010086270
22312024-05-05T01:20:58.257Zlock 6:50:35.624673831
22322024-05-05T01:20:58.257Zslp 4:14:19.598442777
22332024-05-05T01:20:58.257Zlat 2:20.080899280
22342024-05-05T01:20:58.257Zstop 59.523760431
22352024-05-05T01:20:58.257Z+ ptime -m cargo build --locked --release -p xtask
22362024-05-05T01:20:58.788Z Downloading crates ...
22372024-05-05T01:20:58.878Z Downloaded cargo_metadata v0.18.1
22382024-05-05T01:20:58.881Z Downloaded cargo-platform v0.1.3
22392024-05-05T01:20:58.884Z Downloaded cargo_toml v0.20.2
22402024-05-05T01:20:58.898Z Compiling serde v1.0.199
22412024-05-05T01:20:58.898Z Compiling libc v0.2.153
22422024-05-05T01:20:58.901Z Compiling rustix v0.38.31
22432024-05-05T01:20:58.901Z Compiling bitflags v2.4.2
22442024-05-05T01:20:58.901Z Compiling hashbrown v0.14.3
22452024-05-05T01:20:58.974Z Compiling serde_json v1.0.116
22462024-05-05T01:20:58.985Z Compiling syn v2.0.60
22472024-05-05T01:20:59.015Z Compiling anyhow v1.0.82
22482024-05-05T01:21:00.264Z Compiling indexmap v2.2.6
22492024-05-05T01:21:00.483Z Compiling errno v0.3.8
22502024-05-05T01:21:01.447Z Compiling terminal_size v0.3.0
22512024-05-05T01:21:01.543Z Compiling clap_builder v4.5.2
22522024-05-05T01:21:03.650Z Compiling serde_derive v1.0.199
22532024-05-05T01:21:03.650Z Compiling thiserror-impl v1.0.59
22542024-05-05T01:21:03.654Z Compiling clap_derive v4.5.4
22552024-05-05T01:21:05.311Z Compiling thiserror v1.0.59
22562024-05-05T01:21:06.908Z Compiling clap v4.5.4
22572024-05-05T01:21:12.965Z Compiling serde_spanned v0.6.5
22582024-05-05T01:21:12.965Z Compiling toml_datetime v0.6.5
22592024-05-05T01:21:12.970Z Compiling cargo-platform v0.1.3
22602024-05-05T01:21:12.970Z Compiling camino v1.1.6
22612024-05-05T01:21:12.970Z Compiling semver v1.0.22
22622024-05-05T01:21:12.970Z Compiling macaddr v1.0.1
22632024-05-05T01:21:13.252Z Compiling toml_edit v0.22.12
22642024-05-05T01:21:14.530Z Compiling cargo_metadata v0.18.1
22652024-05-05T01:21:15.921Z Compiling toml v0.8.12
22662024-05-05T01:21:16.857Z Compiling cargo_toml v0.20.2
22672024-05-05T01:21:29.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22682024-05-05T01:21:40.765Z Finished release [optimized] target(s) in 42.45s
22692024-05-05T01:21:40.824Z
22702024-05-05T01:21:40.824Zreal 42.547112112
22712024-05-05T01:21:40.828Zuser 3:08.934065847
22722024-05-05T01:21:40.828Zsys 15.224114917
22732024-05-05T01:21:40.828Ztrap 0.076484436
22742024-05-05T01:21:40.828Ztflt 0.157626094
22752024-05-05T01:21:40.828Zdflt 0.783315432
22762024-05-05T01:21:40.828Zkflt 0.000493225
22772024-05-05T01:21:40.828Zlock 4:15.912901961
22782024-05-05T01:21:40.828Zslp 3:36.919402745
22792024-05-05T01:21:40.828Zlat 2.769988230
22802024-05-05T01:21:40.828Zstop 3.463304771
22812024-05-05T01:21:40.828Z+ 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)
22822024-05-05T01:21:40.828Z+ 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
22832024-05-05T01:21:50.587ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
22842024-05-05T01:21:50.587Za out/mg-ddm-gz.tar 60398K
22852024-05-05T01:21:50.588Za out/omicron-sled-agent.tar 95989K
22862024-05-05T01:21:50.588Za out/oxlog.tar 2913K
22872024-05-05T01:21:50.588Za out/pumpkind-gz.tar 26544K
22882024-05-05T01:21:50.588Za out/target/test 1K
22892024-05-05T01:21:50.588Za out/npuzone/npuzone 23144K
22902024-05-05T01:21:50.588Za package-manifest.toml 27K
22912024-05-05T01:21:50.588Za smf/sled-agent/non-gimlet/config.toml 4K
22922024-05-05T01:21:50.588Za target/release/omicron-package 30668K
22932024-05-05T01:21:50.588Za target/release/xtask 6664K
22942024-05-05T01:21:50.591Z
22952024-05-05T01:21:50.591Zreal 9.760521170
22962024-05-05T01:21:50.591Zuser 9.438034015
22972024-05-05T01:21:50.592Zsys 0.657167186
22982024-05-05T01:21:50.592Ztrap 0.001257612
22992024-05-05T01:21:50.592Ztflt 0.000000000
23002024-05-05T01:21:50.592Zdflt 0.000000000
23012024-05-05T01:21:50.592Zkflt 0.000000000
23022024-05-05T01:21:50.592Zlock 0.000000000
23032024-05-05T01:21:50.592Zslp 9.215543416
23042024-05-05T01:21:50.592Zlat 0.205834408
23052024-05-05T01:21:50.592Zstop 0.000180181
23062024-05-05T01:21:50.592Z++ pwd
23072024-05-05T01:21:50.595Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23082024-05-05T01:21:50.595Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23092024-05-05T01:21:50.595Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23102024-05-05T01:21:51.420Z Finished release [optimized] target(s) in 0.77s
23112024-05-05T01:21:51.447Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23122024-05-05T01:21:51.479ZLogging to: /work/oxidecomputer/omicron/out/LOG
23132024-05-05T01:21:51.483ZCreated new build target 'host' and set it as active
23142024-05-05T01:21:51.483Z
23152024-05-05T01:21:51.483Zreal 0.883670763
23162024-05-05T01:21:51.483Zuser 0.585492626
23172024-05-05T01:21:51.483Zsys 0.280528064
23182024-05-05T01:21:51.483Ztrap 0.000079360
23192024-05-05T01:21:51.483Ztflt 0.000052629
23202024-05-05T01:21:51.483Zdflt 0.000005260
23212024-05-05T01:21:51.483Zkflt 0.000000000
23222024-05-05T01:21:51.483Zlock 0.025329839
23232024-05-05T01:21:51.483Zslp 0.112472074
23242024-05-05T01:21:51.483Zlat 0.003758754
23252024-05-05T01:21:51.483Zstop 0.000275404
23262024-05-05T01:21:51.483Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23272024-05-05T01:21:52.294Z Finished release [optimized] target(s) in 0.76s
23282024-05-05T01:21:52.319Z Running `target/release/omicron-package -t host package`
23292024-05-05T01:21:52.352ZLogging to: /work/oxidecomputer/omicron/out/LOG
23302024-05-05T01:21:53.188Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23312024-05-05T01:24:23.793Z Finished release [optimized] target(s) in 2m 31s
23322024-05-05T01:25:01.268Z
23332024-05-05T01:25:01.273Zreal 3:09.774118834
23342024-05-05T01:25:01.273Zuser 14:48.930284913
23352024-05-05T01:25:01.274Zsys 42.087270647
23362024-05-05T01:25:01.274Ztrap 0.292294086
23372024-05-05T01:25:01.274Ztflt 0.060912161
23382024-05-05T01:25:01.274Zdflt 8.566033228
23392024-05-05T01:25:01.274Zkflt 0.199210652
23402024-05-05T01:25:01.274Zlock 1:04:01.182890397
23412024-05-05T01:25:01.274Zslp 12:48.392177225
23422024-05-05T01:25:01.274Zlat 8.371652218
23432024-05-05T01:25:01.274Zstop 2.363398922
23442024-05-05T01:25:01.274Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23452024-05-05T01:25:01.274Z+ for package in "$@"
23462024-05-05T01:25:01.274Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+gita25140e5654
23472024-05-05T01:25:02.167Z Finished release [optimized] target(s) in 0.84s
23482024-05-05T01:25:02.196Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+gita25140e5654`
23492024-05-05T01:25:02.229ZLogging to: /work/oxidecomputer/omicron/out/LOG
23502024-05-05T01:25:02.440ZCreated: out/versioned/omicron-sled-agent.tar
23512024-05-05T01:25:02.444Z+ for package in "$@"
23522024-05-05T01:25:02.444Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+gita25140e5654
23532024-05-05T01:25:03.312Z Finished release [optimized] target(s) in 0.81s
23542024-05-05T01:25:03.341Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+gita25140e5654`
23552024-05-05T01:25:03.378ZLogging to: /work/oxidecomputer/omicron/out/LOG
23562024-05-05T01:25:03.498ZCreated: out/versioned/mg-ddm-gz.tar
23572024-05-05T01:25:03.509Z+ for package in "$@"
23582024-05-05T01:25:03.509Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+gita25140e5654
23592024-05-05T01:25:04.354Z Finished release [optimized] target(s) in 0.80s
23602024-05-05T01:25:04.381Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+gita25140e5654`
23612024-05-05T01:25:04.414ZLogging to: /work/oxidecomputer/omicron/out/LOG
23622024-05-05T01:25:05.475ZCreated: out/versioned/propolis-server.tar.gz
23632024-05-05T01:25:05.479Z+ for package in "$@"
23642024-05-05T01:25:05.479Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+gita25140e5654
23652024-05-05T01:25:06.324Z Finished release [optimized] target(s) in 0.79s
23662024-05-05T01:25:06.349Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+gita25140e5654`
23672024-05-05T01:25:06.383ZLogging to: /work/oxidecomputer/omicron/out/LOG
23682024-05-05T01:25:06.387ZCreated: out/versioned/overlay.tar.gz
23692024-05-05T01:25:06.387Z+ for package in "$@"
23702024-05-05T01:25:06.387Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+gita25140e5654
23712024-05-05T01:25:07.192Z Finished release [optimized] target(s) in 0.75s
23722024-05-05T01:25:07.215Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+gita25140e5654`
23732024-05-05T01:25:07.247ZLogging to: /work/oxidecomputer/omicron/out/LOG
23742024-05-05T01:25:07.255ZCreated: out/versioned/oxlog.tar
23752024-05-05T01:25:07.258Z+ for package in "$@"
23762024-05-05T01:25:07.258Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+gita25140e5654
23772024-05-05T01:25:09.503Z Finished release [optimized] target(s) in 0.80s
23782024-05-05T01:25:09.515Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+gita25140e5654`
23792024-05-05T01:25:09.515ZLogging to: /work/oxidecomputer/omicron/out/LOG
23802024-05-05T01:25:09.515ZCreated: out/versioned/pumpkind-gz.tar
23812024-05-05T01:25:09.515Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23822024-05-05T01:25:09.515Z+++ dirname -- ./tools/build-global-zone-packages.sh
23832024-05-05T01:25:09.515Z++ cd -- ./tools
23842024-05-05T01:25:09.515Z++ pwd
23852024-05-05T01:25:09.515Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23862024-05-05T01:25:09.515Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23872024-05-05T01:25:09.515Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23882024-05-05T01:25:09.515Z++ readlink -f /work
23892024-05-05T01:25:09.515Z+ out_dir=/work
23902024-05-05T01:25:09.515Z+ 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")
23912024-05-05T01:25:09.515Z+ for dep in "${deps[@]}"
23922024-05-05T01:25:09.515Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23932024-05-05T01:25:09.515Z+ for dep in "${deps[@]}"
23942024-05-05T01:25:09.516Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23952024-05-05T01:25:09.516Z+ for dep in "${deps[@]}"
23962024-05-05T01:25:09.516Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
23972024-05-05T01:25:09.516Z+ for dep in "${deps[@]}"
23982024-05-05T01:25:09.516Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23992024-05-05T01:25:09.516Z+ for dep in "${deps[@]}"
24002024-05-05T01:25:09.516Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24012024-05-05T01:25:09.516Z+ for dep in "${deps[@]}"
24022024-05-05T01:25:09.516Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24032024-05-05T01:25:09.516Z++ mktemp -d
24042024-05-05T01:25:09.516Z+ tmp_gz=/tmp/tmp.5Zaaxi
24052024-05-05T01:25:09.516Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24062024-05-05T01:25:09.516Z+ echo '{"v":"1","t":"layer"}'
24072024-05-05T01:25:09.516Z+ pkg_dir=/tmp/tmp.5Zaaxi/root/opt/oxide/sled-agent
24082024-05-05T01:25:09.516Z+ mkdir -p /tmp/tmp.5Zaaxi/root/opt/oxide/sled-agent
24092024-05-05T01:25:09.517Z+ cd /tmp/tmp.5Zaaxi/root/opt/oxide/sled-agent
24102024-05-05T01:25:09.517Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24112024-05-05T01:25:09.517Zx ., 0 bytes, 0 tape blocks
24122024-05-05T01:25:09.517Zx zone-bundle, 26830864 bytes, 52405 tape blocks
24132024-05-05T01:25:09.517Zx sled-agent, 71452976 bytes, 139557 tape blocks
24142024-05-05T01:25:09.517Zx pkg, 0 bytes, 0 tape blocks
24152024-05-05T01:25:09.517Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24162024-05-05T01:25:09.517Zx pkg/README.md, 54 bytes, 1 tape blocks
24172024-05-05T01:25:09.517Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24182024-05-05T01:25:09.517Zx VERSION, 25 bytes, 1 tape blocks
24192024-05-05T01:25:09.517Z+ mkdir -p /tmp/tmp.5Zaaxi/root/lib/svc/manifest/site/
24202024-05-05T01:25:09.517Z+ mv pkg/manifest.xml /tmp/tmp.5Zaaxi/root/lib/svc/manifest/site/sled-agent.xml
24212024-05-05T01:25:09.517Z+ cd -
24222024-05-05T01:25:09.517Z/work/oxidecomputer/omicron
24232024-05-05T01:25:09.517Z+ pkg_dir=/tmp/tmp.5Zaaxi/root/opt/oxide/mg-ddm
24242024-05-05T01:25:09.517Z+ mkdir -p /tmp/tmp.5Zaaxi/root/opt/oxide/mg-ddm
24252024-05-05T01:25:09.517Z+ cd /tmp/tmp.5Zaaxi/root/opt/oxide/mg-ddm
24262024-05-05T01:25:09.517Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24272024-05-05T01:25:09.517Zx ., 0 bytes, 0 tape blocks
24282024-05-05T01:25:09.517Zx ddmadm, 18870416 bytes, 36857 tape blocks
24292024-05-05T01:25:09.518Zx ddmd, 42960632 bytes, 83908 tape blocks
24302024-05-05T01:25:09.518Zx pkg, 0 bytes, 0 tape blocks
24312024-05-05T01:25:09.518Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24322024-05-05T01:25:09.518Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24332024-05-05T01:25:09.518Zx pkg/mgd, 0 bytes, 0 tape blocks
24342024-05-05T01:25:09.518Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24352024-05-05T01:25:09.518Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24362024-05-05T01:25:09.518Zx pkg/ddm, 0 bytes, 0 tape blocks
24372024-05-05T01:25:09.518Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24382024-05-05T01:25:09.518Zx VERSION, 25 bytes, 1 tape blocks
24392024-05-05T01:25:09.518Z+ cd -
24402024-05-05T01:25:09.518Z/work/oxidecomputer/omicron
24412024-05-05T01:25:09.518Z+ pkg_dir=/tmp/tmp.5Zaaxi/root/opt/oxide/pumpkind
24422024-05-05T01:25:09.518Z+ mkdir -p /tmp/tmp.5Zaaxi/root/opt/oxide/pumpkind
24432024-05-05T01:25:09.518Z+ cd /tmp/tmp.5Zaaxi/root/opt/oxide/pumpkind
24442024-05-05T01:25:09.518Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24452024-05-05T01:25:09.541Zx ., 0 bytes, 0 tape blocks
24462024-05-05T01:25:09.541Zx lib, 0 bytes, 0 tape blocks
24472024-05-05T01:25:09.541Zx lib/svc, 0 bytes, 0 tape blocks
24482024-05-05T01:25:09.541Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24492024-05-05T01:25:09.541Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24502024-05-05T01:25:09.541Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24512024-05-05T01:25:09.541Zx bin, 0 bytes, 0 tape blocks
24522024-05-05T01:25:09.541Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24532024-05-05T01:25:09.541Zx bin/pumpkind, 16522240 bytes, 32270 tape blocks
24542024-05-05T01:25:09.541Zx bin/pumpkinadm, 10650728 bytes, 20803 tape blocks
24552024-05-05T01:25:09.541Zx VERSION, 25 bytes, 1 tape blocks
24562024-05-05T01:25:09.542Z+ cd -
24572024-05-05T01:25:09.542Z/work/oxidecomputer/omicron
24582024-05-05T01:25:09.542Z+ pkg_dir=/tmp/tmp.5Zaaxi/root/opt/oxide/oxlog
24592024-05-05T01:25:09.542Z+ mkdir -p /tmp/tmp.5Zaaxi/root/opt/oxide/oxlog
24602024-05-05T01:25:09.542Z+ cd /tmp/tmp.5Zaaxi/root/opt/oxide/oxlog
24612024-05-05T01:25:09.542Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24622024-05-05T01:25:09.542Zx ., 0 bytes, 0 tape blocks
24632024-05-05T01:25:09.542Zx oxlog, 2979728 bytes, 5820 tape blocks
24642024-05-05T01:25:09.542Zx VERSION, 25 bytes, 1 tape blocks
24652024-05-05T01:25:09.542Z+ cd -
24662024-05-05T01:25:09.542Z/work/oxidecomputer/omicron
24672024-05-05T01:25:09.542Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.5Zaaxi/root/opt/oxide
24682024-05-05T01:25:09.543Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.5Zaaxi/root/opt/oxide
24692024-05-05T01:25:09.543Z+ cd /tmp/tmp.5Zaaxi
24702024-05-05T01:25:09.543Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
24712024-05-05T01:25:17.623ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
24722024-05-05T01:25:17.623Za oxide.json 1K
24732024-05-05T01:25:17.624Za root/ 0K
24742024-05-05T01:25:17.624Za root/opt/ 0K
24752024-05-05T01:25:17.624Za root/opt/oxide/ 0K
24762024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/ 0K
24772024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/zone-bundle 26203K
24782024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/sled-agent 69779K
24792024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/pkg/ 0K
24802024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/pkg/config.toml 2K
24812024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/pkg/README.md 1K
24822024-05-05T01:25:17.624Za root/opt/oxide/sled-agent/VERSION 1K
24832024-05-05T01:25:17.624Za root/opt/oxide/mg-ddm/ 0K
24842024-05-05T01:25:17.624Za root/opt/oxide/mg-ddm/ddmadm 18429K
24852024-05-05T01:25:17.624Za root/opt/oxide/mg-ddm/ddmd 41954K
24862024-05-05T01:25:17.624Za root/opt/oxide/mg-ddm/pkg/ 0K
24872024-05-05T01:25:17.624Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
24882024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
24892024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
24902024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
24912024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
24922024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
24932024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
24942024-05-05T01:25:17.625Za root/opt/oxide/mg-ddm/VERSION 1K
24952024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/ 0K
24962024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/lib/ 0K
24972024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/lib/svc/ 0K
24982024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
24992024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25002024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25012024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/bin/ 0K
25022024-05-05T01:25:17.625Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25032024-05-05T01:25:17.626Za root/opt/oxide/pumpkind/bin/pumpkind 16135K
25042024-05-05T01:25:17.626Za root/opt/oxide/pumpkind/bin/pumpkinadm 10402K
25052024-05-05T01:25:17.626Za root/opt/oxide/pumpkind/VERSION 1K
25062024-05-05T01:25:17.626Za root/opt/oxide/oxlog/ 0K
25072024-05-05T01:25:17.626Za root/opt/oxide/oxlog/oxlog 2910K
25082024-05-05T01:25:17.626Za root/opt/oxide/oxlog/VERSION 1K
25092024-05-05T01:25:17.626Za root/opt/oxide/propolis-server.tar.gz 65038K
25102024-05-05T01:25:17.626Za root/opt/oxide/overlay.tar.gz 3K
25112024-05-05T01:25:17.626Za root/lib/ 0K
25122024-05-05T01:25:17.626Za root/lib/svc/ 0K
25132024-05-05T01:25:17.626Za root/lib/svc/manifest/ 0K
25142024-05-05T01:25:17.626Za root/lib/svc/manifest/site/ 0K
25152024-05-05T01:25:17.626Za root/lib/svc/manifest/site/sled-agent.xml 3K
25162024-05-05T01:25:17.630Z+ cd /
25172024-05-05T01:25:17.631Z+ rm -rf /tmp/tmp.5Zaaxi
25182024-05-05T01:25:18.059Z
25192024-05-05T01:25:18.063Zreal 9.407222074
25202024-05-05T01:25:18.063Zuser 8.732355139
25212024-05-05T01:25:18.063Zsys 0.618050722
25222024-05-05T01:25:18.063Ztrap 0.001601375
25232024-05-05T01:25:18.063Ztflt 0.000000000
25242024-05-05T01:25:18.063Zdflt 0.000000000
25252024-05-05T01:25:18.063Zkflt 0.000000000
25262024-05-05T01:25:18.063Zlock 0.000000000
25272024-05-05T01:25:18.063Zslp 18.268573031
25282024-05-05T01:25:18.063Zlat 0.199695109
25292024-05-05T01:25:18.063Zstop 0.000218156
25302024-05-05T01:25:18.063Z+ mkdir -p /work/zones
25312024-05-05T01:25:18.063Z+ 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)
25322024-05-05T01:25:18.063Z+ 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/
25332024-05-05T01:25:20.090Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25342024-05-05T01:25:21.017Z Finished release [optimized] target(s) in 0.87s
25352024-05-05T01:25:21.048Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25362024-05-05T01:25:21.090ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372024-05-05T01:25:21.095ZCreated new build target 'recovery' and set it as active
25382024-05-05T01:25:21.095Z
25392024-05-05T01:25:21.096Zreal 0.990104018
25402024-05-05T01:25:21.096Zuser 0.649421892
25412024-05-05T01:25:21.096Zsys 0.321562130
25422024-05-05T01:25:21.096Ztrap 0.000726156
25432024-05-05T01:25:21.097Ztflt 0.000007499
25442024-05-05T01:25:21.097Zdflt 0.000090150
25452024-05-05T01:25:21.097Zkflt 0.000000000
25462024-05-05T01:25:21.097Zlock 0.028305403
25472024-05-05T01:25:21.097Zslp 0.117539379
25482024-05-05T01:25:21.097Zlat 0.006037864
25492024-05-05T01:25:21.098Zstop 0.000278232
25502024-05-05T01:25:21.098Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25512024-05-05T01:25:21.961Z Finished release [optimized] target(s) in 0.82s
25522024-05-05T01:25:21.989Z Running `target/release/omicron-package -t recovery package`
25532024-05-05T01:25:22.022ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542024-05-05T01:25:22.813Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25552024-05-05T01:25:25.341Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25562024-05-05T01:25:44.719Z Finished release [optimized] target(s) in 22.64s
25572024-05-05T01:25:45.264Z
25582024-05-05T01:25:45.267Zreal 24.174004969
25592024-05-05T01:25:45.267Zuser 1:41.698369262
25602024-05-05T01:25:45.267Zsys 7.740221416
25612024-05-05T01:25:45.267Ztrap 0.070779654
25622024-05-05T01:25:45.268Ztflt 0.043841399
25632024-05-05T01:25:45.268Zdflt 0.373445192
25642024-05-05T01:25:45.268Zkflt 0.000054200
25652024-05-05T01:25:45.268Zlock 5:48.674898354
25662024-05-05T01:25:45.268Zslp 1:27.353261203
25672024-05-05T01:25:45.268Zlat 1.184512910
25682024-05-05T01:25:45.268Zstop 0.587306531
25692024-05-05T01:25:45.268Z+ stamp_packages installinator mg-ddm-gz
25702024-05-05T01:25:45.268Z+ for package in "$@"
25712024-05-05T01:25:45.268Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+gita25140e5654
25722024-05-05T01:25:46.104Z Finished release [optimized] target(s) in 0.78s
25732024-05-05T01:25:46.515Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+gita25140e5654`
25742024-05-05T01:25:46.515ZLogging to: /work/oxidecomputer/omicron/out/LOG
25752024-05-05T01:25:46.515ZCreated: out/versioned/installinator.tar
25762024-05-05T01:25:46.515Z+ for package in "$@"
25772024-05-05T01:25:46.515Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+gita25140e5654
25782024-05-05T01:25:47.035Z Finished release [optimized] target(s) in 0.76s
25792024-05-05T01:25:47.060Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+gita25140e5654`
25802024-05-05T01:25:47.090ZLogging to: /work/oxidecomputer/omicron/out/LOG
25812024-05-05T01:25:47.192ZCreated: out/versioned/mg-ddm-gz.tar
25822024-05-05T01:25:47.200Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
25832024-05-05T01:25:47.204Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
25842024-05-05T01:25:47.212Z++ cd -- ./tools
25852024-05-05T01:25:47.212Z++ pwd
25862024-05-05T01:25:47.213Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
25872024-05-05T01:25:47.226Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
25882024-05-05T01:25:47.226Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
25892024-05-05T01:25:47.226Z++ readlink -f /work
25902024-05-05T01:25:47.226Z+ out_dir=/work
25912024-05-05T01:25:47.226Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
25922024-05-05T01:25:47.227Z+ for dep in "${deps[@]}"
25932024-05-05T01:25:47.227Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
25942024-05-05T01:25:47.227Z+ for dep in "${deps[@]}"
25952024-05-05T01:25:47.227Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
25962024-05-05T01:25:47.227Z++ mktemp -d
25972024-05-05T01:25:47.227Z+ tmp_trampoline=/tmp/tmp.ctaWBi
25982024-05-05T01:25:47.227Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
25992024-05-05T01:25:47.227Z+ echo '{"v":"1","t":"layer"}'
26002024-05-05T01:25:47.228Z+ pkg_dir=/tmp/tmp.ctaWBi/root/opt/oxide/installinator
26012024-05-05T01:25:47.228Z+ mkdir -p /tmp/tmp.ctaWBi/root/opt/oxide/installinator
26022024-05-05T01:25:47.228Z+ cd /tmp/tmp.ctaWBi/root/opt/oxide/installinator
26032024-05-05T01:25:47.228Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26042024-05-05T01:25:47.247Zx ., 0 bytes, 0 tape blocks
26052024-05-05T01:25:47.247Zx installinator, 38493048 bytes, 75182 tape blocks
26062024-05-05T01:25:47.248Zx pkg, 0 bytes, 0 tape blocks
26072024-05-05T01:25:47.248Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26082024-05-05T01:25:47.248Zx VERSION, 25 bytes, 1 tape blocks
26092024-05-05T01:25:47.255Z+ mkdir -p /tmp/tmp.ctaWBi/root/lib/svc/manifest/site/
26102024-05-05T01:25:47.255Z+ mv pkg/manifest.xml /tmp/tmp.ctaWBi/root/lib/svc/manifest/site/installinator.xml
26112024-05-05T01:25:47.255Z+ cd -
26122024-05-05T01:25:47.255Z/work/oxidecomputer/omicron
26132024-05-05T01:25:47.256Z+ pkg_dir=/tmp/tmp.ctaWBi/root/opt/oxide/mg-ddm
26142024-05-05T01:25:47.256Z+ mkdir -p /tmp/tmp.ctaWBi/root/opt/oxide/mg-ddm
26152024-05-05T01:25:47.256Z+ cd /tmp/tmp.ctaWBi/root/opt/oxide/mg-ddm
26162024-05-05T01:25:47.256Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26172024-05-05T01:25:47.295Zx ., 0 bytes, 0 tape blocks
26182024-05-05T01:25:47.296Zx ddmadm, 18870416 bytes, 36857 tape blocks
26192024-05-05T01:25:47.296Zx ddmd, 42960632 bytes, 83908 tape blocks
26202024-05-05T01:25:47.296Zx pkg, 0 bytes, 0 tape blocks
26212024-05-05T01:25:47.297Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26222024-05-05T01:25:47.297Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26232024-05-05T01:25:47.297Zx pkg/mgd, 0 bytes, 0 tape blocks
26242024-05-05T01:25:47.297Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26252024-05-05T01:25:47.298Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26262024-05-05T01:25:47.298Zx pkg/ddm, 0 bytes, 0 tape blocks
26272024-05-05T01:25:47.298Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26282024-05-05T01:25:47.298Zx VERSION, 25 bytes, 1 tape blocks
26292024-05-05T01:25:47.309Z+ cd -
26302024-05-05T01:25:47.309Z/work/oxidecomputer/omicron
26312024-05-05T01:25:47.309Z+ cd /tmp/tmp.ctaWBi
26322024-05-05T01:25:47.310Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26332024-05-05T01:25:51.190ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26342024-05-05T01:25:51.190Za oxide.json 1K
26352024-05-05T01:25:51.190Za root/ 0K
26362024-05-05T01:25:51.190Za root/opt/ 0K
26372024-05-05T01:25:51.190Za root/opt/oxide/ 0K
26382024-05-05T01:25:51.190Za root/opt/oxide/installinator/ 0K
26392024-05-05T01:25:51.190Za root/opt/oxide/installinator/installinator 37591K
26402024-05-05T01:25:51.190Za root/opt/oxide/installinator/pkg/ 0K
26412024-05-05T01:25:51.190Za root/opt/oxide/installinator/VERSION 1K
26422024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/ 0K
26432024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/ddmadm 18429K
26442024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/ddmd 41954K
26452024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/pkg/ 0K
26462024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26472024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26482024-05-05T01:25:51.190Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26492024-05-05T01:25:51.191Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26502024-05-05T01:25:51.191Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26512024-05-05T01:25:51.191Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26522024-05-05T01:25:51.191Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26532024-05-05T01:25:51.191Za root/opt/oxide/mg-ddm/VERSION 1K
26542024-05-05T01:25:51.191Za root/lib/ 0K
26552024-05-05T01:25:51.191Za root/lib/svc/ 0K
26562024-05-05T01:25:51.191Za root/lib/svc/manifest/ 0K
26572024-05-05T01:25:51.191Za root/lib/svc/manifest/site/ 0K
26582024-05-05T01:25:51.191Za root/lib/svc/manifest/site/installinator.xml 3K
26592024-05-05T01:25:51.194Z+ cd /
26602024-05-05T01:25:51.194Z+ rm -rf /tmp/tmp.ctaWBi
26612024-05-05T01:25:51.209Z
26622024-05-05T01:25:51.212Zreal 4.008216158
26632024-05-05T01:25:51.212Zuser 3.787611446
26642024-05-05T01:25:51.212Zsys 0.232550665
26652024-05-05T01:25:51.212Ztrap 0.000421563
26662024-05-05T01:25:51.212Ztflt 0.000000000
26672024-05-05T01:25:51.212Zdflt 0.000000000
26682024-05-05T01:25:51.212Zkflt 0.000000000
26692024-05-05T01:25:51.212Zlock 0.000000000
26702024-05-05T01:25:51.212Zslp 7.796070763
26712024-05-05T01:25:51.212Zlat 0.080580400
26722024-05-05T01:25:51.212Zstop 0.000191948
26732024-05-05T01:25:51.212Zprocess exited: duration 1666785 ms, exit code 0
 
26742024-05-05T01:25:51.219Zfound 22 output files
26752024-05-05T01:25:51.220Zuploading: /work/version.txt (26 bytes)
26762024-05-05T01:25:52.243Zuploaded: /work/version.txt
26772024-05-05T01:25:52.243Zuploading: /work/package.tar.gz (85605204 bytes)
26782024-05-05T01:26:23.272Zuploaded: /work/package.tar.gz
26792024-05-05T01:26:23.272Zuploading: /work/global-zone-packages.tar.gz (130832412 bytes)
26802024-05-05T01:27:19.230Zuploaded: /work/global-zone-packages.tar.gz
26812024-05-05T01:27:19.230Zuploading: /work/trampoline-global-zone-packages.tar.gz (33970315 bytes)
26822024-05-05T01:27:30.215Zuploaded: /work/trampoline-global-zone-packages.tar.gz
26832024-05-05T01:27:30.215Zuploading: /work/zones/clickhouse.tar.gz (227385099 bytes)
26842024-05-05T01:28:41.115Zuploaded: /work/zones/clickhouse.tar.gz
26852024-05-05T01:28:41.115Zuploading: /work/zones/clickhouse_keeper.tar.gz (227360644 bytes)
26862024-05-05T01:30:10.014Zuploaded: /work/zones/clickhouse_keeper.tar.gz
26872024-05-05T01:30:10.014Zuploading: /work/zones/cockroachdb.tar.gz (122877793 bytes)
26882024-05-05T01:31:03.762Zuploaded: /work/zones/cockroachdb.tar.gz
26892024-05-05T01:31:03.762Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27342194 bytes)
26902024-05-05T01:31:16.103Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
26912024-05-05T01:31:16.108Zuploading: /work/zones/crucible-zone.tar.gz (38257850 bytes)
26922024-05-05T01:31:27.594Zuploaded: /work/zones/crucible-zone.tar.gz
26932024-05-05T01:31:27.595Zuploading: /work/zones/external-dns.tar.gz (25009806 bytes)
26942024-05-05T01:31:37.696Zuploaded: /work/zones/external-dns.tar.gz
26952024-05-05T01:31:37.696Zuploading: /work/zones/internal-dns.tar.gz (25008434 bytes)
26962024-05-05T01:31:46.332Zuploaded: /work/zones/internal-dns.tar.gz
26972024-05-05T01:31:46.332Zuploading: /work/zones/nexus-single-sled.tar.gz (85286738 bytes)
26982024-05-05T01:32:15.713Zuploaded: /work/zones/nexus-single-sled.tar.gz
26992024-05-05T01:32:15.713Zuploading: /work/zones/nexus.tar.gz (85287704 bytes)
27002024-05-05T01:32:40.675Zuploaded: /work/zones/nexus.tar.gz
27012024-05-05T01:32:40.680Zuploading: /work/zones/ntp.tar.gz (8558521 bytes)
27022024-05-05T01:32:45.246Zuploaded: /work/zones/ntp.tar.gz
27032024-05-05T01:32:45.246Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14629301 bytes)
27042024-05-05T01:32:49.526Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27052024-05-05T01:32:49.527Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14628488 bytes)
27062024-05-05T01:32:54.221Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27072024-05-05T01:32:54.221Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27082024-05-05T01:32:55.240Zuploaded: /work/zones/overlay.tar.gz
27092024-05-05T01:32:55.240Zuploading: /work/zones/oximeter.tar.gz (43583488 bytes)
27102024-05-05T01:33:12.151Zuploaded: /work/zones/oximeter.tar.gz
27112024-05-05T01:33:12.154Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27122024-05-05T01:33:14.458Zuploaded: /work/zones/probe.tar.gz
27132024-05-05T01:33:14.458Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27142024-05-05T01:33:34.309Zuploaded: /work/zones/propolis-server.tar.gz
27152024-05-05T01:33:34.309Zuploading: /work/zones/switch-asic.tar.gz (300970397 bytes)
27162024-05-05T01:35:13.761Zuploaded: /work/zones/switch-asic.tar.gz
27172024-05-05T01:35:13.761Zuploading: /work/zones/switch-softnpu.tar.gz (204974043 bytes)
27182024-05-05T01:36:28.935Zuploaded: /work/zones/switch-softnpu.tar.gz