01HPZW737PDEG0XXX74R06SEWV: 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: 01HPZW7BP16BY2X79DPQQZVKK9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-19T05:09:40.786Zjob assigned to worker 01HPZW7G0GQAH9PFB55RGG5QWF (queued for 1 m 31 s)
 
22024-02-19T05:09:41.108Zstarting task 0: "setup"
32024-02-19T05:09:41.182Z++ uname -s
42024-02-19T05:09:41.188Z+ kern=SunOS
52024-02-19T05:09:41.188Z+ case "$kern" in
62024-02-19T05:09:41.188Z+ groupadd -g 12345 build
72024-02-19T05:09:41.191Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-19T05:09:43.196Z+ zfs create -o mountpoint=/work rpool/work
92024-02-19T05:09:43.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-19T05:09:43.318Z+ home_fs=zfs
112024-02-19T05:09:43.318Z+ [[ zfs == autofs ]]
122024-02-19T05:09:43.318Z+ mkdir -p /home/build
132024-02-19T05:09:43.321Z+ chown build:build /home/build /work
142024-02-19T05:09:45.322Z+ chmod 0700 /home/build /work
152024-02-19T05:09:45.325Zprocess exited: duration 4216 ms, exit code 0
 
162024-02-19T05:09:45.331Zstarting task 1: "rust-toolchain"
172024-02-19T05:09:45.338Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-19T05:09:45.341Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-19T05:09:45.680Zinfo: downloading installer
202024-02-19T05:09:47.785Zwarning: it looks like you have an existing installation of Rust at:
212024-02-19T05:09:47.785Zwarning: /opt/ooce/bin
222024-02-19T05:09:47.785Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-19T05:09:47.785Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-19T05:09:47.785Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-19T05:09:47.785Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-19T05:09:47.785Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-19T05:09:47.786Zerror: cannot install while Rust is installed
282024-02-19T05:09:47.786Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-19T05:09:48.260Zinfo: profile set to 'default'
302024-02-19T05:09:48.261Zinfo: default host triple is x86_64-unknown-illumos
312024-02-19T05:09:48.264Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-19T05:09:48.460Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-19T05:09:48.460Zinfo: downloading component 'cargo'
342024-02-19T05:09:49.692Zinfo: downloading component 'clippy'
352024-02-19T05:09:50.108Zinfo: downloading component 'rust-docs'
362024-02-19T05:09:52.023Zinfo: downloading component 'rust-std'
372024-02-19T05:09:54.374Zinfo: downloading component 'rustc'
382024-02-19T05:10:00.470Zinfo: downloading component 'rustfmt'
392024-02-19T05:10:00.815Zinfo: installing component 'cargo'
402024-02-19T05:10:02.207Zinfo: installing component 'clippy'
412024-02-19T05:10:02.941Zinfo: installing component 'rust-docs'
422024-02-19T05:10:04.577Zinfo: installing component 'rust-std'
432024-02-19T05:10:07.087Zinfo: installing component 'rustc'
442024-02-19T05:10:12.613Zinfo: installing component 'rustfmt'
452024-02-19T05:10:13.016Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-19T05:10:13.016Z
472024-02-19T05:10:13.287Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-19T05:10:13.287Z
492024-02-19T05:10:13.290Z
502024-02-19T05:10:13.290ZRust is installed now. Great!
512024-02-19T05:10:13.290Z
522024-02-19T05:10:13.290ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-19T05:10:13.290Zenvironment variable. This has not been done automatically.
542024-02-19T05:10:13.290Z
552024-02-19T05:10:13.290ZTo configure your current shell, run:
562024-02-19T05:10:13.290Zsource "$HOME/.cargo/env"
572024-02-19T05:10:13.346Z+ rustc --version
582024-02-19T05:10:13.407Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-19T05:10:13.410Zprocess exited: duration 28075 ms, exit code 0
 
602024-02-19T05:10:13.416Zstarting task 2: "authentication"
612024-02-19T05:10:13.445Zprocess exited: duration 28 ms, exit code 0
 
622024-02-19T05:10:13.451Zstarting task 3: "clone repository"
632024-02-19T05:10:13.457Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-19T05:10:13.459Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-19T05:10:14.835ZCloning into '/work/oxidecomputer/omicron'...
662024-02-19T05:10:20.902Z+ cd /work/oxidecomputer/omicron
672024-02-19T05:10:20.902Z+ git fetch origin 2d0c94b1f389b39a108fc94a076d1fb5a61022e3
682024-02-19T05:10:21.181ZFrom https://github.com/oxidecomputer/omicron
692024-02-19T05:10:21.181Z * branch 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 -> FETCH_HEAD
702024-02-19T05:10:21.191Z+ [[ -n renovate/semver-1.x ]]
712024-02-19T05:10:21.194Z++ git branch --show-current
722024-02-19T05:10:21.197Z+ current=main
732024-02-19T05:10:21.197Z+ [[ main != renovate/semver-1.x ]]
742024-02-19T05:10:21.197Z+ git branch -f renovate/semver-1.x 2d0c94b1f389b39a108fc94a076d1fb5a61022e3
752024-02-19T05:10:21.200Z+ git checkout -f renovate/semver-1.x
762024-02-19T05:10:21.311ZSwitched to branch 'renovate/semver-1.x'
772024-02-19T05:10:21.314Z+ git reset --hard 2d0c94b1f389b39a108fc94a076d1fb5a61022e3
782024-02-19T05:10:21.323ZHEAD is now at 2d0c94b1f chore(deps): update rust crate semver to 1.0.22
792024-02-19T05:10:21.326Zprocess exited: duration 7872 ms, exit code 0
 
