01HPR527J0J9EQ155WA8HZGQRC: 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: 01HPR54B9B1M7KCSZAC7RSBH1H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-16T05:11:48.540Zjob assigned to worker 01HPR55WYQNP7G01XYKHMYCHM7 (queued for 1 m 56 s)
 
22024-02-16T05:11:48.996Zstarting task 0: "setup"
32024-02-16T05:11:49.018Z++ uname -s
42024-02-16T05:11:49.039Z+ kern=SunOS
52024-02-16T05:11:49.039Z+ case "$kern" in
62024-02-16T05:11:49.039Z+ groupadd -g 12345 build
72024-02-16T05:11:49.039Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-16T05:11:51.034Z+ zfs create -o mountpoint=/work rpool/work
92024-02-16T05:11:51.157Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-16T05:11:51.168Z+ home_fs=zfs
112024-02-16T05:11:51.169Z+ [[ zfs == autofs ]]
122024-02-16T05:11:51.169Z+ mkdir -p /home/build
132024-02-16T05:11:51.169Z+ chown build:build /home/build /work
142024-02-16T05:11:53.582Z+ chmod 0700 /home/build /work
152024-02-16T05:11:53.601Zprocess exited: duration 4177 ms, exit code 0
 
162024-02-16T05:11:53.643Zstarting task 1: "rust-toolchain"
172024-02-16T05:11:53.663Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-16T05:11:53.663Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-16T05:11:53.972Zinfo: downloading installer
202024-02-16T05:11:56.889Zwarning: it looks like you have an existing installation of Rust at:
212024-02-16T05:11:56.889Zwarning: /opt/ooce/bin
222024-02-16T05:11:56.889Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-16T05:11:56.889Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-16T05:11:56.889Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-16T05:11:56.890Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-16T05:11:56.890Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-16T05:11:56.890Zerror: cannot install while Rust is installed
282024-02-16T05:11:56.891Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-16T05:11:57.174Zinfo: profile set to 'default'
302024-02-16T05:11:57.174Zinfo: default host triple is x86_64-unknown-illumos
312024-02-16T05:11:57.196Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-16T05:11:57.510Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-16T05:11:57.511Zinfo: downloading component 'cargo'
342024-02-16T05:11:59.495Zinfo: downloading component 'clippy'
352024-02-16T05:12:00.229Zinfo: downloading component 'rust-docs'
362024-02-16T05:12:02.700Zinfo: downloading component 'rust-std'
372024-02-16T05:12:07.237Zinfo: downloading component 'rustc'
382024-02-16T05:12:18.453Zinfo: downloading component 'rustfmt'
392024-02-16T05:12:18.727Zinfo: installing component 'cargo'
402024-02-16T05:12:19.782Zinfo: installing component 'clippy'
412024-02-16T05:12:20.337Zinfo: installing component 'rust-docs'
422024-02-16T05:12:21.948Zinfo: installing component 'rust-std'
432024-02-16T05:12:24.098Zinfo: installing component 'rustc'
442024-02-16T05:12:28.913Zinfo: installing component 'rustfmt'
452024-02-16T05:12:29.453Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-16T05:12:29.453Z
472024-02-16T05:12:29.936Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-16T05:12:29.936Z
492024-02-16T05:12:29.936Z
502024-02-16T05:12:29.936ZRust is installed now. Great!
512024-02-16T05:12:29.936Z
522024-02-16T05:12:29.936ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-16T05:12:29.936Zenvironment variable. This has not been done automatically.
542024-02-16T05:12:29.936Z
552024-02-16T05:12:29.936ZTo configure your current shell, run:
562024-02-16T05:12:29.936Zsource "$HOME/.cargo/env"
572024-02-16T05:12:29.936Z+ rustc --version
582024-02-16T05:12:29.937Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-16T05:12:29.937Zprocess exited: duration 36216 ms, exit code 0
 
602024-02-16T05:12:30.369Zstarting task 2: "authentication"
612024-02-16T05:12:30.385Zprocess exited: duration 60 ms, exit code 0
 
622024-02-16T05:12:31.767Zstarting task 3: "clone repository"
632024-02-16T05:12:31.777Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-16T05:12:31.777Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-16T05:12:32.330ZCloning into '/work/oxidecomputer/omicron'...
662024-02-16T05:12:38.213Z+ cd /work/oxidecomputer/omicron
672024-02-16T05:12:38.228Z+ git fetch origin 5ed157e52777790e313da2ab829aef158de0108d
682024-02-16T05:12:38.940ZFrom https://github.com/oxidecomputer/omicron
692024-02-16T05:12:38.941Z * branch 5ed157e52777790e313da2ab829aef158de0108d -> FETCH_HEAD
702024-02-16T05:12:38.958Z+ [[ -n renovate/headers-0.x ]]
712024-02-16T05:12:38.958Z++ git branch --show-current
722024-02-16T05:12:38.958Z+ current=main
732024-02-16T05:12:38.958Z+ [[ main != renovate/headers-0.x ]]
742024-02-16T05:12:38.958Z+ git branch -f renovate/headers-0.x 5ed157e52777790e313da2ab829aef158de0108d
752024-02-16T05:12:38.958Z+ git checkout -f renovate/headers-0.x
762024-02-16T05:12:38.959ZSwitched to branch 'renovate/headers-0.x'
772024-02-16T05:12:38.959Z+ git reset --hard 5ed157e52777790e313da2ab829aef158de0108d
782024-02-16T05:12:38.959ZHEAD is now at 5ed157e52 chore(deps): update rust crate headers to 0.4.0
792024-02-16T05:12:38.959Zprocess exited: duration 6900 ms, exit code 0
 
802024-02-16T05:12:38.993Zstarting task 4: "build"
812024-02-16T05:12:39.015Z+ cargo --version
822024-02-16T05:12:39.016Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-16T05:12:40.445Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-16T05:12:40.445Zinfo: downloading component 'cargo'
852024-02-16T05:12:41.423Zinfo: downloading component 'clippy'
862024-02-16T05:12:42.093Zinfo: downloading component 'rust-docs'
872024-02-16T05:12:44.681Zinfo: downloading component 'rust-std'
882024-02-16T05:12:48.465Zinfo: downloading component 'rustc'
892024-02-16T05:12:59.363Zinfo: downloading component 'rustfmt'
902024-02-16T05:12:59.963Zinfo: installing component 'cargo'
912024-02-16T05:13:00.852Zinfo: installing component 'clippy'
922024-02-16T05:13:01.627Zinfo: installing component 'rust-docs'
932024-02-16T05:13:02.762Zinfo: installing component 'rust-std'
942024-02-16T05:13:04.480Zinfo: installing component 'rustc'
952024-02-16T05:13:09.021Zinfo: installing component 'rustfmt'
962024-02-16T05:13:09.038Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-16T05:13:09.038Z+ rustc --version
982024-02-16T05:13:09.597Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-16T05:13:09.598Z++ git rev-parse HEAD
1002024-02-16T05:13:09.598Z+ COMMIT=5ed157e52777790e313da2ab829aef158de0108d
1012024-02-16T05:13:09.598Z+ VERSION=7.0.0-0.ci+git5ed157e5277
1022024-02-16T05:13:09.598Z+ echo 7.0.0-0.ci+git5ed157e5277
1032024-02-16T05:13:09.598Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-16T05:13:19.186Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-16T05:13:19.952Z Startup: Caching catalogs ... Done
1062024-02-16T05:13:21.311ZPlanning: Solver setup ... Done (0.985s)
1072024-02-16T05:13:22.575ZPlanning: Running solver ... Done (0.024s)
1082024-02-16T05:13:22.591ZPlanning: Finding local manifests ... Done (0.321s)
1092024-02-16T05:13:22.591ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-16T05:13:22.591ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-16T05:13:22.591ZPlanning: Package planning ... Done (0.049s)
1122024-02-16T05:13:22.591ZPlanning: Merging actions ... Done (0.052s)
1132024-02-16T05:13:23.137ZPlanning: Checking for conflicting actions ... Done (1.025s)
1142024-02-16T05:13:23.569ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-02-16T05:13:26.907ZPlanning: Evaluating mediators ... Done (3.750s)
1162024-02-16T05:13:26.946ZPlanning: Planning completed in 6.90 seconds
1172024-02-16T05:13:26.946Z Packages to install: 4
1182024-02-16T05:13:26.946Z Mediators to change: 2
1192024-02-16T05:13:26.946Z Services to change: 1
1202024-02-16T05:13:26.946Z Estimated space available: 148.87 GB
1212024-02-16T05:13:26.947ZEstimated space to be consumed: 1.41 GB
1222024-02-16T05:13:26.947Z Create boot environment: No
1232024-02-16T05:13:26.947ZCreate backup boot environment: No
1242024-02-16T05:13:26.947Z Rebuild boot archive: No
1252024-02-16T05:13:26.947Z
1262024-02-16T05:13:26.947ZChanged mediators:
1272024-02-16T05:13:26.947Z mediator clang:
1282024-02-16T05:13:26.948Z version: None -> 15 (system default)
1292024-02-16T05:13:26.948Z
1302024-02-16T05:13:26.948Z mediator llvm:
1312024-02-16T05:13:26.948Z version: 14 (system default) -> 15 (system default)
1322024-02-16T05:13:26.948Z
1332024-02-16T05:13:26.948ZChanged packages:
1342024-02-16T05:13:26.948Zhelios-dev
1352024-02-16T05:13:26.949Z developer/build-essential
1362024-02-16T05:13:26.949Z None -> 11-2.0
1372024-02-16T05:13:26.949Z library/libxmlsec1
1382024-02-16T05:13:26.949Z None -> 1.2.35-2.0
1392024-02-16T05:13:26.949Z ooce/developer/clang-15
1402024-02-16T05:13:26.949Z None -> 15.0.7-2.0
1412024-02-16T05:13:26.949Z ooce/developer/llvm-15
1422024-02-16T05:13:26.949Z None -> 15.0.7-2.0
1432024-02-16T05:13:26.950Z
1442024-02-16T05:13:26.950ZServices:
1452024-02-16T05:13:26.950Z restart_fmri:
1462024-02-16T05:13:26.950Z svc:/system/update-man-index:default
1472024-02-16T05:13:27.199Z
1482024-02-16T05:13:27.199ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-16T05:13:32.202ZDownload: 792/3290 items 18.3/212.6MB 8% complete (3.8M/s)
1502024-02-16T05:13:37.221ZDownload: 1195/3290 items 82.3/212.6MB 38% complete (9.2M/s)
1512024-02-16T05:13:42.286ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1522024-02-16T05:13:47.290ZDownload: 3288/3290 items 210.2/212.6MB 98% complete (13.0M/s)
1532024-02-16T05:13:47.770ZDownload: Completed 212.60 MB in 20.16 seconds (10.6M/s)
1542024-02-16T05:13:47.796Z Actions: 1/3689 actions (Installing new actions)
1552024-02-16T05:13:52.561Z Actions: 3600/3689 actions (Installing new actions)
1562024-02-16T05:13:52.752Z Actions: Completed 3689 actions in 5.20 seconds.
1572024-02-16T05:13:52.910Z Done (0.170s)
1582024-02-16T05:13:52.910Z Done (0.000s)
1592024-02-16T05:13:53.550Z Done (0.217s)
1602024-02-16T05:13:58.923Z Done (5.251s)
1612024-02-16T05:13:58.952Z Done (0.081s)
1622024-02-16T05:13:58.952Z Done (0.000s)
1632024-02-16T05:13:58.952Z Done (0.000s)
1642024-02-16T05:13:59.768ZPlanning: Evaluating mediator changes ... Done
1652024-02-16T05:13:59.793ZPlanning: Checking for conflicting actions ... Done
1662024-02-16T05:13:59.793ZPlanning: Consolidating action changes ... Done
1672024-02-16T05:13:59.854ZPlanning: Evaluating mediators ... Done
1682024-02-16T05:14:01.111ZPlanning: Planning completed in 0.48 seconds
1692024-02-16T05:14:01.125Z Mediators to change: 2
1702024-02-16T05:14:01.125Z Create boot environment: No
1712024-02-16T05:14:01.125ZCreate backup boot environment: No
1722024-02-16T05:14:01.125Z Done
1732024-02-16T05:14:01.126Z Done
1742024-02-16T05:14:01.126Z Done
1752024-02-16T05:14:03.879Z Done
1762024-02-16T05:14:03.965Z Done
1772024-02-16T05:14:03.977Z Done
1782024-02-16T05:14:04.448Z Done
1792024-02-16T05:14:05.363ZPlanning: Evaluating mediator changes ... Done
1802024-02-16T05:14:05.363ZPlanning: Merging actions ... Done
1812024-02-16T05:14:05.363ZPlanning: Checking for conflicting actions ... Done
1822024-02-16T05:14:05.363ZPlanning: Consolidating action changes ... Done
1832024-02-16T05:14:05.363ZPlanning: Evaluating mediators ... Done
1842024-02-16T05:14:07.167ZPlanning: Planning completed in 0.90 seconds
1852024-02-16T05:14:07.167Z Packages to change: 1
1862024-02-16T05:14:07.167Z Mediators to change: 1
1872024-02-16T05:14:07.167Z Services to change: 1
1882024-02-16T05:14:07.167Z Create boot environment: No
1892024-02-16T05:14:07.167ZCreate backup boot environment: Yes
1902024-02-16T05:14:07.332Z Actions: 1/6 actions (Updating modified actions)
1912024-02-16T05:14:07.359Z Actions: Completed 6 actions in 0.03 seconds.
1922024-02-16T05:14:07.362Z Done
1932024-02-16T05:14:07.362Z Done
1942024-02-16T05:14:07.411Z Done
1952024-02-16T05:14:11.423Z Done
1962024-02-16T05:14:11.529Z Done
1972024-02-16T05:14:11.545Z Done
1982024-02-16T05:14:11.657Z Done
1992024-02-16T05:14:12.101ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-02-16T05:14:12.101Zclang system 15 system
2012024-02-16T05:14:12.101Zcsh system system illumos
2022024-02-16T05:14:12.101Zctags system system illumos
2032024-02-16T05:14:12.102Zgcc vendor 12 vendor
2042024-02-16T05:14:12.102Zgcc system 10 system
2052024-02-16T05:14:12.102Zgcc system 7 system
2062024-02-16T05:14:12.102Zgo system 1.20 system
2072024-02-16T05:14:12.102Zgo system 1.19 system
2082024-02-16T05:14:12.102Zllvm system 15 system
2092024-02-16T05:14:12.102Zllvm system 14 system
2102024-02-16T05:14:12.102Zmariadb system 10.6 system
2112024-02-16T05:14:12.103Zmta vendor vendor dma
2122024-02-16T05:14:12.103Zopenjdk system 17 system
2132024-02-16T05:14:12.103Zopenjdk system 11 system
2142024-02-16T05:14:12.103Zopenjdk system 1.8 system
2152024-02-16T05:14:12.103Zopenssl vendor 3 vendor
2162024-02-16T05:14:12.104Zperl system 5.36 system
2172024-02-16T05:14:12.104Zpostgresql system 15 system
2182024-02-16T05:14:12.104Zpostgresql system 13 system
2192024-02-16T05:14:12.104Zpython vendor 3 vendor
2202024-02-16T05:14:12.104Zpython system 2 system
2212024-02-16T05:14:12.104Zpython3 system 3.11 system
2222024-02-16T05:14:12.104Zruby system 3.0 system
2232024-02-16T05:14:12.105Zwords vendor vendor american-english
2242024-02-16T05:14:12.105Zwords system system australian-english
2252024-02-16T05:14:12.105Zwords system system british-english
2262024-02-16T05:14:12.105Zwords system system canadian-english
2272024-02-16T05:14:12.106Zwords system system french
2282024-02-16T05:14:12.106Zwords system system italian
2292024-02-16T05:14:12.106Zwords system system ngerman
2302024-02-16T05:14:12.106Zwords system system ogerman
2312024-02-16T05:14:12.106Zwords system system spanish
2322024-02-16T05:14:12.440ZFMRI IFO
2332024-02-16T05:14:12.441Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-02-16T05:14:12.441Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-02-16T05:14:12.441Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-02-16T05:14:12.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-02-16T05:14:12.441Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-02-16T05:14:12.442Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2392024-02-16T05:14:12.442Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2402024-02-16T05:14:12.442Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-02-16T05:14:12.912Z+ set -o errexit
2422024-02-16T05:14:12.935Z+++ dirname ./tools/ci_download_cockroachdb
2432024-02-16T05:14:12.935Z++ cd ./tools
2442024-02-16T05:14:12.935Z++ pwd
2452024-02-16T05:14:12.935Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2462024-02-16T05:14:12.935Z++ basename ./tools/ci_download_cockroachdb
2472024-02-16T05:14:12.936Z+ ARG0=ci_download_cockroachdb
2482024-02-16T05:14:12.936Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2492024-02-16T05:14:12.936Z+ CIDL_VERSION=v22.1.9
2502024-02-16T05:14:12.936Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2512024-02-16T05:14:12.936Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2522024-02-16T05:14:12.936Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2532024-02-16T05:14:12.936Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2542024-02-16T05:14:12.936Z+ TARGET_DIR=out
2552024-02-16T05:14:12.936Z+ DOWNLOAD_DIR=out/downloads
2562024-02-16T05:14:12.936Z+ DEST_DIR=./out/cockroachdb
2572024-02-16T05:14:12.936Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2582024-02-16T05:14:12.936Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2592024-02-16T05:14:12.937Z+ main
2602024-02-16T05:14:12.937Z+ [[ 0 != 0 ]]
2612024-02-16T05:14:12.937Z+ CIDL_OS=solaris2.11
2622024-02-16T05:14:12.937Z+ [[ 0 != 0 ]]
2632024-02-16T05:14:12.937Z+ configure_os solaris2.11
2642024-02-16T05:14:12.937Z+ echo 'current directory: /work/oxidecomputer/omicron'
2652024-02-16T05:14:12.937Z+ echo 'configuring based on OS: "solaris2.11"'
2662024-02-16T05:14:12.938Zcurrent directory: /work/oxidecomputer/omicron
2672024-02-16T05:14:12.938Zconfiguring based on OS: "solaris2.11"
2682024-02-16T05:14:12.938Z+ case "$1" in
2692024-02-16T05:14:12.939Z+ CIDL_BUILD=illumos
2702024-02-16T05:14:12.940Z+ CIDL_SUFFIX=tar.gz
2712024-02-16T05:14:12.940Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2722024-02-16T05:14:12.940Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732024-02-16T05:14:12.940Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742024-02-16T05:14:12.940Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752024-02-16T05:14:12.940Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762024-02-16T05:14:12.941Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-16T05:14:12.941Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782024-02-16T05:14:12.941Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-02-16T05:14:12.941Z+ CIDL_SHA256FUNC=do_sha256sum
2802024-02-16T05:14:12.941Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812024-02-16T05:14:12.941ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-16T05:14:12.942ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-02-16T05:14:12.942Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-02-16T05:14:12.942Z+ mkdir -p out/downloads
2852024-02-16T05:14:12.942Z+ mkdir -p ./out/cockroachdb
2862024-02-16T05:14:12.943Z+ local DO_DOWNLOAD=true
2872024-02-16T05:14:12.943Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2882024-02-16T05:14:12.943Z+ '[' true == true ']'
2892024-02-16T05:14:12.943Z+ echo Downloading...
2902024-02-16T05:14:12.943ZDownloading...
2912024-02-16T05:14:12.944Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-16T05:14:12.944Z+ 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
2932024-02-16T05:14:18.125Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-02-16T05:14:18.139Z++ sha256sum
2952024-02-16T05:14:18.140Z++ awk '{print $1}'
2962024-02-16T05:14:18.213Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2972024-02-16T05:14:18.301Z+ [[ 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 ]]
2982024-02-16T05:14:18.301Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-02-16T05:14:18.301Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3002024-02-16T05:14:20.469Z+ do_assemble_illumos
3012024-02-16T05:14:20.469Z+ rm -r ./out/cockroachdb
3022024-02-16T05:14:20.484Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3032024-02-16T05:14:20.816Z+ ./out/cockroachdb/bin/cockroach version
3042024-02-16T05:14:21.011ZBuild Tag: v22.1.9-dirty
3052024-02-16T05:14:21.011ZBuild Time: 2022/10/26 21:17:46
3062024-02-16T05:14:21.011ZDistribution: OSS
3072024-02-16T05:14:21.011ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3082024-02-16T05:14:21.012ZGo Version: go1.17.13
3092024-02-16T05:14:21.012ZC Compiler: gcc 10.3.0
3102024-02-16T05:14:21.012ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3112024-02-16T05:14:21.013ZBuild Type: release
3122024-02-16T05:14:21.032Z+ set -o errexit
3132024-02-16T05:14:21.054Z+++ dirname ./tools/ci_download_clickhouse
3142024-02-16T05:14:21.054Z++ cd ./tools
3152024-02-16T05:14:21.054Z++ pwd
3162024-02-16T05:14:21.055Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3172024-02-16T05:14:21.055Z++ basename ./tools/ci_download_clickhouse
3182024-02-16T05:14:21.055Z+ ARG0=ci_download_clickhouse
3192024-02-16T05:14:21.055Z+ TARGET_DIR=out
3202024-02-16T05:14:21.055Z+ DOWNLOAD_DIR=out/downloads
3212024-02-16T05:14:21.055Z+ DEST_DIR=./out/clickhouse
3222024-02-16T05:14:21.055Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3232024-02-16T05:14:21.056Z+ CIDL_VERSION=v22.8.9.24
3242024-02-16T05:14:21.056Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3252024-02-16T05:14:21.056Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3262024-02-16T05:14:21.056Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3272024-02-16T05:14:21.056Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3282024-02-16T05:14:21.056Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3292024-02-16T05:14:21.056Z+ main
3302024-02-16T05:14:21.056Z+ [[ 0 != 0 ]]
3312024-02-16T05:14:21.057Z+ CIDL_OS=solaris2.11
3322024-02-16T05:14:21.057Z+ [[ 0 != 0 ]]
3332024-02-16T05:14:21.057Z+ configure_os solaris2.11
3342024-02-16T05:14:21.057Z+ echo 'current directory: /work/oxidecomputer/omicron'
3352024-02-16T05:14:21.057Zcurrent directory: /work/oxidecomputer/omicron
3362024-02-16T05:14:21.057Z+ echo 'configuring based on OS: "solaris2.11"'
3372024-02-16T05:14:21.057Z+ CIDL_DASHREV=
3382024-02-16T05:14:21.057Z+ case "$1" in
3392024-02-16T05:14:21.057Zconfiguring based on OS: "solaris2.11"
3402024-02-16T05:14:21.057Z+ CIDL_PLATFORM=illumos
3412024-02-16T05:14:21.057Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3422024-02-16T05:14:21.058Z+ CIDL_MD5FUNC=do_md5sum
3432024-02-16T05:14:21.058Z+ CIDL_DASHREV=-1
3442024-02-16T05:14:21.058Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3452024-02-16T05:14:21.058Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-16T05:14:21.058Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-16T05:14:21.058Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-16T05:14:21.059Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492024-02-16T05:14:21.059ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-16T05:14:21.059Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512024-02-16T05:14:21.059Z+ mkdir -p out/downloads
3522024-02-16T05:14:21.059ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532024-02-16T05:14:21.059Z+ mkdir -p ./out/clickhouse
3542024-02-16T05:14:21.060Z+ local DO_DOWNLOAD=true
3552024-02-16T05:14:21.060Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3562024-02-16T05:14:21.060Z+ '[' true == true ']'
3572024-02-16T05:14:21.060Z+ echo Downloading...
3582024-02-16T05:14:21.060ZDownloading...
3592024-02-16T05:14:21.061Z+ 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
3602024-02-16T05:14:21.061Z+ 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
3612024-02-16T05:14:22.335Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622024-02-16T05:14:22.357Z++ md5sum
3632024-02-16T05:14:22.357Z++ awk '{print $1}'
3642024-02-16T05:14:22.527Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3652024-02-16T05:14:22.527Z+ [[ 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 ]]
3662024-02-16T05:14:22.528Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3672024-02-16T05:14:22.546Z+ mkdir -p ./out/clickhouse
3682024-02-16T05:14:22.546Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3692024-02-16T05:14:25.672Z+ ./out/clickhouse/clickhouse server --version
3702024-02-16T05:14:26.142ZClickHouse server version 22.8.9.1.
3712024-02-16T05:14:26.142Z+ set -o errexit
3722024-02-16T05:14:26.142Z+++ dirname ./tools/ci_download_console
3732024-02-16T05:14:26.143Z++ cd ./tools
3742024-02-16T05:14:26.143Z++ pwd
3752024-02-16T05:14:26.143Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762024-02-16T05:14:26.143Z++ basename ./tools/ci_download_console
3772024-02-16T05:14:26.143Z+ ARG0=ci_download_console
3782024-02-16T05:14:26.143Z+ TARGET_DIR=out
3792024-02-16T05:14:26.143Z+ DOWNLOAD_DIR=out/downloads
3802024-02-16T05:14:26.143Z+ DEST_DIR=./out/console-assets
3812024-02-16T05:14:26.144Z+ source /work/oxidecomputer/omicron/tools/console_version
3822024-02-16T05:14:26.144Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3832024-02-16T05:14:26.144Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3842024-02-16T05:14:26.144Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3852024-02-16T05:14:26.144Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862024-02-16T05:14:26.144Z+ main
3872024-02-16T05:14:26.144Z+ [[ 0 != 0 ]]
3882024-02-16T05:14:26.145Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3892024-02-16T05:14:26.145ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3902024-02-16T05:14:26.145ZLocal file: out/downloads/console.tar.gz
3912024-02-16T05:14:26.145Z+ echo 'Local file: out/downloads/console.tar.gz'
3922024-02-16T05:14:26.145Z+ local DO_DOWNLOAD=true
3932024-02-16T05:14:26.145Z+ [[ -f out/downloads/console.tar.gz ]]
3942024-02-16T05:14:26.145Z+ mkdir -p out/downloads
3952024-02-16T05:14:26.146Z+ '[' true == true ']'
3962024-02-16T05:14:26.146Z+ echo Downloading...
3972024-02-16T05:14:26.146ZDownloading...
3982024-02-16T05:14:26.146Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3992024-02-16T05:14:26.146Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4002024-02-16T05:14:26.227Z++ do_sha256sum out/downloads/console.tar.gz
4012024-02-16T05:14:26.658Z++ case "$OSTYPE" in
4022024-02-16T05:14:26.658Z++ SHA=sha256sum
4032024-02-16T05:14:26.658Z++ sha256sum
4042024-02-16T05:14:26.658Z++ awk '{print $1}'
4052024-02-16T05:14:26.658Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4062024-02-16T05:14:26.659Z+ [[ 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 ]]
4072024-02-16T05:14:26.659Z+ rm -rf ./out/console-assets
4082024-02-16T05:14:26.659Z+ mkdir -p ./out/console-assets
4092024-02-16T05:14:26.659Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102024-02-16T05:14:26.659Z+ mkdir -p ./out/console-assets
4112024-02-16T05:14:26.659Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122024-02-16T05:14:26.659Z+ set -o errexit
4132024-02-16T05:14:26.659Z+++ dirname ./tools/ci_download_maghemite_openapi
4142024-02-16T05:14:26.660Z++ cd ./tools
4152024-02-16T05:14:26.660Z++ pwd
4162024-02-16T05:14:26.660Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172024-02-16T05:14:26.660Z++ basename ./tools/ci_download_maghemite_openapi
4182024-02-16T05:14:26.660Z+ ARG0=ci_download_maghemite_openapi
4192024-02-16T05:14:26.660Z+ TARGET_DIR=out
4202024-02-16T05:14:26.660Z+ DOWNLOAD_DIR=out/downloads
4212024-02-16T05:14:26.660Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4222024-02-16T05:14:26.660Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4232024-02-16T05:14:26.661Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4242024-02-16T05:14:26.661Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4252024-02-16T05:14:26.661Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4262024-02-16T05:14:26.661Z+ main
4272024-02-16T05:14:26.661Z+ [[ 0 != 0 ]]
4282024-02-16T05:14:26.661Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4292024-02-16T05:14:26.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4302024-02-16T05:14:26.661Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4312024-02-16T05:14:26.661ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4322024-02-16T05:14:26.661Z+ local DO_DOWNLOAD=true
4332024-02-16T05:14:26.661Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4342024-02-16T05:14:26.662Z+ mkdir -p out/downloads
4352024-02-16T05:14:26.662Z+ '[' true == true ']'
4362024-02-16T05:14:26.662Z+ echo Downloading...
4372024-02-16T05:14:26.662ZDownloading...
4382024-02-16T05:14:26.662Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4392024-02-16T05:14:26.662Z+ 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
4402024-02-16T05:14:27.011Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4412024-02-16T05:14:27.011Z++ case "$OSTYPE" in
4422024-02-16T05:14:27.012Z++ SHA=sha256sum
4432024-02-16T05:14:27.027Z++ sha256sum
4442024-02-16T05:14:27.027Z++ awk '{print $1}'
4452024-02-16T05:14:27.027Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4462024-02-16T05:14:27.027Z+ [[ 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 ]]
4472024-02-16T05:14:27.027Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4482024-02-16T05:14:27.028Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4492024-02-16T05:14:27.028Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4502024-02-16T05:14:27.028Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4512024-02-16T05:14:27.028Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4522024-02-16T05:14:27.028Z+ main
4532024-02-16T05:14:27.029Z+ [[ 0 != 0 ]]
4542024-02-16T05:14:27.029Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4552024-02-16T05:14:27.029ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4562024-02-16T05:14:27.030ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4572024-02-16T05:14:27.030Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4582024-02-16T05:14:27.030Z+ local DO_DOWNLOAD=true
4592024-02-16T05:14:27.031Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4602024-02-16T05:14:27.031Z+ mkdir -p out/downloads
4612024-02-16T05:14:27.031Z+ '[' true == true ']'
4622024-02-16T05:14:27.031Z+ echo Downloading...
4632024-02-16T05:14:27.032ZDownloading...
4642024-02-16T05:14:27.032Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4652024-02-16T05:14:27.032Z+ 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
4662024-02-16T05:14:27.200Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4672024-02-16T05:14:27.696Z++ case "$OSTYPE" in
4682024-02-16T05:14:27.696Z++ SHA=sha256sum
4692024-02-16T05:14:27.696Z++ sha256sum
4702024-02-16T05:14:27.696Z++ awk '{print $1}'
4712024-02-16T05:14:27.696Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4722024-02-16T05:14:27.696Z+ [[ 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 ]]
4732024-02-16T05:14:27.696Z+ set -o errexit
4742024-02-16T05:14:27.697Z+++ dirname ./tools/ci_download_dendrite_openapi
4752024-02-16T05:14:27.697Z++ cd ./tools
4762024-02-16T05:14:27.697Z++ pwd
4772024-02-16T05:14:27.697Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782024-02-16T05:14:27.697Z++ basename ./tools/ci_download_dendrite_openapi
4792024-02-16T05:14:27.697Z+ ARG0=ci_download_dendrite_openapi
4802024-02-16T05:14:27.698Z+ TARGET_DIR=out
4812024-02-16T05:14:27.698Z+ DOWNLOAD_DIR=out/downloads
4822024-02-16T05:14:27.698Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4832024-02-16T05:14:27.698Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4842024-02-16T05:14:27.698Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4852024-02-16T05:14:27.698Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4862024-02-16T05:14:27.698Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4872024-02-16T05:14:27.699Z+ main
4882024-02-16T05:14:27.699Z+ [[ 0 != 0 ]]
4892024-02-16T05:14:27.699Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4902024-02-16T05:14:27.699ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4912024-02-16T05:14:27.699Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4922024-02-16T05:14:27.699ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4932024-02-16T05:14:27.699Z+ local DO_DOWNLOAD=true
4942024-02-16T05:14:27.699Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4952024-02-16T05:14:27.699Z+ mkdir -p out/downloads
4962024-02-16T05:14:27.700Z+ '[' true == true ']'
4972024-02-16T05:14:27.700Z+ echo Downloading...
4982024-02-16T05:14:27.700ZDownloading...
4992024-02-16T05:14:27.700Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-16T05:14:27.700Z+ 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
5012024-02-16T05:14:36.125Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5022024-02-16T05:14:36.125Z++ case "$OSTYPE" in
5032024-02-16T05:14:36.126Z++ SHA=sha256sum
5042024-02-16T05:14:36.572Z++ sha256sum
5052024-02-16T05:14:36.572Z++ awk '{print $1}'
5062024-02-16T05:14:36.572Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5072024-02-16T05:14:36.572Z+ [[ 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 ]]
5082024-02-16T05:14:36.572Z+ set -o errexit
5092024-02-16T05:14:36.572Z+++ dirname ./tools/ci_download_dendrite_stub
5102024-02-16T05:14:36.573Z++ cd ./tools
5112024-02-16T05:14:36.573Z++ pwd
5122024-02-16T05:14:36.573Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5132024-02-16T05:14:36.573Z++ basename ./tools/ci_download_dendrite_stub
5142024-02-16T05:14:36.573Z+ ARG0=ci_download_dendrite_stub
5152024-02-16T05:14:36.573Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5162024-02-16T05:14:36.574Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5172024-02-16T05:14:36.574Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5182024-02-16T05:14:36.574Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5192024-02-16T05:14:36.574Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5202024-02-16T05:14:36.574Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5212024-02-16T05:14:36.574Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5222024-02-16T05:14:36.574Z+ TARGET_DIR=out
5232024-02-16T05:14:36.574Z+ DOWNLOAD_DIR=out/downloads
5242024-02-16T05:14:36.574Z+ DEST_DIR=./out/dendrite-stub
5252024-02-16T05:14:36.574Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5262024-02-16T05:14:36.575Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272024-02-16T05:14:36.575Z+ REPO=oxidecomputer/dendrite
5282024-02-16T05:14:36.575Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5292024-02-16T05:14:36.575Z+ main
5302024-02-16T05:14:36.575Z+ [[ 0 != 0 ]]
5312024-02-16T05:14:36.575Z+ CIDL_OS=solaris2.11
5322024-02-16T05:14:36.575Z+ [[ 0 != 0 ]]
5332024-02-16T05:14:36.575Z+ configure_os solaris2.11
5342024-02-16T05:14:36.575Z+ echo 'current directory: /work/oxidecomputer/omicron'
5352024-02-16T05:14:36.575Z+ echo 'configuring based on OS: "solaris2.11"'
5362024-02-16T05:14:36.576Zcurrent directory: /work/oxidecomputer/omicron
5372024-02-16T05:14:36.576Zconfiguring based on OS: "solaris2.11"
5382024-02-16T05:14:36.576Z+ case "$1" in
5392024-02-16T05:14:36.576Z+ SET_BINARIES=
5402024-02-16T05:14:36.576Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5412024-02-16T05:14:36.576Z+ CIDL_SHA256FUNC=do_sha256sum
5422024-02-16T05:14:36.576Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5432024-02-16T05:14:36.576Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5442024-02-16T05:14:36.576Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5452024-02-16T05:14:36.576Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5462024-02-16T05:14:36.576Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5472024-02-16T05:14:36.577ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5482024-02-16T05:14:36.577ZLocal file: out/downloads/dendrite-stub.tar.gz
5492024-02-16T05:14:36.577Z+ mkdir -p out/downloads
5502024-02-16T05:14:36.577Z+ mkdir -p ./out/dendrite-stub
5512024-02-16T05:14:36.577Z+ fetch_and_verify
5522024-02-16T05:14:36.577Z+ local DO_DOWNLOAD=true
5532024-02-16T05:14:36.577Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5542024-02-16T05:14:36.577Z+ '[' true == true ']'
5552024-02-16T05:14:36.578Z+ echo Downloading...
5562024-02-16T05:14:36.578ZDownloading...
5572024-02-16T05:14:36.578Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5582024-02-16T05:14:36.578Z+ 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
5592024-02-16T05:15:25.419Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5602024-02-16T05:15:25.426Z++ sha256sum
5612024-02-16T05:15:25.426Z++ awk '{print $1}'
5622024-02-16T05:15:25.450Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5632024-02-16T05:15:25.469Z+ [[ 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 ]]
5642024-02-16T05:15:25.469Z+ do_untar out/downloads/dendrite-stub.tar.gz
5652024-02-16T05:15:25.469Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5662024-02-16T05:15:26.140Z+ do_assemble
5672024-02-16T05:15:26.140Z+ rm -r ./out/dendrite-stub
5682024-02-16T05:15:26.158Z+ mkdir ./out/dendrite-stub
5692024-02-16T05:15:26.159Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5702024-02-16T05:15:27.033Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5712024-02-16T05:15:27.033Z+ set -o errexit
5722024-02-16T05:15:27.033Z+++ dirname ./tools/ci_download_maghemite_mgd
5732024-02-16T05:15:27.033Z++ cd ./tools
5742024-02-16T05:15:27.033Z++ pwd
5752024-02-16T05:15:27.033Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762024-02-16T05:15:27.034Z++ basename ./tools/ci_download_maghemite_mgd
5772024-02-16T05:15:27.034Z+ ARG0=ci_download_maghemite_mgd
5782024-02-16T05:15:27.034Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5792024-02-16T05:15:27.034Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5802024-02-16T05:15:27.034Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5812024-02-16T05:15:27.034Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5822024-02-16T05:15:27.034Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5832024-02-16T05:15:27.034Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5842024-02-16T05:15:27.035Z+ TARGET_DIR=out
5852024-02-16T05:15:27.035Z+ DOWNLOAD_DIR=out/downloads
5862024-02-16T05:15:27.035Z+ DEST_DIR=./out/mgd
5872024-02-16T05:15:27.035Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5882024-02-16T05:15:27.035Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892024-02-16T05:15:27.035Z+ REPO=oxidecomputer/maghemite
5902024-02-16T05:15:27.036Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5912024-02-16T05:15:27.036Z+ main
5922024-02-16T05:15:27.036Z+ [[ 0 != 0 ]]
5932024-02-16T05:15:27.036Z+ CIDL_OS=solaris2.11
5942024-02-16T05:15:27.036Z+ [[ 0 != 0 ]]
5952024-02-16T05:15:27.036Z+ configure_os solaris2.11
5962024-02-16T05:15:27.037Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972024-02-16T05:15:27.037Zcurrent directory: /work/oxidecomputer/omicron
5982024-02-16T05:15:27.037Z+ echo 'configuring based on OS: "solaris2.11"'
5992024-02-16T05:15:27.037Zconfiguring based on OS: "solaris2.11"
6002024-02-16T05:15:27.037Z+ case "$1" in
6012024-02-16T05:15:27.037Z+ SET_BINARIES=
6022024-02-16T05:15:27.037Z+ CIDL_SHA256FUNC=do_sha256sum
6032024-02-16T05:15:27.037Z+ TARBALL_FILENAME=mgd.tar.gz
6042024-02-16T05:15:27.037Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6052024-02-16T05:15:27.038Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6062024-02-16T05:15:27.038Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6072024-02-16T05:15:27.038Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6082024-02-16T05:15:27.038ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6092024-02-16T05:15:27.038ZLocal file: out/downloads/mgd.tar.gz
6102024-02-16T05:15:27.038Z+ mkdir -p out/downloads
6112024-02-16T05:15:27.038Z+ mkdir -p ./out/mgd
6122024-02-16T05:15:27.038Z+ fetch_and_verify
6132024-02-16T05:15:27.038Z+ local DO_DOWNLOAD=true
6142024-02-16T05:15:27.039Z+ [[ -f out/downloads/mgd.tar.gz ]]
6152024-02-16T05:15:27.039Z+ '[' true == true ']'
6162024-02-16T05:15:27.039Z+ echo Downloading...
6172024-02-16T05:15:27.039ZDownloading...
6182024-02-16T05:15:27.039Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6192024-02-16T05:15:27.039Z+ 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
6202024-02-16T05:15:41.374Z++ do_sha256sum out/downloads/mgd.tar.gz
6212024-02-16T05:15:41.387Z++ sha256sum
6222024-02-16T05:15:41.388Z++ awk '{print $1}'
6232024-02-16T05:15:41.408Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6242024-02-16T05:15:41.408Z+ [[ 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 ]]
6252024-02-16T05:15:41.409Z+ do_untar out/downloads/mgd.tar.gz
6262024-02-16T05:15:41.409Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6272024-02-16T05:15:41.848Z+ do_assemble
6282024-02-16T05:15:41.848Z+ rm -r ./out/mgd
6292024-02-16T05:15:42.281Z+ mkdir ./out/mgd
6302024-02-16T05:15:42.282Z+ cp -r out/downloads/root ./out/mgd/root
6312024-02-16T05:15:42.306Z+ set -o errexit
6322024-02-16T05:15:42.306Z+++ dirname ./tools/ci_download_transceiver_control
6332024-02-16T05:15:42.306Z++ cd ./tools
6342024-02-16T05:15:42.306Z++ pwd
6352024-02-16T05:15:42.306Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362024-02-16T05:15:42.306Z++ basename ./tools/ci_download_transceiver_control
6372024-02-16T05:15:42.307Z+ ARG0=ci_download_transceiver_control
6382024-02-16T05:15:42.307Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6392024-02-16T05:15:42.307Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402024-02-16T05:15:42.307Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412024-02-16T05:15:42.307Z+ TARGET_DIR=out
6422024-02-16T05:15:42.307Z+ DOWNLOAD_DIR=out/downloads
6432024-02-16T05:15:42.307Z+ DEST_DIR=./out/transceiver-control
6442024-02-16T05:15:42.307Z+ BIN_DIR=/opt/oxide/bin
6452024-02-16T05:15:42.307Z+ BINARY=xcvradm
6462024-02-16T05:15:42.307Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472024-02-16T05:15:42.307Z+ REPO=oxidecomputer/transceiver-control
6482024-02-16T05:15:42.307Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-02-16T05:15:42.308Z+ main
6502024-02-16T05:15:42.308Z+ [[ 0 != 0 ]]
6512024-02-16T05:15:42.308Z+ CIDL_OS=solaris2.11
6522024-02-16T05:15:42.308Z+ [[ 0 != 0 ]]
6532024-02-16T05:15:42.308Z+ configure_os solaris2.11
6542024-02-16T05:15:42.308Z+ echo 'current directory: /work/oxidecomputer/omicron'
6552024-02-16T05:15:42.308Zcurrent directory: /work/oxidecomputer/omicron
6562024-02-16T05:15:42.308Z+ echo 'configuring based on OS: "solaris2.11"'
6572024-02-16T05:15:42.308Z+ case "$1" in
6582024-02-16T05:15:42.308Zconfiguring based on OS: "solaris2.11"
6592024-02-16T05:15:42.308Z+ SET_BINARIES=
6602024-02-16T05:15:42.309Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612024-02-16T05:15:42.309Z+ CIDL_SHA256FUNC=do_sha256sum
6622024-02-16T05:15:42.309Z+ ARCHIVE_FILENAME=xcvradm.gz
6632024-02-16T05:15:42.309Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642024-02-16T05:15:42.309Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6652024-02-16T05:15:42.309Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6662024-02-16T05:15:42.309ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6672024-02-16T05:15:42.309ZLocal file: out/downloads/xcvradm.gz
6682024-02-16T05:15:42.309Z+ echo 'Local file: out/downloads/xcvradm.gz'
6692024-02-16T05:15:42.309Z+ mkdir -p out/downloads
6702024-02-16T05:15:42.309Z+ mkdir -p ./out/transceiver-control
6712024-02-16T05:15:42.309Z+ fetch_and_verify
6722024-02-16T05:15:42.309Z+ local DO_DOWNLOAD=true
6732024-02-16T05:15:42.309Z+ [[ -f out/downloads/xcvradm.gz ]]
6742024-02-16T05:15:42.310Z+ '[' true == true ']'
6752024-02-16T05:15:42.310Z+ echo Downloading...
6762024-02-16T05:15:42.310ZDownloading...
6772024-02-16T05:15:42.310Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6782024-02-16T05:15:42.310Z+ 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
6792024-02-16T05:15:49.572Z++ do_sha256sum out/downloads/xcvradm.gz
6802024-02-16T05:15:49.580Z++ sha256sum
6812024-02-16T05:15:49.580Z++ awk '{print $1}'
6822024-02-16T05:15:49.581Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832024-02-16T05:15:49.581Z+ [[ 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 ]]
6842024-02-16T05:15:49.581Z+ do_unpack out/downloads/xcvradm.gz
6852024-02-16T05:15:49.581Z+ mkdir -p out/downloads/root//opt/oxide/bin
6862024-02-16T05:15:49.598Z+ gzip -dc out/downloads/xcvradm.gz
6872024-02-16T05:15:50.121Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6882024-02-16T05:15:50.559Z+ do_assemble
6892024-02-16T05:15:50.559Z+ rm -r ./out/transceiver-control
6902024-02-16T05:15:50.559Z+ mkdir ./out/transceiver-control
6912024-02-16T05:15:50.559Z+ cp -r out/downloads/root ./out/transceiver-control/root
6922024-02-16T05:15:50.559ZAll prerequisites installed successfully
6932024-02-16T05:15:50.559Z
6942024-02-16T05:15:50.559Zreal 2:40.709521940
6952024-02-16T05:15:50.559Zuser 34.870704840
6962024-02-16T05:15:50.559Zsys 6.519612326
6972024-02-16T05:15:50.559Ztrap 0.007392450
6982024-02-16T05:15:50.560Ztflt 0.170390359
6992024-02-16T05:15:50.560Zdflt 0.541692830
7002024-02-16T05:15:50.560Zkflt 0.136502929
7012024-02-16T05:15:50.560Zlock 1.451032128
7022024-02-16T05:15:50.560Zslp 6:22.649504021
7032024-02-16T05:15:50.560Zlat 1.770104431
7042024-02-16T05:15:50.560Zstop 0.131922477
7052024-02-16T05:15:50.560Z+ ptime -m ./tools/ci_download_softnpu_machinery
7062024-02-16T05:15:50.560Zfetching npuzone
7072024-02-16T05:15:50.561ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7082024-02-16T05:15:50.561Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7092024-02-16T05:15:50.561ZGetting hash for npuzone
7102024-02-16T05:15:50.581Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7112024-02-16T05:16:31.245Znpuzone downloaded successfully
7122024-02-16T05:16:31.260Z
7132024-02-16T05:16:31.260Zreal 41.371645823
7142024-02-16T05:16:31.260Zuser 0.348141001
7152024-02-16T05:16:31.261Zsys 0.125506105
7162024-02-16T05:16:31.261Ztrap 0.000092040
7172024-02-16T05:16:31.261Ztflt 0.000000000
7182024-02-16T05:16:31.261Zdflt 0.000000000
7192024-02-16T05:16:31.262Zkflt 0.000000000
7202024-02-16T05:16:31.262Zlock 0.000000000
7212024-02-16T05:16:31.262Zslp 2:03.533082853
7222024-02-16T05:16:31.262Zlat 0.083501697
7232024-02-16T05:16:31.262Zstop 0.000179755
7242024-02-16T05:16:31.263Z+ export CARGO_INCREMENTAL=0
7252024-02-16T05:16:31.263Z+ CARGO_INCREMENTAL=0
7262024-02-16T05:16:31.263Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7272024-02-16T05:16:31.871Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-02-16T05:16:31.882Z Updating git repository `https://github.com/oxidecomputer/samael`
7292024-02-16T05:16:32.170Z Updating crates.io index
7302024-02-16T05:16:32.185Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-02-16T05:16:33.001Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-02-16T05:16:34.796Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-02-16T05:16:35.362Z Updating git repository `http://github.com/oxidecomputer/tofino`
7342024-02-16T05:16:36.044Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7352024-02-16T05:16:36.071Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7362024-02-16T05:16:36.188Z Updating git repository `https://github.com/oxidecomputer/propolis`
7372024-02-16T05:16:37.120Z Updating git repository `https://github.com/oxidecomputer/crucible`
7382024-02-16T05:16:39.164Z Updating git repository `https://github.com/oxidecomputer/opte`
7392024-02-16T05:16:40.067Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7402024-02-16T05:16:40.379Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-02-16T05:16:40.903Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-02-16T05:16:41.213Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7432024-02-16T05:16:41.524Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7442024-02-16T05:16:41.835Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7452024-02-16T05:16:42.195Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7462024-02-16T05:16:42.659Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7472024-02-16T05:16:43.015Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7482024-02-16T05:16:43.497Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-02-16T05:16:43.804Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7502024-02-16T05:16:44.135Z Updating git repository `https://github.com/jgallagher/nix`
7512024-02-16T05:16:45.125Z Updating git repository `https://github.com/cbiffle/hubpack`
7522024-02-16T05:16:45.958Z Updating git repository `https://github.com/oxidecomputer/typify`
7532024-02-16T05:16:46.794Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7542024-02-16T05:16:47.132Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7552024-02-16T05:16:47.424Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7562024-02-16T05:16:49.160Z Downloading crates ...
7572024-02-16T05:16:49.619Z Downloaded csv-core v0.1.11
7582024-02-16T05:16:49.649Z Downloaded crypto-common v0.1.6
7592024-02-16T05:16:49.649Z Downloaded addr2line v0.21.0
7602024-02-16T05:16:49.649Z Downloaded httparse v1.8.0
7612024-02-16T05:16:49.649Z Downloaded hmac v0.12.1
7622024-02-16T05:16:49.649Z Downloaded http-range v0.1.5
7632024-02-16T05:16:49.650Z Downloaded httpdate v1.0.3
7642024-02-16T05:16:49.650Z Downloaded http-body v0.4.5
7652024-02-16T05:16:49.650Z Downloaded hostname v0.3.1
7662024-02-16T05:16:49.650Z Downloaded impl-trait-for-tuples v0.2.2
7672024-02-16T05:16:49.651Z Downloaded highway v1.1.0
7682024-02-16T05:16:49.651Z Downloaded iana-time-zone v0.1.57
7692024-02-16T05:16:49.651Z Downloaded ipnet v2.9.0
7702024-02-16T05:16:49.651Z Downloaded colored v2.0.4
7712024-02-16T05:16:49.652Z Downloaded nibble_vec v0.1.0
7722024-02-16T05:16:49.652Z Downloaded normalize-line-endings v0.3.0
7732024-02-16T05:16:49.652Z Downloaded hyper-staticfile v0.9.5
7742024-02-16T05:16:49.652Z Downloaded instant v0.1.12
7752024-02-16T05:16:49.652Z Downloaded humantime v2.1.0
7762024-02-16T05:16:49.652Z Downloaded serde-big-array v0.4.1
7772024-02-16T05:16:49.653Z Downloaded num-complex v0.4.4
7782024-02-16T05:16:49.653Z Downloaded adler v1.0.2
7792024-02-16T05:16:49.653Z Downloaded scopeguard v1.2.0
7802024-02-16T05:16:49.654Z Downloaded assert_matches v1.5.0
7812024-02-16T05:16:49.654Z Downloaded nu-ansi-term v0.49.0
7822024-02-16T05:16:49.654Z Downloaded secrecy v0.8.0
7832024-02-16T05:16:49.654Z Downloaded async-stream-impl v0.3.5
7842024-02-16T05:16:49.655Z Downloaded atty v0.2.14
7852024-02-16T05:16:49.655Z Downloaded async-recursion v1.0.5
7862024-02-16T05:16:49.655Z Downloaded anstyle-query v1.0.0
7872024-02-16T05:16:49.655Z Downloaded array-init v0.0.4
7882024-02-16T05:16:49.656Z Downloaded atomicwrites v0.4.3
7892024-02-16T05:16:49.656Z Downloaded ahash v0.8.7
7902024-02-16T05:16:49.656Z Downloaded arrayref v0.3.7
7912024-02-16T05:16:49.656Z Downloaded anstream v0.5.0
7922024-02-16T05:16:49.656Z Downloaded aead v0.5.2
7932024-02-16T05:16:49.656Z Downloaded num-traits v0.2.16
7942024-02-16T05:16:49.656Z Downloaded ident_case v1.0.1
7952024-02-16T05:16:49.657Z Downloaded anstyle-parse v0.2.1
7962024-02-16T05:16:49.657Z Downloaded serde_spanned v0.6.5
7972024-02-16T05:16:49.657Z Downloaded colorchoice v1.0.0
7982024-02-16T05:16:49.657Z Downloaded libloading v0.7.4
7992024-02-16T05:16:49.658Z Downloaded const-oid v0.9.5
8002024-02-16T05:16:49.658Z Downloaded newtype_derive v0.1.6
8012024-02-16T05:16:49.658Z Downloaded itertools v0.10.5
8022024-02-16T05:16:49.659Z Downloaded maybe-uninit v2.0.0
8032024-02-16T05:16:49.659Z Downloaded block-buffer v0.10.4
8042024-02-16T05:16:49.659Z Downloaded bitflags v1.3.2
8052024-02-16T05:16:49.659Z Downloaded bit-set v0.5.3
8062024-02-16T05:16:49.660Z Downloaded cassowary v0.3.0
8072024-02-16T05:16:49.660Z Downloaded bitvec v1.0.1
8082024-02-16T05:16:49.660Z Downloaded libm v0.2.7
8092024-02-16T05:16:49.661Z Downloaded match_cfg v0.1.0
8102024-02-16T05:16:49.661Z Downloaded usdt-macro v0.3.5
8112024-02-16T05:16:49.661Z Downloaded matches v0.1.10
8122024-02-16T05:16:49.661Z Downloaded linked-hash-map v0.5.6
8132024-02-16T05:16:49.662Z Downloaded num-iter v0.1.43
8142024-02-16T05:16:49.662Z Downloaded crunchy v0.2.2
8152024-02-16T05:16:49.662Z Downloaded backoff v0.4.0
8162024-02-16T05:16:49.662Z Downloaded stable_deref_trait v1.2.0
8172024-02-16T05:16:49.663Z Downloaded base64ct v1.6.0
8182024-02-16T05:16:49.663Z Downloaded cancel-safe-futures v0.1.5
8192024-02-16T05:16:49.663Z Downloaded bitflags v2.4.0
8202024-02-16T05:16:49.663Z Downloaded crc v3.0.1
8212024-02-16T05:16:49.664Z Downloaded block-padding v0.3.3
8222024-02-16T05:16:49.664Z Downloaded waitgroup v0.1.2
8232024-02-16T05:16:49.664Z Downloaded crucible-workspace-hack v0.1.0
8242024-02-16T05:16:49.664Z Downloaded cstr-argument v0.1.2
8252024-02-16T05:16:49.664Z Downloaded darling_macro v0.14.4
8262024-02-16T05:16:49.664Z Downloaded utf8parse v0.2.1
8272024-02-16T05:16:49.665Z Downloaded new_debug_unreachable v1.0.4
8282024-02-16T05:16:49.665Z Downloaded mime v0.3.17
8292024-02-16T05:16:49.665Z Downloaded memoffset v0.9.0
8302024-02-16T05:16:49.665Z Downloaded managed v0.8.0
8312024-02-16T05:16:49.665Z Downloaded is_ci v1.1.1
8322024-02-16T05:16:49.665Z Downloaded unicase v2.7.0
8332024-02-16T05:16:49.665Z Downloaded textwrap v0.11.0
8342024-02-16T05:16:49.666Z Downloaded signal-hook-registry v1.4.1
8352024-02-16T05:16:49.666Z Downloaded nanorand v0.7.0
8362024-02-16T05:16:49.666Z Downloaded rustc-hash v1.1.0
8372024-02-16T05:16:49.666Z Downloaded crossbeam-deque v0.8.3
8382024-02-16T05:16:49.666Z Downloaded num-rational v0.4.1
8392024-02-16T05:16:49.666Z Downloaded slog-async v2.8.0
8402024-02-16T05:16:49.667Z Downloaded toolchain_find v0.2.0
8412024-02-16T05:16:49.667Z Downloaded arc-swap v1.6.0
8422024-02-16T05:16:49.667Z Downloaded zone_cfg_derive v0.3.0
8432024-02-16T05:16:49.667Z Downloaded foreign-types-shared v0.1.1
8442024-02-16T05:16:49.667Z Downloaded foreign-types v0.3.2
8452024-02-16T05:16:49.667Z Downloaded ciborium v0.2.2
8462024-02-16T05:16:49.667Z Downloaded signal-hook-mio v0.2.3
8472024-02-16T05:16:49.667Z Downloaded multimap v0.8.3
8482024-02-16T05:16:49.667Z Downloaded same-file v1.0.6
8492024-02-16T05:16:49.668Z Downloaded lru-cache v0.1.2
8502024-02-16T05:16:49.668Z Downloaded rustfmt-wrapper v0.2.0
8512024-02-16T05:16:49.668Z Downloaded clap v4.4.3
8522024-02-16T05:16:49.668Z Downloaded diesel_table_macro_syntax v0.1.0
8532024-02-16T05:16:49.669Z Downloaded multer v3.0.0
8542024-02-16T05:16:49.669Z Downloaded deranged v0.3.8
8552024-02-16T05:16:49.669Z Downloaded xattr v1.0.1
8562024-02-16T05:16:49.669Z Downloaded clap_derive v4.4.2
8572024-02-16T05:16:49.669Z Downloaded fixedbitset v0.4.2
8582024-02-16T05:16:50.928Z Downloaded path-slash v0.1.5
8592024-02-16T05:16:50.928Z Downloaded opaque-debug v0.3.0
8602024-02-16T05:16:50.929Z Downloaded precomputed-hash v0.1.1
8612024-02-16T05:16:50.929Z Downloaded proc-macro-crate v1.3.1
8622024-02-16T05:16:50.929Z Downloaded flagset v0.4.3
8632024-02-16T05:16:50.929Z Downloaded plain v0.2.3
8642024-02-16T05:16:50.929Z Downloaded parking_lot_core v0.8.6
8652024-02-16T05:16:50.929Z Downloaded vsss-rs v3.3.4
8662024-02-16T05:16:50.929Z Downloaded bytes v1.5.0
8672024-02-16T05:16:50.929Z Downloaded endian-type v0.1.2
8682024-02-16T05:16:50.929Z Downloaded memmap2 v0.7.1
8692024-02-16T05:16:50.929Z Downloaded foreign-types-shared v0.3.1
8702024-02-16T05:16:50.929Z Downloaded structopt v0.3.26
8712024-02-16T05:16:50.929Z Downloaded stability v0.1.1
8722024-02-16T05:16:50.929Z Downloaded scroll_derive v0.12.0
8732024-02-16T05:16:50.929Z Downloaded pin-utils v0.1.0
8742024-02-16T05:16:50.930Z Downloaded rustc_version v0.4.0
8752024-02-16T05:16:50.930Z Downloaded topological-sort v0.2.2
8762024-02-16T05:16:50.930Z Downloaded futures-sink v0.3.30
8772024-02-16T05:16:50.930Z Downloaded compact_str v0.7.1
8782024-02-16T05:16:50.930Z Downloaded ppv-lite86 v0.2.17
8792024-02-16T05:16:50.930Z Downloaded platforms v3.0.2
8802024-02-16T05:16:50.930Z Downloaded crossbeam-utils v0.8.16
8812024-02-16T05:16:50.930Z Downloaded usdt v0.5.0
8822024-02-16T05:16:50.930Z Downloaded structmeta-derive v0.3.0
8832024-02-16T05:16:50.930Z Downloaded der_derive v0.7.2
8842024-02-16T05:16:50.931Z Downloaded darling v0.20.3
8852024-02-16T05:16:50.931Z Downloaded foreign-types v0.5.0
8862024-02-16T05:16:50.931Z Downloaded form_urlencoded v1.2.1
8872024-02-16T05:16:50.931Z Downloaded enum-as-inner v0.5.1
8882024-02-16T05:16:50.931Z Downloaded tokio-macros v2.2.0
8892024-02-16T05:16:50.931Z Downloaded tokio-native-tls v0.3.1
8902024-02-16T05:16:50.931Z Downloaded version_check v0.9.4
8912024-02-16T05:16:50.931Z Downloaded vec_map v0.8.2
8922024-02-16T05:16:50.932Z Downloaded thiserror v1.0.57
8932024-02-16T05:16:50.932Z Downloaded darling_macro v0.20.3
8942024-02-16T05:16:50.932Z Downloaded backtrace v0.3.69
8952024-02-16T05:16:50.932Z Downloaded derive_builder_macro v0.12.0
8962024-02-16T05:16:50.932Z Downloaded termtree v0.4.1
8972024-02-16T05:16:50.932Z Downloaded pkg-config v0.3.27
8982024-02-16T05:16:50.932Z Downloaded time-core v0.1.1
8992024-02-16T05:16:50.932Z Downloaded smallvec v1.13.1
9002024-02-16T05:16:50.933Z Downloaded slog-stdlog v4.1.1
9012024-02-16T05:16:50.933Z Downloaded slog-scope v4.4.0
9022024-02-16T05:16:50.933Z Downloaded futures-task v0.3.30
9032024-02-16T05:16:50.933Z Downloaded pkcs1 v0.7.5
9042024-02-16T05:16:50.933Z Downloaded rpassword v7.3.1
9052024-02-16T05:16:50.933Z Downloaded slog-json v2.6.1
9062024-02-16T05:16:50.933Z Downloaded structmeta-derive v0.2.0
9072024-02-16T05:16:50.934Z Downloaded structmeta v0.3.0
9082024-02-16T05:16:50.934Z Downloaded difflib v0.4.0
9092024-02-16T05:16:50.934Z Downloaded universal-hash v0.5.1
9102024-02-16T05:16:50.934Z Downloaded futures-core v0.3.30
9112024-02-16T05:16:50.934Z Downloaded tungstenite v0.20.1
9122024-02-16T05:16:50.934Z Downloaded derive-where v1.2.7
9132024-02-16T05:16:50.934Z Downloaded usdt-attr-macro v0.5.0
9142024-02-16T05:16:50.934Z Downloaded usdt-attr-macro v0.3.5
9152024-02-16T05:16:50.934Z Downloaded signal-hook-tokio v0.3.1
9162024-02-16T05:16:50.934Z Downloaded fnv v1.0.7
9172024-02-16T05:16:50.934Z Downloaded rusty-fork v0.3.0
9182024-02-16T05:16:50.934Z Downloaded vte_generate_state_changes v0.1.1
9192024-02-16T05:16:50.934Z Downloaded wyz v0.5.1
9202024-02-16T05:16:50.934Z Downloaded smf v0.2.2
9212024-02-16T05:16:50.935Z Downloaded slog-bunyan v2.5.0
9222024-02-16T05:16:50.935Z Downloaded num_threads v0.1.6
9232024-02-16T05:16:50.935Z Downloaded omicron-zone-package v0.11.0
9242024-02-16T05:16:50.935Z Downloaded fxhash v0.2.1
9252024-02-16T05:16:50.935Z Downloaded proc-macro-error-attr v1.0.4
9262024-02-16T05:16:50.935Z Downloaded debug-ignore v1.0.5
9272024-02-16T05:16:50.936Z Downloaded serde_repr v0.1.16
9282024-02-16T05:16:50.936Z Downloaded scroll v0.12.0
9292024-02-16T05:16:50.936Z Downloaded rustls-pemfile v1.0.3
9302024-02-16T05:16:50.936Z Downloaded usdt-impl v0.5.0
9312024-02-16T05:16:50.936Z Downloaded usdt v0.3.5
9322024-02-16T05:16:50.936Z Downloaded memchr v2.6.3
9332024-02-16T05:16:50.936Z Downloaded fs-err v2.11.0
9342024-02-16T05:16:50.937Z Downloaded fd-lock v3.0.13
9352024-02-16T05:16:50.937Z Downloaded rustls-pki-types v1.1.0
9362024-02-16T05:16:50.937Z Downloaded dirs-sys-next v0.1.2
9372024-02-16T05:16:50.937Z Downloaded globset v0.4.13
9382024-02-16T05:16:50.937Z Downloaded derive_more v0.99.17
9392024-02-16T05:16:50.937Z Downloaded structmeta v0.2.0
9402024-02-16T05:16:50.937Z Downloaded darling_core v0.20.3
9412024-02-16T05:16:50.938Z Downloaded display-error-chain v0.2.0
9422024-02-16T05:16:50.938Z Downloaded minimal-lexical v0.2.1
9432024-02-16T05:16:50.938Z Downloaded sqlparser_derive v0.2.2
9442024-02-16T05:16:50.938Z Downloaded rustls-pemfile v2.0.0
9452024-02-16T05:16:50.938Z Downloaded rand_core v0.6.4
9462024-02-16T05:16:50.938Z Downloaded thiserror-impl v1.0.57
9472024-02-16T05:16:50.939Z Downloaded thiserror-impl-no-std v2.0.2
9482024-02-16T05:16:50.939Z Downloaded rand_chacha v0.3.1
9492024-02-16T05:16:50.939Z Downloaded sqlformat v0.2.3
9502024-02-16T05:16:50.939Z Downloaded tokio-rustls v0.25.0
9512024-02-16T05:16:50.939Z Downloaded derive_builder_core v0.12.0
9522024-02-16T05:16:50.939Z Downloaded slab v0.4.9
9532024-02-16T05:16:50.939Z Downloaded prettyplease v0.2.16
9542024-02-16T05:16:50.939Z Downloaded strsim v0.10.0
9552024-02-16T05:16:50.940Z Downloaded rtoolbox v0.0.1
9562024-02-16T05:16:50.940Z Downloaded pem v3.0.2
9572024-02-16T05:16:50.940Z Downloaded rsa v0.9.2
9582024-02-16T05:16:51.422Z Downloaded r2d2 v0.8.10
9592024-02-16T05:16:51.422Z Downloaded toml v0.7.8
9602024-02-16T05:16:51.422Z Downloaded swrite v0.1.0
9612024-02-16T05:16:51.422Z Downloaded percent-encoding v2.3.1
9622024-02-16T05:16:51.423Z Downloaded getrandom v0.2.10
9632024-02-16T05:16:51.423Z Downloaded ff v0.13.0
9642024-02-16T05:16:51.423Z Downloaded packed_struct v0.10.1
9652024-02-16T05:16:51.423Z Downloaded whoami v1.4.1
9662024-02-16T05:16:51.423Z Downloaded strsim v0.8.0
9672024-02-16T05:16:51.424Z Downloaded openssl-probe v0.1.5
9682024-02-16T05:16:51.424Z Downloaded number_prefix v0.4.0
9692024-02-16T05:16:51.424Z Downloaded data-encoding v2.4.0
9702024-02-16T05:16:51.424Z Downloaded signature v1.6.4
9712024-02-16T05:16:51.425Z Downloaded phf v0.11.2
9722024-02-16T05:16:51.425Z Downloaded thread_local v1.1.7
9732024-02-16T05:16:51.425Z Downloaded zeroize v1.7.0
9742024-02-16T05:16:51.425Z Downloaded futures-macro v0.3.30
9752024-02-16T05:16:51.426Z Downloaded unarray v0.1.4
9762024-02-16T05:16:51.426Z Downloaded pest_derive v2.7.6
9772024-02-16T05:16:51.426Z Downloaded darling v0.14.4
9782024-02-16T05:16:51.426Z Downloaded tracing-attributes v0.1.26
9792024-02-16T05:16:51.426Z Downloaded stringprep v0.1.3
9802024-02-16T05:16:51.426Z Downloaded fastrand v2.0.1
9812024-02-16T05:16:51.427Z Downloaded hash32 v0.3.1
9822024-02-16T05:16:51.427Z Downloaded derive_builder v0.12.0
9832024-02-16T05:16:51.427Z Downloaded radium v0.7.0
9842024-02-16T05:16:51.427Z Downloaded typed-path v0.7.0
9852024-02-16T05:16:51.428Z Downloaded peeking_take_while v0.1.2
9862024-02-16T05:16:51.428Z Downloaded equivalent v1.0.1
9872024-02-16T05:16:51.428Z Downloaded defmt-macros v0.3.6
9882024-02-16T05:16:51.428Z Downloaded thiserror-no-std v2.0.2
9892024-02-16T05:16:51.428Z Downloaded tower-service v0.3.2
9902024-02-16T05:16:51.428Z Downloaded test-strategy v0.3.1
9912024-02-16T05:16:51.429Z Downloaded untrusted v0.9.0
9922024-02-16T05:16:51.429Z Downloaded take_mut v0.2.2
9932024-02-16T05:16:51.429Z Downloaded tiny-keccak v2.0.2
9942024-02-16T05:16:51.429Z Downloaded itertools v0.12.1
9952024-02-16T05:16:51.429Z Downloaded pretty-hex v0.4.1
9962024-02-16T05:16:51.429Z Downloaded group v0.13.0
9972024-02-16T05:16:51.430Z Downloaded postgres-protocol v0.6.6
9982024-02-16T05:16:51.430Z Downloaded ed25519 v1.5.3
9992024-02-16T05:16:51.430Z Downloaded zerocopy-derive v0.7.32
10002024-02-16T05:16:51.430Z Downloaded resolv-conf v0.7.0
10012024-02-16T05:16:51.430Z Downloaded strum_macros v0.25.2
10022024-02-16T05:16:51.430Z Downloaded steno v0.4.0
10032024-02-16T05:16:51.431Z Downloaded downcast v0.11.0
10042024-02-16T05:16:51.431Z Downloaded unicode-xid v0.2.4
10052024-02-16T05:16:51.431Z Downloaded generic-array v0.14.7
10062024-02-16T05:16:51.431Z Downloaded semver v0.11.0
10072024-02-16T05:16:51.431Z Downloaded strum_macros v0.26.1
10082024-02-16T05:16:51.432Z Downloaded unicode-ident v1.0.12
10092024-02-16T05:16:51.432Z Downloaded float-cmp v0.9.0
10102024-02-16T05:16:51.432Z Downloaded yasna v0.5.2
10112024-02-16T05:16:51.433Z Downloaded toml_datetime v0.6.5
10122024-02-16T05:16:51.433Z Downloaded tap v1.0.1
10132024-02-16T05:16:51.433Z Downloaded glob v0.3.1
10142024-02-16T05:16:51.433Z Downloaded half v2.3.1
10152024-02-16T05:16:51.434Z Downloaded tracing v0.1.37
10162024-02-16T05:16:51.434Z Downloaded sct v0.7.0
10172024-02-16T05:16:51.434Z Downloaded unicode-linebreak v0.1.5
10182024-02-16T05:16:51.434Z Downloaded hashbrown v0.12.3
10192024-02-16T05:16:51.434Z Downloaded toml v0.8.10
10202024-02-16T05:16:51.434Z Downloaded tinyvec v1.6.0
10212024-02-16T05:16:51.435Z Downloaded portable-atomic v1.4.3
10222024-02-16T05:16:51.435Z Downloaded spin v0.9.8
10232024-02-16T05:16:51.435Z Downloaded textwrap v0.16.0
10242024-02-16T05:16:51.435Z Downloaded tokio-postgres v0.7.10
10252024-02-16T05:16:51.436Z Downloaded diff v0.1.13
10262024-02-16T05:16:51.436Z Downloaded darling_core v0.14.4
10272024-02-16T05:16:51.436Z Downloaded rcgen v0.12.1
10282024-02-16T05:16:51.436Z Downloaded openssl-sys v0.9.96
10292024-02-16T05:16:51.436Z Downloaded unicode-bidi v0.3.13
10302024-02-16T05:16:51.437Z Downloaded rayon-core v1.12.0
10312024-02-16T05:16:51.437Z Downloaded rustyline v13.0.0
10322024-02-16T05:16:51.437Z Downloaded unicode-normalization v0.1.22
10332024-02-16T05:16:51.437Z Downloaded idna v0.5.0
10342024-02-16T05:16:51.437Z Downloaded flume v0.11.0
10352024-02-16T05:16:51.440Z Downloaded serde_with v3.6.1
10362024-02-16T05:16:51.440Z Downloaded serde_yaml v0.9.25
10372024-02-16T05:16:51.440Z Downloaded ron v0.8.1
10382024-02-16T05:16:51.441Z Downloaded tracing-core v0.1.31
10392024-02-16T05:16:51.441Z Downloaded parse-size v1.0.0
10402024-02-16T05:16:51.441Z Downloaded tar v0.4.40
10412024-02-16T05:16:51.441Z Downloaded flate2 v1.0.28
10422024-02-16T05:16:51.442Z Downloaded packed_struct_codegen v0.10.1
10432024-02-16T05:16:51.442Z Downloaded try-lock v0.2.4
10442024-02-16T05:16:51.442Z Downloaded quick-xml v0.30.0
10452024-02-16T05:16:51.442Z Downloaded zerocopy v0.3.0
10462024-02-16T05:16:51.442Z Downloaded oso-derive v0.27.0
10472024-02-16T05:16:51.443Z Downloaded openssl-macros v0.1.1
10482024-02-16T05:16:51.443Z Downloaded heapless v0.8.0
10492024-02-16T05:16:51.443Z Downloaded hashbrown v0.13.2
10502024-02-16T05:16:51.443Z Downloaded digest v0.10.7
10512024-02-16T05:16:51.443Z Downloaded termcolor v1.2.0
10522024-02-16T05:16:51.444Z Downloaded ref-cast-impl v1.0.20
10532024-02-16T05:16:51.444Z Downloaded ref-cast v1.0.20
10542024-02-16T05:16:51.444Z Downloaded der v0.7.8
10552024-02-16T05:16:51.444Z Downloaded goblin v0.8.0
10562024-02-16T05:16:51.444Z Downloaded either v1.9.0
10572024-02-16T05:16:51.444Z Downloaded dirs-next v2.0.0
10582024-02-16T05:16:51.990Z Downloaded tui-tree-widget v0.17.0
10592024-02-16T05:16:51.990Z Downloaded serde_path_to_error v0.1.15
10602024-02-16T05:16:51.990Z Downloaded errno v0.3.8
10612024-02-16T05:16:51.990Z Downloaded parse-display v0.9.0
10622024-02-16T05:16:51.990Z Downloaded ena v0.14.2
10632024-02-16T05:16:51.990Z Downloaded sqlparser v0.43.1
10642024-02-16T05:16:51.990Z Downloaded phf_shared v0.10.0
10652024-02-16T05:16:51.990Z Downloaded rand_xorshift v0.3.0
10662024-02-16T05:16:51.990Z Downloaded parse-display-derive v0.9.0
10672024-02-16T05:16:51.991Z Downloaded terminal_size v0.2.6
10682024-02-16T05:16:51.991Z Downloaded chrono v0.4.31
10692024-02-16T05:16:51.991Z Downloaded hashbrown v0.14.3
10702024-02-16T05:16:51.991Z Downloaded pin-project v1.1.3
10712024-02-16T05:16:51.991Z Downloaded time v0.3.27
10722024-02-16T05:16:51.991Z Downloaded rustls-webpki v0.101.7
10732024-02-16T05:16:51.991Z Downloaded proptest v1.4.0
10742024-02-16T05:16:51.992Z Downloaded unicode_categories v0.1.1
10752024-02-16T05:16:51.992Z Downloaded embedded-io v0.4.0
10762024-02-16T05:16:51.992Z Downloaded zerocopy v0.6.4
10772024-02-16T05:16:51.992Z Downloaded regex-automata v0.1.10
10782024-02-16T05:16:51.992Z Downloaded futures-util v0.3.30
10792024-02-16T05:16:51.992Z Downloaded bindgen v0.69.2
10802024-02-16T05:16:51.992Z Downloaded parking_lot v0.12.1
10812024-02-16T05:16:51.992Z Downloaded smoltcp v0.9.1
10822024-02-16T05:16:51.992Z Downloaded petgraph v0.6.4
10832024-02-16T05:16:51.992Z Downloaded syn v1.0.109
10842024-02-16T05:16:51.992Z Downloaded smoltcp v0.11.0
10852024-02-16T05:16:51.993Z Downloaded winnow v0.5.15
10862024-02-16T05:16:51.993Z Downloaded h2 v0.3.24
10872024-02-16T05:16:51.993Z Downloaded regex-syntax v0.8.2
10882024-02-16T05:16:51.993Z Downloaded openapiv3 v2.0.0
10892024-02-16T05:16:51.993Z Downloaded reqwest v0.11.22
10902024-02-16T05:16:51.993Z Downloaded trust-dns-client v0.22.0
10912024-02-16T05:16:51.993Z Downloaded trust-dns-server v0.22.1
10922024-02-16T05:16:51.993Z Downloaded libc v0.2.153
10932024-02-16T05:16:51.993Z Downloaded tokio-util v0.7.10
10942024-02-16T05:16:51.993Z Downloaded zerocopy-derive v0.6.4
10952024-02-16T05:16:51.993Z Downloaded tabled v0.15.0
10962024-02-16T05:16:51.994Z Downloaded regex-automata v0.3.8
10972024-02-16T05:16:51.994Z Downloaded polar-core v0.27.0
10982024-02-16T05:16:51.994Z Downloaded tokio v1.36.0
10992024-02-16T05:16:51.994Z Downloaded rayon v1.8.0
11002024-02-16T05:16:51.994Z Downloaded regress v0.8.0
11012024-02-16T05:16:51.994Z Downloaded rustix v0.37.23
11022024-02-16T05:16:51.994Z Downloaded regex-syntax v0.6.29
11032024-02-16T05:16:51.994Z Downloaded zerocopy v0.7.32
11042024-02-16T05:16:51.994Z Downloaded rustix v0.38.31
11052024-02-16T05:16:51.994Z Downloaded openssl v0.10.60
11062024-02-16T05:16:51.994Z Downloaded regex v1.10.3
11072024-02-16T05:16:51.994Z Downloaded rustls v0.22.2
11082024-02-16T05:16:51.995Z Downloaded trust-dns-proto v0.22.0
11092024-02-16T05:16:51.995Z Downloaded sled v0.34.7
11102024-02-16T05:16:51.995Z Downloaded bstr v1.6.0
11112024-02-16T05:16:51.995Z Downloaded csv v1.3.0
11122024-02-16T05:16:51.995Z Downloaded ratatui v0.26.1
11132024-02-16T05:16:51.995Z Downloaded regex-automata v0.4.4
11142024-02-16T05:16:51.995Z Downloaded bzip2-sys v0.1.11+1.0.8
11152024-02-16T05:16:51.995Z Downloaded ring v0.17.7
11162024-02-16T05:16:51.996Z Downloaded sha3 v0.10.8
11172024-02-16T05:16:51.996Z Downloaded gimli v0.28.0
11182024-02-16T05:16:51.996Z Downloaded serde_json v1.0.113
11192024-02-16T05:16:51.996Z Downloaded rustls v0.21.9
11202024-02-16T05:16:51.996Z Downloaded bstr v0.2.17
11212024-02-16T05:16:51.996Z Downloaded reedline v0.28.0
11222024-02-16T05:16:51.996Z Downloaded zerocopy-derive v0.2.0
11232024-02-16T05:16:51.996Z Downloaded object v0.30.4
11242024-02-16T05:16:51.996Z Downloaded nix v0.27.1
11252024-02-16T05:16:51.996Z Downloaded encoding_rs v0.8.33
11262024-02-16T05:16:51.996Z Downloaded trust-dns-resolver v0.22.0
11272024-02-16T05:16:51.996Z Downloaded owo-colors v4.0.0
11282024-02-16T05:16:51.996Z Downloaded tough v0.16.0
11292024-02-16T05:16:51.997Z Downloaded radix_trie v0.2.1
11302024-02-16T05:16:51.997Z Downloaded object v0.32.1
11312024-02-16T05:16:51.997Z Downloaded elliptic-curve v0.13.8
11322024-02-16T05:16:51.997Z Downloaded diesel v2.1.4
11332024-02-16T05:16:51.997Z Downloaded schemars v0.8.16
11342024-02-16T05:16:51.997Z Downloaded toml v0.5.11
11352024-02-16T05:16:51.997Z Downloaded papergrid v0.11.0
11362024-02-16T05:16:51.997Z Downloaded oso v0.27.0
11372024-02-16T05:16:51.997Z Downloaded curve25519-dalek v4.1.1
11382024-02-16T05:16:51.998Z Downloaded futures v0.3.30
11392024-02-16T05:16:51.998Z Downloaded lalrpop v0.19.12
11402024-02-16T05:16:51.998Z Downloaded pin-project-lite v0.2.13
11412024-02-16T05:16:51.998Z Downloaded phf_shared v0.11.2
11422024-02-16T05:16:51.998Z Downloaded parking_lot v0.11.2
11432024-02-16T05:16:51.998Z Downloaded semver v1.0.21
11442024-02-16T05:16:51.998Z Downloaded term v0.7.0
11452024-02-16T05:16:51.998Z Downloaded password-hash v0.5.0
11462024-02-16T05:16:51.998Z Downloaded rustls-webpki v0.102.1
11472024-02-16T05:16:51.999Z Downloaded webpki-roots v0.25.2
11482024-02-16T05:16:51.999Z Downloaded syn v2.0.48
11492024-02-16T05:16:51.999Z Downloaded smallvec v0.6.14
11502024-02-16T05:16:51.999Z Downloaded tokio-tungstenite v0.20.1
11512024-02-16T05:16:51.999Z Downloaded tokio-stream v0.1.14
11522024-02-16T05:16:51.999Z Downloaded vcpkg v0.2.15
11532024-02-16T05:16:51.999Z Downloaded pest v2.7.6
11542024-02-16T05:16:51.999Z Downloaded pin-project-internal v1.1.3
11552024-02-16T05:16:52.000Z Downloaded filetime v0.2.23
11562024-02-16T05:16:52.000Z Downloaded scheduled-thread-pool v0.2.7
11572024-02-16T05:16:52.000Z Downloaded clap v2.34.0
11582024-02-16T05:16:52.033Z Downloaded unicode-segmentation v1.10.1
11592024-02-16T05:16:52.033Z Downloaded serde v1.0.196
11602024-02-16T05:16:52.033Z Downloaded clap_builder v4.4.2
11612024-02-16T05:16:52.033Z Downloaded blake3 v1.5.0
11622024-02-16T05:16:52.034Z Downloaded ring v0.16.20
11632024-02-16T05:16:52.034Z Downloaded serde_derive v1.0.196
11642024-02-16T05:16:52.034Z Downloaded url v2.5.0
11652024-02-16T05:16:52.034Z Downloaded wait-timeout v0.2.0
11662024-02-16T05:16:52.034Z Downloaded headers v0.4.0
11672024-02-16T05:16:52.034Z Downloaded heapless v0.7.16
11682024-02-16T05:16:52.034Z Downloaded idna v0.2.3
11692024-02-16T05:16:52.035Z Downloaded rand v0.8.5
11702024-02-16T05:16:52.035Z Downloaded tempfile v3.10.0
11712024-02-16T05:16:52.035Z Downloaded rustc-demangle v0.1.23
11722024-02-16T05:16:52.035Z Downloaded defmt v0.3.5
11732024-02-16T05:16:52.035Z Downloaded postgres-types v0.2.6
11742024-02-16T05:16:52.035Z Downloaded strip-ansi-escapes v0.2.0
11752024-02-16T05:16:52.035Z Downloaded toml_edit v0.21.1
11762024-02-16T05:16:52.035Z Downloaded heck v0.3.3
11772024-02-16T05:16:52.036Z Downloaded hash32 v0.2.1
11782024-02-16T05:16:52.036Z Downloaded similar v2.3.0
11792024-02-16T05:16:52.036Z Downloaded crossterm v0.27.0
11802024-02-16T05:16:52.036Z Downloaded untrusted v0.7.1
11812024-02-16T05:16:52.036Z Downloaded paste v1.0.14
11822024-02-16T05:16:52.036Z Downloaded sha2 v0.10.8
11832024-02-16T05:16:52.037Z Downloaded aho-corasick v1.0.4
11842024-02-16T05:16:52.037Z Downloaded nom v7.1.3
11852024-02-16T05:16:52.037Z Downloaded sha1 v0.10.6
11862024-02-16T05:16:52.037Z Downloaded shlex v1.3.0
11872024-02-16T05:16:52.037Z Downloaded snafu v0.7.5
11882024-02-16T05:16:52.037Z Downloaded unsafe-libyaml v0.2.10
11892024-02-16T05:16:52.038Z Downloaded toml_edit v0.22.4
11902024-02-16T05:16:52.038Z Downloaded quick-error v1.2.3
11912024-02-16T05:16:52.038Z Downloaded predicates-core v1.0.6
11922024-02-16T05:16:52.038Z Downloaded predicates v3.1.0
11932024-02-16T05:16:52.038Z Downloaded once_cell v1.19.0
11942024-02-16T05:16:52.038Z Downloaded serde_derive_internals v0.26.0
11952024-02-16T05:16:52.038Z Downloaded ucd-trie v0.1.6
11962024-02-16T05:16:52.039Z Downloaded slog-envlogger v2.2.0
11972024-02-16T05:16:52.039Z Downloaded proc-macro2 v1.0.78
11982024-02-16T05:16:52.039Z Downloaded toml_edit v0.19.15
11992024-02-16T05:16:52.039Z Downloaded fatfs v0.3.6
12002024-02-16T05:16:52.039Z Downloaded tabled_derive v0.7.0
12012024-02-16T05:16:52.039Z Downloaded slog-term v2.9.0
12022024-02-16T05:16:52.039Z Downloaded libxml v0.3.3
12032024-02-16T05:16:52.040Z Downloaded x509-cert v0.2.4
12042024-02-16T05:16:52.040Z Downloaded fd-lock v4.0.2
12052024-02-16T05:16:52.040Z Downloaded socket2 v0.5.5
12062024-02-16T05:16:52.040Z Downloaded socket2 v0.4.9
12072024-02-16T05:16:52.040Z Downloaded salty v0.2.0
12082024-02-16T05:16:52.040Z Downloaded crossbeam-channel v0.5.8
12092024-02-16T05:16:52.040Z Downloaded signature v2.1.0
12102024-02-16T05:16:52.040Z Downloaded proc-macro-error v1.0.4
12112024-02-16T05:16:52.041Z Downloaded crypto-bigint v0.5.2
12122024-02-16T05:16:52.041Z Downloaded olpc-cjson v0.1.3
12132024-02-16T05:16:52.041Z Downloaded num_enum_derive v0.5.11
12142024-02-16T05:16:52.041Z Downloaded hex v0.4.3
12152024-02-16T05:16:52.041Z Downloaded heck v0.4.1
12162024-02-16T05:16:52.041Z Downloaded pest_meta v2.7.6
12172024-02-16T05:16:52.041Z Downloaded postcard v1.0.8
12182024-02-16T05:16:52.041Z Downloaded thread-id v4.2.0
12192024-02-16T05:16:52.042Z Downloaded supports-color v2.1.0
12202024-02-16T05:16:52.042Z Downloaded subtle v2.5.0
12212024-02-16T05:16:52.042Z Downloaded snafu-derive v0.7.5
12222024-02-16T05:16:52.042Z Downloaded ryu v1.0.15
12232024-02-16T05:16:52.042Z Downloaded zip v0.6.6
12242024-02-16T05:16:52.042Z Downloaded uuid v1.7.0
12252024-02-16T05:16:52.043Z Downloaded serde_with_macros v3.6.1
12262024-02-16T05:16:52.043Z Downloaded spki v0.7.2
12272024-02-16T05:16:52.043Z Downloaded unicode-width v0.1.11
12282024-02-16T05:16:52.043Z Downloaded mio v0.8.9
12292024-02-16T05:16:52.043Z Downloaded env_logger v0.10.0
12302024-02-16T05:16:52.043Z Downloaded poly1305 v0.8.0
12312024-02-16T05:16:52.043Z Downloaded subprocess v0.2.9
12322024-02-16T05:16:52.044Z Downloaded pkcs8 v0.10.2
12332024-02-16T05:16:52.044Z Downloaded rustc_version v0.1.7
12342024-02-16T05:16:52.044Z Downloaded mockall_derive v0.12.0
12352024-02-16T05:16:52.044Z Downloaded smawk v0.3.1
12362024-02-16T05:16:52.044Z Downloaded pem-rfc7468 v0.7.0
12372024-02-16T05:16:52.044Z Downloaded zeroize_derive v1.4.2
12382024-02-16T05:16:52.044Z Downloaded headers-core v0.3.0
12392024-02-16T05:16:52.044Z Downloaded semver-parser v0.10.2
12402024-02-16T05:16:52.044Z Downloaded diesel_derives v2.1.2
12412024-02-16T05:16:52.044Z Downloaded predicates-tree v1.0.9
12422024-02-16T05:16:52.044Z Downloaded fallible-iterator v0.2.0
12432024-02-16T05:16:52.045Z Downloaded getopts v0.2.21
12442024-02-16T05:16:52.045Z Downloaded gethostname v0.4.3
12452024-02-16T05:16:52.045Z Downloaded slog-dtrace v0.3.0
12462024-02-16T05:16:52.045Z Downloaded sec1 v0.7.3
12472024-02-16T05:16:52.045Z Downloaded native-tls v0.2.11
12482024-02-16T05:16:52.045Z Downloaded spin v0.5.2
12492024-02-16T05:16:52.045Z Downloaded pest_generator v2.7.6
12502024-02-16T05:16:52.046Z Downloaded serde_plain v1.0.2
12512024-02-16T05:16:52.046Z Downloaded parking_lot_core v0.9.8
12522024-02-16T05:16:52.046Z Downloaded typenum v1.16.0
12532024-02-16T05:16:52.046Z Downloaded hyper v0.14.27
12542024-02-16T05:16:52.046Z Downloaded usdt-impl v0.3.5
12552024-02-16T05:16:52.046Z Downloaded termios v0.3.3
12562024-02-16T05:16:52.046Z Downloaded slog v2.7.0
12572024-02-16T05:16:52.046Z Downloaded futures-channel v0.3.30
12582024-02-16T05:16:52.083Z Downloaded static_assertions v1.1.0
12592024-02-16T05:16:52.083Z Downloaded dyn-clone v1.0.16
12602024-02-16T05:16:52.083Z Downloaded shell-words v1.1.0
12612024-02-16T05:16:52.083Z Downloaded crossbeam-epoch v0.9.15
12622024-02-16T05:16:52.084Z Downloaded futures-io v0.3.30
12632024-02-16T05:16:52.084Z Downloaded futures-executor v0.3.30
12642024-02-16T05:16:52.084Z Downloaded siphasher v0.3.11
12652024-02-16T05:16:52.084Z Downloaded funty v2.0.0
12662024-02-16T05:16:52.084Z Downloaded quote v1.0.35
12672024-02-16T05:16:52.084Z Downloaded crc-any v2.4.3
12682024-02-16T05:16:52.085Z Downloaded chacha20poly1305 v0.10.1
12692024-02-16T05:16:52.085Z Downloaded walkdir v2.4.0
12702024-02-16T05:16:52.085Z Downloaded tokio-rustls v0.24.1
12712024-02-16T05:16:52.085Z Downloaded cc v1.0.83
12722024-02-16T05:16:52.085Z Downloaded strum_macros v0.24.3
12732024-02-16T05:16:52.085Z Downloaded base64 v0.21.7
12742024-02-16T05:16:52.085Z Downloaded structopt-derive v0.4.18
12752024-02-16T05:16:52.086Z Downloaded blake2 v0.10.6
12762024-02-16T05:16:52.086Z Downloaded newtype-uuid v1.0.1
12772024-02-16T05:16:52.086Z Downloaded dof v0.1.5
12782024-02-16T05:16:52.086Z Downloaded string_cache v0.8.7
12792024-02-16T05:16:52.086Z Downloaded crc32fast v1.3.2
12802024-02-16T05:16:52.086Z Downloaded defmt-parser v0.3.3
12812024-02-16T05:16:52.086Z Downloaded fragile v2.0.0
12822024-02-16T05:16:52.086Z Downloaded which v4.4.0
12832024-02-16T05:16:52.086Z Downloaded clang-sys v1.6.1
12842024-02-16T05:16:52.086Z Downloaded vte v0.11.1
12852024-02-16T05:16:52.086Z Downloaded synstructure v0.12.6
12862024-02-16T05:16:52.086Z Downloaded miniz_oxide v0.7.1
12872024-02-16T05:16:52.087Z Downloaded memoffset v0.7.1
12882024-02-16T05:16:52.087Z Downloaded macaddr v1.0.1
12892024-02-16T05:16:52.087Z Downloaded libsw v3.3.1
12902024-02-16T05:16:52.087Z Downloaded lazy_static v1.4.0
12912024-02-16T05:16:52.087Z Downloaded kstat-rs v0.2.3
12922024-02-16T05:16:52.087Z Downloaded mime_guess v2.0.4
12932024-02-16T05:16:52.087Z Downloaded corncobs v0.1.3
12942024-02-16T05:16:52.087Z Downloaded maplit v1.0.2
12952024-02-16T05:16:52.087Z Downloaded cpufeatures v0.2.12
12962024-02-16T05:16:52.087Z Downloaded cipher v0.4.4
12972024-02-16T05:16:52.088Z Downloaded dof v0.3.0
12982024-02-16T05:16:52.088Z Downloaded dtrace-parser v0.1.14
12992024-02-16T05:16:52.088Z Downloaded zone v0.3.0
13002024-02-16T05:16:52.088Z Downloaded strum v0.25.0
13012024-02-16T05:16:52.088Z Downloaded indexmap v1.9.3
13022024-02-16T05:16:52.088Z Downloaded num-integer v0.1.46
13032024-02-16T05:16:52.088Z Downloaded buf-list v1.0.3
13042024-02-16T05:16:52.088Z Downloaded memmap v0.7.0
13052024-02-16T05:16:52.088Z Downloaded crc-catalog v2.2.0
13062024-02-16T05:16:52.088Z Downloaded argon2 v0.5.3
13072024-02-16T05:16:52.088Z Downloaded pretty-hex v0.2.1
13082024-02-16T05:16:52.089Z Downloaded foreign-types-macros v0.2.3
13092024-02-16T05:16:52.089Z Downloaded curve25519-dalek-derive v0.1.0
13102024-02-16T05:16:52.089Z Downloaded log v0.4.20
13112024-02-16T05:16:52.089Z Downloaded doc-comment v0.3.3
13122024-02-16T05:16:52.089Z Downloaded dtrace-parser v0.2.0
13132024-02-16T05:16:52.089Z Downloaded tinyvec_macros v0.1.1
13142024-02-16T05:16:52.089Z Downloaded strum v0.26.1
13152024-02-16T05:16:52.089Z Downloaded lru v0.12.1
13162024-02-16T05:16:52.089Z Downloaded time-macros v0.2.13
13172024-02-16T05:16:52.089Z Downloaded nodrop v0.1.14
13182024-02-16T05:16:52.090Z Downloaded chacha20 v0.9.1
13192024-02-16T05:16:52.090Z Downloaded utf-8 v0.7.6
13202024-02-16T05:16:52.090Z Downloaded bzip2 v0.4.4
13212024-02-16T05:16:52.090Z Downloaded usdt-macro v0.5.0
13222024-02-16T05:16:52.090Z Downloaded camino-tempfile v1.1.1
13232024-02-16T05:16:52.090Z Downloaded cookie v0.18.0
13242024-02-16T05:16:52.090Z Downloaded md-5 v0.10.5
13252024-02-16T05:16:52.090Z Downloaded linear-map v1.2.0
13262024-02-16T05:16:52.090Z Downloaded anyhow v1.0.75
13272024-02-16T05:16:52.090Z Downloaded allocator-api2 v0.2.16
13282024-02-16T05:16:52.091Z Downloaded camino v1.1.6
13292024-02-16T05:16:52.091Z Downloaded serde_tokenstream v0.1.7
13302024-02-16T05:16:52.091Z Downloaded semver v0.1.20
13312024-02-16T05:16:52.091Z Downloaded schemars_derive v0.8.16
13322024-02-16T05:16:52.091Z Downloaded libefi-sys v0.1.0
13332024-02-16T05:16:52.092Z Downloaded constant_time_eq v0.3.0
13342024-02-16T05:16:52.092Z Downloaded bcs v0.1.6
13352024-02-16T05:16:52.092Z Downloaded async-trait v0.1.77
13362024-02-16T05:16:52.092Z Downloaded ipnetwork v0.20.0
13372024-02-16T05:16:52.092Z Downloaded convert_case v0.4.0
13382024-02-16T05:16:52.092Z Downloaded cobs v0.2.3
13392024-02-16T05:16:52.092Z Downloaded clap_lex v0.5.1
13402024-02-16T05:16:52.092Z Downloaded mockall v0.12.0
13412024-02-16T05:16:52.092Z Downloaded cfg-if v1.0.0
13422024-02-16T05:16:52.092Z Downloaded castaway v0.2.2
13432024-02-16T05:16:52.093Z Downloaded want v0.3.1
13442024-02-16T05:16:52.093Z Downloaded signal-hook v0.3.17
13452024-02-16T05:16:52.093Z Downloaded lalrpop-util v0.19.12
13462024-02-16T05:16:52.093Z Downloaded keccak v0.1.4
13472024-02-16T05:16:52.093Z Downloaded indicatif v0.17.8
13482024-02-16T05:16:52.093Z Downloaded hyper-rustls v0.24.2
13492024-02-16T05:16:52.093Z Downloaded bytecount v0.6.3
13502024-02-16T05:16:52.093Z Downloaded cexpr v0.6.0
13512024-02-16T05:16:52.094Z Downloaded ciborium-ll v0.2.2
13522024-02-16T05:16:52.094Z Downloaded byteorder v1.5.0
13532024-02-16T05:16:52.094Z Downloaded bit-vec v0.6.3
13542024-02-16T05:16:52.094Z Downloaded hubpack v0.1.2
13552024-02-16T05:16:52.094Z Downloaded bitfield v0.14.0
13562024-02-16T05:16:52.094Z Downloaded bb8 v0.8.3
13572024-02-16T05:16:52.094Z Downloaded ascii-canvas v3.0.0
13582024-02-16T05:16:52.534Z Downloaded itoa v1.0.9
13592024-02-16T05:16:52.535Z Downloaded anstyle v1.0.2
13602024-02-16T05:16:52.535Z Downloaded lock_api v0.4.10
13612024-02-16T05:16:52.535Z Downloaded console v0.15.8
13622024-02-16T05:16:52.535Z Downloaded lazycell v1.3.0
13632024-02-16T05:16:52.535Z Downloaded base16ct v0.2.0
13642024-02-16T05:16:52.536Z Downloaded atomic-waker v1.1.1
13652024-02-16T05:16:52.536Z Downloaded autocfg v1.1.0
13662024-02-16T05:16:52.536Z Downloaded arrayvec v0.7.4
13672024-02-16T05:16:52.536Z Downloaded async-stream v0.3.5
13682024-02-16T05:16:52.536Z Downloaded serde_urlencoded v0.7.1
13692024-02-16T05:16:52.536Z Downloaded serde-hex v0.1.0
13702024-02-16T05:16:52.536Z Downloaded hyper-tls v0.5.0
13712024-02-16T05:16:52.536Z Downloaded serde_tokenstream v0.2.0
13722024-02-16T05:16:52.537Z Downloaded ciborium-io v0.2.2
13732024-02-16T05:16:52.537Z Downloaded hubpack_derive v0.1.1
13742024-02-16T05:16:52.537Z Downloaded ansi_term v0.12.1
13752024-02-16T05:16:52.537Z Downloaded serde-big-array v0.5.1
13762024-02-16T05:16:52.538Z Downloaded num-bigint-dig v0.8.4
13772024-02-16T05:16:52.538Z Downloaded rustversion v1.0.14
13782024-02-16T05:16:52.538Z Downloaded num_enum v0.5.11
13792024-02-16T05:16:52.538Z Downloaded num_cpus v1.16.0
13802024-02-16T05:16:52.538Z Downloaded num-derive v0.4.0
13812024-02-16T05:16:52.538Z Downloaded num v0.4.1
13822024-02-16T05:16:52.538Z Downloaded hkdf v0.12.4
13832024-02-16T05:16:52.538Z Downloaded io-lifetimes v1.0.11
13842024-02-16T05:16:52.538Z Downloaded inout v0.1.3
13852024-02-16T05:16:52.538Z Downloaded indoc v2.0.3
13862024-02-16T05:16:52.539Z Downloaded indoc v1.0.9
13872024-02-16T05:16:52.539Z Downloaded indexmap v2.2.3
13882024-02-16T05:16:52.539Z Downloaded http v0.2.11
13892024-02-16T05:16:52.539Z Downloaded num-bigint v0.4.4
13902024-02-16T05:16:52.539Z Downloaded is-terminal v0.4.9
13912024-02-16T05:16:52.539Z Downloaded http v1.0.0
13922024-02-16T05:16:52.539Z Downloaded home v0.5.5
13932024-02-16T05:16:52.539Z Compiling proc-macro2 v1.0.78
13942024-02-16T05:16:52.539Z Compiling unicode-ident v1.0.12
13952024-02-16T05:16:52.539Z Compiling libc v0.2.153
13962024-02-16T05:16:52.539Z Compiling serde v1.0.196
13972024-02-16T05:16:52.539Z Compiling autocfg v1.1.0
13982024-02-16T05:16:52.539Z Compiling version_check v0.9.4
13992024-02-16T05:16:52.540Z Compiling cfg-if v1.0.0
14002024-02-16T05:16:52.540Z Compiling syn v1.0.109
14012024-02-16T05:16:52.540Z Compiling once_cell v1.19.0
14022024-02-16T05:16:52.540Z Compiling memchr v2.6.3
14032024-02-16T05:16:52.575Z Compiling byteorder v1.5.0
14042024-02-16T05:16:52.575Z Compiling ahash v0.8.7
14052024-02-16T05:16:52.575Z Compiling lock_api v0.4.10
14062024-02-16T05:16:52.598Z Compiling parking_lot_core v0.9.8
14072024-02-16T05:16:53.134Z Compiling libm v0.2.7
14082024-02-16T05:16:53.134Z Compiling serde_json v1.0.113
14092024-02-16T05:16:53.163Z Compiling num-traits v0.2.16
14102024-02-16T05:16:53.183Z Compiling thiserror v1.0.57
14112024-02-16T05:16:53.337Z Compiling typenum v1.16.0
14122024-02-16T05:16:53.459Z Compiling scopeguard v1.2.0
14132024-02-16T05:16:53.615Z Compiling generic-array v0.14.7
14142024-02-16T05:16:54.111Z Compiling itoa v1.0.9
14152024-02-16T05:16:54.134Z Compiling quote v1.0.35
14162024-02-16T05:16:54.564Z Compiling log v0.4.20
14172024-02-16T05:16:54.580Z Compiling pkg-config v0.3.27
14182024-02-16T05:16:55.013Z Compiling syn v2.0.48
14192024-02-16T05:16:55.032Z Compiling cc v1.0.83
14202024-02-16T05:16:55.032Z Compiling getrandom v0.2.10
14212024-02-16T05:16:55.391Z Compiling slab v0.4.9
14222024-02-16T05:16:56.491Z Compiling allocator-api2 v0.2.16
14232024-02-16T05:16:56.491Z Compiling ryu v1.0.15
14242024-02-16T05:16:56.491Z Compiling heck v0.4.1
14252024-02-16T05:16:56.588Z Compiling schemars v0.8.16
14262024-02-16T05:16:56.588Z Compiling smallvec v1.13.1
14272024-02-16T05:16:56.588Z Compiling pin-project-lite v0.2.13
14282024-02-16T05:16:57.013Z Compiling vcpkg v0.2.15
14292024-02-16T05:16:57.032Z Compiling equivalent v1.0.1
14302024-02-16T05:16:57.141Z Compiling parking_lot v0.12.1
14312024-02-16T05:16:57.334Z Compiling ring v0.17.7
14322024-02-16T05:16:58.587Z Compiling signal-hook-registry v1.4.1
14332024-02-16T05:16:58.801Z Compiling openssl-sys v0.9.96
14342024-02-16T05:16:59.310Z Compiling rand_core v0.6.4
14352024-02-16T05:16:59.605Z Compiling mio v0.8.9
14362024-02-16T05:17:00.153Z Compiling ring v0.16.20
14372024-02-16T05:17:00.775Z Compiling num_cpus v1.16.0
14382024-02-16T05:17:00.910Z Compiling socket2 v0.5.5
14392024-02-16T05:17:01.332Z Compiling httparse v1.8.0
14402024-02-16T05:17:01.404Z Compiling ucd-trie v0.1.6
14412024-02-16T05:17:01.672Z Compiling futures-core v0.3.30
14422024-02-16T05:17:01.866Z Compiling fnv v1.0.7
14432024-02-16T05:17:01.923Z Compiling serde_derive_internals v0.26.0
14442024-02-16T05:17:01.961Z Compiling crossbeam-utils v0.8.16
14452024-02-16T05:17:02.006Z Compiling openssl v0.10.60
14462024-02-16T05:17:02.363Z Compiling semver v1.0.21
14472024-02-16T05:17:02.398Z Compiling spin v0.5.2
14482024-02-16T05:17:02.714Z Compiling iana-time-zone v0.1.57
14492024-02-16T05:17:03.048Z Compiling const-oid v0.9.5
14502024-02-16T05:17:03.065Z Compiling rustls v0.21.9
14512024-02-16T05:17:03.367Z Compiling unicode-xid v0.2.4
14522024-02-16T05:17:03.426Z Compiling native-tls v0.2.11
14532024-02-16T05:17:03.518Z Compiling subtle v2.5.0
14542024-02-16T05:17:03.537Z Compiling synstructure v0.12.6
14552024-02-16T05:17:03.778Z Compiling spin v0.9.8
14562024-02-16T05:17:04.135Z Compiling memoffset v0.9.0
14572024-02-16T05:17:04.207Z Compiling futures-sink v0.3.30
14582024-02-16T05:17:04.367Z Compiling io-lifetimes v1.0.11
14592024-02-16T05:17:05.097Z Compiling backtrace v0.3.69
14602024-02-16T05:17:05.116Z Compiling rustversion v1.0.14
14612024-02-16T05:17:05.116Z Compiling tinyvec_macros v0.1.1
14622024-02-16T05:17:05.116Z Compiling rustix v0.38.31
14632024-02-16T05:17:05.116Z Compiling dyn-clone v1.0.16
14642024-02-16T05:17:05.116Z Compiling tinyvec v1.6.0
14652024-02-16T05:17:05.620Z Compiling futures-channel v0.3.30
14662024-02-16T05:17:05.620Z Compiling tracing-core v0.1.31
14672024-02-16T05:17:06.052Z Compiling crossbeam-epoch v0.9.15
14682024-02-16T05:17:06.066Z Compiling pin-utils v0.1.0
14692024-02-16T05:17:06.066Z Compiling futures-task v0.3.30
14702024-02-16T05:17:06.096Z Compiling futures-io v0.3.30
14712024-02-16T05:17:06.385Z Compiling winnow v0.5.15
14722024-02-16T05:17:06.573Z Compiling rustix v0.37.23
14732024-02-16T05:17:06.989Z Compiling slog v2.7.0
14742024-02-16T05:17:07.069Z Compiling unicode-normalization v0.1.22
14752024-02-16T05:17:07.605Z Compiling serde_derive v1.0.196
14762024-02-16T05:17:07.642Z Compiling zerocopy-derive v0.7.32
14772024-02-16T05:17:07.847Z Compiling zeroize_derive v1.4.2
14782024-02-16T05:17:07.986Z Compiling thiserror-impl v1.0.57
14792024-02-16T05:17:08.088Z Compiling tokio-macros v2.2.0
14802024-02-16T05:17:08.792Z Compiling futures-macro v0.3.30
14812024-02-16T05:17:09.181Z Compiling tracing-attributes v0.1.26
14822024-02-16T05:17:09.558Z Compiling schemars_derive v0.8.16
14832024-02-16T05:17:09.631Z Compiling zerocopy v0.7.32
14842024-02-16T05:17:10.716Z Compiling zeroize v1.7.0
14852024-02-16T05:17:11.333Z Compiling pest v2.7.6
14862024-02-16T05:17:11.824Z Compiling hashbrown v0.14.3
14872024-02-16T05:17:12.606Z Compiling openssl-macros v0.1.1
14882024-02-16T05:17:12.643Z Compiling zerocopy-derive v0.2.0
14892024-02-16T05:17:13.265Z Compiling crypto-common v0.1.6
14902024-02-16T05:17:13.321Z Compiling der_derive v0.7.2
14912024-02-16T05:17:13.465Z Compiling block-buffer v0.10.4
14922024-02-16T05:17:13.692Z Compiling pest_meta v2.7.6
14932024-02-16T05:17:13.921Z Compiling tracing v0.1.37
14942024-02-16T05:17:13.941Z Compiling futures-util v0.3.30
14952024-02-16T05:17:14.735Z Compiling usdt-impl v0.3.5
14962024-02-16T05:17:15.092Z Compiling pest_generator v2.7.6
14972024-02-16T05:17:16.147Z Compiling crc32fast v1.3.2
14982024-02-16T05:17:16.761Z Compiling bitflags v1.3.2
14992024-02-16T05:17:17.283Z Compiling anyhow v1.0.75
15002024-02-16T05:17:17.283Z Compiling unicode-bidi v0.3.13
15012024-02-16T05:17:17.707Z Compiling time-core v0.1.1
15022024-02-16T05:17:17.727Z Compiling pest_derive v2.7.6
15032024-02-16T05:17:17.898Z Compiling time-macros v0.2.13
15042024-02-16T05:17:18.989Z Compiling digest v0.10.7
15052024-02-16T05:17:19.374Z Compiling scroll_derive v0.12.0
15062024-02-16T05:17:19.589Z Compiling bzip2-sys v0.1.11+1.0.8
15072024-02-16T05:17:19.796Z Compiling aho-corasick v1.0.4
15082024-02-16T05:17:20.046Z Compiling regex-syntax v0.8.2
15092024-02-16T05:17:20.970Z Compiling untrusted v0.9.0
15102024-02-16T05:17:20.970Z Compiling async-trait v0.1.77
15112024-02-16T05:17:20.996Z Compiling ppv-lite86 v0.2.17
15122024-02-16T05:17:20.996Z Compiling signal-hook v0.3.17
15132024-02-16T05:17:21.145Z Compiling zerocopy v0.3.0
15142024-02-16T05:17:21.548Z Compiling bytes v1.5.0
15152024-02-16T05:17:22.499Z Compiling indexmap v2.2.3
15162024-02-16T05:17:22.702Z Compiling uuid v1.7.0
15172024-02-16T05:17:23.478Z Compiling tokio v1.36.0
15182024-02-16T05:17:23.540Z Compiling chrono v0.4.31
15192024-02-16T05:17:24.436Z Compiling bitflags v2.4.0
15202024-02-16T05:17:27.139Z Compiling toml_datetime v0.6.5
15212024-02-16T05:17:27.971Z Compiling serde_spanned v0.6.5
15222024-02-16T05:17:27.991Z Compiling toml_edit v0.19.15
15232024-02-16T05:17:28.488Z Compiling rustc_version v0.4.0
15242024-02-16T05:17:29.397Z Compiling http v0.2.11
15252024-02-16T05:17:29.786Z Compiling heapless v0.7.16
15262024-02-16T05:17:30.201Z Compiling regex-automata v0.4.4
15272024-02-16T05:17:30.372Z Compiling rand_chacha v0.3.1
15282024-02-16T05:17:31.559Z Compiling errno v0.3.8
15292024-02-16T05:17:31.830Z Compiling thread-id v4.2.0
15302024-02-16T05:17:32.262Z Compiling strsim v0.10.0
15312024-02-16T05:17:34.770Z Compiling tokio-util v0.7.10
15322024-02-16T05:17:35.721Z Compiling regex v1.10.3
15332024-02-16T05:17:35.809Z Compiling rand v0.8.5
15342024-02-16T05:17:36.491Z Compiling dof v0.1.5
15352024-02-16T05:17:37.446Z Compiling dtrace-parser v0.1.14
15362024-02-16T05:17:38.991Z Compiling strum_macros v0.25.2
15372024-02-16T05:17:39.135Z Compiling num-bigint v0.4.4
15382024-02-16T05:17:39.707Z Compiling smoltcp v0.9.1
15392024-02-16T05:17:39.723Z Compiling percent-encoding v2.3.1
15402024-02-16T05:17:39.790Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15412024-02-16T05:17:39.925Z Compiling base64ct v1.6.0
15422024-02-16T05:17:40.070Z Compiling untrusted v0.7.1
15432024-02-16T05:17:40.300Z Compiling foreign-types-shared v0.1.1
15442024-02-16T05:17:40.428Z Compiling foreign-types v0.3.2
15452024-02-16T05:17:40.500Z Compiling pem-rfc7468 v0.7.0
15462024-02-16T05:17:42.354Z Compiling serde_tokenstream v0.1.7
15472024-02-16T05:17:43.110Z Compiling hmac v0.12.1
15482024-02-16T05:17:43.125Z Compiling lazy_static v1.4.0
15492024-02-16T05:17:43.125Z Compiling socket2 v0.4.9
15502024-02-16T05:17:43.347Z Compiling try-lock v0.2.4
15512024-02-16T05:17:43.496Z Compiling flagset v0.4.3
15522024-02-16T05:17:43.724Z Compiling unicode-segmentation v1.10.1
15532024-02-16T05:17:43.860Z Compiling adler v1.0.2
15542024-02-16T05:17:43.977Z Compiling base64 v0.21.7
15552024-02-16T05:17:44.476Z Compiling unicode-width v0.1.11
15562024-02-16T05:17:44.477Z Compiling siphasher v0.3.11
15572024-02-16T05:17:44.477Z Compiling miniz_oxide v0.7.1
15582024-02-16T05:17:44.745Z Compiling der v0.7.8
15592024-02-16T05:17:44.792Z Compiling want v0.3.1
15602024-02-16T05:17:45.356Z Compiling sct v0.7.0
15612024-02-16T05:17:45.652Z Compiling rustls-webpki v0.101.7
15622024-02-16T05:17:45.724Z Compiling form_urlencoded v1.2.1
15632024-02-16T05:17:45.789Z Compiling h2 v0.3.24
15642024-02-16T05:17:46.042Z Compiling http-body v0.4.5
15652024-02-16T05:17:46.242Z Compiling hubpack_derive v0.1.1
15662024-02-16T05:17:46.873Z Compiling zerocopy-derive v0.6.4
15672024-02-16T05:17:48.002Z Compiling num-iter v0.1.43
15682024-02-16T05:17:48.131Z Compiling usdt-impl v0.5.0
15692024-02-16T05:17:48.295Z Compiling openssl-probe v0.1.5
15702024-02-16T05:17:48.440Z Compiling utf8parse v0.2.1
15712024-02-16T05:17:48.564Z Compiling anstyle v1.0.2
15722024-02-16T05:17:48.604Z Compiling cpufeatures v0.2.12
15732024-02-16T05:17:48.727Z Compiling httpdate v1.0.3
15742024-02-16T05:17:49.015Z Compiling tower-service v0.3.2
15752024-02-16T05:17:49.542Z Compiling stable_deref_trait v1.2.0
15762024-02-16T05:17:49.561Z Compiling sha2 v0.10.8
15772024-02-16T05:17:49.561Z Compiling anstyle-parse v0.2.1
15782024-02-16T05:17:49.572Z Compiling spki v0.7.2
15792024-02-16T05:17:50.787Z Compiling usdt-macro v0.3.5
15802024-02-16T05:17:51.493Z Compiling usdt-attr-macro v0.3.5
15812024-02-16T05:17:52.859Z Compiling hyper v0.14.27
15822024-02-16T05:17:53.522Z Compiling openapiv3 v2.0.0
15832024-02-16T05:17:53.618Z Compiling scroll v0.12.0
15842024-02-16T05:17:54.553Z Compiling md-5 v0.10.5
15852024-02-16T05:17:54.569Z Compiling stringprep v0.1.3
15862024-02-16T05:17:54.569Z Compiling idna v0.5.0
15872024-02-16T05:17:55.595Z Compiling diesel_table_macro_syntax v0.1.0
15882024-02-16T05:17:55.955Z Compiling num-integer v0.1.46
15892024-02-16T05:17:55.971Z Compiling hash32 v0.2.1
15902024-02-16T05:17:56.075Z Compiling colorchoice v1.0.0
15912024-02-16T05:17:56.229Z Compiling gimli v0.28.0
15922024-02-16T05:17:56.482Z Compiling fallible-iterator v0.2.0
15932024-02-16T05:17:56.768Z Compiling plain v0.2.3
15942024-02-16T05:17:57.222Z Compiling anstyle-query v1.0.0
15952024-02-16T05:17:57.825Z Compiling anstream v0.5.0
15962024-02-16T05:17:58.300Z Compiling postgres-protocol v0.6.6
15972024-02-16T05:17:58.449Z Compiling goblin v0.8.0
15982024-02-16T05:18:01.152Z Compiling addr2line v0.21.0
15992024-02-16T05:18:01.675Z Compiling diesel_derives v2.1.2
16002024-02-16T05:18:01.676Z Compiling url v2.5.0
16012024-02-16T05:18:03.587Z Compiling tokio-rustls v0.24.1
16022024-02-16T05:18:04.272Z Compiling tokio-native-tls v0.3.1
16032024-02-16T05:18:04.970Z Compiling terminal_size v0.2.6
16042024-02-16T05:18:04.986Z Compiling pkcs8 v0.10.2
16052024-02-16T05:18:05.491Z Compiling phf_shared v0.11.2
16062024-02-16T05:18:06.732Z Compiling serde_tokenstream v0.2.0
16072024-02-16T05:18:06.870Z Compiling block-padding v0.3.3
16082024-02-16T05:18:06.918Z Compiling enum-as-inner v0.5.1
16092024-02-16T05:18:07.111Z Compiling clap_derive v4.4.2
16102024-02-16T05:18:07.898Z Compiling serde_repr v0.1.16
16112024-02-16T05:18:08.343Z Compiling ff v0.13.0
16122024-02-16T05:18:08.625Z Compiling scheduled-thread-pool v0.2.7
16132024-02-16T05:18:09.153Z Compiling object v0.32.1
16142024-02-16T05:18:11.009Z Compiling base16ct v0.2.0
16152024-02-16T05:18:11.308Z Compiling managed v0.8.0
16162024-02-16T05:18:11.872Z Compiling rustc-demangle v0.1.23
16172024-02-16T05:18:12.370Z Compiling num_threads v0.1.6
16182024-02-16T05:18:13.186Z Compiling ipnet v2.9.0
16192024-02-16T05:18:13.868Z Compiling pretty-hex v0.4.1
16202024-02-16T05:18:13.938Z Compiling bit-vec v0.6.3
16212024-02-16T05:18:14.636Z Compiling deranged v0.3.8
16222024-02-16T05:18:14.659Z Compiling regex-automata v0.1.10
16232024-02-16T05:18:15.046Z Compiling clap_lex v0.5.1
16242024-02-16T05:18:15.070Z Compiling matches v0.1.10
16252024-02-16T05:18:15.173Z Compiling idna v0.2.3
16262024-02-16T05:18:15.512Z Compiling clap_builder v4.4.2
16272024-02-16T05:18:16.299Z Compiling time v0.3.27
16282024-02-16T05:18:16.614Z Compiling bstr v0.2.17
16292024-02-16T05:18:18.363Z Compiling dof v0.3.0
16302024-02-16T05:18:19.568Z Compiling sec1 v0.7.3
16312024-02-16T05:18:20.128Z Compiling r2d2 v0.8.10
16322024-02-16T05:18:20.512Z Compiling group v0.13.0
16332024-02-16T05:18:22.425Z Compiling inout v0.1.3
16342024-02-16T05:18:22.511Z Compiling phf v0.11.2
16352024-02-16T05:18:22.511Z Compiling hyper-tls v0.5.0
16362024-02-16T05:18:22.511Z Compiling signal-hook-mio v0.2.3
16372024-02-16T05:18:22.511Z Compiling hyper-rustls v0.24.2
16382024-02-16T05:18:22.511Z Compiling bzip2 v0.4.4
16392024-02-16T05:18:22.511Z Compiling flate2 v1.0.28
16402024-02-16T05:18:23.423Z Compiling postgres-types v0.2.6
16412024-02-16T05:18:23.423Z Compiling zerocopy v0.6.4
16422024-02-16T05:18:23.423Z Compiling hubpack v0.1.2
16432024-02-16T05:18:23.430Z Compiling serde_urlencoded v0.7.1
16442024-02-16T05:18:23.431Z Compiling phf_shared v0.10.0
16452024-02-16T05:18:23.431Z Compiling rustls-pemfile v1.0.3
16462024-02-16T05:18:23.596Z Compiling hkdf v0.12.4
16472024-02-16T05:18:23.710Z Compiling ipnetwork v0.20.0
16482024-02-16T05:18:23.908Z Compiling futures-executor v0.3.30
16492024-02-16T05:18:24.044Z Compiling dtrace-parser v0.2.0
16502024-02-16T05:18:24.555Z Compiling regress v0.8.0
16512024-02-16T05:18:24.592Z Compiling crypto-bigint v0.5.2
16522024-02-16T05:18:25.406Z Compiling float-cmp v0.9.0
16532024-02-16T05:18:25.428Z Compiling encoding_rs v0.8.33
16542024-02-16T05:18:26.902Z Compiling webpki-roots v0.25.2
16552024-02-16T05:18:27.514Z Compiling difflib v0.4.0
16562024-02-16T05:18:27.530Z Compiling precomputed-hash v0.1.1
16572024-02-16T05:18:27.655Z Compiling mime v0.3.17
16582024-02-16T05:18:28.102Z Compiling static_assertions v1.1.0
16592024-02-16T05:18:28.317Z Compiling either v1.9.0
16602024-02-16T05:18:28.692Z Compiling data-encoding v2.4.0
16612024-02-16T05:18:29.261Z Compiling new_debug_unreachable v1.0.4
16622024-02-16T05:18:29.280Z Compiling minimal-lexical v0.2.1
16632024-02-16T05:18:29.596Z Compiling fixedbitset v0.4.2
16642024-02-16T05:18:29.901Z Compiling regex-automata v0.3.8
16652024-02-16T05:18:30.447Z Compiling predicates-core v1.0.6
16662024-02-16T05:18:30.669Z Compiling whoami v1.4.1
16672024-02-16T05:18:31.426Z Compiling normalize-line-endings v0.3.0
16682024-02-16T05:18:31.557Z Compiling predicates v3.1.0
16692024-02-16T05:18:32.641Z Compiling bstr v1.6.0
16702024-02-16T05:18:33.694Z Compiling tokio-postgres v0.7.10
16712024-02-16T05:18:34.369Z Compiling petgraph v0.6.4
16722024-02-16T05:18:38.292Z Compiling nom v7.1.3
16732024-02-16T05:18:38.321Z Compiling trust-dns-proto v0.22.0
16742024-02-16T05:18:38.565Z Compiling string_cache v0.8.7
16752024-02-16T05:18:38.586Z Compiling itertools v0.10.5
16762024-02-16T05:18:39.008Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16772024-02-16T05:18:41.940Z Compiling reqwest v0.11.22
16782024-02-16T05:18:42.154Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16792024-02-16T05:18:46.074Z Compiling elliptic-curve v0.13.8
16802024-02-16T05:18:49.024Z Compiling yasna v0.5.2
16812024-02-16T05:18:49.428Z Compiling futures v0.3.30
16822024-02-16T05:18:49.566Z Compiling diesel v2.1.4
16832024-02-16T05:18:49.788Z Compiling zip v0.6.6
16842024-02-16T05:18:50.070Z Compiling crossterm v0.27.0
16852024-02-16T05:18:51.168Z Compiling cipher v0.4.4
16862024-02-16T05:18:51.178Z Compiling clap v4.4.3
16872024-02-16T05:18:51.637Z Compiling similar v2.3.0
16882024-02-16T05:18:51.644Z Compiling bit-set v0.5.3
16892024-02-16T05:18:51.847Z Compiling usdt v0.3.5
16902024-02-16T05:18:52.751Z Compiling console v0.15.8
16912024-02-16T05:18:53.723Z Compiling strum v0.25.0
16922024-02-16T05:18:53.803Z Compiling tokio-stream v0.1.14
16932024-02-16T05:18:53.868Z Compiling toml v0.7.8
16942024-02-16T05:18:53.981Z Compiling hex v0.4.3
16952024-02-16T05:18:54.725Z Compiling proc-macro-error-attr v1.0.4
16962024-02-16T05:18:55.040Z Compiling lalrpop-util v0.19.12
16972024-02-16T05:18:55.444Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
16982024-02-16T05:18:58.381Z Compiling proc-macro-crate v1.3.1
16992024-02-16T05:18:59.090Z Compiling proc-macro-error v1.0.4
17002024-02-16T05:18:59.602Z Compiling camino v1.1.6
17012024-02-16T05:18:59.660Z Compiling heapless v0.8.0
17022024-02-16T05:19:02.014Z Compiling num_enum_derive v0.5.11
17032024-02-16T05:19:11.494Z Compiling atty v0.2.14
17042024-02-16T05:19:11.637Z Compiling hash32 v0.3.1
17052024-02-16T05:19:13.915Z Compiling smoltcp v0.11.0
17062024-02-16T05:19:14.317Z Compiling ident_case v1.0.1
17072024-02-16T05:19:14.445Z Compiling rustls-pki-types v1.1.0
17082024-02-16T05:19:14.501Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17092024-02-16T05:19:14.890Z Compiling darling_core v0.20.3
17102024-02-16T05:19:20.345Z Compiling num_enum v0.5.11
17112024-02-16T05:19:31.007Z Compiling dirs-sys-next v0.1.2
17122024-02-16T05:19:31.843Z Compiling embedded-io v0.4.0
17132024-02-16T05:19:32.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142024-02-16T05:19:32.854Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17152024-02-16T05:19:34.211Z Compiling cobs v0.2.3
17162024-02-16T05:19:34.748Z Compiling rustls v0.22.2
17172024-02-16T05:19:36.196Z Compiling postcard v1.0.8
17182024-02-16T05:19:43.626Z Compiling dirs-next v2.0.0
17192024-02-16T05:19:52.155Z Compiling darling_macro v0.20.3
17202024-02-16T05:19:53.119Z Compiling rustls-webpki v0.102.1
17212024-02-16T05:19:53.546Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
17222024-02-16T05:19:58.618Z Compiling getopts v0.2.21
17232024-02-16T05:19:59.114Z Compiling foreign-types-macros v0.2.3
17242024-02-16T05:19:59.462Z Compiling structmeta-derive v0.3.0
17252024-02-16T05:20:00.642Z Compiling thread_local v1.1.7
17262024-02-16T05:20:01.469Z Compiling multer v3.0.0
17272024-02-16T05:20:01.496Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17282024-02-16T05:20:02.405Z Compiling unsafe-libyaml v0.2.10
17292024-02-16T05:20:02.482Z Compiling slog-async v2.8.0
17302024-02-16T05:20:02.950Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17312024-02-16T05:20:03.270Z Compiling match_cfg v0.1.0
17322024-02-16T05:20:03.366Z Compiling rayon-core v1.12.0
17332024-02-16T05:20:03.639Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17342024-02-16T05:20:03.676Z Compiling foreign-types-shared v0.3.1
17352024-02-16T05:20:03.786Z Compiling paste v1.0.14
17362024-02-16T05:20:04.578Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17372024-02-16T05:20:06.867Z Compiling foreign-types v0.5.0
17382024-02-16T05:20:06.980Z Compiling serde_yaml v0.9.25
17392024-02-16T05:20:07.421Z Compiling hostname v0.3.1
17402024-02-16T05:20:10.142Z Compiling structmeta v0.3.0
17412024-02-16T05:20:12.392Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17422024-02-16T05:20:17.519Z Compiling darling v0.20.3
17432024-02-16T05:20:23.881Z Compiling term v0.7.0
17442024-02-16T05:20:24.857Z Compiling slog-json v2.6.1
17452024-02-16T05:20:24.971Z Compiling toml_edit v0.22.4
17462024-02-16T05:20:25.395Z Compiling crossbeam-deque v0.8.3
17472024-02-16T05:20:26.208Z Compiling is-terminal v0.4.9
17482024-02-16T05:20:26.954Z Compiling crossbeam-channel v0.5.8
17492024-02-16T05:20:28.152Z Compiling http v1.0.0
17502024-02-16T05:20:29.162Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17512024-02-16T05:20:29.189Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17522024-02-16T05:20:29.189Z Compiling async-stream-impl v0.3.5
17532024-02-16T05:20:29.531Z Compiling cstr-argument v0.1.2
17542024-02-16T05:20:29.598Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17552024-02-16T05:20:29.905Z Compiling fastrand v2.0.1
17562024-02-16T05:20:30.069Z Compiling pretty-hex v0.2.1
17572024-02-16T05:20:30.155Z Compiling atomic-waker v1.1.1
17582024-02-16T05:20:30.351Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17592024-02-16T05:20:30.391Z Compiling crucible-workspace-hack v0.1.0
17602024-02-16T05:20:30.630Z Compiling take_mut v0.2.2
17612024-02-16T05:20:30.693Z Compiling tempfile v3.10.0
17622024-02-16T05:20:30.751Z Compiling waitgroup v0.1.2
17632024-02-16T05:20:31.002Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17642024-02-16T05:20:31.417Z Compiling async-stream v0.3.5
17652024-02-16T05:20:31.819Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17662024-02-16T05:20:33.212Z Compiling toml v0.8.10
17672024-02-16T05:20:34.044Z Compiling colored v2.0.4
17682024-02-16T05:20:36.017Z Compiling slog-bunyan v2.5.0
17692024-02-16T05:20:36.418Z Compiling slog-term v2.9.0
17702024-02-16T05:20:38.980Z Compiling tokio-rustls v0.25.0
17712024-02-16T05:20:39.115Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17722024-02-16T05:20:39.423Z Compiling serde_with_macros v3.6.1
17732024-02-16T05:20:39.446Z Compiling parse-display-derive v0.9.0
17742024-02-16T05:20:42.250Z Compiling rustls-pemfile v2.0.0
17752024-02-16T05:20:42.996Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
17762024-02-16T05:20:43.168Z Compiling sha1 v0.10.6
17772024-02-16T05:20:43.412Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17782024-02-16T05:20:44.120Z Compiling textwrap v0.11.0
17792024-02-16T05:20:44.458Z Compiling heck v0.3.3
17802024-02-16T05:20:44.972Z Compiling newtype-uuid v1.0.1
17812024-02-16T05:20:45.597Z Compiling serde_path_to_error v0.1.15
17822024-02-16T05:20:45.600Z Compiling strum_macros v0.26.1
17832024-02-16T05:20:45.601Z Compiling instant v0.1.12
17842024-02-16T05:20:45.605Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17852024-02-16T05:20:46.016Z Compiling libefi-sys v0.1.0
17862024-02-16T05:20:46.231Z Compiling strsim v0.8.0
17872024-02-16T05:20:46.324Z Compiling debug-ignore v1.0.5
17882024-02-16T05:20:46.481Z Compiling ansi_term v0.12.1
17892024-02-16T05:20:47.392Z Compiling vec_map v0.8.2
17902024-02-16T05:20:47.732Z Compiling clap v2.34.0
17912024-02-16T05:20:49.154Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17922024-02-16T05:20:50.020Z Compiling strum v0.26.1
17932024-02-16T05:20:50.240Z Compiling backoff v0.4.0
17942024-02-16T05:20:50.288Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17952024-02-16T05:20:50.614Z Compiling structopt-derive v0.4.18
17962024-02-16T05:20:51.065Z Compiling parse-display v0.9.0
17972024-02-16T05:20:52.158Z Compiling serde_with v3.6.1
17982024-02-16T05:20:52.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17992024-02-16T05:20:53.365Z Compiling rayon v1.8.0
18002024-02-16T05:20:54.947Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
18012024-02-16T05:20:55.178Z Compiling camino-tempfile v1.1.1
18022024-02-16T05:20:56.136Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18032024-02-16T05:20:56.320Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18042024-02-16T05:20:56.841Z Compiling zone_cfg_derive v0.3.0
18052024-02-16T05:20:56.920Z Compiling macaddr v1.0.1
18062024-02-16T05:20:57.664Z Compiling num-derive v0.4.0
18072024-02-16T05:20:58.636Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18082024-02-16T05:20:58.639Z Compiling blake3 v1.5.0
18092024-02-16T05:20:58.894Z Compiling portable-atomic v1.4.3
18102024-02-16T05:20:59.737Z Compiling zone v0.3.0
18112024-02-16T05:20:59.854Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18122024-02-16T05:20:59.912Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18132024-02-16T05:21:00.448Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18142024-02-16T05:21:01.686Z Compiling structopt v0.3.26
18152024-02-16T05:21:02.784Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18162024-02-16T05:21:03.173Z Compiling smf v0.2.2
18172024-02-16T05:21:03.616Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18182024-02-16T05:21:03.776Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18192024-02-16T05:21:03.963Z Compiling memmap2 v0.7.1
18202024-02-16T05:21:04.580Z Compiling xattr v1.0.1
18212024-02-16T05:21:04.875Z Compiling filetime v0.2.23
18222024-02-16T05:21:05.242Z Compiling arrayvec v0.7.4
18232024-02-16T05:21:05.710Z Compiling same-file v1.0.6
18242024-02-16T05:21:06.027Z Compiling constant_time_eq v0.3.0
18252024-02-16T05:21:06.557Z Compiling arrayref v0.3.7
18262024-02-16T05:21:06.558Z Compiling walkdir v2.4.0
18272024-02-16T05:21:06.708Z Compiling tar v0.4.40
18282024-02-16T05:21:09.068Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18292024-02-16T05:21:09.482Z Compiling gethostname v0.4.3
18302024-02-16T05:21:09.752Z Compiling number_prefix v0.4.0
18312024-02-16T05:21:10.045Z Compiling topological-sort v0.2.2
18322024-02-16T05:21:10.291Z Compiling omicron-zone-package v0.11.0
18332024-02-16T05:21:11.168Z Compiling indicatif v0.17.8
18342024-02-16T05:21:11.424Z Compiling swrite v0.1.0
18352024-02-16T05:21:14.997Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18362024-02-16T05:21:18.778Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18372024-02-16T05:21:22.044Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18382024-02-16T05:21:38.661Z Finished release [optimized] target(s) in 5m 07s
18392024-02-16T05:21:40.093Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18402024-02-16T05:21:40.104ZLogging to: /work/oxidecomputer/omicron/out/LOG
18412024-02-16T05:21:40.104ZCreated new build target 'test' and set it as active
18422024-02-16T05:21:40.104Z
18432024-02-16T05:21:40.104Zreal 5:07.656451368
18442024-02-16T05:21:40.104Zuser 33:10.462114657
18452024-02-16T05:21:40.104Zsys 3:47.306685616
18462024-02-16T05:21:40.104Ztrap 0.959940642
18472024-02-16T05:21:40.105Ztflt 4.594198249
18482024-02-16T05:21:40.105Zdflt 2.378270417
18492024-02-16T05:21:40.105Zkflt 0.118257165
18502024-02-16T05:21:40.105Zlock 1:10:19.611644981
18512024-02-16T05:21:40.105Zslp 1:33:50.990109708
18522024-02-16T05:21:40.105Zlat 2:08.652927553
18532024-02-16T05:21:40.105Zstop 3:27.984854371
18542024-02-16T05:21:40.105Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18552024-02-16T05:21:40.106Z Finished release [optimized] target(s) in 0.63s
18562024-02-16T05:21:40.106Z Running `target/release/omicron-package -t test package`
18572024-02-16T05:21:40.106ZLogging to: /work/oxidecomputer/omicron/out/LOG
18582024-02-16T05:21:40.403Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18592024-02-16T05:21:40.407Z Compiling linked-hash-map v0.5.6
18602024-02-16T05:21:40.407Z Compiling usdt-macro v0.5.0
18612024-02-16T05:21:40.407Z Compiling usdt-attr-macro v0.5.0
18622024-02-16T05:21:40.466Z Compiling memmap v0.7.0
18632024-02-16T05:21:40.470Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18642024-02-16T05:21:40.470Z Compiling password-hash v0.5.0
18652024-02-16T05:21:40.473Z Compiling blake2 v0.10.6
18662024-02-16T05:21:40.827Z Compiling lru-cache v0.1.2
18672024-02-16T05:21:40.927Z Compiling argon2 v0.5.3
18682024-02-16T05:21:41.029Z Compiling semver v0.1.20
18692024-02-16T05:21:42.039Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18702024-02-16T05:21:42.044Z Compiling rustc_version v0.1.7
18712024-02-16T05:21:42.044Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18722024-02-16T05:21:42.044Z Compiling usdt v0.5.0
18732024-02-16T05:21:42.055Z Compiling rayon-core v1.12.0
18742024-02-16T05:21:42.072Z Compiling crossbeam-deque v0.8.3
18752024-02-16T05:21:42.173Z Compiling newtype_derive v0.1.6
18762024-02-16T05:21:42.223Z Compiling quick-error v1.2.3
18772024-02-16T05:21:42.361Z Compiling same-file v1.0.6
18782024-02-16T05:21:42.395Z Compiling fastrand v2.0.1
18792024-02-16T05:21:42.534Z Compiling walkdir v2.4.0
18802024-02-16T05:21:42.889Z Compiling tempfile v3.10.0
18812024-02-16T05:21:42.991Z Compiling resolv-conf v0.7.0
18822024-02-16T05:21:43.203Z Compiling itertools v0.12.1
18832024-02-16T05:21:43.516Z Compiling camino v1.1.6
18842024-02-16T05:21:43.579Z Compiling semver-parser v0.10.2
18852024-02-16T05:21:44.068Z Compiling slog-dtrace v0.3.0
18862024-02-16T05:21:44.076Z Compiling blake3 v1.5.0
18872024-02-16T05:21:44.077Z Compiling rayon v1.8.0
18882024-02-16T05:21:44.164Z Compiling trust-dns-resolver v0.22.0
18892024-02-16T05:21:44.897Z Compiling semver v0.11.0
18902024-02-16T05:21:45.109Z Compiling nibble_vec v0.1.0
18912024-02-16T05:21:45.352Z Compiling filetime v0.2.23
18922024-02-16T05:21:45.479Z Compiling xattr v1.0.1
18932024-02-16T05:21:45.603Z Compiling memmap2 v0.7.1
18942024-02-16T05:21:45.657Z Compiling constant_time_eq v0.3.0
18952024-02-16T05:21:46.120Z Compiling arrayvec v0.7.4
18962024-02-16T05:21:46.130Z Compiling arrayref v0.3.7
18972024-02-16T05:21:46.130Z Compiling endian-type v0.1.2
18982024-02-16T05:21:46.130Z Compiling home v0.5.5
18992024-02-16T05:21:46.130Z Compiling radix_trie v0.2.1
19002024-02-16T05:21:46.130Z Compiling toolchain_find v0.2.0
19012024-02-16T05:21:46.196Z Compiling tar v0.4.40
19022024-02-16T05:21:46.581Z Compiling steno v0.4.0
19032024-02-16T05:21:46.955Z Compiling camino-tempfile v1.1.1
19042024-02-16T05:21:47.349Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19052024-02-16T05:21:48.042Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19062024-02-16T05:21:48.557Z Compiling toml_edit v0.22.4
19072024-02-16T05:21:48.573Z Compiling toml v0.5.11
19082024-02-16T05:21:48.833Z Compiling derive-where v1.2.7
19092024-02-16T05:21:49.915Z Compiling num-rational v0.4.1
19102024-02-16T05:21:50.270Z Compiling radium v0.7.0
19112024-02-16T05:21:50.725Z Compiling topological-sort v0.2.2
19122024-02-16T05:21:50.977Z Compiling omicron-zone-package v0.11.0
19132024-02-16T05:21:51.960Z Compiling toml v0.8.10
19142024-02-16T05:21:52.137Z Compiling rustfmt-wrapper v0.2.0
19152024-02-16T05:21:52.974Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
19162024-02-16T05:21:53.188Z Compiling maybe-uninit v2.0.0
19172024-02-16T05:21:53.551Z Compiling tap v1.0.1
19182024-02-16T05:21:54.082Z Compiling cancel-safe-futures v0.1.5
19192024-02-16T05:21:54.088Z Compiling wyz v0.5.1
19202024-02-16T05:21:54.786Z Compiling num-complex v0.4.4
19212024-02-16T05:21:56.113Z Compiling packed_struct v0.10.1
19222024-02-16T05:21:56.555Z Compiling crc-catalog v2.2.0
19232024-02-16T05:21:56.582Z Compiling funty v2.0.0
19242024-02-16T05:21:56.582Z Compiling num-bigint-dig v0.8.4
19252024-02-16T05:21:56.582Z Compiling crc v3.0.1
19262024-02-16T05:21:56.620Z Compiling num v0.4.1
19272024-02-16T05:21:56.818Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19282024-02-16T05:21:57.692Z Compiling fxhash v0.2.1
19292024-02-16T05:21:57.695Z Compiling bitvec v1.0.1
19302024-02-16T05:21:57.696Z Compiling packed_struct_codegen v0.10.1
19312024-02-16T05:21:57.887Z Compiling indexmap v1.9.3
19322024-02-16T05:21:58.203Z Compiling utf-8 v0.7.6
19332024-02-16T05:21:58.602Z Compiling nodrop v0.1.14
19342024-02-16T05:21:58.721Z Compiling array-init v0.0.4
19352024-02-16T05:21:59.113Z Compiling tungstenite v0.20.1
19362024-02-16T05:22:00.018Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19372024-02-16T05:22:00.051Z Compiling smallvec v0.6.14
19382024-02-16T05:22:04.527Z Compiling pkcs1 v0.7.5
19392024-02-16T05:22:04.793Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19402024-02-16T05:22:05.012Z Compiling signature v2.1.0
19412024-02-16T05:22:05.262Z Compiling unicase v2.7.0
19422024-02-16T05:22:05.610Z Compiling half v2.3.1
19432024-02-16T05:22:06.372Z Compiling bitfield v0.14.0
19442024-02-16T05:22:06.664Z Compiling hashbrown v0.12.3
19452024-02-16T05:22:06.988Z Compiling ciborium-io v0.2.2
19462024-02-16T05:22:07.115Z Compiling termcolor v1.2.0
19472024-02-16T05:22:08.437Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19482024-02-16T05:22:08.927Z Compiling env_logger v0.10.0
19492024-02-16T05:22:09.089Z Compiling ciborium-ll v0.2.2
19502024-02-16T05:22:09.662Z Compiling rsa v0.9.2
19512024-02-16T05:22:12.438Z Compiling serde-hex v0.1.0
19522024-02-16T05:22:12.818Z Compiling tokio-tungstenite v0.20.1
19532024-02-16T05:22:12.942Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19542024-02-16T05:22:13.282Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19552024-02-16T05:22:13.416Z Compiling x509-cert v0.2.4
19562024-02-16T05:22:15.037Z Compiling ron v0.8.1
19572024-02-16T05:22:17.959Z Compiling hashbrown v0.13.2
19582024-02-16T05:22:19.361Z Compiling arc-swap v1.6.0
19592024-02-16T05:22:20.111Z Compiling display-error-chain v0.2.0
19602024-02-16T05:22:20.320Z Compiling crc-any v2.4.3
19612024-02-16T05:22:21.287Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19622024-02-16T05:22:21.641Z Compiling slog-scope v4.4.0
19632024-02-16T05:22:22.588Z Compiling object v0.30.4
19642024-02-16T05:22:26.896Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19652024-02-16T05:22:28.478Z Compiling ciborium v0.2.2
19662024-02-16T05:22:28.673Z Compiling libsw v3.3.1
19672024-02-16T05:22:28.978Z Compiling parking_lot_core v0.8.6
19682024-02-16T05:22:29.400Z Compiling owo-colors v4.0.0
19692024-02-16T05:22:30.761Z Compiling linear-map v1.2.0
19702024-02-16T05:22:31.167Z Compiling path-slash v0.1.5
19712024-02-16T05:22:31.377Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19722024-02-16T05:22:32.765Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19732024-02-16T05:22:35.303Z Compiling slog-stdlog v4.1.1
19742024-02-16T05:22:36.489Z Compiling dirs-sys-next v0.1.2
19752024-02-16T05:22:38.525Z Compiling glob v0.3.1
19762024-02-16T05:22:38.571Z Compiling convert_case v0.4.0
19772024-02-16T05:22:38.571Z Compiling crunchy v0.2.2
19782024-02-16T05:22:38.571Z Compiling derive_more v0.99.17
19792024-02-16T05:22:38.586Z Compiling clang-sys v1.6.1
19802024-02-16T05:22:39.275Z Compiling dirs-next v2.0.0
19812024-02-16T05:22:39.746Z Compiling slog-envlogger v2.2.0
19822024-02-16T05:22:40.754Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19832024-02-16T05:22:42.513Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19842024-02-16T05:22:42.994Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19852024-02-16T05:22:43.202Z Compiling platforms v3.0.2
19862024-02-16T05:22:43.548Z Compiling tiny-keccak v2.0.2
19872024-02-16T05:22:43.855Z Compiling prettyplease v0.2.16
19882024-02-16T05:22:44.214Z Compiling parking_lot v0.11.2
19892024-02-16T05:22:45.937Z Compiling mime_guess v2.0.4
19902024-02-16T05:22:46.651Z Compiling term v0.7.0
19912024-02-16T05:22:47.289Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19922024-02-16T05:22:48.057Z Compiling trust-dns-client v0.22.0
19932024-02-16T05:22:49.723Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19942024-02-16T05:22:49.901Z Compiling darling_core v0.14.4
19952024-02-16T05:22:54.536Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
19962024-02-16T05:22:55.338Z Compiling pem v3.0.2
19972024-02-16T05:22:56.917Z Compiling darling_macro v0.14.4
19982024-02-16T05:22:57.932Z Compiling trust-dns-server v0.22.1
19992024-02-16T05:22:58.209Z Compiling ascii-canvas v3.0.0
20002024-02-16T05:22:58.694Z Compiling sled v0.34.7
20012024-02-16T05:22:59.669Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
20022024-02-16T05:23:05.679Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
20032024-02-16T05:23:05.916Z Compiling is-terminal v0.4.9
20042024-02-16T05:23:06.043Z Compiling ena v0.14.2
20052024-02-16T05:23:06.438Z Compiling vte_generate_state_changes v0.1.1
20062024-02-16T05:23:06.471Z Compiling libloading v0.7.4
20072024-02-16T05:23:06.835Z Compiling bindgen v0.69.2
20082024-02-16T05:23:07.063Z Compiling diff v0.1.13
20092024-02-16T05:23:07.291Z Compiling regex-syntax v0.6.29
20102024-02-16T05:23:07.818Z Compiling vte v0.11.1
20112024-02-16T05:23:12.880Z Compiling lalrpop v0.19.12
20122024-02-16T05:23:13.800Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20132024-02-16T05:23:20.633Z Compiling curve25519-dalek v4.1.1
20142024-02-16T05:23:21.440Z Compiling darling v0.14.4
20152024-02-16T05:23:22.888Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20162024-02-16T05:23:24.336Z Compiling cexpr v0.6.0
20172024-02-16T05:23:25.857Z Compiling which v4.4.0
20182024-02-16T05:23:26.388Z Compiling kstat-rs v0.2.3
20192024-02-16T05:23:27.713Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20202024-02-16T05:23:28.512Z Compiling memoffset v0.7.1
20212024-02-16T05:23:28.858Z Compiling buf-list v1.0.3
20222024-02-16T05:23:30.102Z Compiling bytecount v0.6.3
20232024-02-16T05:23:30.159Z Compiling doc-comment v0.3.3
20242024-02-16T05:23:30.283Z Compiling peeking_take_while v0.1.2
20252024-02-16T05:23:30.414Z Compiling rustc-hash v1.1.0
20262024-02-16T05:23:30.580Z Compiling shlex v1.3.0
20272024-02-16T05:23:31.076Z Compiling lazycell v1.3.0
20282024-02-16T05:23:31.121Z Compiling keccak v0.1.4
20292024-02-16T05:23:32.092Z Compiling sha3 v0.10.8
20302024-02-16T05:23:33.198Z Compiling papergrid v0.11.0
20312024-02-16T05:23:35.560Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20322024-02-16T05:23:35.738Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20332024-02-16T05:23:36.767Z Compiling derive_builder_core v0.12.0
20342024-02-16T05:23:40.196Z Compiling strip-ansi-escapes v0.2.0
20352024-02-16T05:23:40.999Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
20362024-02-16T05:23:41.566Z Compiling polar-core v0.27.0
20372024-02-16T05:23:41.651Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20382024-02-16T05:23:42.975Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20392024-02-16T05:23:44.052Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
20402024-02-16T05:23:46.263Z Compiling tabled_derive v0.7.0
20412024-02-16T05:23:47.632Z Compiling headers-core v0.3.0
20422024-02-16T05:23:47.802Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20432024-02-16T05:23:48.023Z Compiling fd-lock v4.0.2
20442024-02-16T05:23:48.179Z Compiling fd-lock v3.0.13
20452024-02-16T05:23:48.244Z Compiling universal-hash v0.5.1
20462024-02-16T05:23:48.367Z Compiling nix v0.27.1
20472024-02-16T05:23:48.454Z Compiling secrecy v0.8.0
20482024-02-16T05:23:48.743Z Compiling libxml v0.3.3
20492024-02-16T05:23:49.109Z Compiling sqlparser_derive v0.2.2
20502024-02-16T05:23:49.243Z Compiling curve25519-dalek-derive v0.1.0
20512024-02-16T05:23:49.747Z Compiling thiserror-impl-no-std v2.0.2
20522024-02-16T05:23:50.272Z Compiling pin-project-internal v1.1.3
20532024-02-16T05:23:50.672Z Compiling unicode_categories v0.1.1
20542024-02-16T05:23:50.698Z Compiling opaque-debug v0.3.0
20552024-02-16T05:23:50.788Z Compiling ref-cast v1.0.20
20562024-02-16T05:23:51.022Z Compiling nu-ansi-term v0.49.0
20572024-02-16T05:23:51.329Z Compiling sqlformat v0.2.3
20582024-02-16T05:23:52.109Z Compiling rustyline v13.0.0
20592024-02-16T05:23:52.404Z Compiling reedline v0.28.0
20602024-02-16T05:23:52.610Z Compiling thiserror-no-std v2.0.2
20612024-02-16T05:23:52.731Z Compiling poly1305 v0.8.0
20622024-02-16T05:23:52.985Z Compiling pin-project v1.1.3
20632024-02-16T05:23:54.353Z Compiling sqlparser v0.43.1
20642024-02-16T05:23:55.172Z Compiling tabled v0.15.0
20652024-02-16T05:24:00.374Z Compiling headers v0.4.0
20662024-02-16T05:24:01.123Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20672024-02-16T05:24:02.808Z Compiling derive_builder_macro v0.12.0
20682024-02-16T05:24:06.121Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20692024-02-16T05:24:06.124Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20702024-02-16T05:24:06.416Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20712024-02-16T05:24:06.706Z Compiling chacha20 v0.9.1
20722024-02-16T05:24:07.173Z Compiling aead v0.5.2
20732024-02-16T05:24:07.497Z Compiling strum_macros v0.24.3
20742024-02-16T05:24:11.119Z Compiling bcs v0.1.6
20752024-02-16T05:24:11.974Z Compiling snafu-derive v0.7.5
20762024-02-16T05:24:13.397Z Compiling ref-cast-impl v1.0.20
20772024-02-16T05:24:13.810Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20782024-02-16T05:24:14.127Z Compiling cookie v0.18.0
20792024-02-16T05:24:14.443Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20802024-02-16T05:24:14.519Z Compiling fs-err v2.11.0
20812024-02-16T05:24:15.171Z Compiling highway v1.1.0
20822024-02-16T05:24:15.174Z Compiling signature v1.6.4
20832024-02-16T05:24:15.174Z Compiling indoc v1.0.9
20842024-02-16T05:24:15.174Z Compiling salty v0.2.0
20852024-02-16T05:24:15.409Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20862024-02-16T05:24:15.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20872024-02-16T05:24:16.225Z Compiling ed25519 v1.5.3
20882024-02-16T05:24:16.970Z Compiling snafu v0.7.5
20892024-02-16T05:24:16.989Z Compiling chacha20poly1305 v0.10.1
20902024-02-16T05:24:17.247Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20912024-02-16T05:24:18.423Z Compiling derive_builder v0.12.0
20922024-02-16T05:24:23.081Z Compiling vsss-rs v3.3.4
20932024-02-16T05:24:25.336Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20942024-02-16T05:24:26.116Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20952024-02-16T05:24:26.417Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20962024-02-16T05:24:26.640Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20972024-02-16T05:24:26.777Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20982024-02-16T05:24:26.952Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20992024-02-16T05:24:28.595Z Compiling globset v0.4.13
21002024-02-16T05:24:29.500Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21012024-02-16T05:24:31.579Z Compiling olpc-cjson v0.1.3
21022024-02-16T05:24:32.147Z Compiling bb8 v0.8.3
21032024-02-16T05:24:32.332Z Compiling quick-xml v0.30.0
21042024-02-16T05:24:32.418Z Compiling serde_plain v1.0.2
21052024-02-16T05:24:32.697Z Compiling serde-big-array v0.5.1
21062024-02-16T05:24:32.949Z Compiling oso-derive v0.27.0
21072024-02-16T05:24:32.966Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21082024-02-16T05:24:34.220Z Compiling async-recursion v1.0.5
21092024-02-16T05:24:34.239Z Compiling impl-trait-for-tuples v0.2.2
21102024-02-16T05:24:34.795Z Compiling typed-path v0.7.0
21112024-02-16T05:24:36.116Z Compiling maplit v1.0.2
21122024-02-16T05:24:36.639Z Compiling http-range v0.1.5
21132024-02-16T05:24:37.167Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21142024-02-16T05:24:39.033Z Compiling tough v0.16.0
21152024-02-16T05:24:42.162Z Compiling hyper-staticfile v0.9.5
21162024-02-16T05:24:43.942Z Compiling oso v0.27.0
21172024-02-16T05:24:45.188Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21182024-02-16T05:24:45.706Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21192024-02-16T05:24:46.478Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
21202024-02-16T05:25:16.261Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21212024-02-16T05:25:17.620Z Compiling signal-hook-tokio v0.3.1
21222024-02-16T05:25:18.079Z Compiling serde-big-array v0.4.1
21232024-02-16T05:25:18.080Z Compiling parse-size v1.0.0
21242024-02-16T05:25:18.080Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21252024-02-16T05:25:18.080Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21262024-02-16T05:25:18.636Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21272024-02-16T05:25:19.452Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21282024-02-16T05:25:20.117Z Compiling castaway v0.2.2
21292024-02-16T05:25:20.300Z Compiling corncobs v0.1.3
21302024-02-16T05:25:20.740Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21312024-02-16T05:25:21.552Z Compiling compact_str v0.7.1
21322024-02-16T05:25:23.130Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21332024-02-16T05:25:28.746Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21342024-02-16T05:25:31.422Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21352024-02-16T05:25:31.757Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21362024-02-16T05:25:31.993Z Compiling lru v0.12.1
21372024-02-16T05:25:32.326Z Compiling stability v0.1.1
21382024-02-16T05:25:33.391Z Compiling cassowary v0.3.0
21392024-02-16T05:25:34.984Z Compiling indoc v2.0.3
21402024-02-16T05:25:35.873Z Compiling ratatui v0.26.1
21412024-02-16T05:25:38.336Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21422024-02-16T05:25:38.857Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21432024-02-16T05:25:56.223Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21442024-02-16T05:25:56.565Z Compiling rcgen v0.12.1
21452024-02-16T05:25:56.565Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21462024-02-16T05:25:56.565Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21472024-02-16T05:25:57.011Z Compiling atomicwrites v0.4.3
21482024-02-16T05:25:57.011Z Compiling subprocess v0.2.9
21492024-02-16T05:25:58.265Z Compiling smawk v0.3.1
21502024-02-16T05:25:58.455Z Compiling unicode-linebreak v0.1.5
21512024-02-16T05:26:01.201Z Compiling textwrap v0.16.0
21522024-02-16T05:26:01.507Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21532024-02-16T05:26:01.507Zerror[E0277]: the trait bound `http::HeaderValue: From<headers::HeaderValue>` is not satisfied
21542024-02-16T05:26:01.507Z --> test-utils/src/lib.rs:37:10
21552024-02-16T05:26:01.507Z |
21562024-02-16T05:26:01.507Z37 | .header(http::header::AUTHORIZATION, header_value.0.encode())
21572024-02-16T05:26:01.508Z | ^^^^^^ the trait `From<headers::HeaderValue>` is not implemented for `http::HeaderValue`
21582024-02-16T05:26:01.508Z |
21592024-02-16T05:26:01.508Z = help: the following other types implement trait `From<T>`:
21602024-02-16T05:26:01.508Z <http::HeaderValue as From<isize>>
21612024-02-16T05:26:01.508Z <http::HeaderValue as From<i16>>
21622024-02-16T05:26:01.508Z <http::HeaderValue as From<i32>>
21632024-02-16T05:26:01.508Z <http::HeaderValue as From<i64>>
21642024-02-16T05:26:01.508Z <http::HeaderValue as From<usize>>
21652024-02-16T05:26:01.508Z <http::HeaderValue as From<u16>>
21662024-02-16T05:26:01.508Z <http::HeaderValue as From<u32>>
21672024-02-16T05:26:01.508Z <http::HeaderValue as From<u64>>
21682024-02-16T05:26:01.508Z and 2 others
21692024-02-16T05:26:01.508Z = note: required for `headers::HeaderValue` to implement `Into<http::HeaderValue>`
21702024-02-16T05:26:01.508Z = note: required for `http::HeaderValue` to implement `TryFrom<headers::HeaderValue>`
21712024-02-16T05:26:01.508Z
21722024-02-16T05:26:01.585ZFor more information about this error, try `rustc --explain E0277`.
21732024-02-16T05:26:01.633Zerror: could not compile `omicron-test-utils` (lib) due to previous error
21742024-02-16T05:26:01.633Zwarning: build failed, waiting for other jobs to finish...
21752024-02-16T05:27:35.013ZError: Failed to build packages
21762024-02-16T05:27:35.016Z
21772024-02-16T05:27:35.016Zreal 5:56.039802860
21782024-02-16T05:27:35.016Zuser 42:43.885130600
21792024-02-16T05:27:35.016Zsys 2:32.409648947
21802024-02-16T05:27:35.016Ztrap 1.056552727
21812024-02-16T05:27:35.016Ztflt 1.243679825
21822024-02-16T05:27:35.016Zdflt 0.447781912
21832024-02-16T05:27:35.016Zkflt 0.001645722
21842024-02-16T05:27:35.016Zlock 2:35:39.416229640
21852024-02-16T05:27:35.016Zslp 1:56:21.152191974
21862024-02-16T05:27:35.016Zlat 1:27.806135104
21872024-02-16T05:27:35.016Zstop 40.024375732
21882024-02-16T05:27:35.016Zprocess exited: duration 895935 ms, exit code 1
 
21892024-02-16T05:27:35.028Zfound 1 output files
21902024-02-16T05:27:35.028Zuploading: /work/version.txt (26 bytes)
21912024-02-16T05:27:36.051Zuploaded: /work/version.txt
21922024-02-16T05:27:36.051Zupload error: rule "/work/package.tar.gz" required a match, but was not used
21932024-02-16T05:27:36.051Zupload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used
21942024-02-16T05:27:36.052Zupload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used
21952024-02-16T05:27:36.052Zupload error: rule "/work/zones/*.tar.gz" required a match, but was not used