802024-02-19T05:10:21.332Zstarting task 4: "build"
812024-02-19T05:10:21.337Z+ cargo --version
822024-02-19T05:10:21.342Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-19T05:10:21.498Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-19T05:10:21.501Zinfo: downloading component 'cargo'
852024-02-19T05:10:22.542Zinfo: downloading component 'clippy'
862024-02-19T05:10:22.545Zinfo: downloading component 'rust-docs'
872024-02-19T05:10:23.161Zinfo: downloading component 'rust-std'
882024-02-19T05:10:24.311Zinfo: downloading component 'rustc'
892024-02-19T05:10:27.498Zinfo: downloading component 'rustfmt'
902024-02-19T05:10:27.695Zinfo: installing component 'cargo'
912024-02-19T05:10:28.553Zinfo: installing component 'clippy'
922024-02-19T05:10:28.903Zinfo: installing component 'rust-docs'
932024-02-19T05:10:30.470Zinfo: installing component 'rust-std'
942024-02-19T05:10:32.162Zinfo: installing component 'rustc'
952024-02-19T05:10:36.218Zinfo: installing component 'rustfmt'
962024-02-19T05:10:36.601Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-19T05:10:36.604Z+ rustc --version
982024-02-19T05:10:36.670Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-19T05:10:36.674Z++ git rev-parse HEAD
1002024-02-19T05:10:36.677Z+ COMMIT=2d0c94b1f389b39a108fc94a076d1fb5a61022e3
1012024-02-19T05:10:36.677Z+ VERSION=7.0.0-0.ci+git2d0c94b1f38
1022024-02-19T05:10:36.677Z+ echo 7.0.0-0.ci+git2d0c94b1f38
1032024-02-19T05:10:36.680Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-19T05:10:45.602Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-19T05:10:46.817Z Startup: Caching catalogs ... Done
1062024-02-19T05:10:48.177ZPlanning: Solver setup ... Done (0.976s)
1072024-02-19T05:10:48.203ZPlanning: Running solver ... Done (0.026s)
1082024-02-19T05:10:48.407ZPlanning: Finding local manifests ... Done (0.182s)
1092024-02-19T05:10:48.849ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-19T05:10:49.517ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-19T05:10:49.566ZPlanning: Package planning ... Done (0.050s)
1122024-02-19T05:10:49.626ZPlanning: Merging actions ... Done (0.051s)
1132024-02-19T05:10:50.435ZPlanning: Checking for conflicting actions ... Done (0.817s)
1142024-02-19T05:10:50.448ZPlanning: Consolidating action changes ... Done (0.012s)
1152024-02-19T05:10:53.728ZPlanning: Evaluating mediators ... Done (3.276s)
1162024-02-19T05:10:53.737ZPlanning: Planning completed in 6.86 seconds
1172024-02-19T05:10:53.757Z Packages to install: 4
1182024-02-19T05:10:53.757Z Mediators to change: 2
1192024-02-19T05:10:53.769Z Services to change: 1
1202024-02-19T05:10:53.770Z Estimated space available: 148.87 GB
1212024-02-19T05:10:53.770ZEstimated space to be consumed: 1.41 GB
1222024-02-19T05:10:53.770Z Create boot environment: No
1232024-02-19T05:10:53.770ZCreate backup boot environment: No
1242024-02-19T05:10:53.770Z Rebuild boot archive: No
1252024-02-19T05:10:53.770Z
1262024-02-19T05:10:53.770ZChanged mediators:
1272024-02-19T05:10:53.770Z mediator clang:
1282024-02-19T05:10:53.770Z version: None -> 15 (system default)
1292024-02-19T05:10:53.770Z
1302024-02-19T05:10:53.770Z mediator llvm:
1312024-02-19T05:10:53.770Z version: 14 (system default) -> 15 (system default)
1322024-02-19T05:10:53.770Z
1332024-02-19T05:10:53.770ZChanged packages:
1342024-02-19T05:10:53.770Zhelios-dev
1352024-02-19T05:10:53.770Z developer/build-essential
1362024-02-19T05:10:53.770Z None -> 11-2.0
1372024-02-19T05:10:53.770Z library/libxmlsec1
1382024-02-19T05:10:53.770Z None -> 1.2.35-2.0
1392024-02-19T05:10:53.770Z ooce/developer/clang-15
1402024-02-19T05:10:53.770Z None -> 15.0.7-2.0
1412024-02-19T05:10:53.771Z ooce/developer/llvm-15
1422024-02-19T05:10:53.771Z None -> 15.0.7-2.0
1432024-02-19T05:10:53.771Z
1442024-02-19T05:10:53.771ZServices:
1452024-02-19T05:10:53.771Z restart_fmri:
1462024-02-19T05:10:53.771Z svc:/system/update-man-index:default
1472024-02-19T05:10:53.926Z
1482024-02-19T05:10:53.926ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-19T05:10:58.917ZDownload: 1276/3290 items 112.5/212.6MB 52% complete (22.6M/s)
1502024-02-19T05:11:03.918ZDownload: 3166/3290 items 148.2/212.6MB 69% complete (14.8M/s)
1512024-02-19T05:11:06.086ZDownload: Completed 212.60 MB in 12.17 seconds (17.5M/s)
1522024-02-19T05:11:06.406Z Actions: 1/3689 actions (Installing new actions)
1532024-02-19T05:11:11.499Z Actions: 3622/3689 actions (Installing new actions)
1542024-02-19T05:11:11.506Z Actions: Completed 3689 actions in 5.10 seconds.
1552024-02-19T05:11:11.690Z Done (0.179s)
1562024-02-19T05:11:11.690Z Done (0.000s)
1572024-02-19T05:11:11.909Z Done (0.218s)
1582024-02-19T05:11:17.024Z Done (4.989s)
1592024-02-19T05:11:17.212Z Done (0.118s)
1602024-02-19T05:11:17.215Z Done (0.000s)
1612024-02-19T05:11:17.379Z Done (0.000s)
1622024-02-19T05:11:17.882ZPlanning: Evaluating mediator changes ... Done
1632024-02-19T05:11:18.046ZPlanning: Checking for conflicting actions ... Done
1642024-02-19T05:11:18.049ZPlanning: Consolidating action changes ... Done
1652024-02-19T05:11:18.318ZPlanning: Evaluating mediators ... Done
1662024-02-19T05:11:18.321ZPlanning: Planning completed in 0.44 seconds
1672024-02-19T05:11:18.355Z Mediators to change: 2
1682024-02-19T05:11:18.355Z Create boot environment: No
1692024-02-19T05:11:18.358ZCreate backup boot environment: No
1702024-02-19T05:11:18.429Z Done
1712024-02-19T05:11:18.429Z Done
1722024-02-19T05:11:18.560Z Done
1732024-02-19T05:11:22.280Z Done
1742024-02-19T05:11:22.374Z Done
1752024-02-19T05:11:22.379Z Done
1762024-02-19T05:11:22.491Z Done
1772024-02-19T05:11:23.145ZPlanning: Evaluating mediator changes ... Done
1782024-02-19T05:11:23.148ZPlanning: Merging actions ... Done
1792024-02-19T05:11:23.343ZPlanning: Checking for conflicting actions ... Done
1802024-02-19T05:11:23.346ZPlanning: Consolidating action changes ... Done
1812024-02-19T05:11:23.614ZPlanning: Evaluating mediators ... Done
1822024-02-19T05:11:23.670ZPlanning: Planning completed in 0.80 seconds
1832024-02-19T05:11:23.704Z Packages to change: 1
1842024-02-19T05:11:23.704Z Mediators to change: 1
1852024-02-19T05:11:23.707Z Services to change: 1
1862024-02-19T05:11:23.707Z Create boot environment: No
1872024-02-19T05:11:23.707ZCreate backup boot environment: Yes
1882024-02-19T05:11:25.722Z Actions: 1/6 actions (Updating modified actions)
1892024-02-19T05:11:25.786Z Actions: Completed 6 actions in 0.06 seconds.
1902024-02-19T05:11:25.789Z Done
1912024-02-19T05:11:25.789Z Done
1922024-02-19T05:11:25.835Z Done
1932024-02-19T05:11:29.593Z Done
1942024-02-19T05:11:30.102Z Done
1952024-02-19T05:11:30.107Z Done
1962024-02-19T05:11:30.107Z Done
1972024-02-19T05:11:30.250ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-02-19T05:11:30.250Zclang system 15 system
1992024-02-19T05:11:30.250Zcsh system system illumos
2002024-02-19T05:11:30.250Zctags system system illumos
2012024-02-19T05:11:30.250Zgcc vendor 12 vendor
2022024-02-19T05:11:30.250Zgcc system 10 system
2032024-02-19T05:11:30.250Zgcc system 7 system
2042024-02-19T05:11:30.250Zgo system 1.20 system
2052024-02-19T05:11:30.250Zgo system 1.19 system
2062024-02-19T05:11:30.250Zllvm system 15 system
2072024-02-19T05:11:30.250Zllvm system 14 system
2082024-02-19T05:11:30.250Zmariadb system 10.6 system
2092024-02-19T05:11:30.250Zmta vendor vendor dma
2102024-02-19T05:11:30.250Zopenjdk system 17 system
2112024-02-19T05:11:30.250Zopenjdk system 11 system
2122024-02-19T05:11:30.250Zopenjdk system 1.8 system
2132024-02-19T05:11:30.250Zopenssl vendor 3 vendor
2142024-02-19T05:11:30.250Zperl system 5.36 system
2152024-02-19T05:11:30.250Zpostgresql system 15 system
2162024-02-19T05:11:30.251Zpostgresql system 13 system
2172024-02-19T05:11:30.251Zpython vendor 3 vendor
2182024-02-19T05:11:30.251Zpython system 2 system
2192024-02-19T05:11:30.251Zpython3 system 3.11 system
2202024-02-19T05:11:30.251Zruby system 3.0 system
2212024-02-19T05:11:30.251Zwords vendor vendor american-english
2222024-02-19T05:11:30.251Zwords system system australian-english
2232024-02-19T05:11:30.251Zwords system system british-english
2242024-02-19T05:11:30.251Zwords system system canadian-english
2252024-02-19T05:11:30.251Zwords system system french
2262024-02-19T05:11:30.251Zwords system system italian
2272024-02-19T05:11:30.251Zwords system system ngerman
2282024-02-19T05:11:30.251Zwords system system ogerman
2292024-02-19T05:11:30.251Zwords system system spanish
2302024-02-19T05:11:31.003ZFMRI IFO
2312024-02-19T05:11:31.003Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-02-19T05:11:31.003Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-02-19T05:11:31.003Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-02-19T05:11:31.003Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-02-19T05:11:31.003Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-02-19T05:11:31.003Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-02-19T05:11:31.003Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-02-19T05:11:31.003Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-02-19T05:11:31.008Z+ set -o errexit
2402024-02-19T05:11:31.008Z+++ dirname ./tools/ci_download_cockroachdb
2412024-02-19T05:11:31.008Z++ cd ./tools
2422024-02-19T05:11:31.008Z++ pwd
2432024-02-19T05:11:31.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2442024-02-19T05:11:31.008Z++ basename ./tools/ci_download_cockroachdb
2452024-02-19T05:11:31.008Z+ ARG0=ci_download_cockroachdb
2462024-02-19T05:11:31.009Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2472024-02-19T05:11:31.009Z+ CIDL_VERSION=v22.1.9
2482024-02-19T05:11:31.009Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2492024-02-19T05:11:31.009Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2502024-02-19T05:11:31.009Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2512024-02-19T05:11:31.009Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2522024-02-19T05:11:31.009Z+ TARGET_DIR=out
2532024-02-19T05:11:31.009Z+ DOWNLOAD_DIR=out/downloads
2542024-02-19T05:11:31.009Z+ DEST_DIR=./out/cockroachdb
2552024-02-19T05:11:31.009Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2562024-02-19T05:11:31.009Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2572024-02-19T05:11:31.009Z+ main
2582024-02-19T05:11:31.009Z+ [[ 0 != 0 ]]
2592024-02-19T05:11:31.010Z+ CIDL_OS=solaris2.11
2602024-02-19T05:11:31.010Z+ [[ 0 != 0 ]]
2612024-02-19T05:11:31.010Z+ configure_os solaris2.11
2622024-02-19T05:11:31.010Z+ echo 'current directory: /work/oxidecomputer/omicron'
2632024-02-19T05:11:31.010Zcurrent directory: /work/oxidecomputer/omicron
2642024-02-19T05:11:31.010Z+ echo 'configuring based on OS: "solaris2.11"'
2652024-02-19T05:11:31.010Z+ case "$1" in
2662024-02-19T05:11:31.010Zconfiguring based on OS: "solaris2.11"
2672024-02-19T05:11:31.010Z+ CIDL_BUILD=illumos
2682024-02-19T05:11:31.010Z+ CIDL_SUFFIX=tar.gz
2692024-02-19T05:11:31.010Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2702024-02-19T05:11:31.010Z+ CIDL_URL_BASE=https://illumos.org/downloads
2712024-02-19T05:11:31.011Z+ CIDL_ASSEMBLE=do_assemble_illumos
2722024-02-19T05:11:31.011Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2732024-02-19T05:11:31.011Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2742024-02-19T05:11:31.011Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-02-19T05:11:31.011Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2762024-02-19T05:11:31.011Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-19T05:11:31.011Z+ CIDL_SHA256FUNC=do_sha256sum
2782024-02-19T05:11:31.011Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-19T05:11:31.011ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-02-19T05:11:31.011Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812024-02-19T05:11:31.011ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-19T05:11:31.011Z+ mkdir -p out/downloads
2832024-02-19T05:11:31.011Z+ mkdir -p ./out/cockroachdb
2842024-02-19T05:11:31.011Z+ local DO_DOWNLOAD=true
2852024-02-19T05:11:31.012Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2862024-02-19T05:11:31.012Z+ '[' true == true ']'
2872024-02-19T05:11:31.012Z+ echo Downloading...
2882024-02-19T05:11:31.012ZDownloading...
2892024-02-19T05:11:31.012Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-19T05:11:31.012Z+ 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
2912024-02-19T05:11:34.771Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-19T05:11:34.780Z++ sha256sum
2932024-02-19T05:11:34.780Z++ awk '{print $1}'
2942024-02-19T05:11:34.875Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-02-19T05:11:34.875Z+ [[ 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 ]]
2962024-02-19T05:11:34.875Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-19T05:11:34.890Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2982024-02-19T05:11:37.055Z+ do_assemble_illumos
2992024-02-19T05:11:37.055Z+ rm -r ./out/cockroachdb
3002024-02-19T05:11:37.070Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3012024-02-19T05:11:37.481Z+ ./out/cockroachdb/bin/cockroach version
3022024-02-19T05:11:37.682ZBuild Tag: v22.1.9-dirty
3032024-02-19T05:11:37.682ZBuild Time: 2022/10/26 21:17:46
3042024-02-19T05:11:37.682ZDistribution: OSS
3052024-02-19T05:11:37.682ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3062024-02-19T05:11:37.683ZGo Version: go1.17.13
3072024-02-19T05:11:37.683ZC Compiler: gcc 10.3.0
3082024-02-19T05:11:37.683ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3092024-02-19T05:11:37.683ZBuild Type: release
3102024-02-19T05:11:37.702Z+ set -o errexit
3112024-02-19T05:11:37.713Z+++ dirname ./tools/ci_download_clickhouse
3122024-02-19T05:11:37.713Z++ cd ./tools
3132024-02-19T05:11:37.713Z++ pwd
3142024-02-19T05:11:37.713Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3152024-02-19T05:11:37.713Z++ basename ./tools/ci_download_clickhouse
3162024-02-19T05:11:37.713Z+ ARG0=ci_download_clickhouse
3172024-02-19T05:11:37.713Z+ TARGET_DIR=out
3182024-02-19T05:11:37.713Z+ DOWNLOAD_DIR=out/downloads
3192024-02-19T05:11:37.713Z+ DEST_DIR=./out/clickhouse
3202024-02-19T05:11:37.713Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3212024-02-19T05:11:38.273Z+ CIDL_VERSION=v22.8.9.24
3222024-02-19T05:11:38.273Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232024-02-19T05:11:38.273Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242024-02-19T05:11:38.273Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252024-02-19T05:11:38.273Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262024-02-19T05:11:38.274Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272024-02-19T05:11:38.274Z+ main
3282024-02-19T05:11:38.274Z+ [[ 0 != 0 ]]
3292024-02-19T05:11:38.274Z+ CIDL_OS=solaris2.11
3302024-02-19T05:11:38.274Z+ [[ 0 != 0 ]]
3312024-02-19T05:11:38.275Z+ configure_os solaris2.11
3322024-02-19T05:11:38.275Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332024-02-19T05:11:38.275Zcurrent directory: /work/oxidecomputer/omicron
3342024-02-19T05:11:38.275Z+ echo 'configuring based on OS: "solaris2.11"'
3352024-02-19T05:11:38.275Z+ CIDL_DASHREV=
3362024-02-19T05:11:38.275Zconfiguring based on OS: "solaris2.11"
3372024-02-19T05:11:38.275Z+ case "$1" in
3382024-02-19T05:11:38.275Z+ CIDL_PLATFORM=illumos
3392024-02-19T05:11:38.276Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402024-02-19T05:11:38.276Z+ CIDL_MD5FUNC=do_md5sum
3412024-02-19T05:11:38.276Z+ CIDL_DASHREV=-1
3422024-02-19T05:11:38.276Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432024-02-19T05:11:38.276Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-19T05:11:38.277Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-19T05:11:38.277Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-19T05:11:38.277Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-19T05:11:38.277Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3482024-02-19T05:11:38.277ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-19T05:11:38.277ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-19T05:11:38.278Z+ mkdir -p out/downloads
3512024-02-19T05:11:38.278Z+ mkdir -p ./out/clickhouse
3522024-02-19T05:11:38.278Z+ local DO_DOWNLOAD=true
3532024-02-19T05:11:38.278Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542024-02-19T05:11:38.278Z+ '[' true == true ']'
3552024-02-19T05:11:38.279Z+ echo Downloading...
3562024-02-19T05:11:38.279ZDownloading...
3572024-02-19T05:11:38.279Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582024-02-19T05:11:38.279Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592024-02-19T05:11:39.016Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-19T05:11:39.440Z++ md5sum
3612024-02-19T05:11:39.440Z++ awk '{print $1}'
3622024-02-19T05:11:39.450Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632024-02-19T05:11:39.450Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3642024-02-19T05:11:39.450Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652024-02-19T05:11:39.450Z+ mkdir -p ./out/clickhouse
3662024-02-19T05:11:39.450Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672024-02-19T05:11:42.340Z+ ./out/clickhouse/clickhouse server --version
3682024-02-19T05:11:42.381ZClickHouse server version 22.8.9.1.
3692024-02-19T05:11:42.401Z+ set -o errexit
3702024-02-19T05:11:42.412Z+++ dirname ./tools/ci_download_console
3712024-02-19T05:11:42.412Z++ cd ./tools
3722024-02-19T05:11:42.412Z++ pwd
3732024-02-19T05:11:42.412Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742024-02-19T05:11:42.413Z++ basename ./tools/ci_download_console
3752024-02-19T05:11:42.413Z+ ARG0=ci_download_console
3762024-02-19T05:11:42.413Z+ TARGET_DIR=out
3772024-02-19T05:11:42.413Z+ DOWNLOAD_DIR=out/downloads
3782024-02-19T05:11:42.413Z+ DEST_DIR=./out/console-assets
3792024-02-19T05:11:42.413Z+ source /work/oxidecomputer/omicron/tools/console_version
3802024-02-19T05:11:42.413Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3812024-02-19T05:11:42.413Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3822024-02-19T05:11:42.413Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3832024-02-19T05:11:42.413Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842024-02-19T05:11:42.413Z+ main
3852024-02-19T05:11:42.413Z+ [[ 0 != 0 ]]
3862024-02-19T05:11:42.413Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3872024-02-19T05:11:42.413ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3882024-02-19T05:11:42.413ZLocal file: out/downloads/console.tar.gz
3892024-02-19T05:11:42.413Z+ echo 'Local file: out/downloads/console.tar.gz'
3902024-02-19T05:11:42.413Z+ local DO_DOWNLOAD=true
3912024-02-19T05:11:42.413Z+ [[ -f out/downloads/console.tar.gz ]]
3922024-02-19T05:11:42.413Z+ mkdir -p out/downloads
3932024-02-19T05:11:42.413Z+ '[' true == true ']'
3942024-02-19T05:11:42.414Z+ echo Downloading...
3952024-02-19T05:11:42.414ZDownloading...
3962024-02-19T05:11:42.414Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3972024-02-19T05:11:42.414Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3982024-02-19T05:11:42.922Z++ do_sha256sum out/downloads/console.tar.gz
3992024-02-19T05:11:42.922Z++ case "$OSTYPE" in
4002024-02-19T05:11:42.925Z++ SHA=sha256sum
4012024-02-19T05:11:42.925Z++ sha256sum
4022024-02-19T05:11:42.926Z++ awk '{print $1}'
4032024-02-19T05:11:42.926Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4042024-02-19T05:11:42.926Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4052024-02-19T05:11:42.926Z+ rm -rf ./out/console-assets
4062024-02-19T05:11:42.926Z+ mkdir -p ./out/console-assets
4072024-02-19T05:11:42.929Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082024-02-19T05:11:42.929Z+ mkdir -p ./out/console-assets
4092024-02-19T05:11:42.929Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102024-02-19T05:11:43.026Z+ set -o errexit
4112024-02-19T05:11:43.034Z+++ dirname ./tools/ci_download_maghemite_openapi
4122024-02-19T05:11:43.034Z++ cd ./tools
4132024-02-19T05:11:43.034Z++ pwd
4142024-02-19T05:11:43.034Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152024-02-19T05:11:43.034Z++ basename ./tools/ci_download_maghemite_openapi
4162024-02-19T05:11:43.034Z+ ARG0=ci_download_maghemite_openapi
4172024-02-19T05:11:43.034Z+ TARGET_DIR=out
4182024-02-19T05:11:43.034Z+ DOWNLOAD_DIR=out/downloads
4192024-02-19T05:11:43.034Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202024-02-19T05:11:43.035Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4212024-02-19T05:11:43.035Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4222024-02-19T05:11:43.035Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4232024-02-19T05:11:43.035Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4242024-02-19T05:11:43.035Z+ main
4252024-02-19T05:11:43.035Z+ [[ 0 != 0 ]]
4262024-02-19T05:11:43.035Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4272024-02-19T05:11:43.035ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4282024-02-19T05:11:43.035Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4292024-02-19T05:11:43.035ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4302024-02-19T05:11:43.035Z+ local DO_DOWNLOAD=true
4312024-02-19T05:11:43.035Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4322024-02-19T05:11:43.035Z+ mkdir -p out/downloads
4332024-02-19T05:11:43.041Z+ '[' true == true ']'
4342024-02-19T05:11:43.041Z+ echo Downloading...
4352024-02-19T05:11:43.041ZDownloading...
4362024-02-19T05:11:43.041Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4372024-02-19T05:11:43.041Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4382024-02-19T05:11:43.661Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4392024-02-19T05:11:43.661Z++ case "$OSTYPE" in
4402024-02-19T05:11:43.664Z++ SHA=sha256sum
4412024-02-19T05:11:43.664Z++ sha256sum
4422024-02-19T05:11:43.664Z++ awk '{print $1}'
4432024-02-19T05:11:43.664Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4442024-02-19T05:11:43.664Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4452024-02-19T05:11:43.665Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462024-02-19T05:11:43.665Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4472024-02-19T05:11:43.665Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4482024-02-19T05:11:43.665Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4492024-02-19T05:11:43.665Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4502024-02-19T05:11:43.665Z+ main
4512024-02-19T05:11:43.665Z+ [[ 0 != 0 ]]
4522024-02-19T05:11:43.665Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4532024-02-19T05:11:43.665ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4542024-02-19T05:11:43.665Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4552024-02-19T05:11:43.665ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4562024-02-19T05:11:43.665Z+ local DO_DOWNLOAD=true
4572024-02-19T05:11:43.665Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4582024-02-19T05:11:43.665Z+ mkdir -p out/downloads
4592024-02-19T05:11:43.665Z+ '[' true == true ']'
4602024-02-19T05:11:43.665Z+ echo Downloading...
4612024-02-19T05:11:43.665ZDownloading...
4622024-02-19T05:11:43.665Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4632024-02-19T05:11:43.665Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4642024-02-19T05:11:44.675Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4652024-02-19T05:11:45.133Z++ case "$OSTYPE" in
4662024-02-19T05:11:45.133Z++ SHA=sha256sum
4672024-02-19T05:11:45.133Z++ sha256sum
4682024-02-19T05:11:45.133Z++ awk '{print $1}'
4692024-02-19T05:11:45.133Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4702024-02-19T05:11:45.133Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4712024-02-19T05:11:45.133Z+ set -o errexit
4722024-02-19T05:11:45.133Z+++ dirname ./tools/ci_download_dendrite_openapi
4732024-02-19T05:11:45.134Z++ cd ./tools
4742024-02-19T05:11:45.134Z++ pwd
4752024-02-19T05:11:45.134Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762024-02-19T05:11:45.134Z++ basename ./tools/ci_download_dendrite_openapi
4772024-02-19T05:11:45.134Z+ ARG0=ci_download_dendrite_openapi
4782024-02-19T05:11:45.134Z+ TARGET_DIR=out
4792024-02-19T05:11:45.134Z+ DOWNLOAD_DIR=out/downloads
4802024-02-19T05:11:45.134Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812024-02-19T05:11:45.134Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4822024-02-19T05:11:45.134Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4832024-02-19T05:11:45.134Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4842024-02-19T05:11:45.134Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4852024-02-19T05:11:45.134Z+ main
4862024-02-19T05:11:45.134Z+ [[ 0 != 0 ]]
4872024-02-19T05:11:45.134Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4882024-02-19T05:11:45.134ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4892024-02-19T05:11:45.134ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4902024-02-19T05:11:45.134Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4912024-02-19T05:11:45.134Z+ local DO_DOWNLOAD=true
4922024-02-19T05:11:45.134Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4932024-02-19T05:11:45.134Z+ mkdir -p out/downloads
4942024-02-19T05:11:45.134Z+ '[' true == true ']'
4952024-02-19T05:11:45.134Z+ echo Downloading...
4962024-02-19T05:11:45.134ZDownloading...
4972024-02-19T05:11:45.134Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4982024-02-19T05:11:45.134Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4992024-02-19T05:11:45.880Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-19T05:11:45.880Z++ case "$OSTYPE" in
5012024-02-19T05:11:45.883Z++ SHA=sha256sum
5022024-02-19T05:11:45.883Z++ sha256sum
5032024-02-19T05:11:45.883Z++ awk '{print $1}'
5042024-02-19T05:11:45.890Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5052024-02-19T05:11:45.890Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5062024-02-19T05:11:45.893Z+ set -o errexit
5072024-02-19T05:11:45.896Z+++ dirname ./tools/ci_download_dendrite_stub
5082024-02-19T05:11:45.899Z++ cd ./tools
5092024-02-19T05:11:45.899Z++ pwd
5102024-02-19T05:11:45.899Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-02-19T05:11:45.900Z++ basename ./tools/ci_download_dendrite_stub
5122024-02-19T05:11:45.903Z+ ARG0=ci_download_dendrite_stub
5132024-02-19T05:11:45.903Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142024-02-19T05:11:45.903Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5152024-02-19T05:11:45.903Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5162024-02-19T05:11:45.903Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5172024-02-19T05:11:45.903Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182024-02-19T05:11:45.904Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5192024-02-19T05:11:45.904Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-19T05:11:45.904Z+ TARGET_DIR=out
5212024-02-19T05:11:45.904Z+ DOWNLOAD_DIR=out/downloads
5222024-02-19T05:11:45.904Z+ DEST_DIR=./out/dendrite-stub
5232024-02-19T05:11:45.904Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242024-02-19T05:11:45.904Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252024-02-19T05:11:45.904Z+ REPO=oxidecomputer/dendrite
5262024-02-19T05:11:45.904Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5272024-02-19T05:11:45.904Z+ main
5282024-02-19T05:11:45.904Z+ [[ 0 != 0 ]]
5292024-02-19T05:11:45.904Z+ CIDL_OS=solaris2.11
5302024-02-19T05:11:45.904Z+ [[ 0 != 0 ]]
5312024-02-19T05:11:45.904Z+ configure_os solaris2.11
5322024-02-19T05:11:45.904Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332024-02-19T05:11:45.904Zcurrent directory: /work/oxidecomputer/omicron
5342024-02-19T05:11:45.904Z+ echo 'configuring based on OS: "solaris2.11"'
5352024-02-19T05:11:45.904Z+ case "$1" in
5362024-02-19T05:11:45.904Z+ SET_BINARIES=
5372024-02-19T05:11:45.904Zconfiguring based on OS: "solaris2.11"
5382024-02-19T05:11:45.904Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5392024-02-19T05:11:45.904Z+ CIDL_SHA256FUNC=do_sha256sum
5402024-02-19T05:11:45.904Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412024-02-19T05:11:45.904Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5422024-02-19T05:11:45.904Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432024-02-19T05:11:45.904Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5442024-02-19T05:11:45.905ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5452024-02-19T05:11:45.905ZLocal file: out/downloads/dendrite-stub.tar.gz
5462024-02-19T05:11:45.905Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5472024-02-19T05:11:45.905Z+ mkdir -p out/downloads
5482024-02-19T05:11:45.905Z+ mkdir -p ./out/dendrite-stub
5492024-02-19T05:11:45.909Z+ fetch_and_verify
5502024-02-19T05:11:45.909Z+ local DO_DOWNLOAD=true
5512024-02-19T05:11:45.909Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522024-02-19T05:11:45.909Z+ '[' true == true ']'
5532024-02-19T05:11:45.909Z+ echo Downloading...
5542024-02-19T05:11:45.909ZDownloading...
5552024-02-19T05:11:45.909Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562024-02-19T05:11:45.909Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5572024-02-19T05:11:52.605Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582024-02-19T05:11:52.608Z++ sha256sum
5592024-02-19T05:11:52.608Z++ awk '{print $1}'
5602024-02-19T05:11:52.630Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5612024-02-19T05:11:52.634Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5622024-02-19T05:11:52.635Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632024-02-19T05:11:52.635Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642024-02-19T05:11:53.320Z+ do_assemble
5652024-02-19T05:11:53.320Z+ rm -r ./out/dendrite-stub
5662024-02-19T05:11:53.323Z+ mkdir ./out/dendrite-stub
5672024-02-19T05:11:53.326Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682024-02-19T05:11:53.420Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692024-02-19T05:11:53.431Z+ set -o errexit
5702024-02-19T05:11:53.433Z+++ dirname ./tools/ci_download_maghemite_mgd
5712024-02-19T05:11:53.436Z++ cd ./tools
5722024-02-19T05:11:53.436Z++ pwd
5732024-02-19T05:11:53.437Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742024-02-19T05:11:53.437Z++ basename ./tools/ci_download_maghemite_mgd
5752024-02-19T05:11:53.440Z+ ARG0=ci_download_maghemite_mgd
5762024-02-19T05:11:53.440Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772024-02-19T05:11:53.440Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5782024-02-19T05:11:53.440Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5792024-02-19T05:11:53.440Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802024-02-19T05:11:53.440Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5812024-02-19T05:11:53.440Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5822024-02-19T05:11:53.440Z+ TARGET_DIR=out
5832024-02-19T05:11:53.440Z+ DOWNLOAD_DIR=out/downloads
5842024-02-19T05:11:53.440Z+ DEST_DIR=./out/mgd
5852024-02-19T05:11:53.440Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862024-02-19T05:11:53.440Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872024-02-19T05:11:53.440Z+ REPO=oxidecomputer/maghemite
5882024-02-19T05:11:53.440Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5892024-02-19T05:11:53.441Z+ main
5902024-02-19T05:11:53.441Z+ [[ 0 != 0 ]]
5912024-02-19T05:11:53.441Z+ CIDL_OS=solaris2.11
5922024-02-19T05:11:53.441Z+ [[ 0 != 0 ]]
5932024-02-19T05:11:53.441Z+ configure_os solaris2.11
5942024-02-19T05:11:53.441Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952024-02-19T05:11:53.441Zcurrent directory: /work/oxidecomputer/omicron
5962024-02-19T05:11:53.441Zconfiguring based on OS: "solaris2.11"
5972024-02-19T05:11:53.441Z+ echo 'configuring based on OS: "solaris2.11"'
5982024-02-19T05:11:53.441Z+ case "$1" in
5992024-02-19T05:11:53.441Z+ SET_BINARIES=
6002024-02-19T05:11:53.441Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-02-19T05:11:53.441Z+ TARBALL_FILENAME=mgd.tar.gz
6022024-02-19T05:11:53.441Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6032024-02-19T05:11:53.441Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042024-02-19T05:11:53.441Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6052024-02-19T05:11:53.441ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6062024-02-19T05:11:53.441ZLocal file: out/downloads/mgd.tar.gz
6072024-02-19T05:11:53.441Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6082024-02-19T05:11:53.441Z+ mkdir -p out/downloads
6092024-02-19T05:11:53.444Z+ mkdir -p ./out/mgd
6102024-02-19T05:11:53.445Z+ fetch_and_verify
6112024-02-19T05:11:53.445Z+ local DO_DOWNLOAD=true
6122024-02-19T05:11:53.445Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132024-02-19T05:11:53.445Z+ '[' true == true ']'
6142024-02-19T05:11:53.445Z+ echo Downloading...
6152024-02-19T05:11:53.445ZDownloading...
6162024-02-19T05:11:53.445Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6172024-02-19T05:11:53.445Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6182024-02-19T05:11:57.732Z++ do_sha256sum out/downloads/mgd.tar.gz
6192024-02-19T05:11:57.734Z++ sha256sum
6202024-02-19T05:11:57.734Z++ awk '{print $1}'
6212024-02-19T05:11:57.753Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6222024-02-19T05:11:57.756Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6232024-02-19T05:11:57.756Z+ do_untar out/downloads/mgd.tar.gz
6242024-02-19T05:11:57.756Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252024-02-19T05:11:58.210Z+ do_assemble
6262024-02-19T05:11:58.210Z+ rm -r ./out/mgd
6272024-02-19T05:11:58.213Z+ mkdir ./out/mgd
6282024-02-19T05:11:58.216Z+ cp -r out/downloads/root ./out/mgd/root
6292024-02-19T05:11:58.356Z+ set -o errexit
6302024-02-19T05:11:58.359Z+++ dirname ./tools/ci_download_transceiver_control
6312024-02-19T05:11:58.362Z++ cd ./tools
6322024-02-19T05:11:58.362Z++ pwd
6332024-02-19T05:11:58.362Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342024-02-19T05:11:58.362Z++ basename ./tools/ci_download_transceiver_control
6352024-02-19T05:11:58.365Z+ ARG0=ci_download_transceiver_control
6362024-02-19T05:11:58.366Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372024-02-19T05:11:58.366Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382024-02-19T05:11:58.366Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392024-02-19T05:11:58.366Z+ TARGET_DIR=out
6402024-02-19T05:11:58.366Z+ DOWNLOAD_DIR=out/downloads
6412024-02-19T05:11:58.366Z+ DEST_DIR=./out/transceiver-control
6422024-02-19T05:11:58.366Z+ BIN_DIR=/opt/oxide/bin
6432024-02-19T05:11:58.366Z+ BINARY=xcvradm
6442024-02-19T05:11:58.366Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452024-02-19T05:11:58.366Z+ REPO=oxidecomputer/transceiver-control
6462024-02-19T05:11:58.366Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-02-19T05:11:58.366Z+ main
6482024-02-19T05:11:58.366Z+ [[ 0 != 0 ]]
6492024-02-19T05:11:58.366Z+ CIDL_OS=solaris2.11
6502024-02-19T05:11:58.366Z+ [[ 0 != 0 ]]
6512024-02-19T05:11:58.366Z+ configure_os solaris2.11
6522024-02-19T05:11:58.366Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532024-02-19T05:11:58.366Zcurrent directory: /work/oxidecomputer/omicron
6542024-02-19T05:11:58.366Z+ echo 'configuring based on OS: "solaris2.11"'
6552024-02-19T05:11:58.366Z+ case "$1" in
6562024-02-19T05:11:58.366Z+ SET_BINARIES=
6572024-02-19T05:11:58.366Zconfiguring based on OS: "solaris2.11"
6582024-02-19T05:11:58.366Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-02-19T05:11:58.366Z+ CIDL_SHA256FUNC=do_sha256sum
6602024-02-19T05:11:58.367Z+ ARCHIVE_FILENAME=xcvradm.gz
6612024-02-19T05:11:58.367Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-02-19T05:11:58.367Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632024-02-19T05:11:58.367Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642024-02-19T05:11:58.367Z+ echo 'Local file: out/downloads/xcvradm.gz'
6652024-02-19T05:11:58.367ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-19T05:11:58.367ZLocal file: out/downloads/xcvradm.gz
6672024-02-19T05:11:58.367Z+ mkdir -p out/downloads
6682024-02-19T05:11:58.370Z+ mkdir -p ./out/transceiver-control
6692024-02-19T05:11:58.371Z+ fetch_and_verify
6702024-02-19T05:11:58.371Z+ local DO_DOWNLOAD=true
6712024-02-19T05:11:58.371Z+ [[ -f out/downloads/xcvradm.gz ]]
6722024-02-19T05:11:58.371Z+ '[' true == true ']'
6732024-02-19T05:11:58.371Z+ echo Downloading...
6742024-02-19T05:11:58.371ZDownloading...
6752024-02-19T05:11:58.371Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762024-02-19T05:11:58.371Z+ 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
6772024-02-19T05:11:59.882Z++ do_sha256sum out/downloads/xcvradm.gz
6782024-02-19T05:11:59.885Z++ sha256sum
6792024-02-19T05:11:59.885Z++ awk '{print $1}'
6802024-02-19T05:11:59.891Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-02-19T05:11:59.891Z+ [[ 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 ]]
6822024-02-19T05:11:59.894Z+ do_unpack out/downloads/xcvradm.gz
6832024-02-19T05:11:59.894Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842024-02-19T05:11:59.894Z+ gzip -dc out/downloads/xcvradm.gz
6852024-02-19T05:12:00.016Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862024-02-19T05:12:00.019Z+ do_assemble
6872024-02-19T05:12:00.019Z+ rm -r ./out/transceiver-control
6882024-02-19T05:12:00.019Z+ mkdir ./out/transceiver-control
6892024-02-19T05:12:00.022Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902024-02-19T05:12:00.203ZAll prerequisites installed successfully
6912024-02-19T05:12:00.206Z
6922024-02-19T05:12:00.206Zreal 1:23.475148591
6932024-02-19T05:12:00.206Zuser 34.123213663
6942024-02-19T05:12:00.206Zsys 6.574577703
6952024-02-19T05:12:00.206Ztrap 0.009199905
6962024-02-19T05:12:00.206Ztflt 0.167223394
6972024-02-19T05:12:00.206Zdflt 0.407160969
6982024-02-19T05:12:00.206Zkflt 0.165205365
6992024-02-19T05:12:00.207Zlock 1.361407462
7002024-02-19T05:12:00.207Zslp 2:41.400253389
7012024-02-19T05:12:00.207Zlat 1.809024614
7022024-02-19T05:12:00.207Zstop 0.123373274
7032024-02-19T05:12:00.207Z+ ptime -m ./tools/ci_download_softnpu_machinery
7042024-02-19T05:12:00.214Zfetching npuzone
7052024-02-19T05:12:00.220ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7062024-02-19T05:12:00.221Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7072024-02-19T05:12:00.221ZGetting hash for npuzone
7082024-02-19T05:12:00.312Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7092024-02-19T05:12:07.797Znpuzone downloaded successfully
7102024-02-19T05:12:07.801Z
7112024-02-19T05:12:07.805Zreal 7.593886768
7122024-02-19T05:12:07.805Zuser 0.349187887
7132024-02-19T05:12:07.805Zsys 0.126289648
7142024-02-19T05:12:07.805Ztrap 0.000077499
7152024-02-19T05:12:07.805Ztflt 0.000000000
7162024-02-19T05:12:07.805Zdflt 0.000000000
7172024-02-19T05:12:07.805Zkflt 0.000000000
7182024-02-19T05:12:07.805Zlock 0.000000000
7192024-02-19T05:12:07.805Zslp 22.194139982
7202024-02-19T05:12:07.805Zlat 0.081897192
7212024-02-19T05:12:07.805Zstop 0.000165638
7222024-02-19T05:12:07.805Z+ export CARGO_INCREMENTAL=0
7232024-02-19T05:12:07.805Z+ CARGO_INCREMENTAL=0
7242024-02-19T05:12:07.805Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7252024-02-19T05:12:08.016Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7262024-02-19T05:12:08.350Z Updating git repository `https://github.com/oxidecomputer/samael`
7272024-02-19T05:12:08.740Z Updating crates.io index
7282024-02-19T05:12:08.744Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7292024-02-19T05:12:09.727Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7302024-02-19T05:12:11.377Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7312024-02-19T05:12:12.164Z Updating git repository `http://github.com/oxidecomputer/tofino`
7322024-02-19T05:12:12.492Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7332024-02-19T05:12:12.755Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7342024-02-19T05:12:13.018Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352024-02-19T05:12:13.874Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362024-02-19T05:12:16.088Z Updating git repository `https://github.com/oxidecomputer/opte`
7372024-02-19T05:12:18.018Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7382024-02-19T05:12:18.321Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7392024-02-19T05:12:18.829Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7402024-02-19T05:12:19.150Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7412024-02-19T05:12:19.446Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7422024-02-19T05:12:19.747Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7432024-02-19T05:12:20.119Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7442024-02-19T05:12:20.449Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7452024-02-19T05:12:20.872Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7462024-02-19T05:12:21.359Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7472024-02-19T05:12:21.762Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7482024-02-19T05:12:22.039Z Updating git repository `https://github.com/jgallagher/nix`
7492024-02-19T05:12:22.987Z Updating git repository `https://github.com/cbiffle/hubpack`
7502024-02-19T05:12:23.352Z Updating git repository `https://github.com/oxidecomputer/typify`
7512024-02-19T05:12:24.532Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7522024-02-19T05:12:24.916Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7532024-02-19T05:12:25.191Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7542024-02-19T05:12:26.638Z Downloading crates ...
7552024-02-19T05:12:26.853Z Downloaded lazycell v1.3.0
7562024-02-19T05:12:26.856Z Downloaded adler v1.0.2
7572024-02-19T05:12:26.860Z Downloaded libsw v3.3.1
7582024-02-19T05:12:26.871Z Downloaded inout v0.1.3
7592024-02-19T05:12:26.874Z Downloaded is-terminal v0.4.9
7602024-02-19T05:12:26.878Z Downloaded libloading v0.7.4
7612024-02-19T05:12:26.881Z Downloaded chacha20 v0.9.1
7622024-02-19T05:12:26.884Z Downloaded cfg-if v1.0.0
7632024-02-19T05:12:26.887Z Downloaded log v0.4.20
7642024-02-19T05:12:26.889Z Downloaded linear-map v1.2.0
7652024-02-19T05:12:26.890Z Downloaded managed v0.8.0
7662024-02-19T05:12:26.896Z Downloaded kstat-rs v0.2.3
7672024-02-19T05:12:26.896Z Downloaded keccak v0.1.4
7682024-02-19T05:12:26.899Z Downloaded ipnetwork v0.20.0
7692024-02-19T05:12:26.899Z Downloaded clap v4.5.0
7702024-02-19T05:12:26.906Z Downloaded maplit v1.0.2
7712024-02-19T05:12:26.911Z Downloaded indexmap v1.9.3
7722024-02-19T05:12:26.915Z Downloaded console v0.15.8
7732024-02-19T05:12:26.919Z Downloaded clang-sys v1.6.1
7742024-02-19T05:12:26.924Z Downloaded linked-hash-map v0.5.6
7752024-02-19T05:12:26.927Z Downloaded atty v0.2.14
7762024-02-19T05:12:26.930Z Downloaded normalize-line-endings v0.3.0
7772024-02-19T05:12:26.933Z Downloaded newtype_derive v0.1.6
7782024-02-19T05:12:26.933Z Downloaded base64ct v1.6.0
7792024-02-19T05:12:26.936Z Downloaded ciborium v0.2.2
7802024-02-19T05:12:26.939Z Downloaded castaway v0.2.2
7812024-02-19T05:12:26.942Z Downloaded camino-tempfile v1.1.1
7822024-02-19T05:12:26.945Z Downloaded cexpr v0.6.0
7832024-02-19T05:12:26.948Z Downloaded anstyle v1.0.2
7842024-02-19T05:12:26.951Z Downloaded async-stream-impl v0.3.5
7852024-02-19T05:12:26.951Z Downloaded tinyvec_macros v0.1.1
7862024-02-19T05:12:26.954Z Downloaded sqlparser v0.43.1
7872024-02-19T05:12:26.963Z Downloaded match_cfg v0.1.0
7882024-02-19T05:12:26.966Z Downloaded hubpack_derive v0.1.1
7892024-02-19T05:12:26.966Z Downloaded http-range v0.1.5
7902024-02-19T05:12:26.969Z Downloaded instant v0.1.12
7912024-02-19T05:12:26.972Z Downloaded buf-list v1.0.3
7922024-02-19T05:12:26.975Z Downloaded base16ct v0.2.0
7932024-02-19T05:12:26.978Z Downloaded lalrpop-util v0.19.12
7942024-02-19T05:12:26.978Z Downloaded array-init v0.0.4
7952024-02-19T05:12:26.981Z Downloaded cobs v0.2.3
7962024-02-19T05:12:26.984Z Downloaded arrayref v0.3.7
7972024-02-19T05:12:26.984Z Downloaded cipher v0.4.4
7982024-02-19T05:12:26.987Z Downloaded httpdate v1.0.3
7992024-02-19T05:12:26.990Z Downloaded itertools v0.10.5
8002024-02-19T05:12:26.997Z Downloaded memmap2 v0.7.1
8012024-02-19T05:12:27.000Z Downloaded blake2 v0.10.6
8022024-02-19T05:12:27.003Z Downloaded byteorder v1.5.0
8032024-02-19T05:12:27.006Z Downloaded block-buffer v0.10.4
8042024-02-19T05:12:27.009Z Downloaded colored v2.0.4
8052024-02-19T05:12:27.012Z Downloaded iana-time-zone v0.1.57
8062024-02-19T05:12:27.015Z Downloaded hubpack v0.1.2
8072024-02-19T05:12:27.022Z Downloaded new_debug_unreachable v1.0.4
8082024-02-19T05:12:27.025Z Downloaded async-trait v0.1.77
8092024-02-19T05:12:27.028Z Downloaded colorchoice v1.0.0
8102024-02-19T05:12:27.028Z Downloaded mime v0.3.17
8112024-02-19T05:12:27.041Z Downloaded memmap v0.7.0
8122024-02-19T05:12:27.041Z Downloaded httparse v1.8.0
8132024-02-19T05:12:27.041Z Downloaded maybe-uninit v2.0.0
8142024-02-19T05:12:27.041Z Downloaded matches v0.1.10
8152024-02-19T05:12:27.041Z Downloaded serde_path_to_error v0.1.15
8162024-02-19T05:12:27.044Z Downloaded anyhow v1.0.75
8172024-02-19T05:12:27.047Z Downloaded is_ci v1.2.0
8182024-02-19T05:12:27.047Z Downloaded csv-core v0.1.11
8192024-02-19T05:12:27.050Z Downloaded zone_cfg_derive v0.3.0
8202024-02-19T05:12:27.050Z Downloaded cstr-argument v0.1.2
8212024-02-19T05:12:27.053Z Downloaded rpassword v7.3.1
8222024-02-19T05:12:27.053Z Downloaded darling_macro v0.14.4
8232024-02-19T05:12:27.056Z Downloaded try-lock v0.2.4
8242024-02-19T05:12:27.057Z Downloaded display-error-chain v0.2.0
8252024-02-19T05:12:27.060Z Downloaded async-recursion v1.0.5
8262024-02-19T05:12:27.060Z Downloaded tower-service v0.3.2
8272024-02-19T05:12:27.062Z Downloaded crossbeam-deque v0.8.3
8282024-02-19T05:12:27.069Z Downloaded arrayvec v0.7.4
8292024-02-19T05:12:27.069Z Downloaded crc-any v2.4.3
8302024-02-19T05:12:27.072Z Downloaded corncobs v0.1.3
8312024-02-19T05:12:27.075Z Downloaded slog-scope v4.4.0
8322024-02-19T05:12:27.078Z Downloaded strsim v0.8.0
8332024-02-19T05:12:27.084Z Downloaded impl-trait-for-tuples v0.2.2
8342024-02-19T05:12:27.087Z Downloaded sqlparser_derive v0.2.2
8352024-02-19T05:12:27.087Z Downloaded semver v1.0.22
8362024-02-19T05:12:27.087Z Downloaded constant_time_eq v0.3.0
8372024-02-19T05:12:27.090Z Downloaded backoff v0.4.0
8382024-02-19T05:12:27.093Z Downloaded tap v1.0.1
8392024-02-19T05:12:27.093Z Downloaded indoc v1.0.9
8402024-02-19T05:12:27.096Z Downloaded swrite v0.1.0
8412024-02-19T05:12:27.100Z Downloaded zerocopy v0.3.0
8422024-02-19T05:12:27.100Z Downloaded universal-hash v0.5.1
8432024-02-19T05:12:27.103Z Downloaded unarray v0.1.4
8442024-02-19T05:12:27.103Z Downloaded newtype-uuid v1.0.1
8452024-02-19T05:12:27.106Z Downloaded hmac v0.12.1
8462024-02-19T05:12:27.109Z Downloaded utf8parse v0.2.1
8472024-02-19T05:12:27.109Z Downloaded indoc v2.0.3
8482024-02-19T05:12:27.112Z Downloaded hash32 v0.3.1
8492024-02-19T05:12:27.114Z Downloaded crossbeam-epoch v0.9.15
8502024-02-19T05:12:27.118Z Downloaded phf_shared v0.10.0
8512024-02-19T05:12:27.121Z Downloaded bytecount v0.6.3
8522024-02-19T05:12:27.121Z Downloaded hyper-rustls v0.24.2
8532024-02-19T05:12:27.124Z Downloaded signature v1.6.4
8542024-02-19T05:12:27.130Z Downloaded native-tls v0.2.11
8552024-02-19T05:12:27.133Z Downloaded downcast v0.11.0
8562024-02-19T05:12:27.133Z Downloaded crc32fast v1.3.2
8572024-02-19T05:12:27.133Z Downloaded packed_struct v0.10.1
8582024-02-19T05:12:27.136Z Downloaded tokio-native-tls v0.3.1
8592024-02-19T05:12:27.139Z Downloaded sha1 v0.10.6
8602024-02-19T05:12:27.139Z Downloaded rand_xorshift v0.3.0
8612024-02-19T05:12:27.142Z Downloaded crossterm v0.27.0
8622024-02-19T05:12:27.148Z Downloaded toolchain_find v0.2.0
8632024-02-19T05:12:27.151Z Downloaded precomputed-hash v0.1.1
8642024-02-19T05:12:27.152Z Downloaded futures-core v0.3.30
8652024-02-19T05:12:27.154Z Downloaded fallible-iterator v0.2.0
8662024-02-19T05:12:27.155Z Downloaded darling v0.20.3
8672024-02-19T05:12:27.158Z Downloaded usdt-impl v0.3.5
8682024-02-19T05:12:27.161Z Downloaded itoa v1.0.9
8692024-02-19T05:12:27.164Z Downloaded wyz v0.5.1
8702024-02-19T05:12:27.164Z Downloaded quick-error v1.2.3
8712024-02-19T05:12:27.166Z Downloaded defmt-macros v0.3.6
8722024-02-19T05:12:27.170Z Downloaded tokio-rustls v0.25.0
8732024-02-19T05:12:27.172Z Downloaded rustls-pemfile v1.0.3
8742024-02-19T05:12:27.176Z Downloaded phf v0.11.2
8752024-02-19T05:12:27.180Z Downloaded futures-io v0.3.30
8762024-02-19T05:12:27.180Z Downloaded structopt-derive v0.4.18
8772024-02-19T05:12:27.180Z Downloaded tokio-rustls v0.24.1
8782024-02-19T05:12:27.186Z Downloaded deranged v0.3.8
8792024-02-19T05:12:27.189Z Downloaded headers-core v0.2.0
8802024-02-19T05:12:27.189Z Downloaded pkcs8 v0.10.2
8812024-02-19T05:12:27.192Z Downloaded dof v0.3.0
8822024-02-19T05:12:27.192Z Downloaded pin-project-lite v0.2.13
8832024-02-19T05:12:27.197Z Downloaded version_check v0.9.4
8842024-02-19T05:12:27.202Z Downloaded postgres-types v0.2.6
8852024-02-19T05:12:27.202Z Downloaded doc-comment v0.3.3
8862024-02-19T05:12:27.205Z Downloaded rustls-pki-types v1.3.0
8872024-02-19T05:12:27.208Z Downloaded num-derive v0.4.0
8882024-02-19T05:12:27.208Z Downloaded rtoolbox v0.0.1
8892024-02-19T05:12:27.211Z Downloaded sha2 v0.10.8
8902024-02-19T05:12:27.214Z Downloaded similar v2.3.0
8912024-02-19T05:12:27.218Z Downloaded unicase v2.7.0
8922024-02-19T05:12:27.221Z Downloaded toml v0.5.11
8932024-02-19T05:12:27.225Z Downloaded form_urlencoded v1.2.1
8942024-02-19T05:12:27.228Z Downloaded dof v0.1.5
8952024-02-19T05:12:27.230Z Downloaded zone v0.3.0
8962024-02-19T05:12:27.230Z Downloaded serde_tokenstream v0.2.0
8972024-02-19T05:12:27.236Z Downloaded dtrace-parser v0.1.14
8982024-02-19T05:12:27.239Z Downloaded serde-hex v0.1.0
8992024-02-19T05:12:27.240Z Downloaded derive_builder_macro v0.12.0
9002024-02-19T05:12:27.240Z Downloaded take_mut v0.2.2
9012024-02-19T05:12:27.240Z Downloaded cc v1.0.83
9022024-02-19T05:12:27.243Z Downloaded equivalent v1.0.1
9032024-02-19T05:12:27.245Z Downloaded pin-project-internal v1.1.3
9042024-02-19T05:12:27.249Z Downloaded futures-executor v0.3.30
9052024-02-19T05:12:27.249Z Downloaded num-traits v0.2.16
9062024-02-19T05:12:27.251Z Downloaded memchr v2.6.3
9072024-02-19T05:12:27.260Z Downloaded parse-size v1.0.0
9082024-02-19T05:12:27.260Z Downloaded fd-lock v3.0.13
9092024-02-19T05:12:27.264Z Downloaded data-encoding v2.4.0
9102024-02-19T05:12:27.267Z Downloaded darling_core v0.14.4
9112024-02-19T05:12:27.270Z Downloaded glob v0.3.1
9122024-02-19T05:12:27.273Z Downloaded futures-sink v0.3.30
9132024-02-19T05:12:27.273Z Downloaded flagset v0.4.3
9142024-02-19T05:12:27.276Z Downloaded chacha20poly1305 v0.10.1
9152024-02-19T05:12:27.280Z Downloaded toml v0.8.10
9162024-02-19T05:12:27.283Z Downloaded utf-8 v0.7.6
9172024-02-19T05:12:27.283Z Downloaded group v0.13.0
9182024-02-19T05:12:27.283Z Downloaded tracing-attributes v0.1.26
9192024-02-19T05:12:27.287Z Downloaded darling_macro v0.20.3
9202024-02-19T05:12:27.289Z Downloaded dtrace-parser v0.2.0
9212024-02-19T05:12:27.289Z Downloaded number_prefix v0.4.0
9222024-02-19T05:12:27.290Z Downloaded signal-hook-tokio v0.3.1
9232024-02-19T05:12:27.295Z Downloaded either v1.10.0
9242024-02-19T05:12:27.295Z Downloaded hash32 v0.2.1
9252024-02-19T05:12:27.298Z Downloaded stability v0.1.1
9262024-02-19T05:12:27.298Z Downloaded difflib v0.4.0
9272024-02-19T05:12:27.299Z Downloaded vsss-rs v3.3.4
9282024-02-19T05:12:27.299Z Downloaded uuid v1.7.0
9292024-02-19T05:12:27.302Z Downloaded platforms v3.0.2
9302024-02-19T05:12:27.304Z Downloaded sct v0.7.0
9312024-02-19T05:12:27.308Z Downloaded defmt v0.3.5
9322024-02-19T05:12:27.311Z Downloaded topological-sort v0.2.2
9332024-02-19T05:12:27.314Z Downloaded tinyvec v1.6.0
9342024-02-19T05:12:27.316Z Downloaded terminal_size v0.3.0
9352024-02-19T05:12:27.316Z Downloaded serde_spanned v0.6.5
9362024-02-19T05:12:27.319Z Downloaded poly1305 v0.8.0
9372024-02-19T05:12:27.322Z Downloaded term v0.7.0
9382024-02-19T05:12:27.325Z Downloaded strum v0.26.1
9392024-02-19T05:12:27.325Z Downloaded parking_lot v0.12.1
9402024-02-19T05:12:27.328Z Downloaded semver v0.1.20
9412024-02-19T05:12:27.328Z Downloaded trust-dns-resolver v0.22.0
9422024-02-19T05:12:27.332Z Downloaded supports-color v3.0.0
9432024-02-19T05:12:27.336Z Downloaded tempfile v3.10.0
9442024-02-19T05:12:27.340Z Downloaded plain v0.2.3
9452024-02-19T05:12:27.340Z Downloaded pkcs1 v0.7.5
9462024-02-19T05:12:27.343Z Downloaded zeroize_derive v1.4.2
9472024-02-19T05:12:27.343Z Downloaded num-rational v0.4.1
9482024-02-19T05:12:27.343Z Downloaded indexmap v2.2.3
9492024-02-19T05:12:27.350Z Downloaded dyn-clone v1.0.16
9502024-02-19T05:12:27.353Z Downloaded trust-dns-server v0.22.1
9512024-02-19T05:12:27.356Z Downloaded xattr v1.0.1
9522024-02-19T05:12:27.358Z Downloaded olpc-cjson v0.1.3
9532024-02-19T05:12:27.359Z Downloaded fragile v2.0.0
9542024-02-19T05:12:27.361Z Downloaded smallvec v0.6.14
9552024-02-19T05:12:27.361Z Downloaded serde_derive_internals v0.26.0
9562024-02-19T05:12:27.364Z Downloaded diff v0.1.13
9572024-02-19T05:12:27.368Z Downloaded slab v0.4.9
9582024-02-19T05:12:27.368Z Downloaded unicode-xid v0.2.4
9592024-02-19T05:12:27.371Z Downloaded tui-tree-widget v0.17.0
9602024-02-19T05:12:27.371Z Downloaded whoami v1.4.1
9612024-02-19T05:12:27.374Z Downloaded fastrand v2.0.1
9622024-02-19T05:12:27.374Z Downloaded ref-cast v1.0.20
9632024-02-19T05:12:27.376Z Downloaded owo-colors v4.0.0
9642024-02-19T05:12:27.379Z Downloaded sec1 v0.7.3
9652024-02-19T05:12:27.383Z Downloaded toml v0.7.8
9662024-02-19T05:12:27.386Z Downloaded rustyline v13.0.0
9672024-02-19T05:12:28.392Z Downloaded funty v2.0.0
9682024-02-19T05:12:28.397Z Downloaded futures-task v0.3.30
9692024-02-19T05:12:28.397Z Downloaded dirs-next v2.0.0
9702024-02-19T05:12:28.397Z Downloaded ref-cast-impl v1.0.20
9712024-02-19T05:12:28.397Z Downloaded heapless v0.7.16
9722024-02-19T05:12:28.397Z Downloaded mio v0.8.9
9732024-02-19T05:12:28.397Z Downloaded headers v0.3.9
9742024-02-19T05:12:28.397Z Downloaded der_derive v0.7.2
9752024-02-19T05:12:28.397Z Downloaded serde_with_macros v3.6.1
9762024-02-19T05:12:28.397Z Downloaded lalrpop v0.19.12
9772024-02-19T05:12:28.397Z Downloaded tokio-tungstenite v0.20.1
9782024-02-19T05:12:28.397Z Downloaded vte v0.11.1
9792024-02-19T05:12:28.397Z Downloaded serde_with v3.6.1
9802024-02-19T05:12:28.397Z Downloaded parking_lot_core v0.9.8
9812024-02-19T05:12:28.397Z Downloaded thread-id v4.2.0
9822024-02-19T05:12:28.397Z Downloaded rcgen v0.12.1
9832024-02-19T05:12:28.398Z Downloaded unicode-bidi v0.3.13
9842024-02-19T05:12:28.398Z Downloaded rayon-core v1.12.0
9852024-02-19T05:12:28.398Z Downloaded slog v2.7.0
9862024-02-19T05:12:28.398Z Downloaded typenum v1.16.0
9872024-02-19T05:12:28.398Z Downloaded oso v0.27.0
9882024-02-19T05:12:28.398Z Downloaded mockall_derive v0.12.0
9892024-02-19T05:12:28.398Z Downloaded hkdf v0.12.4
9902024-02-19T05:12:28.398Z Downloaded ron v0.8.1
9912024-02-19T05:12:28.398Z Downloaded trust-dns-client v0.22.0
9922024-02-19T05:12:28.398Z Downloaded papergrid v0.11.0
9932024-02-19T05:12:28.398Z Downloaded tracing-core v0.1.31
9942024-02-19T05:12:28.398Z Downloaded futures v0.3.30
9952024-02-19T05:12:28.398Z Downloaded x509-cert v0.2.4
9962024-02-19T05:12:28.398Z Downloaded unsafe-libyaml v0.2.10
9972024-02-19T05:12:28.398Z Downloaded unicode-normalization v0.1.22
9982024-02-19T05:12:28.398Z Downloaded want v0.3.1
9992024-02-19T05:12:28.398Z Downloaded unicode-segmentation v1.10.1
10002024-02-19T05:12:28.398Z Downloaded fxhash v0.2.1
10012024-02-19T05:12:28.398Z Downloaded siphasher v0.3.11
10022024-02-19T05:12:28.398Z Downloaded rsa v0.9.2
10032024-02-19T05:12:28.398Z Downloaded itertools v0.12.1
10042024-02-19T05:12:28.398Z Downloaded pretty-hex v0.2.1
10052024-02-19T05:12:28.398Z Downloaded termtree v0.4.1
10062024-02-19T05:12:28.398Z Downloaded num-bigint-dig v0.8.4
10072024-02-19T05:12:28.398Z Downloaded num-bigint v0.4.4
10082024-02-19T05:12:28.399Z Downloaded usdt-attr-macro v0.5.0
10092024-02-19T05:12:28.399Z Downloaded rustc_version v0.4.0
10102024-02-19T05:12:28.399Z Downloaded phf_shared v0.11.2
10112024-02-19T05:12:28.399Z Downloaded rustls-webpki v0.102.1
10122024-02-19T05:12:28.399Z Downloaded tokio-postgres v0.7.10
10132024-02-19T05:12:28.399Z Downloaded toml_edit v0.22.6
10142024-02-19T05:12:28.399Z Downloaded vte_generate_state_changes v0.1.1
10152024-02-19T05:12:28.399Z Downloaded usdt-attr-macro v0.3.5
10162024-02-19T05:12:28.399Z Downloaded r2d2 v0.8.10
10172024-02-19T05:12:28.399Z Downloaded predicates-tree v1.0.9
10182024-02-19T05:12:28.399Z Downloaded termios v0.3.3
10192024-02-19T05:12:28.399Z Downloaded getopts v0.2.21
10202024-02-19T05:12:28.399Z Downloaded heck v0.3.3
10212024-02-19T05:12:28.399Z Downloaded gethostname v0.4.3
10222024-02-19T05:12:28.399Z Downloaded portable-atomic v1.4.3
10232024-02-19T05:12:28.399Z Downloaded serde-big-array v0.4.1
10242024-02-19T05:12:28.399Z Downloaded openssl-probe v0.1.5
10252024-02-19T05:12:28.399Z Downloaded time-core v0.1.1
10262024-02-19T05:12:28.399Z Downloaded generic-array v0.14.7
10272024-02-19T05:12:28.399Z Downloaded opaque-debug v0.3.0
10282024-02-19T05:12:28.399Z Downloaded clap_builder v4.5.0
10292024-02-19T05:12:28.399Z Downloaded predicates-core v1.0.6
10302024-02-19T05:12:28.399Z Downloaded num_threads v0.1.6
10312024-02-19T05:12:28.399Z Downloaded h2 v0.3.24
10322024-02-19T05:12:28.399Z Downloaded foreign-types-shared v0.1.1
10332024-02-19T05:12:28.399Z Downloaded stringprep v0.1.3
10342024-02-19T05:12:28.400Z Downloaded strum_macros v0.26.1
10352024-02-19T05:12:28.400Z Downloaded hyper v0.14.27
10362024-02-19T05:12:28.400Z Downloaded spki v0.7.2
10372024-02-19T05:12:28.400Z Downloaded proc-macro-crate v1.3.1
10382024-02-19T05:12:28.400Z Downloaded proc-macro-error v1.0.4
10392024-02-19T05:12:28.400Z Downloaded signal-hook-mio v0.2.3
10402024-02-19T05:12:28.400Z Downloaded foreign-types-shared v0.3.1
10412024-02-19T05:12:28.400Z Downloaded fixedbitset v0.4.2
10422024-02-19T05:12:28.400Z Downloaded wait-timeout v0.2.0
10432024-02-19T05:12:28.400Z Downloaded vec_map v0.8.2
10442024-02-19T05:12:28.400Z Downloaded sqlformat v0.2.3
10452024-02-19T05:12:28.400Z Downloaded proc-macro-error-attr v1.0.4
10462024-02-19T05:12:28.400Z Downloaded waitgroup v0.1.2
10472024-02-19T05:12:28.400Z Downloaded serde-big-array v0.5.1
10482024-02-19T05:12:28.400Z Downloaded peeking_take_while v0.1.2
10492024-02-19T05:12:28.400Z Downloaded structmeta v0.2.0
10502024-02-19T05:12:28.400Z Downloaded goblin v0.8.0
10512024-02-19T05:12:28.400Z Downloaded rayon v1.8.0
10522024-02-19T05:12:28.400Z Downloaded dirs-sys-next v0.1.2
10532024-02-19T05:12:28.400Z Downloaded once_cell v1.19.0
10542024-02-19T05:12:28.400Z Downloaded test-strategy v0.3.1
10552024-02-19T05:12:28.400Z Downloaded semver v0.11.0
10562024-02-19T05:12:28.400Z Downloaded time-macros v0.2.13
10572024-02-19T05:12:28.400Z Downloaded rustversion v1.0.14
10582024-02-19T05:12:28.400Z Downloaded serde_json v1.0.113
10592024-02-19T05:12:28.400Z Downloaded futures-util v0.3.30
10602024-02-19T05:12:28.401Z Downloaded filetime v0.2.23
10612024-02-19T05:12:28.401Z Downloaded schemars v0.8.16
10622024-02-19T05:12:28.401Z Downloaded nu-ansi-term v0.50.0
10632024-02-19T05:12:28.401Z Downloaded schemars_derive v0.8.16
10642024-02-19T05:12:28.401Z Downloaded hashbrown v0.14.3
10652024-02-19T05:12:28.401Z Downloaded bstr v1.6.0
10662024-02-19T05:12:28.401Z Downloaded winnow v0.6.1
10672024-02-19T05:12:28.401Z Downloaded syn v1.0.109
10682024-02-19T05:12:28.405Z Downloaded ucd-trie v0.1.6
10692024-02-19T05:12:28.405Z Downloaded derive_more v0.99.17
10702024-02-19T05:12:28.405Z Downloaded diesel_derives v2.1.2
10712024-02-19T05:12:28.405Z Downloaded salty v0.2.0
10722024-02-19T05:12:28.405Z Downloaded vcpkg v0.2.15
10732024-02-19T05:12:28.405Z Downloaded snafu-derive v0.7.5
10742024-02-19T05:12:28.405Z Downloaded prettyplease v0.2.16
10752024-02-19T05:12:28.405Z Downloaded elliptic-curve v0.13.8
10762024-02-19T05:12:28.405Z Downloaded flume v0.11.0
10772024-02-19T05:12:28.405Z Downloaded scroll v0.12.0
10782024-02-19T05:12:28.406Z Downloaded rand v0.8.5
10792024-02-19T05:12:28.406Z Downloaded tabled v0.15.0
10802024-02-19T05:12:28.406Z Downloaded toml_edit v0.19.15
10812024-02-19T05:12:28.406Z Downloaded radix_trie v0.2.1
10822024-02-19T05:12:28.406Z Downloaded serde v1.0.196
10832024-02-19T05:12:28.406Z Downloaded object v0.32.1
10842024-02-19T05:12:28.406Z Downloaded regex v1.10.3
10852024-02-19T05:12:28.406Z Downloaded object v0.30.4
10862024-02-19T05:12:28.406Z Downloaded trust-dns-proto v0.22.0
10872024-02-19T05:12:28.406Z Downloaded polar-core v0.27.0
10882024-02-19T05:12:28.406Z Downloaded quick-xml v0.30.0
10892024-02-19T05:12:28.406Z Downloaded sled v0.34.7
10902024-02-19T05:12:28.406Z Downloaded diesel v2.1.4
10912024-02-19T05:12:28.406Z Downloaded rustix v0.38.31
10922024-02-19T05:12:28.406Z Downloaded ratatui v0.26.1
10932024-02-19T05:12:28.406Z Downloaded regress v0.8.0
10942024-02-19T05:12:28.406Z Downloaded gimli v0.28.0
10952024-02-19T05:12:28.406Z Downloaded smoltcp v0.11.0
10962024-02-19T05:12:28.406Z Downloaded regex-syntax v0.6.29
10972024-02-19T05:12:28.406Z Downloaded smoltcp v0.9.1
10982024-02-19T05:12:28.406Z Downloaded bzip2-sys v0.1.11+1.0.8
10992024-02-19T05:12:28.406Z Downloaded openssl v0.10.60
11002024-02-19T05:12:28.406Z Downloaded zerocopy-derive v0.2.0
11012024-02-19T05:12:28.406Z Downloaded regex-syntax v0.8.2
11022024-02-19T05:12:28.406Z Downloaded sha3 v0.10.8
11032024-02-19T05:12:28.407Z Downloaded webpki-roots v0.25.2
11042024-02-19T05:12:28.407Z Downloaded petgraph v0.6.4
11052024-02-19T05:12:28.407Z Downloaded openapiv3 v2.0.0
11062024-02-19T05:12:28.407Z Downloaded libc v0.2.153
11072024-02-19T05:12:28.407Z Downloaded proptest v1.4.0
11082024-02-19T05:12:28.407Z Downloaded reqwest v0.11.22
11092024-02-19T05:12:28.407Z Downloaded zerocopy-derive v0.6.4
11102024-02-19T05:12:28.407Z Downloaded regex-automata v0.3.8
11112024-02-19T05:12:28.407Z Downloaded regex-automata v0.4.4
11122024-02-19T05:12:28.407Z Downloaded tokio v1.36.0
11132024-02-19T05:12:28.407Z Downloaded csv v1.3.0
11142024-02-19T05:12:28.407Z Downloaded time v0.3.27
11152024-02-19T05:12:28.407Z Downloaded winnow v0.5.15
11162024-02-19T05:12:28.407Z Downloaded encoding_rs v0.8.33
11172024-02-19T05:12:28.407Z Downloaded rustls v0.22.2
11182024-02-19T05:12:28.407Z Downloaded nix v0.27.1
11192024-02-19T05:12:28.407Z Downloaded url v2.5.0
11202024-02-19T05:12:28.407Z Downloaded regex-automata v0.1.10
11212024-02-19T05:12:28.407Z Downloaded syn v2.0.48
11222024-02-19T05:12:28.407Z Downloaded idna v0.2.3
11232024-02-19T05:12:28.407Z Downloaded curve25519-dalek v4.1.1
11242024-02-19T05:12:28.407Z Downloaded snafu v0.7.5
11252024-02-19T05:12:28.407Z Downloaded signal-hook v0.3.17
11262024-02-19T05:12:28.407Z Downloaded openssl-sys v0.9.96
11272024-02-19T05:12:28.407Z Downloaded rustls v0.21.9
11282024-02-19T05:12:28.407Z Downloaded idna v0.5.0
11292024-02-19T05:12:28.408Z Downloaded predicates v3.1.0
11302024-02-19T05:12:28.408Z Downloaded env_logger v0.10.0
11312024-02-19T05:12:28.411Z Downloaded password-hash v0.5.0
11322024-02-19T05:12:28.411Z Downloaded smallvec v1.13.1
11332024-02-19T05:12:28.411Z Downloaded ryu v1.0.15
11342024-02-19T05:12:28.414Z Downloaded spin v0.9.8
11352024-02-19T05:12:28.417Z Downloaded rustls-webpki v0.101.7
11362024-02-19T05:12:28.429Z Downloaded signal-hook-registry v1.4.1
11372024-02-19T05:12:28.432Z Downloaded zerocopy-derive v0.7.32
11382024-02-19T05:12:28.435Z Downloaded tiny-keccak v2.0.2
11392024-02-19T05:12:28.438Z Downloaded heapless v0.8.0
11402024-02-19T05:12:28.441Z Downloaded fnv v1.0.7
11412024-02-19T05:12:28.447Z Downloaded float-cmp v0.9.0
11422024-02-19T05:12:28.447Z Downloaded paste v1.0.14
11432024-02-19T05:12:28.451Z Downloaded parse-display-derive v0.9.0
11442024-02-19T05:12:28.451Z Downloaded embedded-io v0.4.0
11452024-02-19T05:12:28.451Z Downloaded thiserror v1.0.57
11462024-02-19T05:12:28.454Z Downloaded pest_meta v2.7.6
11472024-02-19T05:12:28.457Z Downloaded pem v3.0.2
11482024-02-19T05:12:28.457Z Downloaded ff v0.13.0
11492024-02-19T05:12:28.457Z Downloaded fd-lock v4.0.2
11502024-02-19T05:12:28.460Z Downloaded enum-as-inner v0.5.1
11512024-02-19T05:12:28.464Z Downloaded scopeguard v1.2.0
11522024-02-19T05:12:28.464Z Downloaded usdt v0.5.0
11532024-02-19T05:12:28.464Z Downloaded usdt v0.3.5
11542024-02-19T05:12:28.468Z Downloaded untrusted v0.9.0
11552024-02-19T05:12:28.468Z Downloaded tokio-macros v2.2.0
11562024-02-19T05:12:28.468Z Downloaded rusty-fork v0.3.0
11572024-02-19T05:12:28.468Z Downloaded pin-project v1.1.3
11582024-02-19T05:12:28.478Z Downloaded fs-err v2.11.0
11592024-02-19T05:12:28.485Z Downloaded spin v0.5.2
11602024-02-19T05:12:28.485Z Downloaded strip-ansi-escapes v0.2.0
11612024-02-19T05:12:28.485Z Downloaded hex v0.4.3
11622024-02-19T05:12:28.485Z Downloaded thiserror-no-std v2.0.2
11632024-02-19T05:12:28.491Z Downloaded thiserror-impl-no-std v2.0.2
11642024-02-19T05:12:28.494Z Downloaded unicode-width v0.1.11
11652024-02-19T05:12:28.494Z Downloaded rustc-hash v1.1.0
11662024-02-19T05:12:28.497Z Downloaded quote v1.0.35
11672024-02-19T05:12:28.497Z Downloaded rustc-demangle v0.1.23
11682024-02-19T05:12:28.500Z Downloaded foreign-types-macros v0.2.3
11692024-02-19T05:12:28.500Z Downloaded foreign-types v0.5.0
11702024-02-19T05:12:28.503Z Downloaded foreign-types v0.3.2
11712024-02-19T05:12:28.503Z Downloaded parse-display v0.9.0
11722024-02-19T05:12:28.503Z Downloaded zeroize v1.7.0
11732024-02-19T05:12:28.503Z Downloaded zerocopy v0.6.4
11742024-02-19T05:12:28.506Z Downloaded proc-macro2 v1.0.78
11752024-02-19T05:12:28.509Z Downloaded path-slash v0.1.5
11762024-02-19T05:12:28.509Z Downloaded oso-derive v0.27.0
11772024-02-19T05:12:28.509Z Downloaded slog-envlogger v2.2.0
11782024-02-19T05:12:28.512Z Downloaded thiserror-impl v1.0.57
11792024-02-19T05:12:28.512Z Downloaded which v4.4.0
11802024-02-19T05:12:28.517Z Downloaded endian-type v0.1.2
11812024-02-19T05:12:28.518Z Downloaded resolv-conf v0.7.0
11822024-02-19T05:12:28.521Z Downloaded bstr v0.2.17
11832024-02-19T05:12:28.525Z Downloaded pretty-hex v0.4.1
11842024-02-19T05:12:28.528Z Downloaded openssl-macros v0.1.1
11852024-02-19T05:12:28.528Z Downloaded pem-rfc7468 v0.7.0
11862024-02-19T05:12:28.531Z Downloaded futures-macro v0.3.30
11872024-02-19T05:12:28.531Z Downloaded walkdir v2.4.0
11882024-02-19T05:12:28.534Z Downloaded getrandom v0.2.10
11892024-02-19T05:12:28.537Z Downloaded bitvec v1.0.1
11902024-02-19T05:12:28.550Z Downloaded bindgen v0.69.2
11912024-02-19T05:12:28.557Z Downloaded tough v0.16.0
11922024-02-19T05:12:28.565Z Downloaded reedline v0.29.0
11932024-02-19T05:12:28.575Z Downloaded pest v2.7.6
11942024-02-19T05:12:28.578Z Downloaded percent-encoding v2.3.1
11952024-02-19T05:12:28.583Z Downloaded structmeta-derive v0.3.0
11962024-02-19T05:12:28.583Z Downloaded structmeta-derive v0.2.0
11972024-02-19T05:12:28.583Z Downloaded rustfmt-wrapper v0.2.0
11982024-02-19T05:12:28.586Z Downloaded hashbrown v0.13.2
11992024-02-19T05:12:28.589Z Downloaded chrono v0.4.31
12002024-02-19T05:12:28.594Z Downloaded zerocopy v0.7.32
12012024-02-19T05:12:28.613Z Downloaded structmeta v0.3.0
12022024-02-19T05:12:28.616Z Downloaded aho-corasick v1.0.4
12032024-02-19T05:12:28.619Z Downloaded clap v2.34.0
12042024-02-19T05:12:28.630Z Downloaded ring v0.17.8
12052024-02-19T05:12:28.702Z Downloaded subprocess v0.2.9
12062024-02-19T05:12:28.706Z Downloaded derive_builder v0.12.0
12072024-02-19T05:12:28.709Z Downloaded tokio-util v0.7.10
12082024-02-19T05:12:28.715Z Downloaded hashbrown v0.12.3
12092024-02-19T05:12:28.719Z Downloaded blake3 v1.5.0
12102024-02-19T05:12:28.726Z Downloaded unicode_categories v0.1.1
12112024-02-19T05:12:28.729Z Downloaded steno v0.4.0
12122024-02-19T05:12:28.732Z Downloaded derive_builder_core v0.12.0
12132024-02-19T05:12:28.735Z Downloaded unicode-linebreak v0.1.5
12142024-02-19T05:12:28.741Z Downloaded darling v0.14.4
12152024-02-19T05:12:28.744Z Downloaded globset v0.4.13
12162024-02-19T05:12:28.744Z Downloaded tungstenite v0.20.1
12172024-02-19T05:12:28.744Z Downloaded crossbeam-channel v0.5.8
12182024-02-19T05:12:28.747Z Downloaded ring v0.16.20
12192024-02-19T05:12:28.830Z Downloaded typed-path v0.7.0
12202024-02-19T05:12:28.836Z Downloaded der v0.7.8
12212024-02-19T05:12:28.841Z Downloaded tracing v0.1.37
12222024-02-19T05:12:28.844Z Downloaded minimal-lexical v0.2.1
12232024-02-19T05:12:28.849Z Downloaded libxml v0.3.3
12242024-02-19T05:12:28.854Z Downloaded ppv-lite86 v0.2.17
12252024-02-19T05:12:28.858Z Downloaded strsim v0.10.0
12262024-02-19T05:12:28.858Z Downloaded untrusted v0.7.1
12272024-02-19T05:12:28.858Z Downloaded heck v0.4.1
12282024-02-19T05:12:28.861Z Downloaded futures-channel v0.3.30
12292024-02-19T05:12:28.861Z Downloaded postcard v1.0.8
12302024-02-19T05:12:28.864Z Downloaded tar v0.4.40
12312024-02-19T05:12:28.867Z Downloaded derive-where v1.2.7
12322024-02-19T05:12:28.873Z Downloaded rustls-pemfile v2.1.0
12332024-02-19T05:12:28.877Z Downloaded flate2 v1.0.28
12342024-02-19T05:12:28.877Z Downloaded string_cache v0.8.7
12352024-02-19T05:12:28.880Z Downloaded rand_core v0.6.4
12362024-02-19T05:12:28.880Z Downloaded darling_core v0.20.3
12372024-02-19T05:12:28.883Z Downloaded nom v7.1.3
12382024-02-19T05:12:28.888Z Downloaded serde_yaml v0.9.25
12392024-02-19T05:12:28.892Z Downloaded slog-async v2.8.0
12402024-02-19T05:12:28.894Z Downloaded tokio-stream v0.1.14
12412024-02-19T05:12:28.897Z Downloaded num_enum v0.5.11
12422024-02-19T05:12:28.901Z Downloaded packed_struct_codegen v0.10.1
12432024-02-19T05:12:28.904Z Downloaded half v2.3.1
12442024-02-19T05:12:28.907Z Downloaded defmt-parser v0.3.3
12452024-02-19T05:12:28.907Z Downloaded fatfs v0.3.6
12462024-02-19T05:12:28.910Z Downloaded structopt v0.3.26
12472024-02-19T05:12:28.915Z Downloaded pkg-config v0.3.27
12482024-02-19T05:12:28.919Z Downloaded slog-stdlog v4.1.1
12492024-02-19T05:12:28.919Z Downloaded zip v0.6.6
12502024-02-19T05:12:28.922Z Downloaded rustc_version v0.1.7
12512024-02-19T05:12:28.925Z Downloaded serde_repr v0.1.16
12522024-02-19T05:12:28.925Z Downloaded usdt-impl v0.5.0
12532024-02-19T05:12:28.933Z Downloaded unicode-ident v1.0.12
12542024-02-19T05:12:28.933Z Downloaded usdt-macro v0.5.0
12552024-02-19T05:12:28.933Z Downloaded subtle v2.5.0
12562024-02-19T05:12:28.933Z Downloaded smf v0.2.2
12572024-02-19T05:12:28.933Z Downloaded smawk v0.3.1
12582024-02-19T05:12:28.933Z Downloaded digest v0.10.7
12592024-02-19T05:12:28.944Z Downloaded ed25519 v1.5.3
12602024-02-19T05:12:28.944Z Downloaded pest_derive v2.7.6
12612024-02-19T05:12:28.944Z Downloaded http v1.0.0
12622024-02-19T05:12:28.947Z Downloaded http v0.2.11
12632024-02-19T05:12:28.947Z Downloaded parking_lot_core v0.8.6
12642024-02-19T05:12:28.947Z Downloaded pest_generator v2.7.6
12652024-02-19T05:12:28.949Z Downloaded omicron-zone-package v0.11.0
12662024-02-19T05:12:28.952Z Downloaded strum_macros v0.24.3
12672024-02-19T05:12:28.952Z Downloaded postgres-protocol v0.6.6
12682024-02-19T05:12:28.955Z Downloaded rand_chacha v0.3.1
12692024-02-19T05:12:28.955Z Downloaded usdt-macro v0.3.5
12702024-02-19T05:12:28.955Z Downloaded nodrop v0.1.14
12712024-02-19T05:12:28.958Z Downloaded diesel_table_macro_syntax v0.1.0
12722024-02-19T05:12:28.958Z Downloaded strum_macros v0.25.2
12732024-02-19T05:12:28.959Z Downloaded slog-dtrace v0.3.0
12742024-02-19T05:12:28.961Z Downloaded signature v2.1.0
12752024-02-19T05:12:28.961Z Downloaded indicatif v0.17.8
12762024-02-19T05:12:28.965Z Downloaded crypto-bigint v0.5.2
12772024-02-19T05:12:28.970Z Downloaded lock_api v0.4.10
12782024-02-19T05:12:28.973Z Downloaded serde_derive v1.0.196
12792024-02-19T05:12:28.976Z Downloaded serde_tokenstream v0.1.7
12802024-02-19T05:12:28.979Z Downloaded miniz_oxide v0.7.1
12812024-02-19T05:12:28.982Z Downloaded multer v3.0.0
12822024-02-19T05:12:28.983Z Downloaded mime_guess v2.0.4
12832024-02-19T05:12:28.986Z Downloaded yasna v0.5.2
12842024-02-19T05:12:28.986Z Downloaded backtrace v0.3.69
12852024-02-19T05:12:28.990Z Downloaded base64 v0.21.7
12862024-02-19T05:12:28.993Z Downloaded ipnet v2.9.0
12872024-02-19T05:12:28.996Z Downloaded crypto-common v0.1.6
12882024-02-19T05:12:28.996Z Downloaded errno v0.3.8
12892024-02-19T05:12:28.999Z Downloaded synstructure v0.12.6
12902024-02-19T05:12:28.999Z Downloaded cancel-safe-futures v0.1.5
12912024-02-19T05:12:29.002Z Downloaded bitflags v2.4.0
12922024-02-19T05:12:29.008Z Downloaded toml_datetime v0.6.5
12932024-02-19T05:12:29.008Z Downloaded debug-ignore v1.0.5
12942024-02-19T05:12:29.011Z Downloaded bytes v1.5.0
12952024-02-19T05:12:29.011Z Downloaded slog-term v2.9.0
12962024-02-19T05:12:29.012Z Downloaded parking_lot v0.11.2
12972024-02-19T05:12:29.014Z Downloaded pin-utils v0.1.0
12982024-02-19T05:12:29.015Z Downloaded bzip2 v0.4.4
12992024-02-19T05:12:29.017Z Downloaded const-oid v0.9.5
13002024-02-19T05:12:29.020Z Downloaded nanorand v0.7.0
13012024-02-19T05:12:29.020Z Downloaded memoffset v0.7.1
13022024-02-19T05:12:29.023Z Downloaded ena v0.14.2
13032024-02-19T05:12:29.023Z Downloaded libefi-sys v0.1.0
13042024-02-19T05:12:29.026Z Downloaded arc-swap v1.6.0
13052024-02-19T05:12:29.030Z Downloaded allocator-api2 v0.2.16
13062024-02-19T05:12:29.033Z Downloaded addr2line v0.21.0
13072024-02-19T05:12:29.033Z Downloaded crossbeam-utils v0.8.16
13082024-02-19T05:12:29.036Z Downloaded mockall v0.12.0
13092024-02-19T05:12:29.036Z Downloaded memoffset v0.9.0
13102024-02-19T05:12:29.039Z Downloaded termcolor v1.2.0
13112024-02-19T05:12:29.039Z Downloaded slog-json v2.6.1
13122024-02-19T05:12:29.041Z Downloaded secrecy v0.8.0
13132024-02-19T05:12:29.041Z Downloaded radium v0.7.0
13142024-02-19T05:12:29.041Z Downloaded lazy_static v1.4.0
13152024-02-19T05:12:29.044Z Downloaded nibble_vec v0.1.0
13162024-02-19T05:12:29.044Z Downloaded crc-catalog v2.2.0
13172024-02-19T05:12:29.045Z Downloaded convert_case v0.4.0
13182024-02-19T05:12:29.047Z Downloaded hyper-staticfile v0.9.5
13192024-02-19T05:12:29.048Z Downloaded hyper-tls v0.5.0
13202024-02-19T05:12:29.050Z Downloaded compact_str v0.7.1
13212024-02-19T05:12:29.053Z Downloaded ciborium-ll v0.2.2
13222024-02-19T05:12:29.053Z Downloaded md-5 v0.10.5
13232024-02-19T05:12:29.053Z Downloaded slog-bunyan v2.5.0
13242024-02-19T05:12:29.056Z Downloaded shlex v1.3.0
13252024-02-19T05:12:29.056Z Downloaded shell-words v1.1.0
13262024-02-19T05:12:29.056Z Downloaded serde_urlencoded v0.7.1
13272024-02-19T05:12:29.061Z Downloaded curve25519-dalek-derive v0.1.0
13282024-02-19T05:12:29.062Z Downloaded cookie v0.18.0
13292024-02-19T05:12:29.064Z Downloaded ahash v0.8.7
13302024-02-19T05:12:29.064Z Downloaded textwrap v0.11.0
13312024-02-19T05:12:29.064Z Downloaded stable_deref_trait v1.2.0
13322024-02-19T05:12:29.069Z Downloaded bcs v0.1.6
13332024-02-19T05:12:29.069Z Downloaded ident_case v1.0.1
13342024-02-19T05:12:29.069Z Downloaded scroll_derive v0.12.0
13352024-02-19T05:12:29.071Z Downloaded num v0.4.1
13362024-02-19T05:12:29.072Z Downloaded semver-parser v0.10.2
13372024-02-19T05:12:29.072Z Downloaded num-complex v0.4.4
13382024-02-19T05:12:29.080Z Downloaded scheduled-thread-pool v0.2.7
13392024-02-19T05:12:29.080Z Downloaded same-file v1.0.6
13402024-02-19T05:12:29.080Z Downloaded clap_derive v4.5.0
13412024-02-19T05:12:29.086Z Downloaded tabled_derive v0.7.0
13422024-02-19T05:12:29.086Z Downloaded serde_plain v1.0.2
13432024-02-19T05:12:29.086Z Downloaded argon2 v0.5.3
13442024-02-19T05:12:29.086Z Downloaded anstyle-parse v0.2.1
13452024-02-19T05:12:29.086Z Downloaded ansi_term v0.12.1
13462024-02-19T05:12:29.090Z Downloaded anstream v0.6.11
13472024-02-19T05:12:29.090Z Downloaded crunchy v0.2.2
13482024-02-19T05:12:29.090Z Downloaded bit-vec v0.6.3
13492024-02-19T05:12:29.090Z Downloaded async-stream v0.3.5
13502024-02-19T05:12:29.090Z Downloaded lru v0.12.1
13512024-02-19T05:12:29.090Z Downloaded crc v3.0.1
13522024-02-19T05:12:29.093Z Downloaded bit-set v0.5.3
13532024-02-19T05:12:29.093Z Downloaded humantime v2.1.0
13542024-02-19T05:12:29.096Z Downloaded block-padding v0.3.3
13552024-02-19T05:12:29.096Z Downloaded bitflags v1.3.2
13562024-02-19T05:12:29.099Z Downloaded home v0.5.5
13572024-02-19T05:12:29.100Z Downloaded num-integer v0.1.46
13582024-02-19T05:12:29.100Z Downloaded num_enum_derive v0.5.11
13592024-02-19T05:12:29.105Z Downloaded num_cpus v1.16.0
13602024-02-19T05:12:29.105Z Downloaded num-iter v0.1.43
13612024-02-19T05:12:29.109Z Downloaded multimap v0.10.0
13622024-02-19T05:12:29.109Z Downloaded http-body v0.4.5
13632024-02-19T05:12:29.109Z Downloaded camino v1.1.6
13642024-02-19T05:12:29.109Z Downloaded autocfg v1.1.0
13652024-02-19T05:12:29.109Z Downloaded highway v1.1.0
13662024-02-19T05:12:29.112Z Downloaded strsim v0.11.0
13672024-02-19T05:12:29.112Z Downloaded atomic-waker v1.1.1
13682024-02-19T05:12:29.112Z Downloaded textwrap v0.16.1
13692024-02-19T05:12:29.115Z Downloaded socket2 v0.5.5
13702024-02-19T05:12:29.118Z Downloaded socket2 v0.4.9
13712024-02-19T05:12:29.118Z Downloaded thread_local v1.1.7
13722024-02-19T05:12:29.121Z Downloaded strum v0.25.0
13732024-02-19T05:12:29.121Z Downloaded hostname v0.3.1
13742024-02-19T05:12:29.121Z Downloaded ascii-canvas v3.0.0
13752024-02-19T05:12:29.124Z Downloaded macaddr v1.0.1
13762024-02-19T05:12:29.124Z Downloaded clap_lex v0.7.0
13772024-02-19T05:12:29.127Z Downloaded aead v0.5.2
13782024-02-19T05:12:29.127Z Downloaded static_assertions v1.1.0
13792024-02-19T05:12:29.127Z Downloaded cpufeatures v0.2.12
13802024-02-19T05:12:29.130Z Downloaded bitfield v0.14.0
13812024-02-19T05:12:29.130Z Downloaded bb8 v0.8.3
13822024-02-19T05:12:29.131Z Downloaded anstyle-query v1.0.0
13832024-02-19T05:12:29.131Z Downloaded lru-cache v0.1.2
13842024-02-19T05:12:29.133Z Downloaded libm v0.2.7
13852024-02-19T05:12:29.140Z Downloaded atomicwrites v0.4.3
13862024-02-19T05:12:29.144Z Downloaded assert_matches v1.5.0
13872024-02-19T05:12:29.144Z Downloaded ciborium-io v0.2.2
13882024-02-19T05:12:29.144Z Downloaded cassowary v0.3.0
13892024-02-19T05:12:29.149Z Downloaded crucible-workspace-hack v0.1.0
13902024-02-19T05:12:29.509Z Compiling proc-macro2 v1.0.78
13912024-02-19T05:12:29.509Z Compiling unicode-ident v1.0.12
13922024-02-19T05:12:29.518Z Compiling libc v0.2.153
13932024-02-19T05:12:29.518Z Compiling serde v1.0.196
13942024-02-19T05:12:29.518Z Compiling autocfg v1.1.0
13952024-02-19T05:12:29.550Z Compiling version_check v0.9.4
13962024-02-19T05:12:29.554Z Compiling cfg-if v1.0.0
13972024-02-19T05:12:29.665Z Compiling syn v1.0.109
13982024-02-19T05:12:29.694Z Compiling once_cell v1.19.0
13992024-02-19T05:12:29.788Z Compiling byteorder v1.5.0
14002024-02-19T05:12:30.056Z Compiling memchr v2.6.3
14012024-02-19T05:12:30.128Z Compiling ahash v0.8.7
14022024-02-19T05:12:30.195Z Compiling lock_api v0.4.10
14032024-02-19T05:12:30.214Z Compiling parking_lot_core v0.9.8
14042024-02-19T05:12:30.845Z Compiling libm v0.2.7
14052024-02-19T05:12:30.848Z Compiling serde_json v1.0.113
14062024-02-19T05:12:31.050Z Compiling num-traits v0.2.16
14072024-02-19T05:12:31.111Z Compiling thiserror v1.0.57
14082024-02-19T05:12:31.268Z Compiling scopeguard v1.2.0
14092024-02-19T05:12:31.365Z Compiling typenum v1.16.0
14102024-02-19T05:12:31.417Z Compiling generic-array v0.14.7
14112024-02-19T05:12:31.554Z Compiling itoa v1.0.9
14122024-02-19T05:12:32.007Z Compiling quote v1.0.35
14132024-02-19T05:12:32.083Z Compiling log v0.4.20
14142024-02-19T05:12:32.457Z Compiling cc v1.0.83
14152024-02-19T05:12:32.550Z Compiling getrandom v0.2.10
14162024-02-19T05:12:32.690Z Compiling syn v2.0.48
14172024-02-19T05:12:32.934Z Compiling pkg-config v0.3.27
14182024-02-19T05:12:33.307Z Compiling allocator-api2 v0.2.16
14192024-02-19T05:12:33.533Z Compiling slab v0.4.9
14202024-02-19T05:12:33.888Z Compiling ryu v1.0.15
14212024-02-19T05:12:34.052Z Compiling heck v0.4.1
14222024-02-19T05:12:34.193Z Compiling pin-project-lite v0.2.13
14232024-02-19T05:12:34.208Z Compiling smallvec v1.13.1
14242024-02-19T05:12:34.318Z Compiling schemars v0.8.16
14252024-02-19T05:12:34.518Z Compiling equivalent v1.0.1
14262024-02-19T05:12:34.799Z Compiling vcpkg v0.2.15
14272024-02-19T05:12:35.062Z Compiling ring v0.17.8
14282024-02-19T05:12:35.132Z Compiling parking_lot v0.12.1
14292024-02-19T05:12:36.529Z Compiling openssl-sys v0.9.96
14302024-02-19T05:12:36.830Z Compiling signal-hook-registry v1.4.1
14312024-02-19T05:12:37.447Z Compiling rand_core v0.6.4
14322024-02-19T05:12:37.604Z Compiling mio v0.8.9
14332024-02-19T05:12:38.373Z Compiling ring v0.16.20
14342024-02-19T05:12:39.107Z Compiling socket2 v0.5.5
14352024-02-19T05:12:39.151Z Compiling num_cpus v1.16.0
14362024-02-19T05:12:39.358Z Compiling rustix v0.38.31
14372024-02-19T05:12:39.403Z Compiling httparse v1.8.0
14382024-02-19T05:12:39.499Z Compiling ucd-trie v0.1.6
14392024-02-19T05:12:39.765Z Compiling futures-core v0.3.30
14402024-02-19T05:12:40.004Z Compiling crossbeam-utils v0.8.16
14412024-02-19T05:12:40.021Z Compiling openssl v0.10.60
14422024-02-19T05:12:40.024Z Compiling spin v0.5.2
14432024-02-19T05:12:40.273Z Compiling serde_derive_internals v0.26.0
14442024-02-19T05:12:40.439Z Compiling fnv v1.0.7
14452024-02-19T05:12:40.478Z Compiling semver v1.0.22
14462024-02-19T05:12:40.721Z Compiling iana-time-zone v0.1.57
14472024-02-19T05:12:41.206Z Compiling const-oid v0.9.5
14482024-02-19T05:12:41.272Z Compiling native-tls v0.2.11
14492024-02-19T05:12:41.427Z Compiling subtle v2.5.0
14502024-02-19T05:12:41.623Z Compiling rustls v0.21.9
14512024-02-19T05:12:41.672Z Compiling unicode-xid v0.2.4
14522024-02-19T05:12:41.705Z Compiling spin v0.9.8
14532024-02-19T05:12:41.832Z Compiling synstructure v0.12.6
14542024-02-19T05:12:42.155Z Compiling memoffset v0.9.0
14552024-02-19T05:12:42.174Z Compiling futures-sink v0.3.30
14562024-02-19T05:12:42.697Z Compiling backtrace v0.3.69
14572024-02-19T05:12:42.982Z Compiling dyn-clone v1.0.16
14582024-02-19T05:12:43.074Z Compiling tinyvec_macros v0.1.1
14592024-02-19T05:12:43.108Z Compiling rustversion v1.0.14
14602024-02-19T05:12:43.152Z Compiling tinyvec v1.6.0
14612024-02-19T05:12:43.350Z Compiling futures-channel v0.3.30
14622024-02-19T05:12:43.582Z Compiling tracing-core v0.1.31
14632024-02-19T05:12:43.737Z Compiling crossbeam-epoch v0.9.15
14642024-02-19T05:12:43.757Z Compiling futures-io v0.3.30
14652024-02-19T05:12:43.933Z Compiling futures-task v0.3.30
14662024-02-19T05:12:44.100Z Compiling slog v2.7.0
14672024-02-19T05:12:44.156Z Compiling pin-utils v0.1.0
14682024-02-19T05:12:44.562Z Compiling winnow v0.5.15
14692024-02-19T05:12:44.579Z Compiling unicode-normalization v0.1.22
14702024-02-19T05:12:45.676Z Compiling serde_derive v1.0.196
14712024-02-19T05:12:45.826Z Compiling zerocopy-derive v0.7.32
14722024-02-19T05:12:45.870Z Compiling zeroize_derive v1.4.2
14732024-02-19T05:12:45.903Z Compiling thiserror-impl v1.0.57
14742024-02-19T05:12:46.204Z Compiling tokio-macros v2.2.0
14752024-02-19T05:12:46.590Z Compiling futures-macro v0.3.30
14762024-02-19T05:12:47.276Z Compiling tracing-attributes v0.1.26
14772024-02-19T05:12:47.743Z Compiling schemars_derive v0.8.16
14782024-02-19T05:12:47.846Z Compiling zerocopy v0.7.32
14792024-02-19T05:12:48.583Z Compiling zeroize v1.7.0
14802024-02-19T05:12:49.068Z Compiling pest v2.7.6
14812024-02-19T05:12:50.154Z Compiling hashbrown v0.14.3
14822024-02-19T05:12:50.672Z Compiling openssl-macros v0.1.1
14832024-02-19T05:12:50.827Z Compiling zerocopy-derive v0.2.0
14842024-02-19T05:12:51.415Z Compiling pest_meta v2.7.6
14852024-02-19T05:12:51.663Z Compiling crypto-common v0.1.6
14862024-02-19T05:12:51.749Z Compiling der_derive v0.7.2
14872024-02-19T05:12:51.864Z Compiling block-buffer v0.10.4
14882024-02-19T05:12:51.988Z Compiling tracing v0.1.37
14892024-02-19T05:12:52.178Z Compiling futures-util v0.3.30
14902024-02-19T05:12:52.651Z Compiling usdt-impl v0.3.5
14912024-02-19T05:12:52.955Z Compiling pest_generator v2.7.6
14922024-02-19T05:12:54.501Z Compiling unicode-bidi v0.3.13
14932024-02-19T05:12:54.717Z Compiling anyhow v1.0.75
14942024-02-19T05:12:55.351Z Compiling time-core v0.1.1
14952024-02-19T05:12:55.465Z Compiling pest_derive v2.7.6
14962024-02-19T05:12:55.541Z Compiling crc32fast v1.3.2
14972024-02-19T05:12:55.992Z Compiling time-macros v0.2.13
14982024-02-19T05:12:56.702Z Compiling digest v0.10.7
14992024-02-19T05:12:57.173Z Compiling scroll_derive v0.12.0
15002024-02-19T05:12:57.449Z Compiling bzip2-sys v0.1.11+1.0.8
15012024-02-19T05:12:57.672Z Compiling aho-corasick v1.0.4
15022024-02-19T05:12:57.925Z Compiling async-trait v0.1.77
15032024-02-19T05:12:58.401Z Compiling untrusted v0.9.0
15042024-02-19T05:12:58.441Z Compiling ppv-lite86 v0.2.17
15052024-02-19T05:12:58.616Z Compiling regex-syntax v0.8.2
15062024-02-19T05:12:58.637Z Compiling signal-hook v0.3.17
15072024-02-19T05:12:59.206Z Compiling zerocopy v0.3.0
15082024-02-19T05:12:59.262Z Compiling rand_chacha v0.3.1
15092024-02-19T05:12:59.624Z Compiling bytes v1.5.0
15102024-02-19T05:13:00.210Z Compiling indexmap v2.2.3
15112024-02-19T05:13:00.349Z Compiling uuid v1.7.0
15122024-02-19T05:13:01.170Z Compiling bitflags v2.4.0
15132024-02-19T05:13:01.419Z Compiling chrono v0.4.31
15142024-02-19T05:13:01.754Z Compiling tokio v1.36.0
15152024-02-19T05:13:04.647Z Compiling serde_spanned v0.6.5
15162024-02-19T05:13:04.923Z Compiling toml_datetime v0.6.5
15172024-02-19T05:13:06.005Z Compiling rustc_version v0.4.0
15182024-02-19T05:13:06.543Z Compiling toml_edit v0.19.15
15192024-02-19T05:13:06.659Z Compiling http v0.2.11
15202024-02-19T05:13:07.766Z Compiling heapless v0.7.16
15212024-02-19T05:13:08.597Z Compiling regex-automata v0.4.4
15222024-02-19T05:13:09.142Z Compiling thread-id v4.2.0
15232024-02-19T05:13:12.016Z Compiling tokio-util v0.7.10
15242024-02-19T05:13:13.046Z Compiling regex v1.10.3
15252024-02-19T05:13:13.662Z Compiling dof v0.1.5
15262024-02-19T05:13:14.146Z Compiling rand v0.8.5
15272024-02-19T05:13:15.854Z Compiling dtrace-parser v0.1.14
15282024-02-19T05:13:16.731Z Compiling strum_macros v0.25.2
15292024-02-19T05:13:17.343Z Compiling errno v0.3.8
15302024-02-19T05:13:17.381Z Compiling num-bigint v0.4.4
15312024-02-19T05:13:17.497Z Compiling smoltcp v0.9.1
15322024-02-19T05:13:17.590Z Compiling percent-encoding v2.3.1
15332024-02-19T05:13:17.828Z Compiling foreign-types-shared v0.1.1
15342024-02-19T05:13:17.928Z Compiling untrusted v0.7.1
15352024-02-19T05:13:17.951Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15362024-02-19T05:13:18.131Z Compiling base64ct v1.6.0
15372024-02-19T05:13:18.646Z Compiling pem-rfc7468 v0.7.0
15382024-02-19T05:13:18.754Z Compiling foreign-types v0.3.2
15392024-02-19T05:13:20.635Z Compiling serde_tokenstream v0.1.7
15402024-02-19T05:13:21.368Z Compiling hmac v0.12.1
15412024-02-19T05:13:21.590Z Compiling lazy_static v1.4.0
15422024-02-19T05:13:21.783Z Compiling socket2 v0.4.9
15432024-02-19T05:13:22.465Z Compiling base64 v0.21.7
15442024-02-19T05:13:22.482Z Compiling adler v1.0.2
15452024-02-19T05:13:23.588Z Compiling flagset v0.4.3
15462024-02-19T05:13:23.594Z Compiling unicode-width v0.1.11
15472024-02-19T05:13:23.594Z Compiling siphasher v0.3.11
15482024-02-19T05:13:23.594Z Compiling try-lock v0.2.4
15492024-02-19T05:13:23.594Z Compiling bitflags v1.3.2
15502024-02-19T05:13:23.594Z Compiling unicode-segmentation v1.10.1
15512024-02-19T05:13:23.594Z Compiling want v0.3.1
15522024-02-19T05:13:23.594Z Compiling miniz_oxide v0.7.1
15532024-02-19T05:13:23.594Z Compiling der v0.7.8
15542024-02-19T05:13:24.252Z Compiling sct v0.7.0
15552024-02-19T05:13:24.441Z Compiling rustls-webpki v0.101.7
15562024-02-19T05:13:24.532Z Compiling form_urlencoded v1.2.1
15572024-02-19T05:13:24.551Z Compiling h2 v0.3.24
15582024-02-19T05:13:24.872Z Compiling http-body v0.4.5
15592024-02-19T05:13:25.118Z Compiling hubpack_derive v0.1.1
15602024-02-19T05:13:25.275Z Compiling zerocopy-derive v0.6.4
15612024-02-19T05:13:26.635Z Compiling num-iter v0.1.43
15622024-02-19T05:13:26.956Z Compiling usdt-impl v0.5.0
15632024-02-19T05:13:27.159Z Compiling stable_deref_trait v1.2.0
15642024-02-19T05:13:27.270Z Compiling utf8parse v0.2.1
15652024-02-19T05:13:27.347Z Compiling cpufeatures v0.2.12
15662024-02-19T05:13:27.402Z Compiling tower-service v0.3.2
15672024-02-19T05:13:27.498Z Compiling openssl-probe v0.1.5
15682024-02-19T05:13:27.525Z Compiling anstyle v1.0.2
15692024-02-19T05:13:27.572Z Compiling httpdate v1.0.3
15702024-02-19T05:13:27.876Z Compiling sha2 v0.10.8
15712024-02-19T05:13:27.947Z Compiling anstyle-parse v0.2.1
15722024-02-19T05:13:28.284Z Compiling spki v0.7.2
15732024-02-19T05:13:30.664Z Compiling usdt-attr-macro v0.3.5
15742024-02-19T05:13:31.148Z Compiling usdt-macro v0.3.5
15752024-02-19T05:13:32.070Z Compiling hyper v0.14.27
15762024-02-19T05:13:32.845Z Compiling openapiv3 v2.0.0
15772024-02-19T05:13:32.950Z Compiling scroll v0.12.0
15782024-02-19T05:13:33.648Z Compiling md-5 v0.10.5
15792024-02-19T05:13:33.962Z Compiling idna v0.5.0
15802024-02-19T05:13:34.262Z Compiling stringprep v0.1.3
15812024-02-19T05:13:35.076Z Compiling diesel_table_macro_syntax v0.1.0
15822024-02-19T05:13:35.208Z Compiling num-integer v0.1.46
15832024-02-19T05:13:35.399Z Compiling hash32 v0.2.1
15842024-02-19T05:13:35.451Z Compiling gimli v0.28.0
15852024-02-19T05:13:35.785Z Compiling plain v0.2.3
15862024-02-19T05:13:35.948Z Compiling fallible-iterator v0.2.0
15872024-02-19T05:13:36.709Z Compiling colorchoice v1.0.0
15882024-02-19T05:13:36.875Z Compiling anstyle-query v1.0.0
15892024-02-19T05:13:37.009Z Compiling anstream v0.6.11
15902024-02-19T05:13:37.810Z Compiling postgres-protocol v0.6.6
15912024-02-19T05:13:38.298Z Compiling goblin v0.8.0
15922024-02-19T05:13:38.980Z Compiling diesel_derives v2.1.2
15932024-02-19T05:13:39.955Z Compiling addr2line v0.21.0
15942024-02-19T05:13:40.600Z Compiling url v2.5.0
15952024-02-19T05:13:42.868Z Compiling tokio-rustls v0.24.1
15962024-02-19T05:13:43.286Z Compiling terminal_size v0.3.0
15972024-02-19T05:13:43.502Z Compiling tokio-native-tls v0.3.1
15982024-02-19T05:13:43.805Z Compiling pkcs8 v0.10.2
15992024-02-19T05:13:44.000Z Compiling phf_shared v0.11.2
16002024-02-19T05:13:44.820Z Compiling serde_tokenstream v0.2.0
16012024-02-19T05:13:45.379Z Compiling block-padding v0.3.3
16022024-02-19T05:13:45.618Z Compiling enum-as-inner v0.5.1
16032024-02-19T05:13:45.704Z Compiling serde_repr v0.1.16
16042024-02-19T05:13:46.607Z Compiling clap_derive v4.5.0
16052024-02-19T05:13:47.223Z Compiling ff v0.13.0
16062024-02-19T05:13:47.497Z Compiling scheduled-thread-pool v0.2.7
16072024-02-19T05:13:47.720Z Compiling object v0.32.1
16082024-02-19T05:13:49.344Z Compiling regex-automata v0.1.10
16092024-02-19T05:13:49.878Z Compiling managed v0.8.0
16102024-02-19T05:13:50.457Z Compiling rustc-demangle v0.1.23
16112024-02-19T05:13:52.900Z Compiling ipnet v2.9.0
16122024-02-19T05:13:53.047Z Compiling clap_lex v0.7.0
16132024-02-19T05:13:53.513Z Compiling num_threads v0.1.6
16142024-02-19T05:13:53.656Z Compiling bit-vec v0.6.3
16152024-02-19T05:13:53.677Z Compiling deranged v0.3.8
16162024-02-19T05:13:54.070Z Compiling strsim v0.11.0
16172024-02-19T05:13:54.125Z Compiling base16ct v0.2.0
16182024-02-19T05:13:54.447Z Compiling matches v0.1.10
16192024-02-19T05:13:54.506Z Compiling pretty-hex v0.4.1
16202024-02-19T05:13:54.720Z Compiling dof v0.3.0
16212024-02-19T05:13:54.804Z Compiling idna v0.2.3
16222024-02-19T05:13:55.076Z Compiling clap_builder v4.5.0
16232024-02-19T05:13:55.535Z Compiling time v0.3.27
16242024-02-19T05:13:56.688Z Compiling sec1 v0.7.3
16252024-02-19T05:13:58.363Z Compiling bstr v0.2.17
16262024-02-19T05:13:58.656Z Compiling r2d2 v0.8.10
16272024-02-19T05:13:59.027Z Compiling group v0.13.0
16282024-02-19T05:13:59.783Z Compiling inout v0.1.3
16292024-02-19T05:14:00.668Z Compiling phf v0.11.2
16302024-02-19T05:14:00.701Z Compiling hyper-tls v0.5.0
16312024-02-19T05:14:00.820Z Compiling hyper-rustls v0.24.2
16322024-02-19T05:14:00.913Z Compiling signal-hook-mio v0.2.3
16332024-02-19T05:14:00.945Z Compiling flate2 v1.0.28
16342024-02-19T05:14:01.069Z Compiling bzip2 v0.4.4
16352024-02-19T05:14:01.088Z Compiling postgres-types v0.2.6
16362024-02-19T05:14:01.332Z Compiling zerocopy v0.6.4
16372024-02-19T05:14:01.597Z Compiling hubpack v0.1.2
16382024-02-19T05:14:01.900Z Compiling serde_urlencoded v0.7.1
16392024-02-19T05:14:02.050Z Compiling phf_shared v0.10.0
16402024-02-19T05:14:02.270Z Compiling rustls-pemfile v1.0.3
16412024-02-19T05:14:02.440Z Compiling hkdf v0.12.4
16422024-02-19T05:14:02.564Z Compiling ipnetwork v0.20.0
16432024-02-19T05:14:02.880Z Compiling futures-executor v0.3.30
16442024-02-19T05:14:03.112Z Compiling dtrace-parser v0.2.0
16452024-02-19T05:14:03.447Z Compiling regress v0.8.0
16462024-02-19T05:14:03.514Z Compiling crypto-bigint v0.5.2
16472024-02-19T05:14:03.773Z Compiling float-cmp v0.9.0
16482024-02-19T05:14:04.014Z Compiling encoding_rs v0.8.33
16492024-02-19T05:14:05.664Z Compiling minimal-lexical v0.2.1
16502024-02-19T05:14:06.006Z Compiling webpki-roots v0.25.2
16512024-02-19T05:14:06.189Z Compiling fixedbitset v0.4.2
16522024-02-19T05:14:06.192Z Compiling data-encoding v2.4.0
16532024-02-19T05:14:06.723Z Compiling difflib v0.4.0
16542024-02-19T05:14:08.037Z Compiling mime v0.3.17
16552024-02-19T05:14:08.534Z Compiling regex-automata v0.3.8
16562024-02-19T05:14:08.585Z Compiling static_assertions v1.1.0
16572024-02-19T05:14:08.914Z Compiling either v1.10.0
16582024-02-19T05:14:08.950Z Compiling new_debug_unreachable v1.0.4
16592024-02-19T05:14:09.055Z Compiling precomputed-hash v0.1.1
16602024-02-19T05:14:09.681Z Compiling predicates-core v1.0.6
16612024-02-19T05:14:10.021Z Compiling winnow v0.6.1
16622024-02-19T05:14:10.168Z Compiling normalize-line-endings v0.3.0
16632024-02-19T05:14:10.300Z Compiling whoami v1.4.1
16642024-02-19T05:14:10.661Z Compiling tokio-postgres v0.7.10
16652024-02-19T05:14:10.923Z Compiling bstr v1.6.0
16662024-02-19T05:14:12.481Z Compiling predicates v3.1.0
16672024-02-19T05:14:13.925Z Compiling toml_edit v0.22.6
16682024-02-19T05:14:15.544Z Compiling itertools v0.10.5
16692024-02-19T05:14:16.696Z Compiling string_cache v0.8.7
16702024-02-19T05:14:17.154Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16712024-02-19T05:14:18.536Z Compiling reqwest v0.11.22
16722024-02-19T05:14:18.670Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16732024-02-19T05:14:21.585Z Compiling trust-dns-proto v0.22.0
16742024-02-19T05:14:23.243Z Compiling petgraph v0.6.4
16752024-02-19T05:14:25.712Z Compiling nom v7.1.3
16762024-02-19T05:14:27.560Z Compiling elliptic-curve v0.13.8
16772024-02-19T05:14:29.629Z Compiling futures v0.3.30
16782024-02-19T05:14:29.756Z Compiling diesel v2.1.4
16792024-02-19T05:14:29.774Z Compiling yasna v0.5.2
16802024-02-19T05:14:30.220Z Compiling zip v0.6.6
16812024-02-19T05:14:30.855Z Compiling crossterm v0.27.0
16822024-02-19T05:14:31.062Z Compiling cipher v0.4.4
16832024-02-19T05:14:31.089Z Compiling similar v2.3.0
16842024-02-19T05:14:31.506Z Compiling clap v4.5.0
16852024-02-19T05:14:31.542Z Compiling bit-set v0.5.3
16862024-02-19T05:14:31.626Z Compiling usdt v0.3.5
16872024-02-19T05:14:31.847Z Compiling console v0.15.8
16882024-02-19T05:14:32.475Z Compiling strum v0.25.0
16892024-02-19T05:14:32.923Z Compiling tokio-stream v0.1.14
16902024-02-19T05:14:33.270Z Compiling toml v0.7.8
16912024-02-19T05:14:33.930Z Compiling hex v0.4.3
16922024-02-19T05:14:34.483Z Compiling proc-macro-error-attr v1.0.4
16932024-02-19T05:14:35.099Z Compiling lalrpop-util v0.19.12
16942024-02-19T05:14:35.835Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16952024-02-19T05:14:37.314Z Compiling proc-macro-crate v1.3.1
16962024-02-19T05:14:38.377Z Compiling proc-macro-error v1.0.4
16972024-02-19T05:14:38.705Z Compiling heapless v0.8.0
16982024-02-19T05:14:38.941Z Compiling camino v1.1.6
16992024-02-19T05:14:40.439Z Compiling num_enum_derive v0.5.11
17002024-02-19T05:14:50.629Z Compiling atty v0.2.14
17012024-02-19T05:14:50.794Z Compiling hash32 v0.3.1
17022024-02-19T05:14:51.885Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17032024-02-19T05:14:53.980Z Compiling smoltcp v0.11.0
17042024-02-19T05:14:54.625Z Compiling strsim v0.10.0
17052024-02-19T05:14:56.284Z Compiling rustls-pki-types v1.3.0
17062024-02-19T05:14:56.988Z Compiling ident_case v1.0.1
17072024-02-19T05:14:57.709Z Compiling darling_core v0.20.3
17082024-02-19T05:15:13.251Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092024-02-19T05:15:16.835Z Compiling num_enum v0.5.11
17102024-02-19T05:15:22.975Z Compiling dirs-sys-next v0.1.2
17112024-02-19T05:15:23.850Z Compiling rustls v0.22.2
17122024-02-19T05:15:24.579Z Compiling embedded-io v0.4.0
17132024-02-19T05:15:25.463Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17142024-02-19T05:15:26.673Z Compiling cobs v0.2.3
17152024-02-19T05:15:27.217Z Compiling postcard v1.0.8
17162024-02-19T05:15:32.460Z Compiling dirs-next v2.0.0
17172024-02-19T05:15:34.832Z Compiling darling_macro v0.20.3
17182024-02-19T05:15:37.809Z Compiling rustls-webpki v0.102.1
17192024-02-19T05:15:39.381Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17202024-02-19T05:15:43.850Z Compiling getopts v0.2.21
17212024-02-19T05:15:44.291Z Compiling structmeta-derive v0.3.0
17222024-02-19T05:15:44.779Z Compiling foreign-types-macros v0.2.3
17232024-02-19T05:15:45.245Z Compiling thread_local v1.1.7
17242024-02-19T05:15:45.447Z Compiling multer v3.0.0
17252024-02-19T05:15:45.763Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17262024-02-19T05:15:45.944Z Compiling foreign-types-shared v0.3.1
17272024-02-19T05:15:46.082Z Compiling rayon-core v1.12.0
17282024-02-19T05:15:47.090Z Compiling match_cfg v0.1.0
17292024-02-19T05:15:47.289Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17302024-02-19T05:15:47.332Z Compiling paste v1.0.14
17312024-02-19T05:15:47.635Z Compiling slog-async v2.8.0
17322024-02-19T05:15:48.118Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17332024-02-19T05:15:48.276Z Compiling unsafe-libyaml v0.2.10
17342024-02-19T05:15:48.354Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17352024-02-19T05:15:51.972Z Compiling serde_yaml v0.9.25
17362024-02-19T05:15:53.777Z Compiling hostname v0.3.1
17372024-02-19T05:15:54.038Z Compiling structmeta v0.3.0
17382024-02-19T05:15:57.369Z Compiling foreign-types v0.5.0
17392024-02-19T05:15:58.052Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17402024-02-19T05:16:05.129Z Compiling darling v0.20.3
17412024-02-19T05:16:06.153Z Compiling term v0.7.0
17422024-02-19T05:16:07.805Z Compiling slog-json v2.6.1
17432024-02-19T05:16:08.342Z Compiling crossbeam-deque v0.8.3
17442024-02-19T05:16:09.274Z Compiling is-terminal v0.4.9
17452024-02-19T05:16:09.427Z Compiling crossbeam-channel v0.5.8
17462024-02-19T05:16:11.104Z Compiling http v1.0.0
17472024-02-19T05:16:11.250Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17482024-02-19T05:16:12.081Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17492024-02-19T05:16:12.410Z Compiling async-stream-impl v0.3.5
17502024-02-19T05:16:12.936Z Compiling cstr-argument v0.1.2
17512024-02-19T05:16:13.199Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17522024-02-19T05:16:13.538Z Compiling atomic-waker v1.1.1
17532024-02-19T05:16:13.724Z Compiling pretty-hex v0.2.1
17542024-02-19T05:16:13.975Z Compiling take_mut v0.2.2
17552024-02-19T05:16:14.064Z Compiling crucible-workspace-hack v0.1.0
17562024-02-19T05:16:14.148Z Compiling fastrand v2.0.1
17572024-02-19T05:16:14.391Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17582024-02-19T05:16:14.749Z Compiling tempfile v3.10.0
17592024-02-19T05:16:15.120Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17602024-02-19T05:16:15.538Z Compiling async-stream v0.3.5
17612024-02-19T05:16:15.872Z Compiling waitgroup v0.1.2
17622024-02-19T05:16:16.207Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632024-02-19T05:16:16.979Z Compiling colored v2.0.4
17642024-02-19T05:16:18.424Z Compiling slog-bunyan v2.5.0
17652024-02-19T05:16:18.823Z Compiling slog-term v2.9.0
17662024-02-19T05:16:19.049Z Compiling tokio-rustls v0.25.0
17672024-02-19T05:16:19.537Z Compiling serde_with_macros v3.6.1
17682024-02-19T05:16:19.985Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17692024-02-19T05:16:21.846Z Compiling parse-display-derive v0.9.0
17702024-02-19T05:16:22.453Z Compiling toml v0.8.10
17712024-02-19T05:16:23.020Z Compiling rustls-pemfile v2.1.0
17722024-02-19T05:16:23.809Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17732024-02-19T05:16:25.407Z Compiling sha1 v0.10.6
17742024-02-19T05:16:25.980Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17752024-02-19T05:16:26.315Z Compiling textwrap v0.11.0
17762024-02-19T05:16:27.480Z Compiling heck v0.3.3
17772024-02-19T05:16:28.057Z Compiling newtype-uuid v1.0.1
17782024-02-19T05:16:28.143Z Compiling serde_path_to_error v0.1.15
17792024-02-19T05:16:28.214Z Compiling strum_macros v0.26.1
17802024-02-19T05:16:28.289Z Compiling instant v0.1.12
17812024-02-19T05:16:28.465Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17822024-02-19T05:16:28.567Z Compiling vec_map v0.8.2
17832024-02-19T05:16:28.854Z Compiling debug-ignore v1.0.5
17842024-02-19T05:16:28.906Z Compiling ansi_term v0.12.1
17852024-02-19T05:16:29.022Z Compiling libefi-sys v0.1.0
17862024-02-19T05:16:29.179Z Compiling strsim v0.8.0
17872024-02-19T05:16:29.379Z Compiling clap v2.34.0
17882024-02-19T05:16:30.639Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17892024-02-19T05:16:33.135Z Compiling strum v0.26.1
17902024-02-19T05:16:33.348Z Compiling backoff v0.4.0
17912024-02-19T05:16:33.671Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17922024-02-19T05:16:33.742Z Compiling structopt-derive v0.4.18
17932024-02-19T05:16:34.017Z Compiling parse-display v0.9.0
17942024-02-19T05:16:34.998Z Compiling serde_with v3.6.1
17952024-02-19T05:16:35.956Z Compiling rayon v1.8.0
17962024-02-19T05:16:36.080Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17972024-02-19T05:16:36.297Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17982024-02-19T05:16:37.034Z Compiling camino-tempfile v1.1.1
17992024-02-19T05:16:38.022Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18002024-02-19T05:16:38.214Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18012024-02-19T05:16:38.757Z Compiling zone_cfg_derive v0.3.0
18022024-02-19T05:16:40.045Z Compiling macaddr v1.0.1
18032024-02-19T05:16:40.206Z Compiling num-derive v0.4.0
18042024-02-19T05:16:40.803Z Compiling blake3 v1.5.0
18052024-02-19T05:16:41.420Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18062024-02-19T05:16:41.641Z Compiling portable-atomic v1.4.3
18072024-02-19T05:16:42.447Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18082024-02-19T05:16:42.473Z Compiling zone v0.3.0
18092024-02-19T05:16:42.657Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18102024-02-19T05:16:43.242Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18112024-02-19T05:16:44.214Z Compiling structopt v0.3.26
18122024-02-19T05:16:45.334Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18132024-02-19T05:16:46.322Z Compiling smf v0.2.2
18142024-02-19T05:16:46.398Z Compiling memmap2 v0.7.1
18152024-02-19T05:16:46.421Z Compiling xattr v1.0.1
18162024-02-19T05:16:46.513Z Compiling filetime v0.2.23
18172024-02-19T05:16:46.727Z Compiling arrayvec v0.7.4
18182024-02-19T05:16:46.920Z Compiling constant_time_eq v0.3.0
18192024-02-19T05:16:46.986Z Compiling arrayref v0.3.7
18202024-02-19T05:16:47.101Z Compiling same-file v1.0.6
18212024-02-19T05:16:47.135Z Compiling tar v0.4.40
18222024-02-19T05:16:47.445Z Compiling walkdir v2.4.0
18232024-02-19T05:16:49.210Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18242024-02-19T05:16:50.060Z Compiling gethostname v0.4.3
18252024-02-19T05:16:50.353Z Compiling number_prefix v0.4.0
18262024-02-19T05:16:50.457Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18272024-02-19T05:16:50.609Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18282024-02-19T05:16:51.581Z Compiling topological-sort v0.2.2
18292024-02-19T05:16:51.856Z Compiling omicron-zone-package v0.11.0
18302024-02-19T05:16:52.989Z Compiling indicatif v0.17.8
18312024-02-19T05:16:53.491Z Compiling swrite v0.1.0
18322024-02-19T05:17:01.020Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18332024-02-19T05:17:03.393Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18342024-02-19T05:17:05.855Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18352024-02-19T05:17:24.034Z Finished release [optimized] target(s) in 5m 16s
18362024-02-19T05:17:24.246Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18372024-02-19T05:17:24.306ZLogging to: /work/oxidecomputer/omicron/out/LOG
18382024-02-19T05:17:24.313ZCreated new build target 'test' and set it as active
18392024-02-19T05:17:24.313Z
18402024-02-19T05:17:24.313Zreal 5:16.470483555
18412024-02-19T05:17:24.313Zuser 33:48.465306007
18422024-02-19T05:17:24.313Zsys 3:49.493687158
18432024-02-19T05:17:24.313Ztrap 1.003882591
18442024-02-19T05:17:24.313Ztflt 5.160378477
18452024-02-19T05:17:24.313Zdflt 3.114829431
18462024-02-19T05:17:24.313Zkflt 0.072185173
18472024-02-19T05:17:24.313Zlock 1:11:52.855084019
18482024-02-19T05:17:24.313Zslp 1:36:01.004781852
18492024-02-19T05:17:24.313Zlat 2:08.470401793
18502024-02-19T05:17:24.313Zstop 3:22.083388311
18512024-02-19T05:17:24.313Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18522024-02-19T05:17:25.002Z Finished release [optimized] target(s) in 0.64s
18532024-02-19T05:17:25.023Z Running `target/release/omicron-package -t test package`
18542024-02-19T05:17:25.050ZLogging to: /work/oxidecomputer/omicron/out/LOG
18552024-02-19T05:17:25.789Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18562024-02-19T05:17:25.792Z Compiling linked-hash-map v0.5.6
18572024-02-19T05:17:25.793Z Compiling usdt-attr-macro v0.5.0
18582024-02-19T05:17:25.793Z Compiling usdt-macro v0.5.0
18592024-02-19T05:17:25.793Z Compiling memmap v0.7.0
18602024-02-19T05:17:25.852Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18612024-02-19T05:17:25.856Z Compiling password-hash v0.5.0
18622024-02-19T05:17:25.863Z Compiling blake2 v0.10.6
18632024-02-19T05:17:26.215Z Compiling lru-cache v0.1.2
18642024-02-19T05:17:26.316Z Compiling argon2 v0.5.3
18652024-02-19T05:17:26.406Z Compiling semver v0.1.20
18662024-02-19T05:17:26.984Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18672024-02-19T05:17:27.241Z Compiling rustc_version v0.1.7
18682024-02-19T05:17:27.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18692024-02-19T05:17:27.372Z Compiling usdt v0.5.0
18702024-02-19T05:17:27.544Z Compiling rayon-core v1.12.0
18712024-02-19T05:17:27.560Z Compiling crossbeam-deque v0.8.3
18722024-02-19T05:17:27.572Z Compiling quick-error v1.2.3
18732024-02-19T05:17:27.637Z Compiling newtype_derive v0.1.6
18742024-02-19T05:17:27.709Z Compiling fastrand v2.0.1
18752024-02-19T05:17:27.905Z Compiling same-file v1.0.6
18762024-02-19T05:17:28.127Z Compiling walkdir v2.4.0
18772024-02-19T05:17:28.215Z Compiling tempfile v3.10.0
18782024-02-19T05:17:28.427Z Compiling resolv-conf v0.7.0
18792024-02-19T05:17:28.787Z Compiling itertools v0.12.1
18802024-02-19T05:17:28.906Z Compiling camino v1.1.6
18812024-02-19T05:17:28.964Z Compiling semver-parser v0.10.2
18822024-02-19T05:17:29.008Z Compiling slog-dtrace v0.3.0
18832024-02-19T05:17:29.234Z Compiling blake3 v1.5.0
18842024-02-19T05:17:29.509Z Compiling rayon v1.8.0
18852024-02-19T05:17:29.632Z Compiling trust-dns-resolver v0.22.0
18862024-02-19T05:17:30.357Z Compiling semver v0.11.0
18872024-02-19T05:17:30.519Z Compiling nibble_vec v0.1.0
18882024-02-19T05:17:30.745Z Compiling filetime v0.2.23
18892024-02-19T05:17:30.877Z Compiling xattr v1.0.1
18902024-02-19T05:17:31.069Z Compiling memmap2 v0.7.1
18912024-02-19T05:17:31.079Z Compiling arrayvec v0.7.4
18922024-02-19T05:17:31.110Z Compiling endian-type v0.1.2
18932024-02-19T05:17:31.345Z Compiling arrayref v0.3.7
18942024-02-19T05:17:31.434Z Compiling home v0.5.5
18952024-02-19T05:17:31.443Z Compiling constant_time_eq v0.3.0
18962024-02-19T05:17:31.460Z Compiling radix_trie v0.2.1
18972024-02-19T05:17:31.585Z Compiling toolchain_find v0.2.0
18982024-02-19T05:17:31.654Z Compiling tar v0.4.40
18992024-02-19T05:17:32.120Z Compiling steno v0.4.0
19002024-02-19T05:17:32.373Z Compiling camino-tempfile v1.1.1
19012024-02-19T05:17:32.802Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19022024-02-19T05:17:33.595Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19032024-02-19T05:17:34.110Z Compiling toml v0.5.11
19042024-02-19T05:17:34.210Z Compiling derive-where v1.2.7
19052024-02-19T05:17:34.436Z Compiling num-rational v0.4.1
19062024-02-19T05:17:34.772Z Compiling radium v0.7.0
19072024-02-19T05:17:35.222Z Compiling topological-sort v0.2.2
19082024-02-19T05:17:35.439Z Compiling omicron-zone-package v0.11.0
19092024-02-19T05:17:35.805Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19102024-02-19T05:17:36.014Z Compiling rustfmt-wrapper v0.2.0
19112024-02-19T05:17:36.583Z Compiling toml v0.8.10
19122024-02-19T05:17:37.438Z Compiling cancel-safe-futures v0.1.5
19132024-02-19T05:17:37.564Z Compiling maybe-uninit v2.0.0
19142024-02-19T05:17:37.805Z Compiling tap v1.0.1
19152024-02-19T05:17:37.996Z Compiling wyz v0.5.1
19162024-02-19T05:17:38.476Z Compiling num-complex v0.4.4
19172024-02-19T05:17:38.786Z Compiling packed_struct v0.10.1
19182024-02-19T05:17:39.213Z Compiling funty v2.0.0
19192024-02-19T05:17:39.880Z Compiling num-bigint-dig v0.8.4
19202024-02-19T05:17:40.203Z Compiling crc-catalog v2.2.0
19212024-02-19T05:17:40.344Z Compiling crc v3.0.1
19222024-02-19T05:17:40.682Z Compiling bitvec v1.0.1
19232024-02-19T05:17:41.104Z Compiling num v0.4.1
19242024-02-19T05:17:41.296Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19252024-02-19T05:17:41.895Z Compiling fxhash v0.2.1
19262024-02-19T05:17:42.160Z Compiling packed_struct_codegen v0.10.1
19272024-02-19T05:17:42.284Z Compiling indexmap v1.9.3
19282024-02-19T05:17:42.379Z Compiling utf-8 v0.7.6
19292024-02-19T05:17:42.613Z Compiling nodrop v0.1.14
19302024-02-19T05:17:42.737Z Compiling array-init v0.0.4
19312024-02-19T05:17:42.789Z Compiling tungstenite v0.20.1
19322024-02-19T05:17:44.050Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19332024-02-19T05:17:44.838Z Compiling smallvec v0.6.14
19342024-02-19T05:17:45.635Z Compiling pkcs1 v0.7.5
19352024-02-19T05:17:48.751Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19362024-02-19T05:17:49.513Z Compiling signature v2.1.0
19372024-02-19T05:17:49.768Z Compiling unicase v2.7.0
19382024-02-19T05:17:49.956Z Compiling half v2.3.1
19392024-02-19T05:17:50.097Z Compiling termcolor v1.2.0
19402024-02-19T05:17:50.734Z Compiling ciborium-io v0.2.2
19412024-02-19T05:17:50.863Z Compiling hashbrown v0.12.3
19422024-02-19T05:17:51.460Z Compiling bitfield v0.14.0
19432024-02-19T05:17:51.776Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19442024-02-19T05:17:52.700Z Compiling ciborium-ll v0.2.2
19452024-02-19T05:17:53.275Z Compiling env_logger v0.10.0
19462024-02-19T05:17:53.303Z Compiling rsa v0.9.2
19472024-02-19T05:17:57.148Z Compiling serde-hex v0.1.0
19482024-02-19T05:17:57.758Z Compiling tokio-tungstenite v0.20.1
19492024-02-19T05:17:58.372Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19502024-02-19T05:17:58.527Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19512024-02-19T05:17:58.746Z Compiling x509-cert v0.2.4
19522024-02-19T05:17:58.794Z Compiling ron v0.8.1
19532024-02-19T05:18:02.540Z Compiling hashbrown v0.13.2
19542024-02-19T05:18:03.982Z Compiling crc-any v2.4.3
19552024-02-19T05:18:04.995Z Compiling display-error-chain v0.2.0
19562024-02-19T05:18:05.176Z Compiling arc-swap v1.6.0
19572024-02-19T05:18:05.225Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19582024-02-19T05:18:05.962Z Compiling slog-scope v4.4.0
19592024-02-19T05:18:06.913Z Compiling object v0.30.4
19602024-02-19T05:18:12.312Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19612024-02-19T05:18:12.908Z Compiling ciborium v0.2.2
19622024-02-19T05:18:14.041Z Compiling libsw v3.3.1
19632024-02-19T05:18:14.365Z Compiling linear-map v1.2.0
19642024-02-19T05:18:14.771Z Compiling parking_lot_core v0.8.6
19652024-02-19T05:18:15.210Z Compiling path-slash v0.1.5
19662024-02-19T05:18:15.280Z Compiling owo-colors v4.0.0
19672024-02-19T05:18:15.434Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19682024-02-19T05:18:18.736Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19692024-02-19T05:18:21.135Z Compiling slog-stdlog v4.1.1
19702024-02-19T05:18:22.271Z Compiling dirs-sys-next v0.1.2
19712024-02-19T05:18:22.770Z Compiling crunchy v0.2.2
19722024-02-19T05:18:23.258Z Compiling glob v0.3.1
19732024-02-19T05:18:23.324Z Compiling convert_case v0.4.0
19742024-02-19T05:18:23.876Z Compiling dirs-next v2.0.0
19752024-02-19T05:18:24.106Z Compiling clang-sys v1.6.1
19762024-02-19T05:18:24.147Z Compiling derive_more v0.99.17
19772024-02-19T05:18:24.430Z Compiling slog-envlogger v2.2.0
19782024-02-19T05:18:25.792Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19792024-02-19T05:18:27.157Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19802024-02-19T05:18:27.170Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19812024-02-19T05:18:29.583Z Compiling tiny-keccak v2.0.2
19822024-02-19T05:18:29.894Z Compiling platforms v3.0.2
19832024-02-19T05:18:30.249Z Compiling prettyplease v0.2.16
19842024-02-19T05:18:30.619Z Compiling parking_lot v0.11.2
19852024-02-19T05:18:31.751Z Compiling mime_guess v2.0.4
19862024-02-19T05:18:33.011Z Compiling term v0.7.0
19872024-02-19T05:18:33.167Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19882024-02-19T05:18:33.970Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19892024-02-19T05:18:34.523Z Compiling trust-dns-client v0.22.0
19902024-02-19T05:18:35.967Z Compiling darling_core v0.14.4
19912024-02-19T05:18:40.342Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19922024-02-19T05:18:41.321Z Compiling pem v3.0.2
19932024-02-19T05:18:42.921Z Compiling darling_macro v0.14.4
19942024-02-19T05:18:43.891Z Compiling trust-dns-server v0.22.1
19952024-02-19T05:18:44.958Z Compiling ascii-canvas v3.0.0
19962024-02-19T05:18:45.655Z Compiling sled v0.34.7
19972024-02-19T05:18:46.422Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19982024-02-19T05:18:49.867Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19992024-02-19T05:18:50.098Z Compiling is-terminal v0.4.9
20002024-02-19T05:18:50.227Z Compiling ena v0.14.2
20012024-02-19T05:18:50.641Z Compiling vte_generate_state_changes v0.1.1
20022024-02-19T05:18:51.285Z Compiling libloading v0.7.4
20032024-02-19T05:18:51.637Z Compiling bindgen v0.69.2
20042024-02-19T05:18:52.103Z Compiling regex-syntax v0.6.29
20052024-02-19T05:18:52.246Z Compiling diff v0.1.13
20062024-02-19T05:18:57.798Z Compiling lalrpop v0.19.12
20072024-02-19T05:19:00.726Z Compiling vte v0.11.1
20082024-02-19T05:19:02.762Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20092024-02-19T05:19:04.327Z Compiling curve25519-dalek v4.1.1
20102024-02-19T05:19:06.613Z Compiling darling v0.14.4
20112024-02-19T05:19:06.748Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20122024-02-19T05:19:09.575Z Compiling cexpr v0.6.0
20132024-02-19T05:19:11.094Z Compiling which v4.4.0
20142024-02-19T05:19:11.645Z Compiling kstat-rs v0.2.3
20152024-02-19T05:19:12.892Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20162024-02-19T05:19:13.629Z Compiling memoffset v0.7.1
20172024-02-19T05:19:13.956Z Compiling doc-comment v0.3.3
20182024-02-19T05:19:14.475Z Compiling rustc-hash v1.1.0
20192024-02-19T05:19:14.627Z Compiling bytecount v0.6.3
20202024-02-19T05:19:14.954Z Compiling keccak v0.1.4
20212024-02-19T05:19:15.879Z Compiling shlex v1.3.0
20222024-02-19T05:19:16.266Z Compiling buf-list v1.0.3
20232024-02-19T05:19:16.848Z Compiling peeking_take_while v0.1.2
20242024-02-19T05:19:16.988Z Compiling lazycell v1.3.0
20252024-02-19T05:19:18.573Z Compiling sha3 v0.10.8
20262024-02-19T05:19:19.482Z Compiling papergrid v0.11.0
20272024-02-19T05:19:21.098Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20282024-02-19T05:19:21.311Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20292024-02-19T05:19:23.395Z Compiling derive_builder_core v0.12.0
20302024-02-19T05:19:25.428Z Compiling strip-ansi-escapes v0.2.0
20312024-02-19T05:19:26.151Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20322024-02-19T05:19:26.901Z Compiling polar-core v0.27.0
20332024-02-19T05:19:28.483Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20342024-02-19T05:19:31.078Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20352024-02-19T05:19:32.102Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20362024-02-19T05:19:32.188Z Compiling tabled_derive v0.7.0
20372024-02-19T05:19:32.359Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20382024-02-19T05:19:32.583Z Compiling fd-lock v3.0.13
20392024-02-19T05:19:32.813Z Compiling fd-lock v4.0.2
20402024-02-19T05:19:33.038Z Compiling headers-core v0.2.0
20412024-02-19T05:19:33.220Z Compiling universal-hash v0.5.1
20422024-02-19T05:19:33.444Z Compiling nix v0.27.1
20432024-02-19T05:19:34.534Z Compiling secrecy v0.8.0
20442024-02-19T05:19:34.807Z Compiling libxml v0.3.3
20452024-02-19T05:19:35.188Z Compiling curve25519-dalek-derive v0.1.0
20462024-02-19T05:19:35.700Z Compiling pin-project-internal v1.1.3
20472024-02-19T05:19:36.649Z Compiling thiserror-impl-no-std v2.0.2
20482024-02-19T05:19:37.061Z Compiling sqlparser_derive v0.2.2
20492024-02-19T05:19:37.758Z Compiling nu-ansi-term v0.50.0
20502024-02-19T05:19:38.144Z Compiling unicode_categories v0.1.1
20512024-02-19T05:19:38.392Z Compiling opaque-debug v0.3.0
20522024-02-19T05:19:38.489Z Compiling ref-cast v1.0.20
20532024-02-19T05:19:38.492Z Compiling poly1305 v0.8.0
20542024-02-19T05:19:38.520Z Compiling pin-project v1.1.3
20552024-02-19T05:19:38.648Z Compiling sqlformat v0.2.3
20562024-02-19T05:19:39.053Z Compiling rustyline v13.0.0
20572024-02-19T05:19:39.143Z Compiling reedline v0.29.0
20582024-02-19T05:19:39.537Z Compiling thiserror-no-std v2.0.2
20592024-02-19T05:19:39.655Z Compiling sqlparser v0.43.1
20602024-02-19T05:19:40.242Z Compiling tabled v0.15.0
20612024-02-19T05:19:47.609Z Compiling headers v0.3.9
20622024-02-19T05:19:47.654Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20632024-02-19T05:19:49.389Z Compiling derive_builder_macro v0.12.0
20642024-02-19T05:19:52.794Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20652024-02-19T05:19:53.034Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20662024-02-19T05:19:53.347Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20672024-02-19T05:19:53.678Z Compiling chacha20 v0.9.1
20682024-02-19T05:19:54.147Z Compiling aead v0.5.2
20692024-02-19T05:19:54.450Z Compiling strum_macros v0.24.3
20702024-02-19T05:19:58.075Z Compiling bcs v0.1.6
20712024-02-19T05:19:58.974Z Compiling snafu-derive v0.7.5
20722024-02-19T05:20:00.560Z Compiling ref-cast-impl v1.0.20
20732024-02-19T05:20:01.608Z Compiling fs-err v2.11.0
20742024-02-19T05:20:01.737Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20752024-02-19T05:20:01.947Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20762024-02-19T05:20:02.077Z Compiling cookie v0.18.0
20772024-02-19T05:20:02.301Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20782024-02-19T05:20:02.436Z Compiling highway v1.1.0
20792024-02-19T05:20:02.639Z Compiling salty v0.2.0
20802024-02-19T05:20:03.064Z Compiling signature v1.6.4
20812024-02-19T05:20:03.254Z Compiling indoc v1.0.9
20822024-02-19T05:20:03.842Z Compiling ed25519 v1.5.3
20832024-02-19T05:20:03.920Z Compiling snafu v0.7.5
20842024-02-19T05:20:04.016Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20852024-02-19T05:20:04.626Z Compiling chacha20poly1305 v0.10.1
20862024-02-19T05:20:04.886Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20872024-02-19T05:20:04.998Z Compiling derive_builder v0.12.0
20882024-02-19T05:20:05.345Z Compiling vsss-rs v3.3.4
20892024-02-19T05:20:10.473Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20902024-02-19T05:20:11.242Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20912024-02-19T05:20:13.082Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20922024-02-19T05:20:13.427Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20932024-02-19T05:20:13.556Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20942024-02-19T05:20:13.738Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20952024-02-19T05:20:14.725Z Compiling globset v0.4.13
20962024-02-19T05:20:16.635Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20972024-02-19T05:20:18.974Z Compiling olpc-cjson v0.1.3
20982024-02-19T05:20:19.260Z Compiling bb8 v0.8.3
20992024-02-19T05:20:19.542Z Compiling quick-xml v0.30.0
21002024-02-19T05:20:19.558Z Compiling serde-big-array v0.5.1
21012024-02-19T05:20:19.807Z Compiling serde_plain v1.0.2
21022024-02-19T05:20:19.843Z Compiling impl-trait-for-tuples v0.2.2
21032024-02-19T05:20:20.333Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21042024-02-19T05:20:21.198Z Compiling async-recursion v1.0.5
21052024-02-19T05:20:22.216Z Compiling oso-derive v0.27.0
21062024-02-19T05:20:23.136Z Compiling http-range v0.1.5
21072024-02-19T05:20:23.727Z Compiling maplit v1.0.2
21082024-02-19T05:20:23.738Z Compiling typed-path v0.7.0
21092024-02-19T05:20:23.839Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21102024-02-19T05:20:25.511Z Compiling hyper-staticfile v0.9.5
21112024-02-19T05:20:28.968Z Compiling tough v0.16.0
21122024-02-19T05:20:29.751Z Compiling oso v0.27.0
21132024-02-19T05:20:31.026Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21142024-02-19T05:20:31.994Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21152024-02-19T05:20:32.770Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21162024-02-19T05:21:04.425Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21172024-02-19T05:21:04.524Z Compiling signal-hook-tokio v0.3.1
21182024-02-19T05:21:04.735Z Compiling serde-big-array v0.4.1
21192024-02-19T05:21:04.933Z Compiling parse-size v1.0.0
21202024-02-19T05:21:05.257Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21212024-02-19T05:21:05.992Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21222024-02-19T05:21:06.726Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21232024-02-19T05:21:07.648Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21242024-02-19T05:21:09.163Z Compiling castaway v0.2.2
21252024-02-19T05:21:09.344Z Compiling corncobs v0.1.3
21262024-02-19T05:21:09.765Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21272024-02-19T05:21:10.600Z Compiling compact_str v0.7.1
21282024-02-19T05:21:12.354Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21292024-02-19T05:21:17.918Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21302024-02-19T05:21:18.941Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21312024-02-19T05:21:19.389Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21322024-02-19T05:21:19.712Z Compiling lru v0.12.1
21332024-02-19T05:21:20.052Z Compiling stability v0.1.1
21342024-02-19T05:21:20.360Z Compiling cassowary v0.3.0
21352024-02-19T05:21:21.003Z Compiling indoc v2.0.3
21362024-02-19T05:21:22.035Z Compiling ratatui v0.26.1
21372024-02-19T05:21:25.156Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21382024-02-19T05:21:26.861Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21392024-02-19T05:21:33.265Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21402024-02-19T05:21:34.511Z Compiling rcgen v0.12.1
21412024-02-19T05:21:41.386Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21422024-02-19T05:21:41.459Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21432024-02-19T05:21:41.779Z Compiling atomicwrites v0.4.3
21442024-02-19T05:21:42.336Z Compiling subprocess v0.2.9
21452024-02-19T05:21:46.086Z Compiling unicode-linebreak v0.1.5
21462024-02-19T05:21:46.660Z Compiling smawk v0.3.1
21472024-02-19T05:21:46.911Z Compiling textwrap v0.16.1
21482024-02-19T05:21:47.883Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21492024-02-19T05:21:50.922Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21502024-02-19T05:21:54.185Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
21512024-02-19T05:22:00.892Z Compiling fatfs v0.3.6
21522024-02-19T05:22:01.622Z Compiling nanorand v0.7.0
21532024-02-19T05:22:02.355Z Compiling rtoolbox v0.0.1
21542024-02-19T05:22:02.821Z Compiling is_ci v1.2.0
21552024-02-19T05:22:03.114Z Compiling humantime v2.1.0
21562024-02-19T05:22:04.022Z Compiling assert_matches v1.5.0
21572024-02-19T05:22:04.132Z Compiling supports-color v3.0.0
21582024-02-19T05:22:04.299Z Compiling rpassword v7.3.1
21592024-02-19T05:22:04.746Z Compiling flume v0.11.0
21602024-02-19T05:22:04.853Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21612024-02-19T05:22:05.614Z Compiling tui-tree-widget v0.17.0
21622024-02-19T05:22:06.012Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21632024-02-19T05:22:13.731Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21642024-02-19T05:22:14.056Z Compiling csv-core v0.1.11
21652024-02-19T05:22:15.118Z Compiling shell-words v1.1.0
21662024-02-19T05:22:15.584Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21672024-02-19T05:22:17.723Z Compiling csv v1.3.0
21682024-02-19T05:22:20.096Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21692024-02-19T05:23:06.835Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21702024-02-19T05:23:15.901Z Compiling multimap v0.10.0
21712024-02-19T05:24:27.330Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21722024-02-19T05:24:46.273Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21732024-02-19T05:24:50.526Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21742024-02-19T05:31:04.218Z Finished release [optimized] target(s) in 13m 39s
21752024-02-19T05:32:02.612Z
21762024-02-19T05:32:02.620Zreal 14:38.202909092
21772024-02-19T05:32:02.620Zuser 1:41:30.996659222
21782024-02-19T05:32:02.620Zsys 4:28.322741043
21792024-02-19T05:32:02.620Ztrap 2.369841350
21802024-02-19T05:32:02.620Ztflt 1.697112718
21812024-02-19T05:32:02.620Zdflt 2.555340504
21822024-02-19T05:32:02.620Zkflt 0.041498537
21832024-02-19T05:32:02.620Zlock 6:09:09.280643396
21842024-02-19T05:32:02.620Zslp 3:57:32.068255381
21852024-02-19T05:32:02.620Zlat 2:15.407150149
21862024-02-19T05:32:02.620Zstop 51.588387573
21872024-02-19T05:32:02.620Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
21882024-02-19T05:32:02.620Z+ pfexec mkdir -p /work
21892024-02-19T05:32:02.624Z+ pfexec chown build /work
21902024-02-19T05:32:02.624Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
21912024-02-19T05:32:12.830ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21922024-02-19T05:32:12.830Za out/mg-ddm-gz.tar 67684K
21932024-02-19T05:32:12.830Za out/omicron-sled-agent.tar 120125K
21942024-02-19T05:32:12.830Za out/oxlog.tar 8357K
21952024-02-19T05:32:12.831Za out/target/test 1K
21962024-02-19T05:32:12.831Za out/npuzone/npuzone 36313K
21972024-02-19T05:32:12.831Za package-manifest.toml 24K
21982024-02-19T05:32:12.831Za smf/sled-agent/non-gimlet/config.toml 4K
21992024-02-19T05:32:12.831Za target/release/omicron-package 44798K
22002024-02-19T05:32:12.831Za tools/create_virtual_hardware.sh 4K
22012024-02-19T05:32:12.831Za tools/virtual_hardware.sh 4K
22022024-02-19T05:32:12.831Za tools/scrimlet/create-softnpu-zone.sh 1K
22032024-02-19T05:32:12.831Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22042024-02-19T05:32:12.831Za tools/scrimlet/softnpu-init.sh 3K
22052024-02-19T05:32:12.831Za tools/scrimlet/softnpu-zone.txt 1K
22062024-02-19T05:32:12.831Za tools/scrimlet/softnpu.toml 1K
22072024-02-19T05:32:12.835Z
22082024-02-19T05:32:12.835Zreal 10.199286088
22092024-02-19T05:32:12.835Zuser 9.850168274
22102024-02-19T05:32:12.835Zsys 0.702221880
22112024-02-19T05:32:12.835Ztrap 0.002296587
22122024-02-19T05:32:12.835Ztflt 0.000000000
22132024-02-19T05:32:12.835Zdflt 0.000000000
22142024-02-19T05:32:12.835Zkflt 0.000000000
22152024-02-19T05:32:12.835Zlock 0.000000000
22162024-02-19T05:32:12.835Zslp 9.606766452
22172024-02-19T05:32:12.835Zlat 0.234309136
22182024-02-19T05:32:12.835Zstop 0.000182873
22192024-02-19T05:32:12.835Z++ pwd
22202024-02-19T05:32:12.835Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22212024-02-19T05:32:12.835Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22222024-02-19T05:32:12.835Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22232024-02-19T05:32:13.541Z Finished release [optimized] target(s) in 0.66s
22242024-02-19T05:32:13.562Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22252024-02-19T05:32:13.591ZLogging to: /work/oxidecomputer/omicron/out/LOG
22262024-02-19T05:32:13.594ZCreated new build target 'host' and set it as active
22272024-02-19T05:32:13.594Z
22282024-02-19T05:32:13.594Zreal 0.762257188
22292024-02-19T05:32:13.595Zuser 0.519865119
22302024-02-19T05:32:13.595Zsys 0.242953297
22312024-02-19T05:32:13.595Ztrap 0.000054563
22322024-02-19T05:32:13.595Ztflt 0.000001219
22332024-02-19T05:32:13.595Zdflt 0.000008809
22342024-02-19T05:32:13.595Zkflt 0.000000000
22352024-02-19T05:32:13.595Zlock 0.024426571
22362024-02-19T05:32:13.595Zslp 0.014304961
22372024-02-19T05:32:13.595Zlat 0.000990953
22382024-02-19T05:32:13.595Zstop 0.000147360
22392024-02-19T05:32:13.595Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22402024-02-19T05:32:14.274Z Finished release [optimized] target(s) in 0.62s
22412024-02-19T05:32:14.297Z Running `target/release/omicron-package -t host package`
22422024-02-19T05:32:14.326ZLogging to: /work/oxidecomputer/omicron/out/LOG
22432024-02-19T05:32:15.063Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22442024-02-19T05:32:29.399Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22452024-02-19T05:33:42.320Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22462024-02-19T05:35:10.857Z Finished release [optimized] target(s) in 2m 56s
22472024-02-19T05:35:50.498Z
22482024-02-19T05:35:50.502Zreal 3:36.873799971
22492024-02-19T05:35:50.502Zuser 18:21.711071355
22502024-02-19T05:35:50.502Zsys 46.099510439
22512024-02-19T05:35:50.502Ztrap 0.354990930
22522024-02-19T05:35:50.502Ztflt 0.169737513
22532024-02-19T05:35:50.502Zdflt 4.811299447
22542024-02-19T05:35:50.502Zkflt 0.115755654
22552024-02-19T05:35:50.502Zlock 1:11:07.753064689
22562024-02-19T05:35:50.502Zslp 19:14.367729717
22572024-02-19T05:35:50.502Zlat 9.360018595
22582024-02-19T05:35:50.502Zstop 3.280319530
22592024-02-19T05:35:50.502Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22602024-02-19T05:35:50.502Z+ for package in "$@"
22612024-02-19T05:35:50.502Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22622024-02-19T05:35:50.502Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git2d0c94b1f38
22632024-02-19T05:35:51.181Z Finished release [optimized] target(s) in 0.63s
22642024-02-19T05:35:51.202Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git2d0c94b1f38`
22652024-02-19T05:35:51.232ZLogging to: /work/oxidecomputer/omicron/out/LOG
22662024-02-19T05:35:51.449ZCreated: out/versioned/omicron-sled-agent.tar
22672024-02-19T05:35:51.453Z+ for package in "$@"
22682024-02-19T05:35:51.453Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22692024-02-19T05:35:51.453Z+ echo 0.0.0
22702024-02-19T05:35:51.453Z+ tar rvf out/mg-ddm-gz.tar VERSION
22712024-02-19T05:35:51.453Za VERSION 1K
22722024-02-19T05:35:51.453Z+ rm VERSION
22732024-02-19T05:35:51.456Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38
22742024-02-19T05:35:52.117Z Finished release [optimized] target(s) in 0.61s
22752024-02-19T05:35:52.136Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38`
22762024-02-19T05:35:52.166ZLogging to: /work/oxidecomputer/omicron/out/LOG
22772024-02-19T05:35:52.300ZCreated: out/versioned/mg-ddm-gz.tar
22782024-02-19T05:35:52.728Z+ for package in "$@"
22792024-02-19T05:35:52.728Z+ [[ propolis-server == mg-ddm-gz ]]
22802024-02-19T05:35:52.729Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git2d0c94b1f38
22812024-02-19T05:35:52.977Z Finished release [optimized] target(s) in 0.63s
22822024-02-19T05:35:52.998Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git2d0c94b1f38`
22832024-02-19T05:35:53.027ZLogging to: /work/oxidecomputer/omicron/out/LOG
22842024-02-19T05:35:54.085ZCreated: out/versioned/propolis-server.tar.gz
22852024-02-19T05:35:54.089Z+ for package in "$@"
22862024-02-19T05:35:54.089Z+ [[ overlay == mg-ddm-gz ]]
22872024-02-19T05:35:54.089Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git2d0c94b1f38
22882024-02-19T05:35:54.750Z Finished release [optimized] target(s) in 0.61s
22892024-02-19T05:35:54.771Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git2d0c94b1f38`
22902024-02-19T05:35:54.802ZLogging to: /work/oxidecomputer/omicron/out/LOG
22912024-02-19T05:35:54.805ZCreated: out/versioned/overlay.tar.gz
22922024-02-19T05:35:54.808Z+ for package in "$@"
22932024-02-19T05:35:54.808Z+ [[ oxlog == mg-ddm-gz ]]
22942024-02-19T05:35:54.808Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git2d0c94b1f38
22952024-02-19T05:35:55.493Z Finished release [optimized] target(s) in 0.61s
22962024-02-19T05:35:55.502Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git2d0c94b1f38`
22972024-02-19T05:35:55.517ZLogging to: /work/oxidecomputer/omicron/out/LOG
22982024-02-19T05:35:55.541ZCreated: out/versioned/oxlog.tar
22992024-02-19T05:35:55.544Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23002024-02-19T05:35:55.554Z+++ dirname -- ./tools/build-global-zone-packages.sh
23012024-02-19T05:35:55.570Z++ cd -- ./tools
23022024-02-19T05:35:55.570Z++ pwd
23032024-02-19T05:35:55.570Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23042024-02-19T05:35:55.609Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23052024-02-19T05:35:55.609Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23062024-02-19T05:35:55.609Z++ readlink -f /work
23072024-02-19T05:35:55.609Z+ out_dir=/work
23082024-02-19T05:35:55.609Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
23092024-02-19T05:35:55.609Z+ for dep in "${deps[@]}"
23102024-02-19T05:35:55.609Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23112024-02-19T05:35:55.609Z+ for dep in "${deps[@]}"
23122024-02-19T05:35:55.610Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23132024-02-19T05:35:55.610Z+ for dep in "${deps[@]}"
23142024-02-19T05:35:55.610Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23152024-02-19T05:35:55.610Z+ for dep in "${deps[@]}"
23162024-02-19T05:35:55.610Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23172024-02-19T05:35:55.610Z+ for dep in "${deps[@]}"
23182024-02-19T05:35:55.610Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23192024-02-19T05:35:55.610Z++ mktemp -d
23202024-02-19T05:35:55.610Z+ tmp_gz=/tmp/tmp.HFaWRh
23212024-02-19T05:35:55.610Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23222024-02-19T05:35:55.610Z+ echo '{"v":"1","t":"layer"}'
23232024-02-19T05:35:55.610Z+ pkg_dir=/tmp/tmp.HFaWRh/root/opt/oxide/sled-agent
23242024-02-19T05:35:55.610Z+ mkdir -p /tmp/tmp.HFaWRh/root/opt/oxide/sled-agent
23252024-02-19T05:35:55.610Z+ cd /tmp/tmp.HFaWRh/root/opt/oxide/sled-agent
23262024-02-19T05:35:55.611Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23272024-02-19T05:35:55.651Zx ., 0 bytes, 0 tape blocks
23282024-02-19T05:35:55.651Zx zone-bundle, 41912840 bytes, 81862 tape blocks
23292024-02-19T05:35:55.651Zx sled-agent, 81072856 bytes, 158346 tape blocks
23302024-02-19T05:35:55.651Zx pkg, 0 bytes, 0 tape blocks
23312024-02-19T05:35:55.651Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23322024-02-19T05:35:55.651Zx pkg/README.md, 54 bytes, 1 tape blocks
23332024-02-19T05:35:55.651Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23342024-02-19T05:35:55.652Zx VERSION, 25 bytes, 1 tape blocks
23352024-02-19T05:35:55.656Z+ mkdir -p /tmp/tmp.HFaWRh/root/lib/svc/manifest/site/
23362024-02-19T05:35:55.656Z+ mv pkg/manifest.xml /tmp/tmp.HFaWRh/root/lib/svc/manifest/site/sled-agent.xml
23372024-02-19T05:35:55.656Z+ cd -
23382024-02-19T05:35:55.656Z/work/oxidecomputer/omicron
23392024-02-19T05:35:55.657Z+ pkg_dir=/tmp/tmp.HFaWRh/root/opt/oxide/mg-ddm
23402024-02-19T05:35:55.657Z+ mkdir -p /tmp/tmp.HFaWRh/root/opt/oxide/mg-ddm
23412024-02-19T05:35:55.657Z+ cd /tmp/tmp.HFaWRh/root/opt/oxide/mg-ddm
23422024-02-19T05:35:55.657Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23432024-02-19T05:35:55.708Zx ., 0 bytes, 0 tape blocks
23442024-02-19T05:35:55.708Zx ddmadm, 36202584 bytes, 70709 tape blocks
23452024-02-19T05:35:55.708Zx ddmd, 33092232 bytes, 64634 tape blocks
23462024-02-19T05:35:55.708Zx pkg, 0 bytes, 0 tape blocks
23472024-02-19T05:35:55.708Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23482024-02-19T05:35:55.708Zx pkg/mgd, 0 bytes, 0 tape blocks
23492024-02-19T05:35:55.708Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23502024-02-19T05:35:55.708Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23512024-02-19T05:35:55.708Zx pkg/ddm, 0 bytes, 0 tape blocks
23522024-02-19T05:35:55.708Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23532024-02-19T05:35:55.708Zx VERSION, 25 bytes, 1 tape blocks
23542024-02-19T05:35:55.713Z+ cd -
23552024-02-19T05:35:55.713Z/work/oxidecomputer/omicron
23562024-02-19T05:35:55.713Z+ pkg_dir=/tmp/tmp.HFaWRh/root/opt/oxide/oxlog
23572024-02-19T05:35:55.713Z+ mkdir -p /tmp/tmp.HFaWRh/root/opt/oxide/oxlog
23582024-02-19T05:35:55.713Z+ cd /tmp/tmp.HFaWRh/root/opt/oxide/oxlog
23592024-02-19T05:35:55.713Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23602024-02-19T05:35:55.717Zx ., 0 bytes, 0 tape blocks
23612024-02-19T05:35:55.717Zx oxlog, 8554952 bytes, 16709 tape blocks
23622024-02-19T05:35:55.717Zx VERSION, 25 bytes, 1 tape blocks
23632024-02-19T05:35:55.717Z+ cd -
23642024-02-19T05:35:55.717Z/work/oxidecomputer/omicron
23652024-02-19T05:35:55.717Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.HFaWRh/root/opt/oxide
23662024-02-19T05:35:55.795Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.HFaWRh/root/opt/oxide
23672024-02-19T05:35:55.798Z+ cd /tmp/tmp.HFaWRh
23682024-02-19T05:35:55.798Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23692024-02-19T05:36:04.566ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23702024-02-19T05:36:04.566Za oxide.json 1K
23712024-02-19T05:36:04.566Za root/ 0K
23722024-02-19T05:36:04.566Za root/opt/ 0K
23732024-02-19T05:36:04.566Za root/opt/oxide/ 0K
23742024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/ 0K
23752024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/zone-bundle 40931K
23762024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/sled-agent 79173K
23772024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/pkg/ 0K
23782024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23792024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/pkg/README.md 1K
23802024-02-19T05:36:04.566Za root/opt/oxide/sled-agent/VERSION 1K
23812024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/ 0K
23822024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/ddmadm 35355K
23832024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/ddmd 32317K
23842024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/ 0K
23852024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23862024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23872024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23882024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23892024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23902024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23912024-02-19T05:36:04.567Za root/opt/oxide/mg-ddm/VERSION 1K
23922024-02-19T05:36:04.567Za root/opt/oxide/oxlog/ 0K
23932024-02-19T05:36:04.567Za root/opt/oxide/oxlog/oxlog 8355K
23942024-02-19T05:36:04.567Za root/opt/oxide/oxlog/VERSION 1K
23952024-02-19T05:36:04.567Za root/opt/oxide/propolis-server.tar.gz 64543K
23962024-02-19T05:36:04.568Za root/opt/oxide/overlay.tar.gz 3K
23972024-02-19T05:36:04.568Za root/lib/ 0K
23982024-02-19T05:36:04.568Za root/lib/svc/ 0K
23992024-02-19T05:36:04.568Za root/lib/svc/manifest/ 0K
24002024-02-19T05:36:04.568Za root/lib/svc/manifest/site/ 0K
24012024-02-19T05:36:04.568Za root/lib/svc/manifest/site/sled-agent.xml 3K
24022024-02-19T05:36:04.573Z+ cd /
24032024-02-19T05:36:04.573Z+ rm -rf /tmp/tmp.HFaWRh
24042024-02-19T05:36:04.595Z
24052024-02-19T05:36:04.599Zreal 9.047042649
24062024-02-19T05:36:04.599Zuser 8.475651637
24072024-02-19T05:36:04.599Zsys 0.599265918
24082024-02-19T05:36:04.599Ztrap 0.001661032
24092024-02-19T05:36:04.599Ztflt 0.000000000
24102024-02-19T05:36:04.599Zdflt 0.000000000
24112024-02-19T05:36:04.599Zkflt 0.000000000
24122024-02-19T05:36:04.599Zlock 0.000000000
24132024-02-19T05:36:04.600Zslp 17.558431937
24142024-02-19T05:36:04.600Zlat 0.208861484
24152024-02-19T05:36:04.600Zstop 0.000210759
24162024-02-19T05:36:04.600Z+ mkdir -p /work/zones
24172024-02-19T05:36:04.600Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-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)
24182024-02-19T05:36:04.600Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-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 /work/zones/
24192024-02-19T05:36:07.103Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24202024-02-19T05:36:07.853Z Finished release [optimized] target(s) in 0.69s
24212024-02-19T05:36:07.888Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24222024-02-19T05:36:07.905ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232024-02-19T05:36:07.908ZCreated new build target 'recovery' and set it as active
24242024-02-19T05:36:07.908Z
24252024-02-19T05:36:07.908Zreal 0.800015597
24262024-02-19T05:36:07.908Zuser 0.548343700
24272024-02-19T05:36:07.908Zsys 0.249753988
24282024-02-19T05:36:07.908Ztrap 0.000700477
24292024-02-19T05:36:07.908Ztflt 0.000003498
24302024-02-19T05:36:07.908Zdflt 0.000019047
24312024-02-19T05:36:07.908Zkflt 0.000000000
24322024-02-19T05:36:07.908Zlock 0.024495973
24332024-02-19T05:36:07.908Zslp 0.014231927
24342024-02-19T05:36:07.908Zlat 0.002975586
24352024-02-19T05:36:07.908Zstop 0.000150458
24362024-02-19T05:36:07.908Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24372024-02-19T05:36:08.592Z Finished release [optimized] target(s) in 0.63s
24382024-02-19T05:36:08.613Z Running `target/release/omicron-package -t recovery package`
24392024-02-19T05:36:08.641ZLogging to: /work/oxidecomputer/omicron/out/LOG
24402024-02-19T05:36:09.242Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24412024-02-19T05:36:11.657Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24422024-02-19T05:36:32.122Z Finished release [optimized] target(s) in 23.42s
24432024-02-19T05:36:45.306Z
24442024-02-19T05:36:45.309Zreal 37.389105168
24452024-02-19T05:36:45.309Zuser 1:43.388341097
24462024-02-19T05:36:45.309Zsys 7.946177855
24472024-02-19T05:36:45.309Ztrap 0.072807616
24482024-02-19T05:36:45.310Ztflt 0.083972867
24492024-02-19T05:36:45.310Zdflt 0.575454316
24502024-02-19T05:36:45.310Zkflt 0.000052575
24512024-02-19T05:36:45.310Zlock 12:18.287513508
24522024-02-19T05:36:45.310Zslp 1:43.347878448
24532024-02-19T05:36:45.310Zlat 1.463680001
24542024-02-19T05:36:45.310Zstop 0.523862501
24552024-02-19T05:36:45.310Z+ stamp_packages installinator mg-ddm-gz
24562024-02-19T05:36:45.310Z+ for package in "$@"
24572024-02-19T05:36:45.310Z+ [[ installinator == mg-ddm-gz ]]
24582024-02-19T05:36:45.310Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git2d0c94b1f38
24592024-02-19T05:36:46.002Z Finished release [optimized] target(s) in 0.64s
24602024-02-19T05:36:46.024Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git2d0c94b1f38`
24612024-02-19T05:36:46.053ZLogging to: /work/oxidecomputer/omicron/out/LOG
24622024-02-19T05:36:46.133ZCreated: out/versioned/installinator.tar
24632024-02-19T05:36:46.136Z+ for package in "$@"
24642024-02-19T05:36:46.136Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24652024-02-19T05:36:46.136Z+ echo 0.0.0
24662024-02-19T05:36:46.136Z+ tar rvf out/mg-ddm-gz.tar VERSION
24672024-02-19T05:36:46.136Za VERSION 1K
24682024-02-19T05:36:46.136Z+ rm VERSION
24692024-02-19T05:36:46.139Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38
24702024-02-19T05:36:46.833Z Finished release [optimized] target(s) in 0.64s
24712024-02-19T05:36:46.858Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38`
24722024-02-19T05:36:46.891ZLogging to: /work/oxidecomputer/omicron/out/LOG
24732024-02-19T05:36:47.012ZCreated: out/versioned/mg-ddm-gz.tar
24742024-02-19T05:36:47.015Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24752024-02-19T05:36:47.025Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24762024-02-19T05:36:47.028Z++ cd -- ./tools
24772024-02-19T05:36:47.028Z++ pwd
24782024-02-19T05:36:47.028Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24792024-02-19T05:36:47.032Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24802024-02-19T05:36:47.032Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24812024-02-19T05:36:47.032Z++ readlink -f /work
24822024-02-19T05:36:47.035Z+ out_dir=/work
24832024-02-19T05:36:47.035Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24842024-02-19T05:36:47.035Z+ for dep in "${deps[@]}"
24852024-02-19T05:36:47.035Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24862024-02-19T05:36:47.035Z+ for dep in "${deps[@]}"
24872024-02-19T05:36:47.035Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24882024-02-19T05:36:47.035Z++ mktemp -d
24892024-02-19T05:36:47.039Z+ tmp_trampoline=/tmp/tmp.PdayWh
24902024-02-19T05:36:47.039Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24912024-02-19T05:36:47.039Z+ echo '{"v":"1","t":"layer"}'
24922024-02-19T05:36:47.039Z+ pkg_dir=/tmp/tmp.PdayWh/root/opt/oxide/installinator
24932024-02-19T05:36:47.039Z+ mkdir -p /tmp/tmp.PdayWh/root/opt/oxide/installinator
24942024-02-19T05:36:47.039Z+ cd /tmp/tmp.PdayWh/root/opt/oxide/installinator
24952024-02-19T05:36:47.039Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
24962024-02-19T05:36:47.076Zx ., 0 bytes, 0 tape blocks
24972024-02-19T05:36:47.077Zx installinator, 55297160 bytes, 108003 tape blocks
24982024-02-19T05:36:47.077Zx pkg, 0 bytes, 0 tape blocks
24992024-02-19T05:36:47.077Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
25002024-02-19T05:36:47.077Zx VERSION, 25 bytes, 1 tape blocks
25012024-02-19T05:36:47.080Z+ mkdir -p /tmp/tmp.PdayWh/root/lib/svc/manifest/site/
25022024-02-19T05:36:47.080Z+ mv pkg/manifest.xml /tmp/tmp.PdayWh/root/lib/svc/manifest/site/installinator.xml
25032024-02-19T05:36:47.086Z+ cd -
25042024-02-19T05:36:47.086Z/work/oxidecomputer/omicron
25052024-02-19T05:36:47.086Z+ pkg_dir=/tmp/tmp.PdayWh/root/opt/oxide/mg-ddm
25062024-02-19T05:36:47.086Z+ mkdir -p /tmp/tmp.PdayWh/root/opt/oxide/mg-ddm
25072024-02-19T05:36:47.089Z+ cd /tmp/tmp.PdayWh/root/opt/oxide/mg-ddm
25082024-02-19T05:36:47.089Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25092024-02-19T05:36:47.133Zx ., 0 bytes, 0 tape blocks
25102024-02-19T05:36:47.133Zx ddmadm, 36202584 bytes, 70709 tape blocks
25112024-02-19T05:36:47.133Zx ddmd, 33092232 bytes, 64634 tape blocks
25122024-02-19T05:36:47.133Zx pkg, 0 bytes, 0 tape blocks
25132024-02-19T05:36:47.133Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25142024-02-19T05:36:47.133Zx pkg/mgd, 0 bytes, 0 tape blocks
25152024-02-19T05:36:47.133Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25162024-02-19T05:36:47.133Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25172024-02-19T05:36:47.133Zx pkg/ddm, 0 bytes, 0 tape blocks
25182024-02-19T05:36:47.133Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25192024-02-19T05:36:47.133Zx VERSION, 25 bytes, 1 tape blocks
25202024-02-19T05:36:47.136Z+ cd -
25212024-02-19T05:36:47.137Z/work/oxidecomputer/omicron
25222024-02-19T05:36:47.137Z+ cd /tmp/tmp.PdayWh
25232024-02-19T05:36:47.137Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25242024-02-19T05:36:51.593ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25252024-02-19T05:36:51.593Za oxide.json 1K
25262024-02-19T05:36:51.593Za root/ 0K
25272024-02-19T05:36:51.593Za root/opt/ 0K
25282024-02-19T05:36:51.593Za root/opt/oxide/ 0K
25292024-02-19T05:36:51.593Za root/opt/oxide/installinator/ 0K
25302024-02-19T05:36:51.593Za root/opt/oxide/installinator/installinator 54002K
25312024-02-19T05:36:51.593Za root/opt/oxide/installinator/pkg/ 0K
25322024-02-19T05:36:51.593Za root/opt/oxide/installinator/VERSION 1K
25332024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/ 0K
25342024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/ddmadm 35355K
25352024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/ddmd 32317K
25362024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/ 0K
25372024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25382024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25392024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25402024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25412024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25422024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25432024-02-19T05:36:51.593Za root/opt/oxide/mg-ddm/VERSION 1K
25442024-02-19T05:36:51.593Za root/lib/ 0K
25452024-02-19T05:36:51.594Za root/lib/svc/ 0K
25462024-02-19T05:36:51.594Za root/lib/svc/manifest/ 0K
25472024-02-19T05:36:51.594Za root/lib/svc/manifest/site/ 0K
25482024-02-19T05:36:51.594Za root/lib/svc/manifest/site/installinator.xml 3K
25492024-02-19T05:36:51.597Z+ cd /
25502024-02-19T05:36:51.597Z+ rm -rf /tmp/tmp.PdayWh
25512024-02-19T05:36:51.609Z
25522024-02-19T05:36:51.612Zreal 4.590937262
25532024-02-19T05:36:51.612Zuser 4.340432902
25542024-02-19T05:36:51.613Zsys 0.263294411
25552024-02-19T05:36:51.613Ztrap 0.000854561
25562024-02-19T05:36:51.613Ztflt 0.000000000
25572024-02-19T05:36:51.613Zdflt 0.000000000
25582024-02-19T05:36:51.613Zkflt 0.000000000
25592024-02-19T05:36:51.613Zlock 0.000000000
25602024-02-19T05:36:51.613Zslp 8.921743645
25612024-02-19T05:36:51.613Zlat 0.098180444
25622024-02-19T05:36:51.613Zstop 0.000227732
25632024-02-19T05:36:51.613Zprocess exited: duration 1590114 ms, exit code 0
 
25642024-02-19T05:36:51.625Zfound 21 output files
25652024-02-19T05:36:51.625Zuploading: /work/version.txt (26 bytes)
25662024-02-19T05:36:52.641Zuploaded: /work/version.txt
25672024-02-19T05:36:52.652Zuploading: /work/package.tar.gz (88188363 bytes)
25682024-02-19T05:37:04.551Zuploaded: /work/package.tar.gz
25692024-02-19T05:37:04.561Zuploading: /work/global-zone-packages.tar.gz (128141107 bytes)
25702024-02-19T05:37:35.719Zuploaded: /work/global-zone-packages.tar.gz
25712024-02-19T05:37:35.719Zuploading: /work/trampoline-global-zone-packages.tar.gz (38970522 bytes)
25722024-02-19T05:37:41.157Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25732024-02-19T05:37:41.157Zuploading: /work/zones/clickhouse.tar.gz (194514414 bytes)
25742024-02-19T05:38:10.938Zuploaded: /work/zones/clickhouse.tar.gz
25752024-02-19T05:38:10.939Zuploading: /work/zones/clickhouse_keeper.tar.gz (194512227 bytes)
25762024-02-19T05:38:39.112Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25772024-02-19T05:38:39.112Zuploading: /work/zones/cockroachdb.tar.gz (131606059 bytes)
25782024-02-19T05:38:58.463Zuploaded: /work/zones/cockroachdb.tar.gz
25792024-02-19T05:38:58.463Zuploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes)
25802024-02-19T05:39:01.139Zuploaded: /work/zones/crucible-pantry.tar.gz
25812024-02-19T05:39:01.146Zuploading: /work/zones/crucible.tar.gz (29214475 bytes)
25822024-02-19T05:39:08.078Zuploaded: /work/zones/crucible.tar.gz
25832024-02-19T05:39:08.085Zuploading: /work/zones/external-dns.tar.gz (23646164 bytes)
25842024-02-19T05:39:11.908Zuploaded: /work/zones/external-dns.tar.gz
25852024-02-19T05:39:11.908Zuploading: /work/zones/internal-dns.tar.gz (23646162 bytes)
25862024-02-19T05:39:16.361Zuploaded: /work/zones/internal-dns.tar.gz
25872024-02-19T05:39:16.361Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25882024-02-19T05:39:17.374Zuploaded: /work/zones/ntp.tar.gz
25892024-02-19T05:39:17.381Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19581035 bytes)
25902024-02-19T05:39:20.225Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25912024-02-19T05:39:20.232Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19581554 bytes)
25922024-02-19T05:39:23.991Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25932024-02-19T05:39:23.998Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87850252 bytes)
25942024-02-19T05:39:36.715Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
25952024-02-19T05:39:36.715Zuploading: /work/zones/omicron-nexus.tar.gz (87843360 bytes)
25962024-02-19T05:39:49.929Zuploaded: /work/zones/omicron-nexus.tar.gz
25972024-02-19T05:39:49.933Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
25982024-02-19T05:39:50.940Zuploaded: /work/zones/overlay.tar.gz
25992024-02-19T05:39:50.940Zuploading: /work/zones/oximeter.tar.gz (55976554 bytes)
26002024-02-19T05:39:59.514Zuploaded: /work/zones/oximeter.tar.gz
26012024-02-19T05:39:59.521Zuploading: /work/zones/propolis-server.tar.gz (66092799 bytes)
26022024-02-19T05:40:10.960Zuploaded: /work/zones/propolis-server.tar.gz
26032024-02-19T05:40:10.967Zuploading: /work/zones/switch-asic.tar.gz (285232617 bytes)
26042024-02-19T05:40:53.752Zuploaded: /work/zones/switch-asic.tar.gz
26052024-02-19T05:40:53.752Zuploading: /work/zones/switch-softnpu.tar.gz (209454742 bytes)
26062024-02-19T05:41:27.797Zuploaded: /work/zones/switch-softnpu.tar.gz