01HRDDJNTDKB9KZ6JM1TJYD0R0: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HRDDK6AXGGVGQAZQ7X1N52BZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-07T21:38:35.309Zjob assigned to worker 01HRDDKFDS83CGHZH9WTKQT71H (queued for 1 m 3 s)
 
22024-03-07T21:38:42.480Zstarting task 0: "setup"
32024-03-07T21:38:42.529Z++ uname -s
42024-03-07T21:38:42.533Z+ kern=SunOS
52024-03-07T21:38:42.533Z+ case "$kern" in
62024-03-07T21:38:42.533Z+ groupadd -g 12345 build
72024-03-07T21:38:42.547Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-07T21:38:44.574Z+ zfs create -o mountpoint=/work rpool/work
92024-03-07T21:38:44.744Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-07T21:38:44.757Z+ home_fs=zfs
112024-03-07T21:38:44.757Z+ [[ zfs == autofs ]]
122024-03-07T21:38:44.757Z+ mkdir -p /home/build
132024-03-07T21:38:44.757Z+ chown build:build /home/build /work
142024-03-07T21:38:46.741Z+ chmod 0700 /home/build /work
152024-03-07T21:38:46.755Zprocess exited: duration 4277 ms, exit code 0
 
162024-03-07T21:38:46.762Zstarting task 1: "rust-toolchain"
172024-03-07T21:38:46.768Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-07T21:38:46.772Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-07T21:38:46.887Zinfo: downloading installer
202024-03-07T21:38:48.679Zwarning: it looks like you have an existing installation of Rust at:
212024-03-07T21:38:48.680Zwarning: /opt/ooce/bin
222024-03-07T21:38:48.680Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-07T21:38:48.680Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-07T21:38:48.680Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-07T21:38:48.680Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-07T21:38:48.680Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-07T21:38:48.680Zerror: cannot install while Rust is installed
282024-03-07T21:38:48.680Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-07T21:38:48.835Zinfo: profile set to 'default'
302024-03-07T21:38:48.835Zinfo: default host triple is x86_64-unknown-illumos
312024-03-07T21:38:48.839Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-07T21:38:48.967Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-07T21:38:48.967Zinfo: downloading component 'cargo'
342024-03-07T21:38:49.621Zinfo: downloading component 'clippy'
352024-03-07T21:38:49.875Zinfo: downloading component 'rust-docs'
362024-03-07T21:38:50.689Zinfo: downloading component 'rust-std'
372024-03-07T21:38:52.151Zinfo: downloading component 'rustc'
382024-03-07T21:38:55.763Zinfo: downloading component 'rustfmt'
392024-03-07T21:38:56.030Zinfo: installing component 'cargo'
402024-03-07T21:38:56.868Zinfo: installing component 'clippy'
412024-03-07T21:38:57.223Zinfo: installing component 'rust-docs'
422024-03-07T21:38:58.741Zinfo: installing component 'rust-std'
432024-03-07T21:39:00.515Zinfo: installing component 'rustc'
442024-03-07T21:39:04.533Zinfo: installing component 'rustfmt'
452024-03-07T21:39:04.861Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-07T21:39:04.861Z
472024-03-07T21:39:05.144Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-07T21:39:05.145Z
492024-03-07T21:39:05.145Z
502024-03-07T21:39:05.152ZRust is installed now. Great!
512024-03-07T21:39:05.152Z
522024-03-07T21:39:05.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-07T21:39:05.152Zenvironment variable. This has not been done automatically.
542024-03-07T21:39:05.152Z
552024-03-07T21:39:05.152ZTo configure your current shell, run:
562024-03-07T21:39:05.152Zsource "$HOME/.cargo/env"
572024-03-07T21:39:05.213Z+ rustc --version
582024-03-07T21:39:05.273Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-03-07T21:39:05.276Zprocess exited: duration 18517 ms, exit code 0
 
602024-03-07T21:39:05.282Zstarting task 2: "authentication"
612024-03-07T21:39:05.309Zprocess exited: duration 25 ms, exit code 0
 
622024-03-07T21:39:05.322Zstarting task 3: "clone repository"
632024-03-07T21:39:05.328Z+ mkdir -p /work/oxidecomputer/omicron
642024-03-07T21:39:05.328Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-03-07T21:39:05.593ZCloning into '/work/oxidecomputer/omicron'...
662024-03-07T21:39:10.412Z+ cd /work/oxidecomputer/omicron
672024-03-07T21:39:10.412Z+ git fetch origin 9027e5b37d2d10cba6a97a3230f19fba6258581f
682024-03-07T21:39:10.798ZFrom https://github.com/oxidecomputer/omicron
692024-03-07T21:39:10.799Z * branch 9027e5b37d2d10cba6a97a3230f19fba6258581f -> FETCH_HEAD
702024-03-07T21:39:10.815Z+ [[ -n ajs/vmm-reservoir-bg-thread ]]
712024-03-07T21:39:10.816Z++ git branch --show-current
722024-03-07T21:39:10.816Z+ current=main
732024-03-07T21:39:10.816Z+ [[ main != ajs/vmm-reservoir-bg-thread ]]
742024-03-07T21:39:10.816Z+ git branch -f ajs/vmm-reservoir-bg-thread 9027e5b37d2d10cba6a97a3230f19fba6258581f
752024-03-07T21:39:10.816Z+ git checkout -f ajs/vmm-reservoir-bg-thread
762024-03-07T21:39:10.930ZSwitched to branch 'ajs/vmm-reservoir-bg-thread'
772024-03-07T21:39:10.952Z+ git reset --hard 9027e5b37d2d10cba6a97a3230f19fba6258581f
782024-03-07T21:39:10.952ZHEAD is now at 9027e5b37 Merge branch 'main' into ajs/vmm-reservoir-bg-thread
792024-03-07T21:39:10.952Zprocess exited: duration 5600 ms, exit code 0
 
802024-03-07T21:39:10.979Zstarting task 4: "build"
812024-03-07T21:39:10.984Z+ cargo --version
822024-03-07T21:39:10.985Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
832024-03-07T21:39:11.170Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
842024-03-07T21:39:11.170Zinfo: downloading component 'cargo'
852024-03-07T21:39:12.103Zinfo: downloading component 'clippy'
862024-03-07T21:39:12.297Zinfo: downloading component 'rust-docs'
872024-03-07T21:39:13.363Zinfo: downloading component 'rust-std'
882024-03-07T21:39:15.121Zinfo: downloading component 'rustc'
892024-03-07T21:39:19.496Zinfo: downloading component 'rustfmt'
902024-03-07T21:39:19.742Zinfo: installing component 'cargo'
912024-03-07T21:39:21.582Zinfo: installing component 'clippy'
922024-03-07T21:39:21.582Zinfo: installing component 'rust-docs'
932024-03-07T21:39:22.505Zinfo: installing component 'rust-std'
942024-03-07T21:39:24.649Zinfo: installing component 'rustc'
952024-03-07T21:39:28.264Zinfo: installing component 'rustfmt'
962024-03-07T21:39:28.704Zcargo 1.76.0 (c84b36747 2024-01-18)
972024-03-07T21:39:28.715Z+ rustc --version
982024-03-07T21:39:28.787Zrustc 1.76.0 (07dca489a 2024-02-04)
992024-03-07T21:39:28.806Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-03-07T21:39:34.555Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-03-07T21:39:36.462ZPlanning: Solver setup ... Done (0.803s)
1022024-03-07T21:39:36.481ZPlanning: Running solver ... Done (0.018s)
1032024-03-07T21:39:36.590ZPlanning: Finding local manifests ... Done (0.101s)
1042024-03-07T21:39:36.606ZPlanning: Fetching manifests: 0/4 0% complete
1052024-03-07T21:39:37.333ZPlanning: Fetching manifests: 4/4 100% complete
1062024-03-07T21:39:37.383ZPlanning: Package planning ... Done (0.050s)
1072024-03-07T21:39:37.441ZPlanning: Merging actions ... Done (0.050s)
1082024-03-07T21:39:37.773ZPlanning: Checking for conflicting actions ... Done (0.340s)
1092024-03-07T21:39:37.785ZPlanning: Consolidating action changes ... Done (0.011s)
1102024-03-07T21:39:45.455ZPlanning: Evaluating mediators ... Done (7.671s)
1112024-03-07T21:39:45.471ZPlanning: Planning completed in 10.91 seconds
1122024-03-07T21:39:46.503Z Packages to install: 4
1132024-03-07T21:39:46.503Z Mediators to change: 2
1142024-03-07T21:39:46.503Z Services to change: 1
1152024-03-07T21:39:46.503Z Estimated space available: 155.33 GB
1162024-03-07T21:39:46.503ZEstimated space to be consumed: 1.42 GB
1172024-03-07T21:39:46.509Z Create boot environment: No
1182024-03-07T21:39:46.509ZCreate backup boot environment: No
1192024-03-07T21:39:46.509Z Rebuild boot archive: No
1202024-03-07T21:39:46.509Z
1212024-03-07T21:39:46.509ZChanged mediators:
1222024-03-07T21:39:46.509Z mediator clang:
1232024-03-07T21:39:46.509Z version: None -> 15 (system default)
1242024-03-07T21:39:46.509Z
1252024-03-07T21:39:46.509Z mediator llvm:
1262024-03-07T21:39:46.510Z version: 14 (system default) -> 15 (system default)
1272024-03-07T21:39:46.510Z
1282024-03-07T21:39:46.510ZChanged packages:
1292024-03-07T21:39:46.510Zhelios-dev
1302024-03-07T21:39:46.510Z developer/build-essential
1312024-03-07T21:39:46.510Z None -> 11-2.0
1322024-03-07T21:39:46.510Z library/libxmlsec1
1332024-03-07T21:39:46.510Z None -> 1.2.35-2.0
1342024-03-07T21:39:46.510Z ooce/developer/clang-15
1352024-03-07T21:39:46.511Z None -> 15.0.7-2.0
1362024-03-07T21:39:46.511Z ooce/developer/llvm-15
1372024-03-07T21:39:46.511Z None -> 15.0.7-2.0
1382024-03-07T21:39:46.511Z
1392024-03-07T21:39:46.511ZServices:
1402024-03-07T21:39:46.511Z restart_fmri:
1412024-03-07T21:39:46.511Z svc:/system/update-man-index:default
1422024-03-07T21:39:46.821Z
1432024-03-07T21:39:46.821ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1442024-03-07T21:39:51.832ZDownload: 981/3290 items 19.4/212.6MB 9% complete (4.0M/s)
1452024-03-07T21:39:56.827ZDownload: 1420/3290 items 113.8/212.6MB 53% complete (11.3M/s)
1462024-03-07T21:40:04.413ZDownload: 2301/3290 items 119.6/212.6MB 56% complete (10.0M/s)
1472024-03-07T21:40:07.096ZDownload: 3245/3290 items 201.3/212.6MB 94% complete (9.2M/s)
1482024-03-07T21:40:09.527ZDownload: Completed 212.60 MB in 22.71 seconds (9.4M/s)
1492024-03-07T21:40:12.742Z Actions: 1/3689 actions (Installing new actions)
1502024-03-07T21:40:17.945Z Actions: 3548/3689 actions (Installing new actions)
1512024-03-07T21:40:19.186Z Actions: Completed 3689 actions in 6.08 seconds.
1522024-03-07T21:40:19.290Z Done (0.207s)
1532024-03-07T21:40:19.290Z Done (0.000s)
1542024-03-07T21:40:19.305Z Done (0.232s)
1552024-03-07T21:40:29.284Z Done (4.829s)
1562024-03-07T21:40:29.421Z Done (0.098s)
1572024-03-07T21:40:29.421Z Done (0.000s)
1582024-03-07T21:40:29.422Z Done (0.000s)
1592024-03-07T21:40:29.422ZPlanning: Evaluating mediator changes ... Done
1602024-03-07T21:40:29.422ZPlanning: Checking for conflicting actions ... Done
1612024-03-07T21:40:29.422ZPlanning: Consolidating action changes ... Done
1622024-03-07T21:40:29.423ZPlanning: Evaluating mediators ... Done
1632024-03-07T21:40:29.423ZPlanning: Planning completed in 0.44 seconds
1642024-03-07T21:40:29.423Z Mediators to change: 2
1652024-03-07T21:40:29.423Z Create boot environment: No
1662024-03-07T21:40:29.423ZCreate backup boot environment: No
1672024-03-07T21:40:29.423Z Done
1682024-03-07T21:40:29.423Z Done
1692024-03-07T21:40:29.423Z Done
1702024-03-07T21:40:29.496Z Done
1712024-03-07T21:40:29.536Z Done
1722024-03-07T21:40:29.536Z Done
1732024-03-07T21:40:29.613Z Done
1742024-03-07T21:40:30.282ZPlanning: Evaluating mediator changes ... Done
1752024-03-07T21:40:30.307ZPlanning: Merging actions ... Done
1762024-03-07T21:40:30.471ZPlanning: Checking for conflicting actions ... Done
1772024-03-07T21:40:30.497ZPlanning: Consolidating action changes ... Done
1782024-03-07T21:40:30.730ZPlanning: Evaluating mediators ... Done
1792024-03-07T21:40:30.801ZPlanning: Planning completed in 0.80 seconds
1802024-03-07T21:40:30.815Z Packages to change: 1
1812024-03-07T21:40:30.815Z Mediators to change: 1
1822024-03-07T21:40:30.816Z Services to change: 1
1832024-03-07T21:40:30.819Z Create boot environment: No
1842024-03-07T21:40:30.819ZCreate backup boot environment: Yes
1852024-03-07T21:40:32.674Z Actions: 1/6 actions (Updating modified actions)
1862024-03-07T21:40:32.686Z Actions: Completed 6 actions in 0.00 seconds.
1872024-03-07T21:40:32.687Z Done
1882024-03-07T21:40:32.687Z Done
1892024-03-07T21:40:32.729Z Done
1902024-03-07T21:40:36.421Z Done
1912024-03-07T21:40:36.503Z Done
1922024-03-07T21:40:36.503Z Done
1932024-03-07T21:40:36.596Z Done
1942024-03-07T21:40:37.058ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-03-07T21:40:37.058Zclang system 15 system
1962024-03-07T21:40:37.058Zcsh system system illumos
1972024-03-07T21:40:37.058Zctags system system illumos
1982024-03-07T21:40:37.059Zgcc vendor 12 vendor
1992024-03-07T21:40:37.059Zgcc system 10 system
2002024-03-07T21:40:37.059Zgcc system 7 system
2012024-03-07T21:40:37.059Zgo system 1.20 system
2022024-03-07T21:40:37.059Zgo system 1.19 system
2032024-03-07T21:40:37.059Zllvm system 15 system
2042024-03-07T21:40:37.059Zllvm system 14 system
2052024-03-07T21:40:37.059Zmariadb system 10.6 system
2062024-03-07T21:40:37.059Zmta vendor vendor dma
2072024-03-07T21:40:37.059Zopenjdk system 17 system
2082024-03-07T21:40:37.059Zopenjdk system 11 system
2092024-03-07T21:40:37.060Zopenjdk system 1.8 system
2102024-03-07T21:40:37.060Zopenssl vendor 3 vendor
2112024-03-07T21:40:37.060Zperl system 5.36 system
2122024-03-07T21:40:37.060Zpostgresql system 15 system
2132024-03-07T21:40:37.060Zpostgresql system 13 system
2142024-03-07T21:40:37.060Zpython vendor 3 vendor
2152024-03-07T21:40:37.061Zpython system 2 system
2162024-03-07T21:40:37.061Zpython3 system 3.11 system
2172024-03-07T21:40:37.061Zruby system 3.0 system
2182024-03-07T21:40:37.061Zwords vendor vendor american-english
2192024-03-07T21:40:37.061Zwords system system australian-english
2202024-03-07T21:40:37.061Zwords system system british-english
2212024-03-07T21:40:37.061Zwords system system canadian-english
2222024-03-07T21:40:37.061Zwords system system french
2232024-03-07T21:40:37.061Zwords system system italian
2242024-03-07T21:40:37.061Zwords system system ngerman
2252024-03-07T21:40:37.061Zwords system system ogerman
2262024-03-07T21:40:37.061Zwords system system spanish
2272024-03-07T21:40:37.383ZPUBLISHER TYPE STATUS P LOCATION
2282024-03-07T21:40:37.383Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292024-03-07T21:40:38.557ZFMRI IFO
2302024-03-07T21:40:38.557Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312024-03-07T21:40:38.557Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322024-03-07T21:40:38.557Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2332024-03-07T21:40:38.557Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342024-03-07T21:40:38.558Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352024-03-07T21:40:38.558Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-03-07T21:40:38.558Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-03-07T21:40:38.558Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2382024-03-07T21:40:38.558Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-03-07T21:40:38.558Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-03-07T21:40:38.558Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-03-07T21:40:38.559Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-03-07T21:40:38.777Z+ set -o errexit
2432024-03-07T21:40:38.780Z+++ dirname ./tools/ci_download_cockroachdb
2442024-03-07T21:40:38.780Z++ cd ./tools
2452024-03-07T21:40:38.780Z++ pwd
2462024-03-07T21:40:38.780Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472024-03-07T21:40:38.784Z++ basename ./tools/ci_download_cockroachdb
2482024-03-07T21:40:38.784Z+ ARG0=ci_download_cockroachdb
2492024-03-07T21:40:38.784Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502024-03-07T21:40:38.784Z+ CIDL_VERSION=v22.1.9
2512024-03-07T21:40:38.784Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522024-03-07T21:40:38.788Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2532024-03-07T21:40:38.788Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2542024-03-07T21:40:38.788Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2552024-03-07T21:40:38.788Z+ TARGET_DIR=out
2562024-03-07T21:40:38.788Z+ DOWNLOAD_DIR=out/downloads
2572024-03-07T21:40:38.788Z+ DEST_DIR=./out/cockroachdb
2582024-03-07T21:40:38.788Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592024-03-07T21:40:38.788Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602024-03-07T21:40:38.788Z+ main
2612024-03-07T21:40:38.788Z+ [[ 0 != 0 ]]
2622024-03-07T21:40:38.788Z+ CIDL_OS=solaris2.11
2632024-03-07T21:40:38.788Z+ [[ 0 != 0 ]]
2642024-03-07T21:40:38.788Z+ configure_os solaris2.11
2652024-03-07T21:40:38.788Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662024-03-07T21:40:38.788Zcurrent directory: /work/oxidecomputer/omicron
2672024-03-07T21:40:38.788Z+ echo 'configuring based on OS: "solaris2.11"'
2682024-03-07T21:40:38.788Z+ case "$1" in
2692024-03-07T21:40:38.788Zconfiguring based on OS: "solaris2.11"
2702024-03-07T21:40:38.789Z+ CIDL_BUILD=illumos
2712024-03-07T21:40:38.789Z+ CIDL_SUFFIX=tar.gz
2722024-03-07T21:40:38.789Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2732024-03-07T21:40:38.789Z+ CIDL_URL_BASE=https://illumos.org/downloads
2742024-03-07T21:40:38.789Z+ CIDL_ASSEMBLE=do_assemble_illumos
2752024-03-07T21:40:38.789Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2762024-03-07T21:40:38.789Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2772024-03-07T21:40:38.789Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-03-07T21:40:38.789Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2792024-03-07T21:40:38.789Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-03-07T21:40:38.789Z+ CIDL_SHA256FUNC=do_sha256sum
2812024-03-07T21:40:38.789Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-03-07T21:40:38.789Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832024-03-07T21:40:38.789ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-03-07T21:40:38.789ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-07T21:40:38.789Z+ mkdir -p out/downloads
2862024-03-07T21:40:38.789Z+ mkdir -p ./out/cockroachdb
2872024-03-07T21:40:38.793Z+ local DO_DOWNLOAD=true
2882024-03-07T21:40:38.793Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892024-03-07T21:40:38.793Z+ '[' true == true ']'
2902024-03-07T21:40:38.793Z+ echo Downloading...
2912024-03-07T21:40:38.793ZDownloading...
2922024-03-07T21:40:38.794Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-03-07T21:40:38.794Z+ 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
2942024-03-07T21:40:43.626Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-03-07T21:40:43.644Z++ sha256sum
2962024-03-07T21:40:43.644Z++ awk '{print $1}'
2972024-03-07T21:40:43.693Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-03-07T21:40:43.694Z+ [[ 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 ]]
2992024-03-07T21:40:43.716Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-07T21:40:43.716Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012024-03-07T21:40:45.949Z+ do_assemble_illumos
3022024-03-07T21:40:45.949Z+ rm -r ./out/cockroachdb
3032024-03-07T21:40:45.953Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042024-03-07T21:40:46.379Z+ ./out/cockroachdb/bin/cockroach version
3052024-03-07T21:40:46.643ZBuild Tag: v22.1.9-dirty
3062024-03-07T21:40:46.643ZBuild Time: 2022/10/26 21:17:46
3072024-03-07T21:40:46.643ZDistribution: OSS
3082024-03-07T21:40:46.644ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092024-03-07T21:40:46.644ZGo Version: go1.17.13
3102024-03-07T21:40:46.644ZC Compiler: gcc 10.3.0
3112024-03-07T21:40:46.644ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122024-03-07T21:40:46.644ZBuild Type: release
3132024-03-07T21:40:46.664Z+ set -o errexit
3142024-03-07T21:40:46.672Z+++ dirname ./tools/ci_download_clickhouse
3152024-03-07T21:40:46.672Z++ cd ./tools
3162024-03-07T21:40:46.672Z++ pwd
3172024-03-07T21:40:46.672Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182024-03-07T21:40:46.677Z++ basename ./tools/ci_download_clickhouse
3192024-03-07T21:40:46.677Z+ ARG0=ci_download_clickhouse
3202024-03-07T21:40:46.677Z+ TARGET_DIR=out
3212024-03-07T21:40:46.677Z+ DOWNLOAD_DIR=out/downloads
3222024-03-07T21:40:46.678Z+ DEST_DIR=./out/clickhouse
3232024-03-07T21:40:46.678Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3242024-03-07T21:40:46.678Z+ CIDL_VERSION=v23.8.7.24
3252024-03-07T21:40:46.678Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262024-03-07T21:40:46.678Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3272024-03-07T21:40:46.678Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3282024-03-07T21:40:46.678Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3292024-03-07T21:40:46.678Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302024-03-07T21:40:46.678Z+ main
3312024-03-07T21:40:46.678Z+ [[ 0 != 0 ]]
3322024-03-07T21:40:46.678Z+ CIDL_OS=solaris2.11
3332024-03-07T21:40:46.678Z+ [[ 0 != 0 ]]
3342024-03-07T21:40:46.678Z+ configure_os solaris2.11
3352024-03-07T21:40:46.678Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362024-03-07T21:40:46.678Zcurrent directory: /work/oxidecomputer/omicron
3372024-03-07T21:40:46.678Z+ echo 'configuring based on OS: "solaris2.11"'
3382024-03-07T21:40:46.678Z+ CIDL_DASHREV=
3392024-03-07T21:40:46.678Zconfiguring based on OS: "solaris2.11"
3402024-03-07T21:40:46.678Z+ case "$1" in
3412024-03-07T21:40:46.678Z+ CIDL_PLATFORM=illumos
3422024-03-07T21:40:46.678Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3432024-03-07T21:40:46.678Z+ CIDL_MD5FUNC=do_md5sum
3442024-03-07T21:40:46.678Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3452024-03-07T21:40:46.679Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3462024-03-07T21:40:46.679Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-03-07T21:40:46.679Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-03-07T21:40:46.679Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3492024-03-07T21:40:46.679ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-03-07T21:40:46.679Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3512024-03-07T21:40:46.679ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-03-07T21:40:46.679Z+ mkdir -p out/downloads
3532024-03-07T21:40:46.679Z+ mkdir -p ./out/clickhouse
3542024-03-07T21:40:46.679Z+ local DO_DOWNLOAD=true
3552024-03-07T21:40:46.679Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3562024-03-07T21:40:46.679Z+ '[' true == true ']'
3572024-03-07T21:40:46.679Z+ echo Downloading...
3582024-03-07T21:40:46.679ZDownloading...
3592024-03-07T21:40:46.679Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-03-07T21:40:46.679Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-03-07T21:40:49.022Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-03-07T21:40:49.027Z++ md5sum
3632024-03-07T21:40:49.028Z++ awk '{print $1}'
3642024-03-07T21:40:49.247Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3652024-03-07T21:40:49.247Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3662024-03-07T21:40:49.256Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3672024-03-07T21:40:49.256Z+ mkdir -p ./out/clickhouse
3682024-03-07T21:40:49.256Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3692024-03-07T21:40:53.078Z+ ./out/clickhouse/clickhouse server --version
3702024-03-07T21:40:53.795ZClickHouse server version 23.8.7.1.
3712024-03-07T21:40:53.813Z+ set -o errexit
3722024-03-07T21:40:53.817Z+++ dirname ./tools/ci_download_console
3732024-03-07T21:40:53.820Z++ cd ./tools
3742024-03-07T21:40:53.821Z++ pwd
3752024-03-07T21:40:53.821Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762024-03-07T21:40:53.821Z++ basename ./tools/ci_download_console
3772024-03-07T21:40:53.821Z+ ARG0=ci_download_console
3782024-03-07T21:40:53.821Z+ TARGET_DIR=out
3792024-03-07T21:40:53.821Z+ DOWNLOAD_DIR=out/downloads
3802024-03-07T21:40:53.821Z+ DEST_DIR=./out/console-assets
3812024-03-07T21:40:53.821Z+ source /work/oxidecomputer/omicron/tools/console_version
3822024-03-07T21:40:53.821Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3832024-03-07T21:40:53.821Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3842024-03-07T21:40:53.821Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3852024-03-07T21:40:53.821Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862024-03-07T21:40:53.821Z+ main
3872024-03-07T21:40:53.821Z+ [[ 0 != 0 ]]
3882024-03-07T21:40:53.821Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
3892024-03-07T21:40:53.821ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3902024-03-07T21:40:53.821Z+ echo 'Local file: out/downloads/console.tar.gz'
3912024-03-07T21:40:53.821ZLocal file: out/downloads/console.tar.gz
3922024-03-07T21:40:53.821Z+ local DO_DOWNLOAD=true
3932024-03-07T21:40:53.821Z+ [[ -f out/downloads/console.tar.gz ]]
3942024-03-07T21:40:53.825Z+ mkdir -p out/downloads
3952024-03-07T21:40:53.825Z+ '[' true == true ']'
3962024-03-07T21:40:53.825Z+ echo Downloading...
3972024-03-07T21:40:53.825ZDownloading...
3982024-03-07T21:40:53.826Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
3992024-03-07T21:40:53.826Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4002024-03-07T21:40:54.421Z++ do_sha256sum out/downloads/console.tar.gz
4012024-03-07T21:40:54.421Z++ case "$OSTYPE" in
4022024-03-07T21:40:54.421Z++ SHA=sha256sum
4032024-03-07T21:40:54.426Z++ sha256sum
4042024-03-07T21:40:54.426Z++ awk '{print $1}'
4052024-03-07T21:40:54.430Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4062024-03-07T21:40:54.430Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4072024-03-07T21:40:54.430Z+ rm -rf ./out/console-assets
4082024-03-07T21:40:54.430Z+ mkdir -p ./out/console-assets
4092024-03-07T21:40:54.436Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102024-03-07T21:40:54.436Z+ mkdir -p ./out/console-assets
4112024-03-07T21:40:54.436Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122024-03-07T21:40:54.525Z+ set -o errexit
4132024-03-07T21:40:54.528Z+++ dirname ./tools/ci_download_maghemite_openapi
4142024-03-07T21:40:54.528Z++ cd ./tools
4152024-03-07T21:40:54.528Z++ pwd
4162024-03-07T21:40:54.532Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172024-03-07T21:40:54.532Z++ basename ./tools/ci_download_maghemite_openapi
4182024-03-07T21:40:54.532Z+ ARG0=ci_download_maghemite_openapi
4192024-03-07T21:40:54.532Z+ TARGET_DIR=out
4202024-03-07T21:40:54.532Z+ DOWNLOAD_DIR=out/downloads
4212024-03-07T21:40:54.532Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4222024-03-07T21:40:54.532Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4232024-03-07T21:40:54.532Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4242024-03-07T21:40:54.532Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4252024-03-07T21:40:54.532Z+ LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4262024-03-07T21:40:54.532Z+ main
4272024-03-07T21:40:54.532Z+ [[ 0 != 0 ]]
4282024-03-07T21:40:54.532Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json'
4292024-03-07T21:40:54.532Z+ echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4302024-03-07T21:40:54.532Z+ local DO_DOWNLOAD=true
4312024-03-07T21:40:54.532ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4322024-03-07T21:40:54.532ZLocal file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4332024-03-07T21:40:54.533Z+ [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4342024-03-07T21:40:54.533Z+ mkdir -p out/downloads
4352024-03-07T21:40:54.536Z+ '[' true == true ']'
4362024-03-07T21:40:54.536Z+ echo Downloading...
4372024-03-07T21:40:54.536ZDownloading...
4382024-03-07T21:40:54.536Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4392024-03-07T21:40:54.536Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json
4402024-03-07T21:40:54.753Z++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4412024-03-07T21:40:54.753Z++ case "$OSTYPE" in
4422024-03-07T21:40:54.753Z++ SHA=sha256sum
4432024-03-07T21:40:54.756Z++ sha256sum
4442024-03-07T21:40:54.756Z++ awk '{print $1}'
4452024-03-07T21:40:54.759Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4462024-03-07T21:40:54.759Z+ [[ 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-03-07T21:40:54.759Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4482024-03-07T21:40:54.759Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
4492024-03-07T21:40:54.760Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4502024-03-07T21:40:54.760Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4512024-03-07T21:40:54.760Z+ LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4522024-03-07T21:40:54.760Z+ main
4532024-03-07T21:40:54.760Z+ [[ 0 != 0 ]]
4542024-03-07T21:40:54.760Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json'
4552024-03-07T21:40:54.760Z+ echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json'
4562024-03-07T21:40:54.760ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4572024-03-07T21:40:54.760ZLocal file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4582024-03-07T21:40:54.760Z+ local DO_DOWNLOAD=true
4592024-03-07T21:40:54.760Z+ [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]]
4602024-03-07T21:40:54.760Z+ mkdir -p out/downloads
4612024-03-07T21:40:54.760Z+ '[' true == true ']'
4622024-03-07T21:40:54.760Z+ echo Downloading...
4632024-03-07T21:40:54.760ZDownloading...
4642024-03-07T21:40:54.760Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4652024-03-07T21:40:54.760Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json
4662024-03-07T21:40:54.858Z++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json
4672024-03-07T21:40:54.858Z++ case "$OSTYPE" in
4682024-03-07T21:40:54.858Z++ SHA=sha256sum
4692024-03-07T21:40:54.861Z++ sha256sum
4702024-03-07T21:40:54.861Z++ awk '{print $1}'
4712024-03-07T21:40:54.879Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4722024-03-07T21:40:54.879Z+ [[ 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-03-07T21:40:54.879Z+ set -o errexit
4742024-03-07T21:40:54.879Z+++ dirname ./tools/ci_download_dendrite_openapi
4752024-03-07T21:40:54.879Z++ cd ./tools
4762024-03-07T21:40:54.879Z++ pwd
4772024-03-07T21:40:54.880Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782024-03-07T21:40:54.880Z++ basename ./tools/ci_download_dendrite_openapi
4792024-03-07T21:40:54.880Z+ ARG0=ci_download_dendrite_openapi
4802024-03-07T21:40:54.880Z+ TARGET_DIR=out
4812024-03-07T21:40:54.880Z+ DOWNLOAD_DIR=out/downloads
4822024-03-07T21:40:54.880Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4832024-03-07T21:40:54.880Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4842024-03-07T21:40:54.880Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4852024-03-07T21:40:54.880Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4862024-03-07T21:40:54.880Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4872024-03-07T21:40:54.880Z+ main
4882024-03-07T21:40:54.880Z+ [[ 0 != 0 ]]
4892024-03-07T21:40:54.880Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4902024-03-07T21:40:54.880ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4912024-03-07T21:40:54.880Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4922024-03-07T21:40:54.880Z+ local DO_DOWNLOAD=true
4932024-03-07T21:40:54.880ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4942024-03-07T21:40:54.880Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4952024-03-07T21:40:54.880Z+ mkdir -p out/downloads
4962024-03-07T21:40:54.884Z+ '[' true == true ']'
4972024-03-07T21:40:54.884Z+ echo Downloading...
4982024-03-07T21:40:54.884ZDownloading...
4992024-03-07T21:40:54.884Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-03-07T21:40:54.884Z+ 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-03-07T21:40:55.002Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5022024-03-07T21:40:55.002Z++ case "$OSTYPE" in
5032024-03-07T21:40:55.002Z++ SHA=sha256sum
5042024-03-07T21:40:55.005Z++ sha256sum
5052024-03-07T21:40:55.005Z++ awk '{print $1}'
5062024-03-07T21:40:55.009Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5072024-03-07T21:40:55.009Z+ [[ 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-03-07T21:40:55.014Z+ set -o errexit
5092024-03-07T21:40:55.017Z+++ dirname ./tools/ci_download_dendrite_stub
5102024-03-07T21:40:55.020Z++ cd ./tools
5112024-03-07T21:40:55.020Z++ pwd
5122024-03-07T21:40:55.020Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5132024-03-07T21:40:55.020Z++ basename ./tools/ci_download_dendrite_stub
5142024-03-07T21:40:55.020Z+ ARG0=ci_download_dendrite_stub
5152024-03-07T21:40:55.021Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5162024-03-07T21:40:55.021Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5172024-03-07T21:40:55.021Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5182024-03-07T21:40:55.021Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5192024-03-07T21:40:55.021Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5202024-03-07T21:40:55.021Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5212024-03-07T21:40:55.021Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5222024-03-07T21:40:55.021Z+ TARGET_DIR=out
5232024-03-07T21:40:55.021Z+ DOWNLOAD_DIR=out/downloads
5242024-03-07T21:40:55.021Z+ DEST_DIR=./out/dendrite-stub
5252024-03-07T21:40:55.021Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5262024-03-07T21:40:55.021Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272024-03-07T21:40:55.021Z+ REPO=oxidecomputer/dendrite
5282024-03-07T21:40:55.022Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5292024-03-07T21:40:55.025Z+ main
5302024-03-07T21:40:55.025Z+ [[ 0 != 0 ]]
5312024-03-07T21:40:55.026Z+ CIDL_OS=solaris2.11
5322024-03-07T21:40:55.026Z+ [[ 0 != 0 ]]
5332024-03-07T21:40:55.026Z+ configure_os solaris2.11
5342024-03-07T21:40:55.026Z+ echo 'current directory: /work/oxidecomputer/omicron'
5352024-03-07T21:40:55.026Zcurrent directory: /work/oxidecomputer/omicron
5362024-03-07T21:40:55.026Z+ echo 'configuring based on OS: "solaris2.11"'
5372024-03-07T21:40:55.026Z+ case "$1" in
5382024-03-07T21:40:55.026Z+ SET_BINARIES=
5392024-03-07T21:40:55.026Zconfiguring based on OS: "solaris2.11"
5402024-03-07T21:40:55.026Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5412024-03-07T21:40:55.026Z+ CIDL_SHA256FUNC=do_sha256sum
5422024-03-07T21:40:55.026Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5432024-03-07T21:40:55.026Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5442024-03-07T21:40:55.026Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5452024-03-07T21:40:55.026Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5462024-03-07T21:40:55.026ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5472024-03-07T21:40:55.026Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5482024-03-07T21:40:55.026ZLocal file: out/downloads/dendrite-stub.tar.gz
5492024-03-07T21:40:55.026Z+ mkdir -p out/downloads
5502024-03-07T21:40:55.026Z+ mkdir -p ./out/dendrite-stub
5512024-03-07T21:40:55.026Z+ fetch_and_verify
5522024-03-07T21:40:55.026Z+ local DO_DOWNLOAD=true
5532024-03-07T21:40:55.027Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5542024-03-07T21:40:55.027Z+ '[' true == true ']'
5552024-03-07T21:40:55.027Z+ echo Downloading...
5562024-03-07T21:40:55.027ZDownloading...
5572024-03-07T21:40:55.027Z+ 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-03-07T21:40:55.027Z+ 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-03-07T21:41:04.385Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5602024-03-07T21:41:04.389Z++ sha256sum
5612024-03-07T21:41:04.389Z++ awk '{print $1}'
5622024-03-07T21:41:04.409Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5632024-03-07T21:41:04.413Z+ [[ 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-03-07T21:41:04.413Z+ do_untar out/downloads/dendrite-stub.tar.gz
5652024-03-07T21:41:04.413Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5662024-03-07T21:41:05.093Z+ do_assemble
5672024-03-07T21:41:05.093Z+ rm -r ./out/dendrite-stub
5682024-03-07T21:41:05.099Z+ mkdir ./out/dendrite-stub
5692024-03-07T21:41:05.099Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5702024-03-07T21:41:05.207Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5712024-03-07T21:41:05.236Z+ set -o errexit
5722024-03-07T21:41:05.236Z+++ dirname ./tools/ci_download_maghemite_mgd
5732024-03-07T21:41:05.236Z++ cd ./tools
5742024-03-07T21:41:05.236Z++ pwd
5752024-03-07T21:41:05.237Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762024-03-07T21:41:05.237Z++ basename ./tools/ci_download_maghemite_mgd
5772024-03-07T21:41:05.237Z+ ARG0=ci_download_maghemite_mgd
5782024-03-07T21:41:05.237Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5792024-03-07T21:41:05.237Z++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
5802024-03-07T21:41:05.237Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5812024-03-07T21:41:05.237Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5822024-03-07T21:41:05.237Z++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
5832024-03-07T21:41:05.237Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5842024-03-07T21:41:05.237Z+ TARGET_DIR=out
5852024-03-07T21:41:05.237Z+ DOWNLOAD_DIR=out/downloads
5862024-03-07T21:41:05.238Z+ DEST_DIR=./out/mgd
5872024-03-07T21:41:05.238Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5882024-03-07T21:41:05.238Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892024-03-07T21:41:05.238Z+ REPO=oxidecomputer/maghemite
5902024-03-07T21:41:05.238Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba
5912024-03-07T21:41:05.238Z+ main
5922024-03-07T21:41:05.238Z+ [[ 0 != 0 ]]
5932024-03-07T21:41:05.238Z+ CIDL_OS=solaris2.11
5942024-03-07T21:41:05.238Z+ [[ 0 != 0 ]]
5952024-03-07T21:41:05.238Z+ configure_os solaris2.11
5962024-03-07T21:41:05.238Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972024-03-07T21:41:05.239Z+ echo 'configuring based on OS: "solaris2.11"'
5982024-03-07T21:41:05.239Z+ case "$1" in
5992024-03-07T21:41:05.239Z+ SET_BINARIES=
6002024-03-07T21:41:05.239Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-03-07T21:41:05.239Z+ TARBALL_FILENAME=mgd.tar.gz
6022024-03-07T21:41:05.239Zcurrent directory: /work/oxidecomputer/omicron
6032024-03-07T21:41:05.239Zconfiguring based on OS: "solaris2.11"
6042024-03-07T21:41:05.239Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6052024-03-07T21:41:05.239Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6062024-03-07T21:41:05.239Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz'
6072024-03-07T21:41:05.240ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6082024-03-07T21:41:05.240Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6092024-03-07T21:41:05.240Z+ mkdir -p out/downloads
6102024-03-07T21:41:05.240ZLocal file: out/downloads/mgd.tar.gz
6112024-03-07T21:41:05.240Z+ mkdir -p ./out/mgd
6122024-03-07T21:41:05.240Z+ fetch_and_verify
6132024-03-07T21:41:05.240Z+ local DO_DOWNLOAD=true
6142024-03-07T21:41:05.240Z+ [[ -f out/downloads/mgd.tar.gz ]]
6152024-03-07T21:41:05.240Z+ '[' true == true ']'
6162024-03-07T21:41:05.240Z+ echo Downloading...
6172024-03-07T21:41:05.241ZDownloading...
6182024-03-07T21:41:05.241Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz
6192024-03-07T21:41:05.241Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz
6202024-03-07T21:41:11.265Z++ do_sha256sum out/downloads/mgd.tar.gz
6212024-03-07T21:41:11.268Z++ sha256sum
6222024-03-07T21:41:11.268Z++ awk '{print $1}'
6232024-03-07T21:41:11.286Z+ calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d
6242024-03-07T21:41:11.289Z+ [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]]
6252024-03-07T21:41:11.289Z+ do_untar out/downloads/mgd.tar.gz
6262024-03-07T21:41:11.289Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6272024-03-07T21:41:11.737Z+ do_assemble
6282024-03-07T21:41:11.738Z+ rm -r ./out/mgd
6292024-03-07T21:41:11.745Z+ mkdir ./out/mgd
6302024-03-07T21:41:11.745Z+ cp -r out/downloads/root ./out/mgd/root
6312024-03-07T21:41:11.894Z+ set -o errexit
6322024-03-07T21:41:11.911Z+++ dirname ./tools/ci_download_transceiver_control
6332024-03-07T21:41:11.911Z++ cd ./tools
6342024-03-07T21:41:11.911Z++ pwd
6352024-03-07T21:41:11.911Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362024-03-07T21:41:11.911Z++ basename ./tools/ci_download_transceiver_control
6372024-03-07T21:41:11.911Z+ ARG0=ci_download_transceiver_control
6382024-03-07T21:41:11.912Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6392024-03-07T21:41:11.912Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402024-03-07T21:41:11.912Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412024-03-07T21:41:11.912Z+ TARGET_DIR=out
6422024-03-07T21:41:11.912Z+ DOWNLOAD_DIR=out/downloads
6432024-03-07T21:41:11.912Z+ DEST_DIR=./out/transceiver-control
6442024-03-07T21:41:11.912Z+ BIN_DIR=/opt/oxide/bin
6452024-03-07T21:41:11.912Z+ BINARY=xcvradm
6462024-03-07T21:41:11.912Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472024-03-07T21:41:11.912Z+ REPO=oxidecomputer/transceiver-control
6482024-03-07T21:41:11.913Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-03-07T21:41:11.913Z+ main
6502024-03-07T21:41:11.913Z+ [[ 0 != 0 ]]
6512024-03-07T21:41:11.913Z+ CIDL_OS=solaris2.11
6522024-03-07T21:41:11.913Z+ [[ 0 != 0 ]]
6532024-03-07T21:41:11.913Z+ configure_os solaris2.11
6542024-03-07T21:41:11.913Z+ echo 'current directory: /work/oxidecomputer/omicron'
6552024-03-07T21:41:11.913Zcurrent directory: /work/oxidecomputer/omicron
6562024-03-07T21:41:11.913Z+ echo 'configuring based on OS: "solaris2.11"'
6572024-03-07T21:41:11.913Z+ case "$1" in
6582024-03-07T21:41:11.913Z+ SET_BINARIES=
6592024-03-07T21:41:11.913Zconfiguring based on OS: "solaris2.11"
6602024-03-07T21:41:11.913Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612024-03-07T21:41:11.914Z+ CIDL_SHA256FUNC=do_sha256sum
6622024-03-07T21:41:11.914Z+ ARCHIVE_FILENAME=xcvradm.gz
6632024-03-07T21:41:11.914Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642024-03-07T21:41:11.914Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6652024-03-07T21:41:11.914Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6662024-03-07T21:41:11.914Z+ echo 'Local file: out/downloads/xcvradm.gz'
6672024-03-07T21:41:11.914ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682024-03-07T21:41:11.914ZLocal file: out/downloads/xcvradm.gz
6692024-03-07T21:41:11.914Z+ mkdir -p out/downloads
6702024-03-07T21:41:11.933Z+ mkdir -p ./out/transceiver-control
6712024-03-07T21:41:11.933Z+ fetch_and_verify
6722024-03-07T21:41:11.933Z+ local DO_DOWNLOAD=true
6732024-03-07T21:41:11.934Z+ [[ -f out/downloads/xcvradm.gz ]]
6742024-03-07T21:41:11.934Z+ '[' true == true ']'
6752024-03-07T21:41:11.934Z+ echo Downloading...
6762024-03-07T21:41:11.934ZDownloading...
6772024-03-07T21:41:11.934Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6782024-03-07T21:41:11.934Z+ 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-03-07T21:41:14.229Z++ do_sha256sum out/downloads/xcvradm.gz
6802024-03-07T21:41:14.240Z++ sha256sum
6812024-03-07T21:41:14.241Z++ awk '{print $1}'
6822024-03-07T21:41:14.256Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832024-03-07T21:41:14.256Z+ [[ 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-03-07T21:41:14.256Z+ do_unpack out/downloads/xcvradm.gz
6852024-03-07T21:41:14.257Z+ mkdir -p out/downloads/root//opt/oxide/bin
6862024-03-07T21:41:14.257Z+ gzip -dc out/downloads/xcvradm.gz
6872024-03-07T21:41:14.371Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6882024-03-07T21:41:14.382Z+ do_assemble
6892024-03-07T21:41:14.382Z+ rm -r ./out/transceiver-control
6902024-03-07T21:41:14.383Z+ mkdir ./out/transceiver-control
6912024-03-07T21:41:14.383Z+ cp -r out/downloads/root ./out/transceiver-control/root
6922024-03-07T21:41:14.534ZAll prerequisites installed successfully
6932024-03-07T21:41:14.538Z
6942024-03-07T21:41:14.538Zreal 1:45.781598141
6952024-03-07T21:41:14.538Zuser 32.608939868
6962024-03-07T21:41:14.538Zsys 6.447524989
6972024-03-07T21:41:14.538Ztrap 0.007446258
6982024-03-07T21:41:14.538Ztflt 0.221460744
6992024-03-07T21:41:14.538Zdflt 0.415885852
7002024-03-07T21:41:14.538Zkflt 0.163388683
7012024-03-07T21:41:14.538Zlock 2.270029191
7022024-03-07T21:41:14.538Zslp 3:34.426329231
7032024-03-07T21:41:14.538Zlat 2.004678871
7042024-03-07T21:41:14.538Zstop 0.148736611
7052024-03-07T21:41:14.538Z+ banner end-to-end-tests
7062024-03-07T21:41:14.584Z
7072024-03-07T21:41:14.584Z ###### # # ##### ##### #### ###### # # #####
7082024-03-07T21:41:14.585Z # ## # # # # # # # ## # # #
7092024-03-07T21:41:14.585Z ##### # # # # # ##### # # # ##### ##### # # # # #
7102024-03-07T21:41:14.585Z # # # # # # # # # # # # # # #
7112024-03-07T21:41:14.585Z # # ## # # # # # # # ## # #
7122024-03-07T21:41:14.585Z ###### # # ##### # #### ###### # # #####
7132024-03-07T21:41:14.585Z
7142024-03-07T21:41:14.596Z+ export CARGO_PROFILE_DEV_DEBUG=1
7152024-03-07T21:41:14.596Z+ CARGO_PROFILE_DEV_DEBUG=1
7162024-03-07T21:41:14.596Z+ export CARGO_PROFILE_TEST_DEBUG=1
7172024-03-07T21:41:14.596Z+ CARGO_PROFILE_TEST_DEBUG=1
7182024-03-07T21:41:14.596Z+ export CARGO_INCREMENTAL=0
7192024-03-07T21:41:14.597Z+ CARGO_INCREMENTAL=0
7202024-03-07T21:41:14.597Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7212024-03-07T21:41:14.795Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-03-07T21:41:15.094Z Updating git repository `https://github.com/oxidecomputer/samael`
7232024-03-07T21:41:15.525Z Updating crates.io index
7242024-03-07T21:41:15.587Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-03-07T21:41:16.491Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-03-07T21:41:18.465Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-03-07T21:41:19.482Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-03-07T21:41:19.499Z Updating git repository `http://github.com/oxidecomputer/tofino`
7292024-03-07T21:41:20.222Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7302024-03-07T21:41:20.508Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7312024-03-07T21:41:20.762Z Updating git repository `https://github.com/oxidecomputer/propolis`
7322024-03-07T21:41:21.656Z Updating git repository `https://github.com/oxidecomputer/crucible`
7332024-03-07T21:41:24.176Z Updating git repository `https://github.com/oxidecomputer/opte`
7342024-03-07T21:41:25.134Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7352024-03-07T21:41:25.433Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7362024-03-07T21:41:26.166Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7372024-03-07T21:41:26.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7382024-03-07T21:41:26.866Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7392024-03-07T21:41:27.382Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7402024-03-07T21:41:27.856Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7412024-03-07T21:41:28.117Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7422024-03-07T21:41:28.798Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7432024-03-07T21:41:29.148Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7442024-03-07T21:41:29.440Z Updating git repository `https://github.com/jgallagher/nix`
7452024-03-07T21:41:30.424Z Updating git repository `https://github.com/cbiffle/hubpack`
7462024-03-07T21:41:30.808Z Updating git repository `https://github.com/oxidecomputer/typify`
7472024-03-07T21:41:32.908Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7482024-03-07T21:41:32.914Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7492024-03-07T21:41:33.193Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7502024-03-07T21:41:34.572Z Downloading crates ...
7512024-03-07T21:41:34.764Z Downloaded addr2line v0.21.0
7522024-03-07T21:41:34.778Z Downloaded bitflags v1.3.2
7532024-03-07T21:41:34.793Z Downloaded colorchoice v1.0.0
7542024-03-07T21:41:34.793Z Downloaded bcrypt-pbkdf v0.10.0
7552024-03-07T21:41:34.802Z Downloaded lazy_static v1.4.0
7562024-03-07T21:41:34.802Z Downloaded keccak v0.1.4
7572024-03-07T21:41:34.803Z Downloaded md5 v0.7.0
7582024-03-07T21:41:34.808Z Downloaded ciborium-io v0.2.2
7592024-03-07T21:41:34.808Z Downloaded match_cfg v0.1.0
7602024-03-07T21:41:34.809Z Downloaded byteorder v1.5.0
7612024-03-07T21:41:34.809Z Downloaded chacha20 v0.9.1
7622024-03-07T21:41:34.809Z Downloaded linear-map v1.2.0
7632024-03-07T21:41:34.812Z Downloaded colored v2.0.4
7642024-03-07T21:41:34.812Z Downloaded camino v1.1.6
7652024-03-07T21:41:34.818Z Downloaded matches v0.1.10
7662024-03-07T21:41:34.818Z Downloaded async-stream v0.3.5
7672024-03-07T21:41:34.823Z Downloaded normalize-line-endings v0.3.0
7682024-03-07T21:41:34.823Z Downloaded macaddr v1.0.1
7692024-03-07T21:41:34.826Z Downloaded parking_lot_core v0.9.8
7702024-03-07T21:41:34.827Z Downloaded linked-hash-map v0.5.6
7712024-03-07T21:41:34.827Z Downloaded password-hash v0.5.0
7722024-03-07T21:41:34.829Z Downloaded derive_more v0.99.17
7732024-03-07T21:41:34.835Z Downloaded memmap v0.7.0
7742024-03-07T21:41:34.840Z Downloaded pest v2.7.6
7752024-03-07T21:41:34.845Z Downloaded crossbeam-utils v0.8.16
7762024-03-07T21:41:34.848Z Downloaded cfg-if v1.0.0
7772024-03-07T21:41:34.851Z Downloaded newtype_derive v0.1.6
7782024-03-07T21:41:34.854Z Downloaded darling_macro v0.20.3
7792024-03-07T21:41:34.854Z Downloaded crypto-common v0.1.6
7802024-03-07T21:41:34.862Z Downloaded const-oid v0.9.5
7812024-03-07T21:41:34.862Z Downloaded p256 v0.13.2
7822024-03-07T21:41:34.866Z Downloaded clap_derive v4.5.0
7832024-03-07T21:41:34.869Z Downloaded openssl-probe v0.1.5
7842024-03-07T21:41:34.872Z Downloaded memmap2 v0.7.1
7852024-03-07T21:41:34.875Z Downloaded cobs v0.2.3
7862024-03-07T21:41:34.878Z Downloaded opaque-debug v0.3.0
7872024-03-07T21:41:34.878Z Downloaded anstyle-query v1.0.0
7882024-03-07T21:41:34.881Z Downloaded blowfish v0.9.1
7892024-03-07T21:41:34.894Z Downloaded option-ext v0.2.0
7902024-03-07T21:41:34.894Z Downloaded aead v0.5.2
7912024-03-07T21:41:34.898Z Downloaded anstyle v1.0.2
7922024-03-07T21:41:34.899Z Downloaded num_threads v0.1.6
7932024-03-07T21:41:34.899Z Downloaded crossbeam-deque v0.8.3
7942024-03-07T21:41:34.899Z Downloaded newtype-uuid v1.0.1
7952024-03-07T21:41:34.899Z Downloaded debug-ignore v1.0.5
7962024-03-07T21:41:34.899Z Downloaded num-complex v0.4.4
7972024-03-07T21:41:34.899Z Downloaded crucible-workspace-hack v0.1.0
7982024-03-07T21:41:34.903Z Downloaded bit-set v0.5.3
7992024-03-07T21:41:34.903Z Downloaded defmt-parser v0.3.3
8002024-03-07T21:41:34.912Z Downloaded arrayref v0.3.7
8012024-03-07T21:41:34.912Z Downloaded cstr-argument v0.1.2
8022024-03-07T21:41:34.913Z Downloaded pbkdf2 v0.12.2
8032024-03-07T21:41:34.913Z Downloaded pem v3.0.2
8042024-03-07T21:41:34.917Z Downloaded block-buffer v0.10.4
8052024-03-07T21:41:34.917Z Downloaded kstat-rs v0.2.3
8062024-03-07T21:41:34.917Z Downloaded pkg-config v0.3.27
8072024-03-07T21:41:34.921Z Downloaded num-integer v0.1.46
8082024-03-07T21:41:34.921Z Downloaded sync_wrapper v0.1.2
8092024-03-07T21:41:34.921Z Downloaded num-iter v0.1.43
8102024-03-07T21:41:34.924Z Downloaded deranged v0.3.8
8112024-03-07T21:41:34.928Z Downloaded parse-display-derive v0.9.0
8122024-03-07T21:41:34.928Z Downloaded num_cpus v1.16.0
8132024-03-07T21:41:34.931Z Downloaded ctr v0.9.2
8142024-03-07T21:41:34.934Z Downloaded crc32fast v1.3.2
8152024-03-07T21:41:34.938Z Downloaded crossbeam-epoch v0.9.15
8162024-03-07T21:41:34.941Z Downloaded instant v0.1.12
8172024-03-07T21:41:34.944Z Downloaded ansi_term v0.12.1
8182024-03-07T21:41:34.944Z Downloaded want v0.3.1
8192024-03-07T21:41:34.948Z Downloaded p521 v0.13.3
8202024-03-07T21:41:34.951Z Downloaded ciborium-ll v0.2.2
8212024-03-07T21:41:34.954Z Downloaded miniz_oxide v0.7.1
8222024-03-07T21:41:34.957Z Downloaded phf_shared v0.11.2
8232024-03-07T21:41:34.957Z Downloaded console v0.15.8
8242024-03-07T21:41:34.961Z Downloaded der_derive v0.7.2
8252024-03-07T21:41:34.965Z Downloaded darling v0.20.3
8262024-03-07T21:41:34.971Z Downloaded camino-tempfile v1.1.1
8272024-03-07T21:41:34.980Z Downloaded parking_lot v0.11.2
8282024-03-07T21:41:34.980Z Downloaded owo-colors v4.0.0
8292024-03-07T21:41:35.010Z Downloaded zone_cfg_derive v0.3.0
8302024-03-07T21:41:35.010Z Downloaded structmeta v0.3.0
8312024-03-07T21:41:35.011Z Downloaded russh-cryptovec v0.7.0
8322024-03-07T21:41:35.011Z Downloaded futures-core v0.3.30
8332024-03-07T21:41:35.011Z Downloaded embedded-io v0.4.0
8342024-03-07T21:41:35.011Z Downloaded rustls-pki-types v1.3.0
8352024-03-07T21:41:35.011Z Downloaded secrecy v0.8.0
8362024-03-07T21:41:35.011Z Downloaded scopeguard v1.2.0
8372024-03-07T21:41:35.019Z Downloaded take_mut v0.2.2
8382024-03-07T21:41:35.019Z Downloaded inout v0.1.3
8392024-03-07T21:41:35.019Z Downloaded parking_lot_core v0.8.6
8402024-03-07T21:41:35.019Z Downloaded defmt v0.3.5
8412024-03-07T21:41:35.019Z Downloaded omicron-zone-package v0.11.0
8422024-03-07T21:41:35.019Z Downloaded tower-service v0.3.2
8432024-03-07T21:41:35.020Z Downloaded scroll_derive v0.12.0
8442024-03-07T21:41:35.020Z Downloaded diesel_derives v2.1.2
8452024-03-07T21:41:35.020Z Downloaded hubpack_derive v0.1.1
8462024-03-07T21:41:35.020Z Downloaded httpdate v1.0.3
8472024-03-07T21:41:35.020Z Downloaded hex-literal v0.4.1
8482024-03-07T21:41:35.020Z Downloaded derive-where v1.2.7
8492024-03-07T21:41:35.435Z Downloaded getopts v0.2.21
8502024-03-07T21:41:35.436Z Downloaded pest_derive v2.7.6
8512024-03-07T21:41:35.436Z Downloaded gethostname v0.4.3
8522024-03-07T21:41:35.436Z Downloaded num-traits v0.2.16
8532024-03-07T21:41:35.443Z Downloaded dof v0.1.5
8542024-03-07T21:41:35.443Z Downloaded futures-channel v0.3.30
8552024-03-07T21:41:35.443Z Downloaded foreign-types v0.3.2
8562024-03-07T21:41:35.443Z Downloaded foreign-types-shared v0.3.1
8572024-03-07T21:41:35.443Z Downloaded hyper-rustls v0.24.2
8582024-03-07T21:41:35.444Z Downloaded primeorder v0.13.6
8592024-03-07T21:41:35.444Z Downloaded heck v0.4.1
8602024-03-07T21:41:35.444Z Downloaded futures-macro v0.3.30
8612024-03-07T21:41:35.444Z Downloaded toml_datetime v0.6.5
8622024-03-07T21:41:35.444Z Downloaded openssl-sys v0.9.96
8632024-03-07T21:41:35.444Z Downloaded spin v0.5.2
8642024-03-07T21:41:35.444Z Downloaded allocator-api2 v0.2.16
8652024-03-07T21:41:35.444Z Downloaded signal-hook-registry v1.4.1
8662024-03-07T21:41:35.445Z Downloaded tokio-tungstenite v0.20.1
8672024-03-07T21:41:35.445Z Downloaded zerocopy-derive v0.7.32
8682024-03-07T21:41:35.445Z Downloaded pretty-hex v0.4.1
8692024-03-07T21:41:35.445Z Downloaded pretty-hex v0.2.1
8702024-03-07T21:41:35.445Z Downloaded usdt-macro v0.5.0
8712024-03-07T21:41:35.445Z Downloaded usdt-attr-macro v0.5.0
8722024-03-07T21:41:35.445Z Downloaded usdt-attr-macro v0.3.5
8732024-03-07T21:41:35.445Z Downloaded clap_builder v4.5.0
8742024-03-07T21:41:35.445Z Downloaded form_urlencoded v1.2.1
8752024-03-07T21:41:35.445Z Downloaded rustfmt-wrapper v0.2.0
8762024-03-07T21:41:35.446Z Downloaded thiserror-impl-no-std v2.0.2
8772024-03-07T21:41:35.446Z Downloaded zerocopy v0.6.4
8782024-03-07T21:41:35.446Z Downloaded equivalent v1.0.1
8792024-03-07T21:41:35.446Z Downloaded postcard v1.0.8
8802024-03-07T21:41:35.447Z Downloaded sec1 v0.7.3
8812024-03-07T21:41:35.447Z Downloaded dirs-sys-next v0.1.2
8822024-03-07T21:41:35.447Z Downloaded rustls-pemfile v2.1.1
8832024-03-07T21:41:35.447Z Downloaded bytes v1.5.0
8842024-03-07T21:41:35.447Z Downloaded endian-type v0.1.2
8852024-03-07T21:41:35.448Z Downloaded similar v2.3.0
8862024-03-07T21:41:35.448Z Downloaded version_check v0.9.4
8872024-03-07T21:41:35.448Z Downloaded static_assertions v1.1.0
8882024-03-07T21:41:35.448Z Downloaded rustversion v1.0.14
8892024-03-07T21:41:35.448Z Downloaded walkdir v2.4.0
8902024-03-07T21:41:35.448Z Downloaded dirs-sys v0.4.1
8912024-03-07T21:41:35.449Z Downloaded quick-error v1.2.3
8922024-03-07T21:41:35.449Z Downloaded hyper-staticfile v0.9.5
8932024-03-07T21:41:35.449Z Downloaded is-terminal v0.4.9
8942024-03-07T21:41:35.449Z Downloaded fixedbitset v0.4.2
8952024-03-07T21:41:35.449Z Downloaded slab v0.4.9
8962024-03-07T21:41:35.449Z Downloaded usdt v0.5.0
8972024-03-07T21:41:35.449Z Downloaded untrusted v0.9.0
8982024-03-07T21:41:35.449Z Downloaded strsim v0.11.0
8992024-03-07T21:41:35.449Z Downloaded usdt-impl v0.3.5
9002024-03-07T21:41:35.450Z Downloaded unicode-xid v0.2.4
9012024-03-07T21:41:35.450Z Downloaded elliptic-curve v0.13.8
9022024-03-07T21:41:35.450Z Downloaded dtrace-parser v0.2.0
9032024-03-07T21:41:35.450Z Downloaded string_cache v0.8.7
9042024-03-07T21:41:35.450Z Downloaded http-range v0.1.5
9052024-03-07T21:41:35.450Z Downloaded scroll v0.12.0
9062024-03-07T21:41:35.450Z Downloaded enum-as-inner v0.5.1
9072024-03-07T21:41:35.450Z Downloaded httparse v1.8.0
9082024-03-07T21:41:35.450Z Downloaded unicode-width v0.1.11
9092024-03-07T21:41:35.451Z Downloaded toml v0.7.8
9102024-03-07T21:41:35.451Z Downloaded semver v0.1.20
9112024-03-07T21:41:35.451Z Downloaded siphasher v0.3.11
9122024-03-07T21:41:35.451Z Downloaded headers-core v0.2.0
9132024-03-07T21:41:35.451Z Downloaded waitgroup v0.1.2
9142024-03-07T21:41:35.451Z Downloaded slog-json v2.6.1
9152024-03-07T21:41:35.451Z Downloaded futures-executor v0.3.30
9162024-03-07T21:41:35.451Z Downloaded toml v0.8.10
9172024-03-07T21:41:35.451Z Downloaded russh-keys v0.42.0
9182024-03-07T21:41:35.452Z Downloaded tempfile v3.10.0
9192024-03-07T21:41:35.452Z Downloaded spin v0.9.8
9202024-03-07T21:41:35.452Z Downloaded ecdsa v0.16.9
9212024-03-07T21:41:35.452Z Downloaded zip v0.6.6
9222024-03-07T21:41:35.452Z Downloaded whoami v1.5.0
9232024-03-07T21:41:35.452Z Downloaded time-macros v0.2.13
9242024-03-07T21:41:35.452Z Downloaded serde_tokenstream v0.2.0
9252024-03-07T21:41:35.452Z Downloaded fxhash v0.2.1
9262024-03-07T21:41:35.452Z Downloaded hash32 v0.2.1
9272024-03-07T21:41:35.452Z Downloaded futures-io v0.3.30
9282024-03-07T21:41:35.452Z Downloaded swrite v0.1.0
9292024-03-07T21:41:35.453Z Downloaded display-error-chain v0.2.0
9302024-03-07T21:41:35.453Z Downloaded zone v0.3.0
9312024-03-07T21:41:35.453Z Downloaded fnv v1.0.7
9322024-03-07T21:41:35.453Z Downloaded ed25519 v2.2.2
9332024-03-07T21:41:35.453Z Downloaded vsss-rs v3.3.4
9342024-03-07T21:41:35.453Z Downloaded serde_derive v1.0.197
9352024-03-07T21:41:35.453Z Downloaded ff v0.13.0
9362024-03-07T21:41:35.453Z Downloaded ryu v1.0.15
9372024-03-07T21:41:35.453Z Downloaded serde_path_to_error v0.1.15
9382024-03-07T21:41:35.453Z Downloaded flagset v0.4.3
9392024-03-07T21:41:35.453Z Downloaded crossterm v0.27.0
9402024-03-07T21:41:35.454Z Downloaded backtrace v0.3.69
9412024-03-07T21:41:35.454Z Downloaded subtle v2.5.0
9422024-03-07T21:41:35.454Z Downloaded mio v0.8.11
9432024-03-07T21:41:35.454Z Downloaded ident_case v1.0.1
9442024-03-07T21:41:35.454Z Downloaded stable_deref_trait v1.2.0
9452024-03-07T21:41:35.454Z Downloaded serde_with_macros v3.6.1
9462024-03-07T21:41:35.454Z Downloaded tinyvec_macros v0.1.1
9472024-03-07T21:41:35.454Z Downloaded serde v1.0.197
9482024-03-07T21:41:35.454Z Downloaded strum v0.26.1
9492024-03-07T21:41:35.454Z Downloaded rustc_version v0.1.7
9502024-03-07T21:41:35.454Z Downloaded crossbeam-channel v0.5.8
9512024-03-07T21:41:35.454Z Downloaded iana-time-zone v0.1.57
9522024-03-07T21:41:35.455Z Downloaded foreign-types v0.5.0
9532024-03-07T21:41:35.463Z Downloaded structopt v0.3.26
9542024-03-07T21:41:35.463Z Downloaded foreign-types-shared v0.1.1
9552024-03-07T21:41:35.463Z Downloaded unicase v2.7.0
9562024-03-07T21:41:35.463Z Downloaded ghash v0.5.0
9572024-03-07T21:41:35.463Z Downloaded signal-hook-mio v0.2.3
9582024-03-07T21:41:35.463Z Downloaded rustls-pemfile v1.0.3
9592024-03-07T21:41:35.463Z Downloaded structmeta-derive v0.3.0
9602024-03-07T21:41:35.464Z Downloaded resolv-conf v0.7.0
9612024-03-07T21:41:35.464Z Downloaded futures-sink v0.3.30
9622024-03-07T21:41:35.464Z Downloaded flume v0.11.0
9632024-03-07T21:41:35.464Z Downloaded digest v0.10.7
9642024-03-07T21:41:35.464Z Downloaded zerocopy v0.3.0
9652024-03-07T21:41:35.464Z Downloaded utf-8 v0.7.6
9662024-03-07T21:41:35.465Z Downloaded tinyvec v1.6.0
9672024-03-07T21:41:35.465Z Downloaded semver v1.0.22
9682024-03-07T21:41:35.465Z Downloaded scheduled-thread-pool v0.2.7
9692024-03-07T21:41:35.465Z Downloaded steno v0.4.0
9702024-03-07T21:41:35.465Z Downloaded rand_core v0.6.4
9712024-03-07T21:41:35.465Z Downloaded rand_chacha v0.3.1
9722024-03-07T21:41:35.466Z Downloaded float-cmp v0.9.0
9732024-03-07T21:41:35.466Z Downloaded universal-hash v0.5.1
9742024-03-07T21:41:35.466Z Downloaded same-file v1.0.6
9752024-03-07T21:41:35.466Z Downloaded dof v0.3.0
9762024-03-07T21:41:35.466Z Downloaded num-bigint v0.4.4
9772024-03-07T21:41:35.466Z Downloaded strsim v0.10.0
9782024-03-07T21:41:35.466Z Downloaded hubpack v0.1.2
9792024-03-07T21:41:35.467Z Downloaded hmac v0.12.1
9802024-03-07T21:41:35.467Z Downloaded toml_edit v0.19.15
9812024-03-07T21:41:35.467Z Downloaded foreign-types-macros v0.2.3
9822024-03-07T21:41:35.467Z Downloaded itoa v1.0.9
9832024-03-07T21:41:35.467Z Downloaded sct v0.7.0
9842024-03-07T21:41:35.467Z Downloaded rustc-demangle v0.1.23
9852024-03-07T21:41:35.467Z Downloaded tokio-postgres v0.7.10
9862024-03-07T21:41:35.467Z Downloaded rfc6979 v0.4.0
9872024-03-07T21:41:35.467Z Downloaded ucd-trie v0.1.6
9882024-03-07T21:41:35.468Z Downloaded signal-hook v0.3.17
9892024-03-07T21:41:35.468Z Downloaded yasna v0.5.2
9902024-03-07T21:41:35.468Z Downloaded socket2 v0.5.5
9912024-03-07T21:41:35.468Z Downloaded trust-dns-resolver v0.22.0
9922024-03-07T21:41:35.468Z Downloaded getrandom v0.2.10
9932024-03-07T21:41:35.468Z Downloaded smf v0.2.2
9942024-03-07T21:41:35.468Z Downloaded slog-async v2.8.0
9952024-03-07T21:41:35.469Z Downloaded unicode-bidi v0.3.13
9962024-03-07T21:41:35.469Z Downloaded tar v0.4.40
9972024-03-07T21:41:35.469Z Downloaded slog-term v2.9.0
9982024-03-07T21:41:35.469Z Downloaded sha2 v0.10.8
9992024-03-07T21:41:35.469Z Downloaded home v0.5.5
10002024-03-07T21:41:35.469Z Downloaded serde_yaml v0.9.25
10012024-03-07T21:41:35.470Z Downloaded socket2 v0.4.9
10022024-03-07T21:41:35.470Z Downloaded aes-gcm v0.10.3
10032024-03-07T21:41:35.470Z Downloaded half v2.3.1
10042024-03-07T21:41:35.470Z Downloaded nom v7.1.3
10052024-03-07T21:41:35.470Z Downloaded futures v0.3.30
10062024-03-07T21:41:35.470Z Downloaded zeroize v1.7.0
10072024-03-07T21:41:35.470Z Downloaded slog v2.7.0
10082024-03-07T21:41:35.470Z Downloaded time v0.3.27
10092024-03-07T21:41:35.471Z Downloaded indexmap v2.2.5
10102024-03-07T21:41:35.471Z Downloaded heapless v0.8.0
10112024-03-07T21:41:35.471Z Downloaded heapless v0.7.16
10122024-03-07T21:41:35.471Z Downloaded unicode-segmentation v1.10.1
10132024-03-07T21:41:35.471Z Downloaded schemars v0.8.16
10142024-03-07T21:41:35.471Z Downloaded serde_with v3.6.1
10152024-03-07T21:41:35.472Z Downloaded tracing-core v0.1.31
10162024-03-07T21:41:35.472Z Downloaded flate2 v1.0.28
10172024-03-07T21:41:35.472Z Downloaded rayon-core v1.12.1
10182024-03-07T21:41:35.472Z Downloaded rand v0.8.5
10192024-03-07T21:41:35.472Z Downloaded trust-dns-client v0.22.0
10202024-03-07T21:41:35.472Z Downloaded hashbrown v0.12.3
10212024-03-07T21:41:35.472Z Downloaded ed25519-dalek v2.0.0
10222024-03-07T21:41:35.472Z Downloaded regex-automata v0.1.10
10232024-03-07T21:41:35.472Z Downloaded itertools v0.10.5
10242024-03-07T21:41:35.488Z Downloaded aho-corasick v1.0.4
10252024-03-07T21:41:35.488Z Downloaded http v0.2.12
10262024-03-07T21:41:35.488Z Downloaded russh v0.42.0
10272024-03-07T21:41:35.488Z Downloaded winnow v0.6.1
10282024-03-07T21:41:35.495Z Downloaded petgraph v0.6.4
10292024-03-07T21:41:35.505Z Downloaded trust-dns-server v0.22.1
10302024-03-07T21:41:35.510Z Downloaded hashbrown v0.14.3
10312024-03-07T21:41:35.517Z Downloaded hyper v0.14.27
10322024-03-07T21:41:35.522Z Downloaded serde_json v1.0.114
10332024-03-07T21:41:35.533Z Downloaded reqwest v0.11.24
10342024-03-07T21:41:35.543Z Downloaded h2 v0.3.24
10352024-03-07T21:41:35.552Z Downloaded futures-util v0.3.30
10362024-03-07T21:41:35.556Z Downloaded hkdf v0.12.4
10372024-03-07T21:41:35.561Z Downloaded rustls-webpki v0.102.1
10382024-03-07T21:41:35.577Z Downloaded webpki-roots v0.25.2
10392024-03-07T21:41:35.582Z Downloaded object v0.32.1
10402024-03-07T21:41:35.593Z Downloaded curve25519-dalek v4.1.1
10412024-03-07T21:41:35.600Z Downloaded rayon v1.9.0
10422024-03-07T21:41:35.609Z Downloaded syn v2.0.51
10432024-03-07T21:41:35.620Z Downloaded radix_trie v0.2.1
10442024-03-07T21:41:35.625Z Downloaded regress v0.8.0
10452024-03-07T21:41:35.632Z Downloaded smoltcp v0.9.1
10462024-03-07T21:41:35.651Z Downloaded regex v1.10.3
10472024-03-07T21:41:35.666Z Downloaded idna v0.5.0
10482024-03-07T21:41:35.675Z Downloaded syn v1.0.109
10492024-03-07T21:41:35.681Z Downloaded gimli v0.28.0
10502024-03-07T21:41:35.686Z Downloaded rustls v0.22.2
10512024-03-07T21:41:35.702Z Downloaded smoltcp v0.11.0
10522024-03-07T21:41:35.708Z Downloaded bstr v1.6.0
10532024-03-07T21:41:35.721Z Downloaded rustix v0.38.31
10542024-03-07T21:41:35.743Z Downloaded regex-syntax v0.8.2
10552024-03-07T21:41:35.750Z Downloaded zerocopy-derive v0.6.4
10562024-03-07T21:41:35.759Z Downloaded zerocopy-derive v0.2.0
10572024-03-07T21:41:35.769Z Downloaded idna v0.2.3
10582024-03-07T21:41:35.788Z Downloaded sled v0.34.7
10592024-03-07T21:41:35.796Z Downloaded regex-automata v0.3.8
10602024-03-07T21:41:35.800Z Downloaded libc v0.2.153
10612024-03-07T21:41:35.834Z Downloaded tokio v1.36.0
10622024-03-07T21:41:35.868Z Downloaded bzip2-sys v0.1.11+1.0.8
10632024-03-07T21:41:35.877Z Downloaded regex-automata v0.4.4
10642024-03-07T21:41:35.895Z Downloaded sha3 v0.10.8
10652024-03-07T21:41:35.902Z Downloaded openapiv3 v2.0.0
10662024-03-07T21:41:35.915Z Downloaded trust-dns-proto v0.22.0
10672024-03-07T21:41:35.929Z Downloaded winapi v0.3.9
10682024-03-07T21:41:35.964Z Downloaded diesel v2.1.4
10692024-03-07T21:41:35.981Z Downloaded encoding_rs v0.8.33
10702024-03-07T21:41:36.006Z Downloaded rustls v0.21.9
10712024-03-07T21:41:36.013Z Downloaded bstr v0.2.17
10722024-03-07T21:41:36.022Z Downloaded vcpkg v0.2.15
10732024-03-07T21:41:36.061Z Downloaded openssl v0.10.60
10742024-03-07T21:41:36.073Z Downloaded chrono v0.4.31
10752024-03-07T21:41:36.095Z Downloaded rustls-webpki v0.101.7
10762024-03-07T21:41:36.115Z Downloaded goblin v0.8.0
10772024-03-07T21:41:36.117Z Downloaded clap v2.34.0
10782024-03-07T21:41:36.117Z Downloaded rand v0.7.3
10792024-03-07T21:41:41.138Z Downloaded itertools v0.12.1
10802024-03-07T21:41:41.138Z Downloaded toml_edit v0.22.6
10812024-03-07T21:41:41.138Z Downloaded winnow v0.5.15
10822024-03-07T21:41:41.138Z Downloaded unicode-normalization v0.1.22
10832024-03-07T21:41:41.138Z Downloaded zerocopy v0.7.32
10842024-03-07T21:41:41.138Z Downloaded blake3 v1.5.0
10852024-03-07T21:41:41.138Z Downloaded indexmap v1.9.3
10862024-03-07T21:41:41.138Z Downloaded tracing-attributes v0.1.26
10872024-03-07T21:41:41.138Z Downloaded ring v0.17.8
10882024-03-07T21:41:41.138Z Downloaded rcgen v0.12.1
10892024-03-07T21:41:41.138Z Downloaded http v1.0.0
10902024-03-07T21:41:41.138Z Downloaded aes v0.8.3
10912024-03-07T21:41:41.138Z Downloaded slog-bunyan v2.5.0
10922024-03-07T21:41:41.138Z Downloaded hash32 v0.3.1
10932024-03-07T21:41:41.138Z Downloaded tracing v0.1.37
10942024-03-07T21:41:41.139Z Downloaded tokio-util v0.7.10
10952024-03-07T21:41:41.139Z Downloaded glob v0.3.1
10962024-03-07T21:41:41.139Z Downloaded slog-scope v4.4.0
10972024-03-07T21:41:41.139Z Downloaded smallvec v1.13.1
10982024-03-07T21:41:41.139Z Downloaded proc-macro2 v1.0.78
10992024-03-07T21:41:41.139Z Downloaded typenum v1.16.0
11002024-03-07T21:41:41.139Z Downloaded uuid v1.7.0
11012024-03-07T21:41:41.139Z Downloaded semver v0.11.0
11022024-03-07T21:41:41.139Z Downloaded serde_urlencoded v0.7.1
11032024-03-07T21:41:41.139Z Downloaded ring v0.16.20
11042024-03-07T21:41:41.139Z Downloaded heck v0.3.3
11052024-03-07T21:41:41.139Z Downloaded schemars_derive v0.8.16
11062024-03-07T21:41:41.139Z Downloaded ipnetwork v0.20.0
11072024-03-07T21:41:41.139Z Downloaded serde_derive_internals v0.26.0
11082024-03-07T21:41:41.139Z Downloaded slog-envlogger v2.2.0
11092024-03-07T21:41:41.140Z Downloaded fastrand v2.0.1
11102024-03-07T21:41:41.140Z Downloaded memchr v2.6.3
11112024-03-07T21:41:41.140Z Downloaded headers v0.3.9
11122024-03-07T21:41:41.140Z Downloaded http-body v0.4.5
11132024-03-07T21:41:41.140Z Downloaded futures-task v0.3.30
11142024-03-07T21:41:41.140Z Downloaded ipnet v2.9.0
11152024-03-07T21:41:41.140Z Downloaded filetime v0.2.23
11162024-03-07T21:41:41.140Z Downloaded slog-dtrace v0.3.0
11172024-03-07T21:41:41.140Z Downloaded stringprep v0.1.3
11182024-03-07T21:41:41.140Z Downloaded serde_repr v0.1.16
11192024-03-07T21:41:41.140Z Downloaded dyn-clone v1.0.17
11202024-03-07T21:41:41.140Z Downloaded rand_chacha v0.2.2
11212024-03-07T21:41:41.140Z Downloaded hostname v0.3.1
11222024-03-07T21:41:41.140Z Downloaded libm v0.2.7
11232024-03-07T21:41:41.140Z Downloaded rustc_version v0.4.0
11242024-03-07T21:41:41.140Z Downloaded subprocess v0.2.9
11252024-03-07T21:41:41.140Z Downloaded generic-array v0.14.7
11262024-03-07T21:41:41.140Z Downloaded serde_spanned v0.6.5
11272024-03-07T21:41:41.140Z Downloaded base64 v0.21.7
11282024-03-07T21:41:41.140Z Downloaded url v2.5.0
11292024-03-07T21:41:41.140Z Downloaded utf8parse v0.2.1
11302024-03-07T21:41:41.140Z Downloaded quote v1.0.35
11312024-03-07T21:41:41.140Z Downloaded untrusted v0.7.1
11322024-03-07T21:41:41.141Z Downloaded der v0.7.8
11332024-03-07T21:41:41.141Z Downloaded semver-parser v0.10.2
11342024-03-07T21:41:41.141Z Downloaded r2d2 v0.8.10
11352024-03-07T21:41:41.141Z Downloaded tungstenite v0.20.1
11362024-03-07T21:41:41.141Z Downloaded unsafe-libyaml v0.2.10
11372024-03-07T21:41:41.141Z Downloaded minimal-lexical v0.2.1
11382024-03-07T21:41:41.141Z Downloaded arc-swap v1.6.0
11392024-03-07T21:41:41.141Z Downloaded rand_core v0.5.1
11402024-03-07T21:41:41.141Z Downloaded dirs-next v2.0.0
11412024-03-07T21:41:41.141Z Downloaded strum_macros v0.25.2
11422024-03-07T21:41:41.141Z Downloaded xattr v1.0.1
11432024-03-07T21:41:41.141Z Downloaded signature v2.1.0
11442024-03-07T21:41:41.141Z Downloaded thread-id v4.2.0
11452024-03-07T21:41:41.141Z Downloaded thiserror-impl v1.0.57
11462024-03-07T21:41:41.141Z Downloaded thiserror v1.0.57
11472024-03-07T21:41:41.141Z Downloaded textwrap v0.11.0
11482024-03-07T21:41:41.141Z Downloaded slog-stdlog v4.1.1
11492024-03-07T21:41:41.141Z Downloaded serde_tokenstream v0.1.7
11502024-03-07T21:41:41.141Z Downloaded hyper-tls v0.5.0
11512024-03-07T21:41:41.141Z Downloaded dirs v5.0.1
11522024-03-07T21:41:41.141Z Downloaded tokio-stream v0.1.14
11532024-03-07T21:41:41.141Z Downloaded parking_lot v0.12.1
11542024-03-07T21:41:41.141Z Downloaded sha1 v0.10.6
11552024-03-07T21:41:41.141Z Downloaded group v0.13.0
11562024-03-07T21:41:41.142Z Downloaded fallible-iterator v0.2.0
11572024-03-07T21:41:41.142Z Downloaded errno v0.3.8
11582024-03-07T21:41:41.142Z Downloaded tokio-rustls v0.24.1
11592024-03-07T21:41:41.142Z Downloaded toml v0.5.11
11602024-03-07T21:41:41.142Z Downloaded dtrace-parser v0.1.14
11612024-03-07T21:41:41.142Z Downloaded thread_local v1.1.7
11622024-03-07T21:41:41.142Z Downloaded tokio-native-tls v0.3.1
11632024-03-07T21:41:41.142Z Downloaded tabwriter v1.4.0
11642024-03-07T21:41:41.142Z Downloaded unicode-ident v1.0.12
11652024-03-07T21:41:41.142Z Downloaded term v0.7.0
11662024-03-07T21:41:41.142Z Downloaded strum_macros v0.26.1
11672024-03-07T21:41:41.142Z Downloaded postgres-protocol v0.6.6
11682024-03-07T21:41:41.142Z Downloaded platforms v3.0.2
11692024-03-07T21:41:41.142Z Downloaded toolchain_find v0.2.0
11702024-03-07T21:41:41.142Z Downloaded async-trait v0.1.77
11712024-03-07T21:41:41.142Z Downloaded clap v4.5.0
11722024-03-07T21:41:41.142Z Downloaded topological-sort v0.2.2
11732024-03-07T21:41:41.142Z Downloaded either v1.10.0
11742024-03-07T21:41:41.142Z Downloaded phf v0.11.2
11752024-03-07T21:41:41.142Z Downloaded zeroize_derive v1.4.2
11762024-03-07T21:41:41.142Z Downloaded usdt-impl v0.5.0
11772024-03-07T21:41:41.142Z Downloaded arrayvec v0.7.4
11782024-03-07T21:41:41.142Z Downloaded ahash v0.8.7
11792024-03-07T21:41:41.287Z Downloaded try-lock v0.2.4
11802024-03-07T21:41:41.287Z Downloaded tokio-rustls v0.25.0
11812024-03-07T21:41:41.287Z Downloaded tokio-macros v2.2.0
11822024-03-07T21:41:41.287Z Downloaded terminal_size v0.3.0
11832024-03-07T21:41:41.287Z Downloaded pest_meta v2.7.6
11842024-03-07T21:41:41.287Z Downloaded proc-macro-error-attr v1.0.4
11852024-03-07T21:41:41.287Z Downloaded proc-macro-crate v1.3.1
11862024-03-07T21:41:41.287Z Downloaded thiserror-no-std v2.0.2
11872024-03-07T21:41:41.287Z Downloaded proc-macro-error v1.0.4
11882024-03-07T21:41:41.287Z Downloaded hex v0.4.3
11892024-03-07T21:41:41.287Z Downloaded synstructure v0.12.6
11902024-03-07T21:41:41.287Z Downloaded structopt-derive v0.4.18
11912024-03-07T21:41:41.287Z Downloaded predicates v3.1.0
11922024-03-07T21:41:41.287Z Downloaded getrandom v0.1.16
11932024-03-07T21:41:41.287Z Downloaded difflib v0.4.0
11942024-03-07T21:41:41.287Z Downloaded once_cell v1.19.0
11952024-03-07T21:41:41.287Z Downloaded time-core v0.1.1
11962024-03-07T21:41:41.287Z Downloaded strsim v0.8.0
11972024-03-07T21:41:41.288Z Downloaded ppv-lite86 v0.2.17
11982024-03-07T21:41:41.288Z Downloaded native-tls v0.2.11
11992024-03-07T21:41:41.288Z Downloaded vec_map v0.8.2
12002024-03-07T21:41:41.288Z Downloaded num-rational v0.4.1
12012024-03-07T21:41:41.288Z Downloaded mime_guess v2.0.4
12022024-03-07T21:41:41.288Z Downloaded clap_lex v0.7.0
12032024-03-07T21:41:41.288Z Downloaded base64ct v1.6.0
12042024-03-07T21:41:41.288Z Downloaded usdt v0.3.5
12052024-03-07T21:41:41.288Z Downloaded multer v3.0.0
12062024-03-07T21:41:41.288Z Downloaded ciborium v0.2.2
12072024-03-07T21:41:41.288Z Downloaded bitflags v2.4.0
12082024-03-07T21:41:41.288Z Downloaded backoff v0.4.0
12092024-03-07T21:41:41.288Z Downloaded postgres-types v0.2.6
12102024-03-07T21:41:41.288Z Downloaded poly1305 v0.8.0
12112024-03-07T21:41:41.288Z Downloaded pkcs8 v0.10.2
12122024-03-07T21:41:41.288Z Downloaded pem-rfc7468 v0.7.0
12132024-03-07T21:41:41.288Z Downloaded anyhow v1.0.75
12142024-03-07T21:41:41.288Z Downloaded polyval v0.6.1
12152024-03-07T21:41:41.288Z Downloaded pin-project-lite v0.2.13
12162024-03-07T21:41:41.288Z Downloaded managed v0.8.0
12172024-03-07T21:41:41.289Z Downloaded pbkdf2 v0.11.0
12182024-03-07T21:41:41.289Z Downloaded password-hash v0.4.2
12192024-03-07T21:41:41.289Z Downloaded spki v0.7.2
12202024-03-07T21:41:41.289Z Downloaded cbc v0.1.2
12212024-03-07T21:41:41.289Z Downloaded argon2 v0.5.3
12222024-03-07T21:41:41.289Z Downloaded anstream v0.6.11
12232024-03-07T21:41:41.289Z Downloaded num_enum_derive v0.5.11
12242024-03-07T21:41:41.289Z Downloaded data-encoding v2.4.0
12252024-03-07T21:41:41.289Z Downloaded num_enum v0.5.11
12262024-03-07T21:41:41.289Z Downloaded defmt-macros v0.3.6
12272024-03-07T21:41:41.289Z Downloaded constant_time_eq v0.3.0
12282024-03-07T21:41:41.289Z Downloaded num-derive v0.4.0
12292024-03-07T21:41:41.289Z Downloaded usdt-macro v0.3.5
12302024-03-07T21:41:41.289Z Downloaded predicates-core v1.0.6
12312024-03-07T21:41:41.289Z Downloaded pin-utils v0.1.0
12322024-03-07T21:41:41.289Z Downloaded percent-encoding v2.3.1
12332024-03-07T21:41:41.289Z Downloaded nanorand v0.7.0
12342024-03-07T21:41:41.289Z Downloaded convert_case v0.4.0
12352024-03-07T21:41:41.289Z Downloaded block-padding v0.3.3
12362024-03-07T21:41:41.289Z Downloaded num v0.4.1
12372024-03-07T21:41:41.289Z Downloaded memoffset v0.9.0
12382024-03-07T21:41:41.289Z Downloaded pest_generator v2.7.6
12392024-03-07T21:41:41.290Z Downloaded autocfg v1.1.0
12402024-03-07T21:41:41.290Z Downloaded atomic-waker v1.1.1
12412024-03-07T21:41:41.290Z Downloaded openssl-macros v0.1.1
12422024-03-07T21:41:41.290Z Downloaded base16ct v0.2.0
12432024-03-07T21:41:41.290Z Downloaded plain v0.2.3
12442024-03-07T21:41:41.290Z Downloaded parse-display v0.9.0
12452024-03-07T21:41:41.290Z Downloaded nibble_vec v0.1.0
12462024-03-07T21:41:41.290Z Downloaded precomputed-hash v0.1.1
12472024-03-07T21:41:41.290Z Downloaded phf_shared v0.10.0
12482024-03-07T21:41:41.290Z Downloaded curve25519-dalek-derive v0.1.0
12492024-03-07T21:41:41.290Z Downloaded chacha20poly1305 v0.10.1
12502024-03-07T21:41:41.290Z Downloaded bzip2 v0.4.4
12512024-03-07T21:41:41.290Z Downloaded new_debug_unreachable v1.0.4
12522024-03-07T21:41:41.290Z Downloaded log v0.4.20
12532024-03-07T21:41:41.290Z Downloaded lock_api v0.4.10
12542024-03-07T21:41:41.290Z Downloaded cc v1.0.83
12552024-03-07T21:41:41.290Z Downloaded diesel_table_macro_syntax v0.1.0
12562024-03-07T21:41:41.290Z Downloaded async-stream-impl v0.3.5
12572024-03-07T21:41:41.290Z Downloaded atomicwrites v0.4.3
12582024-03-07T21:41:41.290Z Downloaded adler v1.0.2
12592024-03-07T21:41:41.290Z Downloaded mime v0.3.17
12602024-03-07T21:41:41.290Z Downloaded md-5 v0.10.5
12612024-03-07T21:41:41.290Z Downloaded paste v1.0.14
12622024-03-07T21:41:41.291Z Downloaded darling_core v0.20.3
12632024-03-07T21:41:41.291Z Downloaded cpufeatures v0.2.12
12642024-03-07T21:41:41.291Z Downloaded lru-cache v0.1.2
12652024-03-07T21:41:41.291Z Downloaded libefi-sys v0.1.0
12662024-03-07T21:41:41.291Z Downloaded crypto-bigint v0.5.2
12672024-03-07T21:41:41.291Z Downloaded atty v0.2.14
12682024-03-07T21:41:41.291Z Downloaded cancel-safe-futures v0.1.5
12692024-03-07T21:41:41.291Z Downloaded blake2 v0.10.6
12702024-03-07T21:41:41.291Z Downloaded anstyle-parse v0.2.1
12712024-03-07T21:41:41.291Z Downloaded libsw v3.3.1
12722024-03-07T21:41:41.291Z Downloaded lalrpop-util v0.19.12
12732024-03-07T21:41:41.291Z Downloaded cipher v0.4.4
12742024-03-07T21:41:41.291Z Downloaded bit-vec v0.6.3
12752024-03-07T21:41:41.291Z Compiling proc-macro2 v1.0.78
12762024-03-07T21:41:41.291Z Compiling unicode-ident v1.0.12
12772024-03-07T21:41:41.291Z Compiling libc v0.2.153
12782024-03-07T21:41:41.291Z Compiling serde v1.0.197
12792024-03-07T21:41:41.304Z Compiling version_check v0.9.4
12802024-03-07T21:41:41.305Z Compiling autocfg v1.1.0
12812024-03-07T21:41:41.305Z Compiling cfg-if v1.0.0
12822024-03-07T21:41:41.305Z Compiling syn v1.0.109
12832024-03-07T21:41:41.305Z Compiling once_cell v1.19.0
12842024-03-07T21:41:41.305Z Compiling typenum v1.16.0
12852024-03-07T21:41:41.305Z Compiling thiserror v1.0.57
12862024-03-07T21:41:41.305Z Compiling lock_api v0.4.10
12872024-03-07T21:41:41.305Z Compiling generic-array v0.14.7
12882024-03-07T21:41:41.306Z Compiling memchr v2.6.3
12892024-03-07T21:41:41.306Z Compiling parking_lot_core v0.9.8
12902024-03-07T21:41:41.306Z Compiling byteorder v1.5.0
12912024-03-07T21:41:41.306Z Compiling libm v0.2.7
12922024-03-07T21:41:41.306Z Compiling ahash v0.8.7
12932024-03-07T21:41:41.306Z Compiling num-traits v0.2.16
12942024-03-07T21:41:41.306Z Compiling serde_json v1.0.114
12952024-03-07T21:41:41.306Z Compiling itoa v1.0.9
12962024-03-07T21:41:41.306Z Compiling slab v0.4.9
12972024-03-07T21:41:41.307Z Compiling quote v1.0.35
12982024-03-07T21:41:41.307Z Compiling scopeguard v1.2.0
12992024-03-07T21:41:41.307Z Compiling log v0.4.20
13002024-03-07T21:41:41.307Z Compiling syn v2.0.51
13012024-03-07T21:41:41.307Z Compiling getrandom v0.2.10
13022024-03-07T21:41:41.307Z Compiling cc v1.0.83
13032024-03-07T21:41:41.307Z Compiling rand_core v0.6.4
13042024-03-07T21:41:41.395Z Compiling allocator-api2 v0.2.16
13052024-03-07T21:41:41.443Z Compiling ryu v1.0.15
13062024-03-07T21:41:41.571Z Compiling pkg-config v0.3.27
13072024-03-07T21:41:42.239Z Compiling subtle v2.5.0
13082024-03-07T21:41:42.269Z Compiling smallvec v1.13.1
13092024-03-07T21:41:42.269Z Compiling schemars v0.8.16
13102024-03-07T21:41:42.283Z Compiling equivalent v1.0.1
13112024-03-07T21:41:42.391Z Compiling heck v0.4.1
13122024-03-07T21:41:42.635Z Compiling vcpkg v0.2.15
13132024-03-07T21:41:43.087Z Compiling ucd-trie v0.1.6
13142024-03-07T21:41:43.168Z Compiling pin-project-lite v0.2.13
13152024-03-07T21:41:43.785Z Compiling httparse v1.8.0
13162024-03-07T21:41:43.925Z Compiling ring v0.17.8
13172024-03-07T21:41:44.028Z Compiling fnv v1.0.7
13182024-03-07T21:41:44.132Z Compiling parking_lot v0.12.1
13192024-03-07T21:41:44.987Z Compiling openssl-sys v0.9.96
13202024-03-07T21:41:45.419Z Compiling const-oid v0.9.5
13212024-03-07T21:41:45.423Z Compiling ring v0.16.20
13222024-03-07T21:41:45.584Z Compiling signal-hook-registry v1.4.1
13232024-03-07T21:41:45.963Z Compiling rustix v0.38.31
13242024-03-07T21:41:46.300Z Compiling semver v1.0.22
13252024-03-07T21:41:46.515Z Compiling mio v0.8.11
13262024-03-07T21:41:46.829Z Compiling openssl v0.10.60
13272024-03-07T21:41:47.045Z Compiling num_cpus v1.16.0
13282024-03-07T21:41:47.100Z Compiling socket2 v0.5.5
13292024-03-07T21:41:47.163Z Compiling iana-time-zone v0.1.57
13302024-03-07T21:41:47.580Z Compiling slog v2.7.0
13312024-03-07T21:41:47.601Z Compiling rustls v0.21.9
13322024-03-07T21:41:47.753Z Compiling native-tls v0.2.11
13332024-03-07T21:41:47.775Z Compiling futures-core v0.3.30
13342024-03-07T21:41:48.015Z Compiling serde_derive_internals v0.26.0
13352024-03-07T21:41:48.076Z Compiling crossbeam-utils v0.8.16
13362024-03-07T21:41:48.084Z Compiling spin v0.5.2
13372024-03-07T21:41:48.113Z Compiling async-trait v0.1.77
13382024-03-07T21:41:48.460Z Compiling dyn-clone v1.0.17
13392024-03-07T21:41:48.565Z Compiling futures-sink v0.3.30
13402024-03-07T21:41:48.674Z Compiling backtrace v0.3.69
13412024-03-07T21:41:48.716Z Compiling aho-corasick v1.0.4
13422024-03-07T21:41:48.836Z Compiling tinyvec_macros v0.1.1
13432024-03-07T21:41:48.932Z Compiling regex-syntax v0.8.2
13442024-03-07T21:41:49.107Z Compiling tinyvec v1.6.0
13452024-03-07T21:41:49.299Z Compiling futures-channel v0.3.30
13462024-03-07T21:41:49.739Z Compiling pin-utils v0.1.0
13472024-03-07T21:41:49.840Z Compiling cpufeatures v0.2.12
13482024-03-07T21:41:49.940Z Compiling futures-io v0.3.30
13492024-03-07T21:41:50.049Z Compiling futures-task v0.3.30
13502024-03-07T21:41:50.351Z Compiling spin v0.9.8
13512024-03-07T21:41:50.621Z Compiling unicode-normalization v0.1.22
13522024-03-07T21:41:50.725Z Compiling memoffset v0.9.0
13532024-03-07T21:41:50.847Z Compiling tracing-core v0.1.31
13542024-03-07T21:41:50.912Z Compiling unicode-bidi v0.3.13
13552024-03-07T21:41:51.017Z Compiling anyhow v1.0.75
13562024-03-07T21:41:52.443Z Compiling regex-automata v0.4.4
13572024-03-07T21:41:52.614Z Compiling winnow v0.5.15
13582024-03-07T21:41:53.039Z Compiling crc32fast v1.3.2
13592024-03-07T21:41:53.794Z Compiling crossbeam-epoch v0.9.15
13602024-03-07T21:41:54.947Z Compiling time-core v0.1.1
13612024-03-07T21:41:55.109Z Compiling time-macros v0.2.13
13622024-03-07T21:41:55.338Z Compiling serde_derive v1.0.197
13632024-03-07T21:41:55.505Z Compiling zeroize_derive v1.4.2
13642024-03-07T21:41:56.087Z Compiling zerocopy-derive v0.7.32
13652024-03-07T21:41:56.989Z Compiling thiserror-impl v1.0.57
13662024-03-07T21:41:57.769Z Compiling tokio-macros v2.2.0
13672024-03-07T21:41:58.056Z Compiling zeroize v1.7.0
13682024-03-07T21:41:58.578Z Compiling zerocopy v0.7.32
13692024-03-07T21:41:58.586Z Compiling futures-macro v0.3.30
13702024-03-07T21:42:00.016Z Compiling tracing-attributes v0.1.26
13712024-03-07T21:42:00.116Z Compiling hashbrown v0.14.3
13722024-03-07T21:42:00.321Z Compiling schemars_derive v0.8.16
13732024-03-07T21:42:00.433Z Compiling pest v2.7.6
13742024-03-07T21:42:00.661Z Compiling crypto-common v0.1.6
13752024-03-07T21:42:00.961Z Compiling block-buffer v0.10.4
13762024-03-07T21:42:01.210Z Compiling digest v0.10.7
13772024-03-07T21:42:01.416Z Compiling openssl-macros v0.1.1
13782024-03-07T21:42:02.183Z Compiling futures-util v0.3.30
13792024-03-07T21:42:03.150Z Compiling pest_meta v2.7.6
13802024-03-07T21:42:03.294Z Compiling regex v1.10.3
13812024-03-07T21:42:03.677Z Compiling der_derive v0.7.2
13822024-03-07T21:42:03.727Z Compiling tracing v0.1.37
13832024-03-07T21:42:04.800Z Compiling pest_generator v2.7.6
13842024-03-07T21:42:06.396Z Compiling foreign-types-shared v0.1.1
13852024-03-07T21:42:06.507Z Compiling percent-encoding v2.3.1
13862024-03-07T21:42:06.890Z Compiling untrusted v0.9.0
13872024-03-07T21:42:06.912Z Compiling unicode-width v0.1.11
13882024-03-07T21:42:07.060Z Compiling untrusted v0.7.1
13892024-03-07T21:42:07.632Z Compiling foreign-types v0.3.2
13902024-03-07T21:42:08.315Z Compiling pest_derive v2.7.6
13912024-03-07T21:42:08.790Z Compiling bytes v1.5.0
13922024-03-07T21:42:09.074Z Compiling indexmap v2.2.5
13932024-03-07T21:42:09.095Z Compiling uuid v1.7.0
13942024-03-07T21:42:10.475Z Compiling tokio v1.36.0
13952024-03-07T21:42:10.520Z Compiling chrono v0.4.31
13962024-03-07T21:42:10.769Z Compiling bitflags v2.4.0
13972024-03-07T21:42:10.850Z Compiling http v0.2.12
13982024-03-07T21:42:11.194Z Compiling serde_spanned v0.6.5
13992024-03-07T21:42:11.391Z Compiling toml_datetime v0.6.5
14002024-03-07T21:42:11.470Z Compiling rustc_version v0.4.0
14012024-03-07T21:42:11.659Z Compiling toml_edit v0.19.15
14022024-03-07T21:42:13.808Z Compiling errno v0.3.8
14032024-03-07T21:42:13.936Z Compiling ppv-lite86 v0.2.17
14042024-03-07T21:42:14.038Z Compiling unicode-xid v0.2.4
14052024-03-07T21:42:14.207Z Compiling base64 v0.21.7
14062024-03-07T21:42:14.522Z Compiling try-lock v0.2.4
14072024-03-07T21:42:14.662Z Compiling want v0.3.1
14082024-03-07T21:42:14.694Z Compiling synstructure v0.12.6
14092024-03-07T21:42:16.257Z Compiling http-body v0.4.5
14102024-03-07T21:42:16.537Z Compiling openapiv3 v2.0.0
14112024-03-07T21:42:16.676Z Compiling rustls-webpki v0.101.7
14122024-03-07T21:42:17.313Z Compiling sct v0.7.0
14132024-03-07T21:42:17.623Z Compiling form_urlencoded v1.2.1
14142024-03-07T21:42:18.013Z Compiling scroll_derive v0.12.0
14152024-03-07T21:42:18.635Z Compiling socket2 v0.4.9
14162024-03-07T21:42:19.496Z Compiling tokio-util v0.7.10
14172024-03-07T21:42:19.626Z Compiling httpdate v1.0.3
14182024-03-07T21:42:19.765Z Compiling openssl-probe v0.1.5
14192024-03-07T21:42:20.111Z Compiling tower-service v0.3.2
14202024-03-07T21:42:20.761Z Compiling h2 v0.3.24
14212024-03-07T21:42:21.743Z Compiling zerocopy-derive v0.2.0
14222024-03-07T21:42:22.228Z Compiling idna v0.5.0
14232024-03-07T21:42:22.587Z Compiling lazy_static v1.4.0
14242024-03-07T21:42:23.100Z Compiling thread-id v4.2.0
14252024-03-07T21:42:23.213Z Compiling adler v1.0.2
14262024-03-07T21:42:23.798Z Compiling miniz_oxide v0.7.1
14272024-03-07T21:42:23.821Z Compiling url v2.5.0
14282024-03-07T21:42:24.732Z Compiling tokio-native-tls v0.3.1
14292024-03-07T21:42:25.009Z Compiling tokio-rustls v0.24.1
14302024-03-07T21:42:25.402Z Compiling rand_chacha v0.3.1
14312024-03-07T21:42:25.897Z Compiling ipnet v2.9.0
14322024-03-07T21:42:25.924Z Compiling rand v0.8.5
14332024-03-07T21:42:26.395Z Compiling serde_urlencoded v0.7.1
14342024-03-07T21:42:26.451Z Compiling rustls-pemfile v1.0.3
14352024-03-07T21:42:26.845Z Compiling serde_tokenstream v0.2.0
14362024-03-07T21:42:27.258Z Compiling usdt-impl v0.3.5
14372024-03-07T21:42:27.282Z Compiling encoding_rs v0.8.33
14382024-03-07T21:42:27.328Z Compiling mime v0.3.17
14392024-03-07T21:42:27.367Z Compiling hyper v0.14.27
14402024-03-07T21:42:27.574Z Compiling either v1.10.0
14412024-03-07T21:42:27.922Z Compiling sync_wrapper v0.1.2
14422024-03-07T21:42:28.002Z Compiling gimli v0.28.0
14432024-03-07T21:42:28.049Z Compiling webpki-roots v0.25.2
14442024-03-07T21:42:30.275Z Compiling object v0.32.1
14452024-03-07T21:42:30.278Z Compiling usdt-impl v0.5.0
14462024-03-07T21:42:30.631Z Compiling num-bigint v0.4.4
14472024-03-07T21:42:31.167Z Compiling rustversion v1.0.14
14482024-03-07T21:42:31.504Z Compiling rustc-demangle v0.1.23
14492024-03-07T21:42:31.941Z Compiling flate2 v1.0.28
14502024-03-07T21:42:32.074Z Compiling zerocopy v0.3.0
14512024-03-07T21:42:32.168Z Compiling scroll v0.12.0
14522024-03-07T21:42:32.187Z Compiling heapless v0.7.16
14532024-03-07T21:42:32.515Z Compiling addr2line v0.21.0
14542024-03-07T21:42:32.621Z Compiling futures-executor v0.3.30
14552024-03-07T21:42:32.885Z Compiling bzip2-sys v0.1.11+1.0.8
14562024-03-07T21:42:32.949Z Compiling base64ct v1.6.0
14572024-03-07T21:42:33.079Z Compiling plain v0.2.3
14582024-03-07T21:42:33.099Z Compiling winnow v0.6.1
14592024-03-07T21:42:33.228Z Compiling signal-hook v0.3.17
14602024-03-07T21:42:33.359Z Compiling goblin v0.8.0
14612024-03-07T21:42:33.519Z Compiling futures v0.3.30
14622024-03-07T21:42:33.639Z Compiling dof v0.1.5
14632024-03-07T21:42:34.353Z Compiling hyper-tls v0.5.0
14642024-03-07T21:42:34.558Z Compiling hyper-rustls v0.24.2
14652024-03-07T21:42:34.910Z Compiling reqwest v0.11.24
14662024-03-07T21:42:35.610Z Compiling toml v0.7.8
14672024-03-07T21:42:35.806Z Compiling dtrace-parser v0.1.14
14682024-03-07T21:42:36.392Z Compiling hex v0.4.3
14692024-03-07T21:42:37.104Z Compiling toml_edit v0.22.6
14702024-03-07T21:42:37.328Z Compiling pretty-hex v0.4.1
14712024-03-07T21:42:39.313Z Compiling dof v0.3.0
14722024-03-07T21:42:39.656Z Compiling dtrace-parser v0.2.0
14732024-03-07T21:42:39.769Z Compiling serde_tokenstream v0.1.7
14742024-03-07T21:42:40.361Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14752024-03-07T21:42:41.357Z Compiling smoltcp v0.9.1
14762024-03-07T21:42:41.625Z Compiling pem-rfc7468 v0.7.0
14772024-03-07T21:42:42.107Z Compiling hmac v0.12.1
14782024-03-07T21:42:42.432Z Compiling regress v0.8.0
14792024-03-07T21:42:42.623Z Compiling enum-as-inner v0.5.1
14802024-03-07T21:42:43.435Z Compiling num-iter v0.1.43
14812024-03-07T21:42:43.690Z Compiling unicode-segmentation v1.10.1
14822024-03-07T21:42:43.735Z Compiling flagset v0.4.3
14832024-03-07T21:42:43.804Z Compiling siphasher v0.3.11
14842024-03-07T21:42:43.922Z Compiling der v0.7.8
14852024-03-07T21:42:44.282Z Compiling usdt-attr-macro v0.3.5
14862024-03-07T21:42:44.532Z Compiling usdt-macro v0.3.5
14872024-03-07T21:42:44.635Z Compiling hubpack_derive v0.1.1
14882024-03-07T21:42:45.522Z Compiling zerocopy-derive v0.6.4
14892024-03-07T21:42:45.745Z Compiling utf8parse v0.2.1
14902024-03-07T21:42:50.206Z Compiling deranged v0.3.8
14912024-03-07T21:42:50.288Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
14922024-03-07T21:42:50.288Z Compiling anstyle v1.0.2
14932024-03-07T21:42:50.288Z Compiling num_threads v0.1.6
14942024-03-07T21:42:50.288Z Compiling sha2 v0.10.8
14952024-03-07T21:42:50.365Z Compiling spki v0.7.2
14962024-03-07T21:42:50.365Z Compiling time v0.3.27
14972024-03-07T21:42:50.365Z Compiling anstyle-parse v0.2.1
14982024-03-07T21:42:50.365Z Compiling md-5 v0.10.5
14992024-03-07T21:42:50.365Z Compiling block-padding v0.3.3
15002024-03-07T21:42:50.365Z Compiling clap_derive v4.5.0
15012024-03-07T21:42:50.365Z Compiling stringprep v0.1.3
15022024-03-07T21:42:50.365Z Compiling diesel_table_macro_syntax v0.1.0
15032024-03-07T21:42:50.365Z Compiling num-integer v0.1.46
15042024-03-07T21:42:50.365Z Compiling hash32 v0.2.1
15052024-03-07T21:42:50.365Z Compiling colorchoice v1.0.0
15062024-03-07T21:42:50.365Z Compiling fallible-iterator v0.2.0
15072024-03-07T21:42:50.365Z Compiling stable_deref_trait v1.2.0
15082024-03-07T21:42:50.365Z Compiling anstyle-query v1.0.0
15092024-03-07T21:42:50.397Z Compiling anstream v0.6.11
15102024-03-07T21:42:50.712Z Compiling postgres-protocol v0.6.6
15112024-03-07T21:42:51.054Z Compiling diesel_derives v2.1.2
15122024-03-07T21:42:51.680Z Compiling inout v0.1.3
15132024-03-07T21:42:52.110Z Compiling pkcs8 v0.10.2
15142024-03-07T21:42:52.686Z Compiling phf_shared v0.11.2
15152024-03-07T21:42:53.287Z Compiling strum_macros v0.25.2
15162024-03-07T21:42:53.842Z Compiling ff v0.13.0
15172024-03-07T21:42:53.868Z Compiling terminal_size v0.3.0
15182024-03-07T21:42:54.071Z Compiling serde_repr v0.1.16
15192024-03-07T21:42:54.094Z Compiling scheduled-thread-pool v0.2.7
15202024-03-07T21:42:54.327Z Compiling bitflags v1.3.2
15212024-03-07T21:42:54.423Z Compiling clap_lex v0.7.0
15222024-03-07T21:42:54.824Z Compiling matches v0.1.10
15232024-03-07T21:42:54.928Z Compiling regex-automata v0.1.10
15242024-03-07T21:42:55.237Z Compiling base16ct v0.2.0
15252024-03-07T21:42:55.509Z Compiling strsim v0.11.0
15262024-03-07T21:42:55.570Z Compiling managed v0.8.0
15272024-03-07T21:42:56.015Z Compiling bit-vec v0.6.3
15282024-03-07T21:42:56.539Z Compiling clap_builder v4.5.0
15292024-03-07T21:42:57.673Z Compiling sec1 v0.7.3
15302024-03-07T21:42:58.242Z Compiling bstr v0.2.17
15312024-03-07T21:42:58.768Z Compiling idna v0.2.3
15322024-03-07T21:42:59.997Z Compiling r2d2 v0.8.10
15332024-03-07T21:43:00.368Z Compiling group v0.13.0
15342024-03-07T21:43:00.980Z Compiling phf v0.11.2
15352024-03-07T21:43:01.701Z Compiling signal-hook-mio v0.2.3
15362024-03-07T21:43:01.869Z Compiling cipher v0.4.4
15372024-03-07T21:43:02.374Z Compiling bzip2 v0.4.4
15382024-03-07T21:43:02.779Z Compiling postgres-types v0.2.6
15392024-03-07T21:43:03.088Z Compiling zerocopy v0.6.4
15402024-03-07T21:43:03.964Z Compiling hubpack v0.1.2
15412024-03-07T21:43:04.314Z Compiling phf_shared v0.10.0
15422024-03-07T21:43:04.587Z Compiling hkdf v0.12.4
15432024-03-07T21:43:04.841Z Compiling crypto-bigint v0.5.2
15442024-03-07T21:43:04.945Z Compiling ipnetwork v0.20.0
15452024-03-07T21:43:05.093Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
15462024-03-07T21:43:06.424Z Compiling float-cmp v0.9.0
15472024-03-07T21:43:08.321Z Compiling static_assertions v1.1.0
15482024-03-07T21:43:08.422Z Compiling minimal-lexical v0.2.1
15492024-03-07T21:43:08.447Z Compiling difflib v0.4.0
15502024-03-07T21:43:08.949Z Compiling data-encoding v2.4.0
15512024-03-07T21:43:09.623Z Compiling precomputed-hash v0.1.1
15522024-03-07T21:43:09.743Z Compiling normalize-line-endings v0.3.0
15532024-03-07T21:43:10.342Z Compiling regex-automata v0.3.8
15542024-03-07T21:43:11.352Z Compiling new_debug_unreachable v1.0.4
15552024-03-07T21:43:11.447Z Compiling fixedbitset v0.4.2
15562024-03-07T21:43:11.465Z Compiling whoami v1.5.0
15572024-03-07T21:43:11.545Z Compiling predicates-core v1.0.6
15582024-03-07T21:43:11.891Z Compiling tokio-postgres v0.7.10
15592024-03-07T21:43:11.921Z Compiling predicates v3.1.0
15602024-03-07T21:43:12.089Z Compiling bstr v1.6.0
15612024-03-07T21:43:12.269Z Compiling petgraph v0.6.4
15622024-03-07T21:43:12.772Z Compiling string_cache v0.8.7
15632024-03-07T21:43:13.242Z Compiling trust-dns-proto v0.22.0
15642024-03-07T21:43:13.665Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
15652024-03-07T21:43:13.686Z Compiling nom v7.1.3
15662024-03-07T21:43:13.801Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15672024-03-07T21:43:17.055Z Compiling diesel v2.1.4
15682024-03-07T21:43:17.496Z Compiling elliptic-curve v0.13.8
15692024-03-07T21:43:18.450Z Compiling yasna v0.5.2
15702024-03-07T21:43:19.683Z Compiling zip v0.6.6
15712024-03-07T21:43:19.743Z Compiling crossterm v0.27.0
15722024-03-07T21:43:20.566Z Compiling clap v4.5.0
15732024-03-07T21:43:20.692Z Compiling similar v2.3.0
15742024-03-07T21:43:21.172Z Compiling bit-set v0.5.3
15752024-03-07T21:43:21.244Z Compiling usdt v0.3.5
15762024-03-07T21:43:21.554Z Compiling itertools v0.10.5
15772024-03-07T21:43:21.844Z Compiling console v0.15.8
15782024-03-07T21:43:23.214Z Compiling tokio-stream v0.1.14
15792024-03-07T21:43:23.421Z Compiling getopts v0.2.21
15802024-03-07T21:43:24.363Z Compiling unsafe-libyaml v0.2.10
15812024-03-07T21:43:24.440Z Compiling lalrpop-util v0.19.12
15822024-03-07T21:43:24.453Z Compiling camino v1.1.6
15832024-03-07T21:43:25.014Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
15842024-03-07T21:43:26.619Z Compiling serde_yaml v0.9.25
15852024-03-07T21:43:33.559Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
15862024-03-07T21:43:52.567Z Compiling ident_case v1.0.1
15872024-03-07T21:43:52.753Z Compiling strsim v0.10.0
15882024-03-07T21:43:53.148Z Compiling darling_core v0.20.3
15892024-03-07T21:43:54.519Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15902024-03-07T21:43:59.847Z Compiling darling_macro v0.20.3
15912024-03-07T21:44:03.002Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
15922024-03-07T21:44:04.739Z Compiling sha1 v0.10.6
15932024-03-07T21:44:05.148Z Compiling darling v0.20.3
15942024-03-07T21:44:05.212Z Compiling atty v0.2.14
15952024-03-07T21:44:05.249Z Compiling match_cfg v0.1.0
15962024-03-07T21:44:05.268Z Compiling dirs-sys-next v0.1.2
15972024-03-07T21:44:05.337Z Compiling hostname v0.3.1
15982024-03-07T21:44:05.359Z Compiling rustls-pki-types v1.3.0
15992024-03-07T21:44:05.591Z Compiling dirs-next v2.0.0
16002024-03-07T21:44:05.877Z Compiling thread_local v1.1.7
16012024-03-07T21:44:05.895Z Compiling slog-async v2.8.0
16022024-03-07T21:44:06.102Z Compiling rustls v0.22.2
16032024-03-07T21:44:06.493Z Compiling rustls-webpki v0.102.1
16042024-03-07T21:44:06.609Z Compiling term v0.7.0
16052024-03-07T21:44:06.639Z Compiling crossbeam-channel v0.5.8
16062024-03-07T21:44:06.919Z Compiling multer v3.0.0
16072024-03-07T21:44:07.212Z Compiling instant v0.1.12
16082024-03-07T21:44:07.362Z Compiling paste v1.0.14
16092024-03-07T21:44:07.524Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
16102024-03-07T21:44:07.734Z Compiling take_mut v0.2.2
16112024-03-07T21:44:07.974Z Compiling slog-term v2.9.0
16122024-03-07T21:44:08.193Z Compiling slog-json v2.6.1
16132024-03-07T21:44:08.587Z Compiling http v1.0.0
16142024-03-07T21:44:08.617Z Compiling async-stream-impl v0.3.5
16152024-03-07T21:44:09.152Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16162024-03-07T21:44:09.223Z Compiling atomic-waker v1.1.1
16172024-03-07T21:44:09.429Z Compiling debug-ignore v1.0.5
16182024-03-07T21:44:09.536Z Compiling waitgroup v0.1.2
16192024-03-07T21:44:09.578Z Compiling slog-bunyan v2.5.0
16202024-03-07T21:44:09.789Z Compiling rustls-pemfile v2.1.1
16212024-03-07T21:44:10.050Z Compiling async-stream v0.3.5
16222024-03-07T21:44:10.371Z Compiling serde_with_macros v3.6.1
16232024-03-07T21:44:11.015Z Compiling toml v0.8.10
16242024-03-07T21:44:11.094Z Compiling strum_macros v0.26.1
16252024-03-07T21:44:11.338Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16262024-03-07T21:44:12.417Z Compiling tokio-rustls v0.25.0
16272024-03-07T21:44:12.797Z Compiling serde_path_to_error v0.1.15
16282024-03-07T21:44:12.845Z Compiling structmeta-derive v0.3.0
16292024-03-07T21:44:13.589Z Compiling newtype-uuid v1.0.1
16302024-03-07T21:44:13.619Z Compiling backoff v0.4.0
16312024-03-07T21:44:13.696Z Compiling serde_with v3.6.1
16322024-03-07T21:44:13.892Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16332024-03-07T21:44:13.961Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16342024-03-07T21:44:14.089Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16352024-03-07T21:44:14.257Z Compiling macaddr v1.0.1
16362024-03-07T21:44:14.716Z Compiling proc-macro-error-attr v1.0.4
16372024-03-07T21:44:14.720Z Compiling proc-macro-crate v1.3.1
16382024-03-07T21:44:15.097Z Compiling proc-macro-error v1.0.4
16392024-03-07T21:44:15.407Z Compiling heapless v0.8.0
16402024-03-07T21:44:15.888Z Compiling num_enum_derive v0.5.11
16412024-03-07T21:44:15.948Z Compiling structmeta v0.3.0
16422024-03-07T21:44:16.424Z Compiling parse-display-derive v0.9.0
16432024-03-07T21:44:16.552Z Compiling strum v0.26.1
16442024-03-07T21:44:16.745Z Compiling hash32 v0.3.1
16452024-03-07T21:44:16.995Z Compiling rayon-core v1.12.1
16462024-03-07T21:44:17.259Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16472024-03-07T21:44:17.295Z Compiling smoltcp v0.11.0
16482024-03-07T21:44:18.012Z Compiling crossbeam-deque v0.8.3
16492024-03-07T21:44:18.316Z Compiling fastrand v2.0.1
16502024-03-07T21:44:18.358Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16512024-03-07T21:44:18.795Z Compiling embedded-io v0.4.0
16522024-03-07T21:44:18.807Z Compiling same-file v1.0.6
16532024-03-07T21:44:18.807Z Compiling num_enum v0.5.11
16542024-03-07T21:44:18.879Z Compiling cobs v0.2.3
16552024-03-07T21:44:18.900Z Compiling walkdir v2.4.0
16562024-03-07T21:44:18.973Z Compiling tempfile v3.10.0
16572024-03-07T21:44:19.148Z Compiling postcard v1.0.8
16582024-03-07T21:44:19.956Z Compiling semver-parser v0.10.2
16592024-03-07T21:44:19.976Z Compiling foreign-types-macros v0.2.3
16602024-03-07T21:44:20.114Z Compiling blake3 v1.5.0
16612024-03-07T21:44:20.728Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
16622024-03-07T21:44:21.023Z Compiling foreign-types-shared v0.3.1
16632024-03-07T21:44:21.182Z Compiling crucible-workspace-hack v0.1.0
16642024-03-07T21:44:21.271Z Compiling parse-display v0.9.0
16652024-03-07T21:44:21.341Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
16662024-03-07T21:44:21.492Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16672024-03-07T21:44:21.546Z Compiling foreign-types v0.5.0
16682024-03-07T21:44:21.698Z Compiling semver v0.11.0
16692024-03-07T21:44:21.796Z Compiling rayon v1.9.0
16702024-03-07T21:44:22.103Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
16712024-03-07T21:44:22.122Z Compiling is-terminal v0.4.9
16722024-03-07T21:44:22.255Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
16732024-03-07T21:44:22.261Z Compiling tabwriter v1.4.0
16742024-03-07T21:44:22.514Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16752024-03-07T21:44:22.794Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
16762024-03-07T21:44:22.949Z Compiling cstr-argument v0.1.2
16772024-03-07T21:44:23.205Z Compiling filetime v0.2.23
16782024-03-07T21:44:23.224Z Compiling xattr v1.0.1
16792024-03-07T21:44:23.392Z Compiling memmap2 v0.7.1
16802024-03-07T21:44:23.477Z Compiling home v0.5.5
16812024-03-07T21:44:23.609Z Compiling constant_time_eq v0.3.0
16822024-03-07T21:44:23.668Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16832024-03-07T21:44:23.741Z Compiling pretty-hex v0.2.1
16842024-03-07T21:44:23.810Z Compiling arrayvec v0.7.4
16852024-03-07T21:44:23.846Z Compiling arrayref v0.3.7
16862024-03-07T21:44:23.904Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16872024-03-07T21:44:23.939Z Compiling toolchain_find v0.2.0
16882024-03-07T21:44:23.991Z Compiling tar v0.4.40
16892024-03-07T21:44:24.197Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16902024-03-07T21:44:24.225Z Compiling camino-tempfile v1.1.1
16912024-03-07T21:44:24.296Z Compiling colored v2.0.4
16922024-03-07T21:44:24.593Z Compiling toml v0.5.11
16932024-03-07T21:44:24.656Z Compiling platforms v3.0.2
16942024-03-07T21:44:24.752Z Compiling topological-sort v0.2.2
16952024-03-07T21:44:24.836Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16962024-03-07T21:44:25.169Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
16972024-03-07T21:44:25.189Z Compiling zone_cfg_derive v0.3.0
16982024-03-07T21:44:25.467Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
16992024-03-07T21:44:25.951Z Compiling heck v0.3.3
17002024-03-07T21:44:26.176Z Compiling textwrap v0.11.0
17012024-03-07T21:44:26.706Z Compiling rustfmt-wrapper v0.2.0
17022024-03-07T21:44:26.775Z Compiling num-derive v0.4.0
17032024-03-07T21:44:27.075Z Compiling omicron-zone-package v0.11.0
17042024-03-07T21:44:27.305Z Compiling strsim v0.8.0
17052024-03-07T21:44:27.960Z Compiling vec_map v0.8.2
17062024-03-07T21:44:28.156Z Compiling ansi_term v0.12.1
17072024-03-07T21:44:28.260Z Compiling libefi-sys v0.1.0
17082024-03-07T21:44:28.466Z Compiling clap v2.34.0
17092024-03-07T21:44:28.488Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9)
17102024-03-07T21:44:28.589Z Compiling zone v0.3.0
17112024-03-07T21:44:28.688Z Compiling structopt-derive v0.4.18
17122024-03-07T21:44:28.962Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
17132024-03-07T21:44:29.156Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
17142024-03-07T21:44:29.571Z Compiling smf v0.2.2
17152024-03-07T21:44:29.990Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17162024-03-07T21:44:30.067Z Compiling unicase v2.7.0
17172024-03-07T21:44:30.257Z Compiling semver v0.1.20
17182024-03-07T21:44:30.359Z Compiling curve25519-dalek v4.1.1
17192024-03-07T21:44:30.716Z Compiling rustc_version v0.1.7
17202024-03-07T21:44:31.561Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17212024-03-07T21:44:31.582Z Compiling universal-hash v0.5.1
17222024-03-07T21:44:31.582Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17232024-03-07T21:44:31.583Z Compiling opaque-debug v0.3.0
17242024-03-07T21:44:31.583Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17252024-03-07T21:44:31.583Z Compiling newtype_derive v0.1.6
17262024-03-07T21:44:31.687Z Compiling signature v2.1.0
17272024-03-07T21:44:31.762Z Compiling curve25519-dalek-derive v0.1.0
17282024-03-07T21:44:31.783Z Compiling structopt v0.3.26
17292024-03-07T21:44:31.802Z Compiling gethostname v0.4.3
17302024-03-07T21:44:31.954Z Compiling num-rational v0.4.1
17312024-03-07T21:44:31.991Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17322024-03-07T21:44:32.073Z Compiling getrandom v0.1.16
17332024-03-07T21:44:32.419Z Compiling usdt-macro v0.5.0
17342024-03-07T21:44:32.493Z Compiling usdt-attr-macro v0.5.0
17352024-03-07T21:44:32.514Z Compiling password-hash v0.5.0
17362024-03-07T21:44:32.815Z Compiling blake2 v0.10.6
17372024-03-07T21:44:33.372Z Compiling memmap v0.7.0
17382024-03-07T21:44:33.614Z Compiling parking_lot_core v0.8.6
17392024-03-07T21:44:33.732Z Compiling linked-hash-map v0.5.6
17402024-03-07T21:44:33.925Z Compiling quick-error v1.2.3
17412024-03-07T21:44:34.063Z Compiling resolv-conf v0.7.0
17422024-03-07T21:44:34.067Z Compiling lru-cache v0.1.2
17432024-03-07T21:44:34.117Z Compiling usdt v0.5.0
17442024-03-07T21:44:34.122Z Compiling argon2 v0.5.3
17452024-03-07T21:44:34.864Z Compiling rfc6979 v0.4.0
17462024-03-07T21:44:34.897Z Compiling aead v0.5.2
17472024-03-07T21:44:34.971Z Compiling num-complex v0.4.4
17482024-03-07T21:44:35.049Z Compiling nibble_vec v0.1.0
17492024-03-07T21:44:35.212Z Compiling slog-dtrace v0.3.0
17502024-03-07T21:44:35.246Z Compiling endian-type v0.1.2
17512024-03-07T21:44:35.542Z Compiling utf-8 v0.7.6
17522024-03-07T21:44:35.547Z Compiling arc-swap v1.6.0
17532024-03-07T21:44:35.838Z Compiling winapi v0.3.9
17542024-03-07T21:44:36.002Z Compiling cancel-safe-futures v0.1.5
17552024-03-07T21:44:36.118Z Compiling keccak v0.1.4
17562024-03-07T21:44:36.264Z Compiling slog-scope v4.4.0
17572024-03-07T21:44:36.423Z Compiling num v0.4.1
17582024-03-07T21:44:36.544Z Compiling sha3 v0.10.8
17592024-03-07T21:44:36.946Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17602024-03-07T21:44:36.967Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17612024-03-07T21:44:37.166Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17622024-03-07T21:44:37.221Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17632024-03-07T21:44:37.533Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17642024-03-07T21:44:37.635Z Compiling tungstenite v0.20.1
17652024-03-07T21:44:37.730Z Compiling radix_trie v0.2.1
17662024-03-07T21:44:38.048Z Compiling ecdsa v0.16.9
17672024-03-07T21:44:38.452Z Compiling mime_guess v2.0.4
17682024-03-07T21:44:38.829Z Compiling steno v0.4.0
17692024-03-07T21:44:38.862Z Compiling trust-dns-resolver v0.22.0
17702024-03-07T21:44:38.915Z Compiling rand_core v0.5.1
17712024-03-07T21:44:39.755Z Compiling poly1305 v0.8.0
17722024-03-07T21:44:39.981Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17732024-03-07T21:44:40.167Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17742024-03-07T21:44:40.484Z Compiling primeorder v0.13.6
17752024-03-07T21:44:40.999Z Compiling chacha20 v0.9.1
17762024-03-07T21:44:41.172Z Compiling secrecy v0.8.0
17772024-03-07T21:44:41.464Z Compiling thiserror-impl-no-std v2.0.2
17782024-03-07T21:44:41.494Z Compiling half v2.3.1
17792024-03-07T21:44:41.644Z Compiling ciborium-io v0.2.2
17802024-03-07T21:44:41.773Z Compiling option-ext v0.2.0
17812024-03-07T21:44:41.913Z Compiling convert_case v0.4.0
17822024-03-07T21:44:42.083Z Compiling ciborium-ll v0.2.2
17832024-03-07T21:44:42.134Z Compiling dirs-sys v0.4.1
17842024-03-07T21:44:42.493Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17852024-03-07T21:44:42.797Z Compiling parking_lot v0.11.2
17862024-03-07T21:44:42.930Z Compiling derive_more v0.99.17
17872024-03-07T21:44:43.257Z Compiling rand_chacha v0.2.2
17882024-03-07T21:44:43.782Z Compiling tokio-tungstenite v0.20.1
17892024-03-07T21:44:44.321Z Compiling trust-dns-client v0.22.0
17902024-03-07T21:44:44.804Z Compiling thiserror-no-std v2.0.2
17912024-03-07T21:44:44.900Z Compiling slog-stdlog v4.1.1
17922024-03-07T21:44:44.931Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17932024-03-07T21:44:45.276Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17942024-03-07T21:44:45.354Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17952024-03-07T21:44:45.535Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17962024-03-07T21:44:46.916Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17972024-03-07T21:44:47.400Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17982024-03-07T21:44:50.443Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17992024-03-07T21:44:52.043Z Compiling ed25519 v2.2.2
18002024-03-07T21:44:53.159Z Compiling polyval v0.6.1
18012024-03-07T21:44:53.159Z Compiling aes v0.8.3
18022024-03-07T21:44:53.159Z Compiling blowfish v0.9.1
18032024-03-07T21:44:53.557Z Compiling ctr v0.9.2
18042024-03-07T21:44:53.720Z Compiling password-hash v0.4.2
18052024-03-07T21:44:53.912Z Compiling libsw v3.3.1
18062024-03-07T21:44:54.227Z Compiling pbkdf2 v0.12.2
18072024-03-07T21:44:54.745Z Compiling derive-where v1.2.7
18082024-03-07T21:44:55.326Z Compiling fxhash v0.2.1
18092024-03-07T21:44:55.537Z Compiling owo-colors v4.0.0
18102024-03-07T21:44:55.925Z Compiling swrite v0.1.0
18112024-03-07T21:44:56.060Z Compiling linear-map v1.2.0
18122024-03-07T21:44:56.462Z Compiling trust-dns-server v0.22.1
18132024-03-07T21:44:57.841Z Compiling sled v0.34.7
18142024-03-07T21:44:58.096Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18152024-03-07T21:44:59.461Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18162024-03-07T21:45:00.376Z Compiling bcrypt-pbkdf v0.10.0
18172024-03-07T21:45:01.011Z Compiling pbkdf2 v0.11.0
18182024-03-07T21:45:01.436Z Compiling ghash v0.5.0
18192024-03-07T21:45:01.624Z Compiling ed25519-dalek v2.0.0
18202024-03-07T21:45:01.704Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18212024-03-07T21:45:01.868Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18222024-03-07T21:45:02.373Z Compiling slog-envlogger v2.2.0
18232024-03-07T21:45:02.477Z Compiling vsss-rs v3.3.4
18242024-03-07T21:45:02.571Z Compiling russh-cryptovec v0.7.0
18252024-03-07T21:45:02.899Z Compiling rand v0.7.3
18262024-03-07T21:45:03.751Z Compiling ciborium v0.2.2
18272024-03-07T21:45:03.858Z Compiling dirs v5.0.1
18282024-03-07T21:45:04.070Z Compiling chacha20poly1305 v0.10.1
18292024-03-07T21:45:04.306Z Compiling p521 v0.13.3
18302024-03-07T21:45:04.387Z Compiling p256 v0.13.2
18312024-03-07T21:45:05.285Z Compiling cbc v0.1.2
18322024-03-07T21:45:05.306Z Compiling pem v3.0.2
18332024-03-07T21:45:05.439Z Compiling headers-core v0.2.0
18342024-03-07T21:45:05.539Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
18352024-03-07T21:45:05.599Z Compiling kstat-rs v0.2.3
18362024-03-07T21:45:05.911Z Compiling nanorand v0.7.0
18372024-03-07T21:45:06.099Z Compiling glob v0.3.1
18382024-03-07T21:45:06.271Z Compiling http-range v0.1.5
18392024-03-07T21:45:06.637Z Compiling md5 v0.7.0
18402024-03-07T21:45:06.755Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18412024-03-07T21:45:07.121Z Compiling russh-keys v0.42.0
18422024-03-07T21:45:07.146Z Compiling hyper-staticfile v0.9.5
18432024-03-07T21:45:07.166Z Compiling flume v0.11.0
18442024-03-07T21:45:07.537Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18452024-03-07T21:45:07.883Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
18462024-03-07T21:45:08.122Z Compiling rcgen v0.12.1
18472024-03-07T21:45:09.889Z Compiling headers v0.3.9
18482024-03-07T21:45:10.059Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18492024-03-07T21:45:11.966Z Compiling aes-gcm v0.10.3
18502024-03-07T21:45:12.265Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18512024-03-07T21:45:13.207Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18522024-03-07T21:45:14.427Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18532024-03-07T21:45:16.374Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18542024-03-07T21:45:16.931Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46)
18552024-03-07T21:45:18.743Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb)
18562024-03-07T21:45:19.585Z Compiling atomicwrites v0.4.3
18572024-03-07T21:45:19.955Z Compiling itertools v0.12.1
18582024-03-07T21:45:19.976Z Compiling subprocess v0.2.9
18592024-03-07T21:45:20.354Z Compiling display-error-chain v0.2.0
18602024-03-07T21:45:20.529Z Compiling hex-literal v0.4.1
18612024-03-07T21:45:20.686Z Compiling russh v0.42.0
18622024-03-07T21:45:22.152Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18632024-03-07T21:45:22.523Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18642024-03-07T21:45:26.298Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18652024-03-07T21:45:27.476Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18662024-03-07T21:45:46.679Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18672024-03-07T21:46:23.440Z Finished dev [unoptimized + debuginfo] target(s) in 5m 08s
18682024-03-07T21:46:23.448Z
18692024-03-07T21:46:23.448Zreal 5:08.782236887
18702024-03-07T21:46:23.448Zuser 27:02.923308470
18712024-03-07T21:46:23.448Zsys 5:41.937795480
18722024-03-07T21:46:23.448Ztrap 0.789471811
18732024-03-07T21:46:23.449Ztflt 11.623979616
18742024-03-07T21:46:23.449Zdflt 7.047126231
18752024-03-07T21:46:23.449Zkflt 0.971136407
18762024-03-07T21:46:23.449Zlock 50:16.741009275
18772024-03-07T21:46:23.449Zslp 1:18:26.604289048
18782024-03-07T21:46:23.449Zlat 1:34.035415863
18792024-03-07T21:46:23.450Zstop 4:17.961780655
18802024-03-07T21:46:23.450Z+ mkdir -p /work/end-to-end-tests
18812024-03-07T21:46:23.450Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18822024-03-07T21:46:24.857Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18832024-03-07T21:46:24.857Z+ ptime -m gzip
18842024-03-07T21:46:24.860Z++ basename target/debug/bootstrap
18852024-03-07T21:46:36.686Z
18862024-03-07T21:46:36.687Zreal 11.826549204
18872024-03-07T21:46:36.687Zuser 11.742396383
18882024-03-07T21:46:36.687Zsys 0.073913932
18892024-03-07T21:46:36.687Ztrap 0.002883192
18902024-03-07T21:46:36.687Ztflt 0.000000000
18912024-03-07T21:46:36.687Zdflt 0.000000000
18922024-03-07T21:46:36.687Zkflt 0.000000000
18932024-03-07T21:46:36.687Zlock 0.000000000
18942024-03-07T21:46:36.687Zslp 0.000000000
18952024-03-07T21:46:36.687Zlat 0.006952012
18962024-03-07T21:46:36.687Zstop 0.000184284
18972024-03-07T21:46:36.692Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18982024-03-07T21:46:36.692Z+ ptime -m gzip
18992024-03-07T21:46:36.692Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8dd817acfc8e04be
19002024-03-07T21:46:37.866Z
19012024-03-07T21:46:37.866Zreal 1.174819371
19022024-03-07T21:46:37.866Zuser 1.165193291
19032024-03-07T21:46:37.866Zsys 0.009038648
19042024-03-07T21:46:37.866Ztrap 0.000081523
19052024-03-07T21:46:37.866Ztflt 0.000000000
19062024-03-07T21:46:37.866Zdflt 0.000000000
19072024-03-07T21:46:37.866Zkflt 0.000000000
19082024-03-07T21:46:37.866Zlock 0.000000000
19092024-03-07T21:46:37.866Zslp 0.000000000
19102024-03-07T21:46:37.866Zlat 0.000121415
19112024-03-07T21:46:37.866Zstop 0.000165749
19122024-03-07T21:46:37.870Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19132024-03-07T21:46:37.870Z+ ptime -m gzip
19142024-03-07T21:46:37.870Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f5cba27341a4c199
19152024-03-07T21:46:50.041Z
19162024-03-07T21:46:50.041Zreal 12.172267504
19172024-03-07T21:46:50.041Zuser 12.101460698
19182024-03-07T21:46:50.041Zsys 0.067866781
19192024-03-07T21:46:50.041Ztrap 0.001530135
19202024-03-07T21:46:50.041Ztflt 0.000000000
19212024-03-07T21:46:50.041Zdflt 0.000000000
19222024-03-07T21:46:50.041Zkflt 0.000000000
19232024-03-07T21:46:50.041Zlock 0.000000000
19242024-03-07T21:46:50.041Zslp 0.000000000
19252024-03-07T21:46:50.041Zlat 0.001014648
19262024-03-07T21:46:50.041Zstop 0.000174792
19272024-03-07T21:46:50.049Z+ banner caboose-util
19282024-03-07T21:46:50.049Z
19292024-03-07T21:46:50.050Z #### ## ##### #### #### #### ###### # # #####
19302024-03-07T21:46:50.050Z # # # # # # # # # # # # # # #
19312024-03-07T21:46:50.050Z # # # ##### # # # # #### ##### ##### # # #
19322024-03-07T21:46:50.050Z # ###### # # # # # # # # # # #
19332024-03-07T21:46:50.050Z # # # # # # # # # # # # # # # #
19342024-03-07T21:46:50.050Z #### # # ##### #### #### #### ###### #### #
19352024-03-07T21:46:50.051Z
19362024-03-07T21:46:50.051Z+ ptime -m cargo build --locked -p caboose-util --release
19372024-03-07T21:46:50.482Z Downloading crates ...
19382024-03-07T21:46:50.798Z Downloaded crc v3.0.1
19392024-03-07T21:46:50.804Z Downloaded tap v1.0.1
19402024-03-07T21:46:50.804Z Downloaded termcolor v1.2.0
19412024-03-07T21:46:50.807Z Downloaded crc-any v2.4.3
19422024-03-07T21:46:50.807Z Downloaded smallvec v0.6.14
19432024-03-07T21:46:50.812Z Downloaded nodrop v0.1.14
19442024-03-07T21:46:50.815Z Downloaded path-slash v0.1.5
19452024-03-07T21:46:50.818Z Downloaded array-init v0.0.4
19462024-03-07T21:46:50.821Z Downloaded packed_struct_codegen v0.10.1
19472024-03-07T21:46:50.824Z Downloaded wyz v0.5.1
19482024-03-07T21:46:50.824Z Downloaded funty v2.0.0
19492024-03-07T21:46:50.825Z Downloaded radium v0.7.0
19502024-03-07T21:46:50.828Z Downloaded packed_struct v0.10.1
19512024-03-07T21:46:50.831Z Downloaded bitfield v0.14.0
19522024-03-07T21:46:50.831Z Downloaded pkcs1 v0.7.5
19532024-03-07T21:46:50.838Z Downloaded serde-hex v0.1.0
19542024-03-07T21:46:50.838Z Downloaded maybe-uninit v2.0.0
19552024-03-07T21:46:50.838Z Downloaded crc-catalog v2.2.0
19562024-03-07T21:46:50.838Z Downloaded env_logger v0.10.0
19572024-03-07T21:46:50.841Z Downloaded ron v0.8.1
19582024-03-07T21:46:50.848Z Downloaded hashbrown v0.13.2
19592024-03-07T21:46:50.852Z Downloaded x509-cert v0.2.4
19602024-03-07T21:46:50.858Z Downloaded num-bigint-dig v0.8.4
19612024-03-07T21:46:50.863Z Downloaded bitvec v1.0.1
19622024-03-07T21:46:50.877Z Downloaded object v0.30.4
19632024-03-07T21:46:50.885Z Downloaded rsa v0.9.2
19642024-03-07T21:46:50.986Z Compiling proc-macro2 v1.0.78
19652024-03-07T21:46:50.986Z Compiling unicode-ident v1.0.12
19662024-03-07T21:46:50.986Z Compiling libc v0.2.153
19672024-03-07T21:46:50.999Z Compiling serde v1.0.197
19682024-03-07T21:46:50.999Z Compiling autocfg v1.1.0
19692024-03-07T21:46:51.000Z Compiling version_check v0.9.4
19702024-03-07T21:46:51.000Z Compiling cfg-if v1.0.0
19712024-03-07T21:46:51.115Z Compiling typenum v1.16.0
19722024-03-07T21:46:51.131Z Compiling once_cell v1.19.0
19732024-03-07T21:46:51.205Z Compiling parking_lot_core v0.9.8
19742024-03-07T21:46:51.530Z Compiling memchr v2.6.3
19752024-03-07T21:46:51.983Z Compiling syn v1.0.109
19762024-03-07T21:46:51.983Z Compiling byteorder v1.5.0
19772024-03-07T21:46:51.983Z Compiling lock_api v0.4.10
19782024-03-07T21:46:52.018Z Compiling generic-array v0.14.7
19792024-03-07T21:46:52.037Z Compiling libm v0.2.7
19802024-03-07T21:46:52.112Z Compiling num-traits v0.2.16
19812024-03-07T21:46:52.293Z Compiling ahash v0.8.7
19822024-03-07T21:46:52.339Z Compiling thiserror v1.0.57
19832024-03-07T21:46:52.393Z Compiling quote v1.0.35
19842024-03-07T21:46:52.604Z Compiling pkg-config v0.3.27
19852024-03-07T21:46:52.763Z Compiling syn v2.0.51
19862024-03-07T21:46:52.968Z Compiling cc v1.0.83
19872024-03-07T21:46:53.021Z Compiling getrandom v0.2.10
19882024-03-07T21:46:53.431Z Compiling serde_json v1.0.114
19892024-03-07T21:46:53.569Z Compiling scopeguard v1.2.0
19902024-03-07T21:46:53.807Z Compiling slab v0.4.9
19912024-03-07T21:46:53.836Z Compiling log v0.4.20
19922024-03-07T21:46:53.918Z Compiling itoa v1.0.9
19932024-03-07T21:46:54.218Z Compiling rand_core v0.6.4
19942024-03-07T21:46:54.380Z Compiling smallvec v1.13.1
19952024-03-07T21:46:54.983Z Compiling vcpkg v0.2.15
19962024-03-07T21:46:55.503Z Compiling const-oid v0.9.5
19972024-03-07T21:46:55.695Z Compiling parking_lot v0.12.1
19982024-03-07T21:46:55.839Z Compiling pin-project-lite v0.2.13
19992024-03-07T21:46:56.364Z Compiling ring v0.17.8
20002024-03-07T21:46:56.610Z Compiling ucd-trie v0.1.6
20012024-03-07T21:46:56.753Z Compiling openssl-sys v0.9.96
20022024-03-07T21:46:56.815Z Compiling ryu v1.0.15
20032024-03-07T21:46:57.130Z Compiling signal-hook-registry v1.4.1
20042024-03-07T21:46:57.614Z Compiling rustix v0.38.31
20052024-03-07T21:46:57.704Z Compiling subtle v2.5.0
20062024-03-07T21:46:57.768Z Compiling ring v0.16.20
20072024-03-07T21:46:58.014Z Compiling mio v0.8.11
20082024-03-07T21:46:58.268Z Compiling semver v1.0.22
20092024-03-07T21:46:58.687Z Compiling futures-core v0.3.30
20102024-03-07T21:46:59.547Z Compiling spin v0.5.2
20112024-03-07T21:46:59.920Z Compiling socket2 v0.5.5
20122024-03-07T21:47:00.479Z Compiling num_cpus v1.16.0
20132024-03-07T21:47:00.590Z Compiling openssl v0.10.60
20142024-03-07T21:47:00.787Z Compiling futures-sink v0.3.30
20152024-03-07T21:47:00.920Z Compiling unicode-xid v0.2.4
20162024-03-07T21:47:00.948Z Compiling heck v0.4.1
20172024-03-07T21:47:00.948Z Compiling httparse v1.8.0
20182024-03-07T21:47:01.075Z Compiling allocator-api2 v0.2.16
20192024-03-07T21:47:01.330Z Compiling synstructure v0.12.6
20202024-03-07T21:47:01.609Z Compiling equivalent v1.0.1
20212024-03-07T21:47:01.865Z Compiling tinyvec_macros v0.1.1
20222024-03-07T21:47:01.949Z Compiling tinyvec v1.6.0
20232024-03-07T21:47:02.106Z Compiling futures-channel v0.3.30
20242024-03-07T21:47:02.536Z Compiling futures-io v0.3.30
20252024-03-07T21:47:02.593Z Compiling native-tls v0.2.11
20262024-03-07T21:47:02.634Z Compiling pin-utils v0.1.0
20272024-03-07T21:47:02.715Z Compiling futures-task v0.3.30
20282024-03-07T21:47:03.780Z Compiling rustls v0.21.9
20292024-03-07T21:47:03.783Z Compiling crc32fast v1.3.2
20302024-03-07T21:47:03.783Z Compiling ppv-lite86 v0.2.17
20312024-03-07T21:47:03.783Z Compiling bzip2-sys v0.1.11+1.0.8
20322024-03-07T21:47:03.783Z Compiling spin v0.9.8
20332024-03-07T21:47:03.783Z Compiling tracing-core v0.1.31
20342024-03-07T21:47:03.784Z Compiling unicode-normalization v0.1.22
20352024-03-07T21:47:03.784Z Compiling unicode-bidi v0.3.13
20362024-03-07T21:47:03.784Z Compiling base64ct v1.6.0
20372024-03-07T21:47:03.784Z Compiling rand_chacha v0.3.1
20382024-03-07T21:47:04.074Z Compiling pem-rfc7468 v0.7.0
20392024-03-07T21:47:04.238Z Compiling rand v0.8.5
20402024-03-07T21:47:05.027Z Compiling num-iter v0.1.43
20412024-03-07T21:47:05.220Z Compiling usdt-impl v0.3.5
20422024-03-07T21:47:05.390Z Compiling schemars v0.8.16
20432024-03-07T21:47:05.536Z Compiling flagset v0.4.3
20442024-03-07T21:47:05.702Z Compiling signal-hook v0.3.17
20452024-03-07T21:47:06.036Z Compiling serde_derive_internals v0.26.0
20462024-03-07T21:47:06.054Z Compiling serde_derive v1.0.197
20472024-03-07T21:47:06.063Z Compiling zeroize_derive v1.4.2
20482024-03-07T21:47:06.088Z Compiling zerocopy-derive v0.7.32
20492024-03-07T21:47:06.110Z Compiling thiserror-impl v1.0.57
20502024-03-07T21:47:06.134Z Compiling tokio-macros v2.2.0
20512024-03-07T21:47:06.708Z Compiling futures-macro v0.3.30
20522024-03-07T21:47:07.331Z Compiling tracing-attributes v0.1.26
20532024-03-07T21:47:07.465Z Compiling zeroize v1.7.0
20542024-03-07T21:47:08.111Z Compiling zerocopy v0.7.32
20552024-03-07T21:47:08.624Z Compiling der_derive v0.7.2
20562024-03-07T21:47:08.968Z Compiling pest v2.7.6
20572024-03-07T21:47:09.250Z Compiling crypto-common v0.1.6
20582024-03-07T21:47:09.318Z Compiling block-buffer v0.10.4
20592024-03-07T21:47:09.577Z Compiling digest v0.10.7
20602024-03-07T21:47:09.647Z Compiling zerocopy-derive v0.2.0
20612024-03-07T21:47:10.082Z Compiling openssl-macros v0.1.1
20622024-03-07T21:47:10.560Z Compiling hashbrown v0.14.3
20632024-03-07T21:47:10.881Z Compiling futures-util v0.3.30
20642024-03-07T21:47:10.905Z Compiling tracing v0.1.37
20652024-03-07T21:47:11.320Z Compiling pest_meta v2.7.6
20662024-03-07T21:47:11.383Z Compiling scroll_derive v0.12.0
20672024-03-07T21:47:11.881Z Compiling zerocopy-derive v0.6.4
20682024-03-07T21:47:11.881Z Compiling der v0.7.8
20692024-03-07T21:47:12.783Z Compiling pest_generator v2.7.6
20702024-03-07T21:47:20.121Z Compiling pest_derive v2.7.6
20712024-03-07T21:47:20.265Z Compiling errno v0.3.8
20722024-03-07T21:47:20.265Z Compiling fnv v1.0.7
20732024-03-07T21:47:20.265Z Compiling spki v0.7.2
20742024-03-07T21:47:20.415Z Compiling zerocopy v0.3.0
20752024-03-07T21:47:20.415Z Compiling schemars_derive v0.8.16
20762024-03-07T21:47:20.415Z Compiling lazy_static v1.4.0
20772024-03-07T21:47:20.415Z Compiling backtrace v0.3.69
20782024-03-07T21:47:20.416Z Compiling thread-id v4.2.0
20792024-03-07T21:47:20.416Z Compiling memoffset v0.9.0
20802024-03-07T21:47:20.416Z Compiling num-bigint v0.4.4
20812024-03-07T21:47:20.416Z Compiling bytes v1.5.0
20822024-03-07T21:47:20.416Z Compiling bitflags v2.4.0
20832024-03-07T21:47:20.563Z Compiling tokio v1.36.0
20842024-03-07T21:47:20.595Z Compiling indexmap v2.2.5
20852024-03-07T21:47:20.619Z Compiling rustc_version v0.4.0
20862024-03-07T21:47:22.532Z Compiling heapless v0.7.16
20872024-03-07T21:47:23.600Z Compiling http v0.2.12
20882024-03-07T21:47:23.600Z Compiling uuid v1.7.0
20892024-03-07T21:47:23.600Z Compiling foreign-types-shared v0.1.1
20902024-03-07T21:47:23.600Z Compiling async-trait v0.1.77
20912024-03-07T21:47:23.600Z Compiling untrusted v0.7.1
20922024-03-07T21:47:23.600Z Compiling percent-encoding v2.3.1
20932024-03-07T21:47:23.600Z Compiling crossbeam-utils v0.8.16
20942024-03-07T21:47:23.676Z Compiling untrusted v0.9.0
20952024-03-07T21:47:23.803Z Compiling iana-time-zone v0.1.57
20962024-03-07T21:47:24.168Z Compiling smoltcp v0.9.1
20972024-03-07T21:47:24.405Z Compiling base64 v0.21.7
20982024-03-07T21:47:24.753Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20992024-03-07T21:47:25.386Z Compiling chrono v0.4.31
21002024-03-07T21:47:26.898Z Compiling foreign-types v0.3.2
21012024-03-07T21:47:26.978Z Compiling dof v0.1.5
21022024-03-07T21:47:27.760Z Compiling dtrace-parser v0.1.14
21032024-03-07T21:47:28.416Z Compiling hmac v0.12.1
21042024-03-07T21:47:28.637Z Compiling tokio-util v0.7.10
21052024-03-07T21:47:28.852Z Compiling clap_derive v4.5.0
21062024-03-07T21:47:29.063Z Compiling num-integer v0.1.46
21072024-03-07T21:47:29.577Z Compiling cpufeatures v0.2.12
21082024-03-07T21:47:29.577Z Compiling utf8parse v0.2.1
21092024-03-07T21:47:29.616Z Compiling anstyle v1.0.2
21102024-03-07T21:47:30.024Z Compiling adler v1.0.2
21112024-03-07T21:47:30.031Z Compiling rustversion v1.0.14
21122024-03-07T21:47:30.141Z Compiling time-core v0.1.1
21132024-03-07T21:47:30.309Z Compiling siphasher v0.3.11
21142024-03-07T21:47:30.326Z Compiling try-lock v0.2.4
21152024-03-07T21:47:30.454Z Compiling want v0.3.1
21162024-03-07T21:47:30.632Z Compiling time-macros v0.2.13
21172024-03-07T21:47:30.705Z Compiling miniz_oxide v0.7.1
21182024-03-07T21:47:33.450Z Compiling h2 v0.3.24
21192024-03-07T21:47:33.788Z Compiling anstyle-parse v0.2.1
21202024-03-07T21:47:34.192Z Compiling sha2 v0.10.8
21212024-03-07T21:47:35.859Z Compiling sct v0.7.0
21222024-03-07T21:47:36.005Z Compiling rustls-webpki v0.101.7
21232024-03-07T21:47:36.637Z Compiling http-body v0.4.5
21242024-03-07T21:47:36.988Z Compiling form_urlencoded v1.2.1
21252024-03-07T21:47:37.279Z Compiling serde_tokenstream v0.1.7
21262024-03-07T21:47:37.719Z Compiling pkcs8 v0.10.2
21272024-03-07T21:47:37.817Z Compiling hubpack_derive v0.1.1
21282024-03-07T21:47:38.374Z Compiling socket2 v0.4.9
21292024-03-07T21:47:38.622Z Compiling crossbeam-epoch v0.9.15
21302024-03-07T21:47:38.691Z Compiling usdt-impl v0.5.0
21312024-03-07T21:47:39.030Z Compiling slog v2.7.0
21322024-03-07T21:47:39.455Z Compiling anstyle-query v1.0.0
21332024-03-07T21:47:39.623Z Compiling radium v0.7.0
21342024-03-07T21:47:39.672Z Compiling colorchoice v1.0.0
21352024-03-07T21:47:40.014Z Compiling tower-service v0.3.2
21362024-03-07T21:47:40.098Z Compiling anyhow v1.0.75
21372024-03-07T21:47:40.127Z Compiling openssl-probe v0.1.5
21382024-03-07T21:47:40.151Z Compiling httpdate v1.0.3
21392024-03-07T21:47:40.403Z Compiling hyper v0.14.27
21402024-03-07T21:47:40.818Z Compiling anstream v0.6.11
21412024-03-07T21:47:47.716Z Compiling terminal_size v0.3.0
21422024-03-07T21:47:47.954Z Compiling serde_spanned v0.6.5
21432024-03-07T21:47:47.995Z Compiling toml_datetime v0.6.5
21442024-03-07T21:47:48.428Z Compiling zerocopy v0.6.4
21452024-03-07T21:47:48.924Z Compiling scroll v0.12.0
21462024-03-07T21:47:49.189Z Compiling md-5 v0.10.5
21472024-03-07T21:47:49.690Z Compiling stringprep v0.1.3
21482024-03-07T21:47:49.690Z Compiling idna v0.5.0
21492024-03-07T21:47:50.036Z Compiling diesel_table_macro_syntax v0.1.0
21502024-03-07T21:47:50.302Z Compiling hash32 v0.2.1
21512024-03-07T21:47:50.337Z Compiling aho-corasick v1.0.4
21522024-03-07T21:47:50.397Z Compiling dyn-clone v1.0.17
21532024-03-07T21:47:50.468Z Compiling plain v0.2.3
21542024-03-07T21:47:50.575Z Compiling clap_lex v0.7.0
21552024-03-07T21:47:50.611Z Compiling maybe-uninit v2.0.0
21562024-03-07T21:47:50.645Z Compiling stable_deref_trait v1.2.0
21572024-03-07T21:47:50.735Z Compiling regex-syntax v0.8.2
21582024-03-07T21:47:50.959Z Compiling fallible-iterator v0.2.0
21592024-03-07T21:47:51.033Z Compiling gimli v0.28.0
21602024-03-07T21:47:51.254Z Compiling tap v1.0.1
21612024-03-07T21:47:51.275Z Compiling strsim v0.11.0
21622024-03-07T21:47:51.420Z Compiling wyz v0.5.1
21632024-03-07T21:47:51.647Z Compiling clap_builder v4.5.0
21642024-03-07T21:47:51.683Z Compiling postgres-protocol v0.6.6
21652024-03-07T21:47:52.546Z Compiling goblin v0.8.0
21662024-03-07T21:47:53.152Z Compiling diesel_derives v2.1.2
21672024-03-07T21:47:53.428Z Compiling url v2.5.0
21682024-03-07T21:47:55.088Z Compiling regex-automata v0.4.4
21692024-03-07T21:47:55.312Z Compiling addr2line v0.21.0
21702024-03-07T21:47:56.437Z Compiling tokio-rustls v0.24.1
21712024-03-07T21:47:56.798Z Compiling strum_macros v0.25.2
21722024-03-07T21:47:57.609Z Compiling tokio-native-tls v0.3.1
21732024-03-07T21:47:58.969Z Compiling usdt-attr-macro v0.3.5
21742024-03-07T21:48:00.314Z Compiling usdt-macro v0.3.5
21752024-03-07T21:48:01.947Z Compiling phf_shared v0.11.2
21762024-03-07T21:48:02.481Z Compiling block-padding v0.3.3
21772024-03-07T21:48:02.691Z Compiling enum-as-inner v0.5.1
21782024-03-07T21:48:02.698Z Compiling serde_repr v0.1.16
21792024-03-07T21:48:03.038Z Compiling ff v0.13.0
21802024-03-07T21:48:03.265Z Compiling scheduled-thread-pool v0.2.7
21812024-03-07T21:48:03.739Z Compiling object v0.32.1
21822024-03-07T21:48:03.775Z Compiling base16ct v0.2.0
21832024-03-07T21:48:04.558Z Compiling packed_struct v0.10.1
21842024-03-07T21:48:05.376Z Compiling bit-vec v0.6.3
21852024-03-07T21:48:05.389Z Compiling managed v0.8.0
21862024-03-07T21:48:05.837Z Compiling pretty-hex v0.4.1
21872024-03-07T21:48:05.905Z Compiling regex-automata v0.1.10
21882024-03-07T21:48:06.411Z Compiling num-bigint-dig v0.8.4
21892024-03-07T21:48:06.839Z Compiling funty v2.0.0
21902024-03-07T21:48:07.282Z Compiling matches v0.1.10
21912024-03-07T21:48:07.371Z Compiling winnow v0.5.15
21922024-03-07T21:48:07.436Z Compiling bitflags v1.3.2
21932024-03-07T21:48:07.534Z Compiling ipnet v2.9.0
21942024-03-07T21:48:08.018Z Compiling deranged v0.3.8
21952024-03-07T21:48:08.602Z Compiling num_threads v0.1.6
21962024-03-07T21:48:08.726Z Compiling rustc-demangle v0.1.23
21972024-03-07T21:48:09.431Z Compiling bitvec v1.0.1
21982024-03-07T21:48:09.874Z Compiling time v0.3.27
21992024-03-07T21:48:14.885Z Compiling toml_edit v0.19.15
22002024-03-07T21:48:14.907Z Compiling idna v0.2.3
22012024-03-07T21:48:14.908Z Compiling bstr v0.2.17
22022024-03-07T21:48:15.139Z Compiling dof v0.3.0
22032024-03-07T21:48:16.147Z Compiling sec1 v0.7.3
22042024-03-07T21:48:16.716Z Compiling r2d2 v0.8.10
22052024-03-07T21:48:16.777Z Compiling group v0.13.0
22062024-03-07T21:48:17.072Z Compiling inout v0.1.3
22072024-03-07T21:48:17.187Z Compiling phf v0.11.2
22082024-03-07T21:48:18.112Z Compiling regex v1.10.3
22092024-03-07T21:48:18.373Z Compiling hyper-tls v0.5.0
22102024-03-07T21:48:18.733Z Compiling hyper-rustls v0.24.2
22112024-03-07T21:48:18.984Z Compiling signal-hook-mio v0.2.3
22122024-03-07T21:48:19.089Z Compiling flate2 v1.0.28
22132024-03-07T21:48:19.128Z Compiling clap v4.5.0
22142024-03-07T21:48:19.140Z Compiling ipnetwork v0.20.0
22152024-03-07T21:48:19.240Z Compiling bzip2 v0.4.4
22162024-03-07T21:48:19.618Z Compiling postgres-types v0.2.6
22172024-03-07T21:48:20.226Z Compiling hubpack v0.1.2
22182024-03-07T21:48:20.291Z Compiling serde_urlencoded v0.7.1
22192024-03-07T21:48:20.787Z Compiling rustls-pemfile v1.0.3
22202024-03-07T21:48:20.787Z Compiling phf_shared v0.10.0
22212024-03-07T21:48:20.821Z Compiling hkdf v0.12.4
22222024-03-07T21:48:21.040Z Compiling futures-executor v0.3.30
22232024-03-07T21:48:21.046Z Compiling dtrace-parser v0.2.0
22242024-03-07T21:48:22.391Z Compiling crypto-bigint v0.5.2
22252024-03-07T21:48:22.629Z Compiling packed_struct_codegen v0.10.1
22262024-03-07T21:48:22.927Z Compiling float-cmp v0.9.0
22272024-03-07T21:48:23.739Z Compiling indexmap v1.9.3
22282024-03-07T21:48:24.056Z Compiling encoding_rs v0.8.33
22292024-03-07T21:48:24.514Z Compiling nodrop v0.1.14
22302024-03-07T21:48:24.553Z Compiling webpki-roots v0.25.2
22312024-03-07T21:48:24.701Z Compiling normalize-line-endings v0.3.0
22322024-03-07T21:48:24.734Z Compiling new_debug_unreachable v1.0.4
22332024-03-07T21:48:24.814Z Compiling minimal-lexical v0.2.1
22342024-03-07T21:48:24.825Z Compiling unicode-segmentation v1.10.1
22352024-03-07T21:48:25.268Z Compiling fixedbitset v0.4.2
22362024-03-07T21:48:25.293Z Compiling crc-catalog v2.2.0
22372024-03-07T21:48:25.602Z Compiling winnow v0.6.1
22382024-03-07T21:48:25.668Z Compiling precomputed-hash v0.1.1
22392024-03-07T21:48:25.779Z Compiling static_assertions v1.1.0
22402024-03-07T21:48:25.871Z Compiling whoami v1.5.0
22412024-03-07T21:48:26.402Z Compiling regex-automata v0.3.8
22422024-03-07T21:48:26.433Z Compiling difflib v0.4.0
22432024-03-07T21:48:27.675Z Compiling either v1.10.0
22442024-03-07T21:48:27.713Z Compiling mime v0.3.17
22452024-03-07T21:48:28.111Z Compiling sync_wrapper v0.1.2
22462024-03-07T21:48:28.236Z Compiling data-encoding v2.4.0
22472024-03-07T21:48:28.667Z Compiling unicode-width v0.1.11
22482024-03-07T21:48:29.268Z Compiling predicates-core v1.0.6
22492024-03-07T21:48:29.284Z Compiling toml_edit v0.22.6
22502024-03-07T21:48:29.387Z Compiling predicates v3.1.0
22512024-03-07T21:48:30.007Z Compiling console v0.15.8
22522024-03-07T21:48:30.288Z Compiling trust-dns-proto v0.22.0
22532024-03-07T21:48:31.377Z Compiling reqwest v0.11.24
22542024-03-07T21:48:36.292Z Compiling bstr v1.6.0
22552024-03-07T21:48:36.495Z Compiling itertools v0.10.5
22562024-03-07T21:48:38.104Z Compiling tokio-postgres v0.7.10
22572024-03-07T21:48:39.467Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22582024-03-07T21:48:40.902Z Compiling string_cache v0.8.7
22592024-03-07T21:48:42.782Z Compiling petgraph v0.6.4
22602024-03-07T21:48:44.010Z Compiling similar v2.3.0
22612024-03-07T21:48:45.338Z Compiling crc v3.0.1
22622024-03-07T21:48:46.099Z Compiling nom v7.1.3
22632024-03-07T21:48:46.225Z Compiling array-init v0.0.4
22642024-03-07T21:48:47.425Z Compiling elliptic-curve v0.13.8
22652024-03-07T21:48:51.658Z Compiling futures v0.3.30
22662024-03-07T21:48:53.125Z Compiling smallvec v0.6.14
22672024-03-07T21:48:53.297Z Compiling zip v0.6.6
22682024-03-07T21:48:53.582Z Compiling yasna v0.5.2
22692024-03-07T21:48:54.561Z Compiling diesel v2.1.4
22702024-03-07T21:48:55.223Z Compiling crossterm v0.27.0
22712024-03-07T21:48:55.842Z Compiling cipher v0.4.4
22722024-03-07T21:48:56.296Z Compiling toml v0.7.8
22732024-03-07T21:48:57.907Z Compiling bit-set v0.5.3
22742024-03-07T21:48:58.162Z Compiling usdt v0.3.5
22752024-03-07T21:48:58.869Z Compiling pkcs1 v0.7.5
22762024-03-07T21:48:59.451Z Compiling tokio-stream v0.1.14
22772024-03-07T21:49:00.400Z Compiling is-terminal v0.4.9
22782024-03-07T21:49:00.566Z Compiling openapiv3 v2.0.0
22792024-03-07T21:49:03.129Z Compiling hex v0.4.3
22802024-03-07T21:49:04.212Z Compiling signature v2.1.0
22812024-03-07T21:49:05.553Z Compiling bitfield v0.14.0
22822024-03-07T21:49:06.126Z Compiling lalrpop-util v0.19.12
22832024-03-07T21:49:07.571Z Compiling hashbrown v0.12.3
22842024-03-07T21:49:09.203Z Compiling termcolor v1.2.0
22852024-03-07T21:49:09.868Z Compiling env_logger v0.10.0
22862024-03-07T21:49:16.948Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22872024-03-07T21:49:19.174Z Compiling rsa v0.9.2
22882024-03-07T21:49:25.311Z Compiling serde-hex v0.1.0
22892024-03-07T21:49:26.641Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22902024-03-07T21:49:31.724Z Compiling ron v0.8.1
22912024-03-07T21:49:32.621Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922024-03-07T21:49:33.855Z Compiling x509-cert v0.2.4
22932024-03-07T21:49:35.354Z Compiling hashbrown v0.13.2
22942024-03-07T21:49:37.670Z Compiling crc-any v2.4.3
22952024-03-07T21:50:01.488Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22962024-03-07T21:50:06.669Z Compiling object v0.30.4
22972024-03-07T21:50:07.428Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22982024-03-07T21:50:20.120Z Compiling path-slash v0.1.5
22992024-03-07T21:50:20.335Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
23002024-03-07T21:50:40.474Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23012024-03-07T21:50:41.269Z Finished release [optimized] target(s) in 3m 51s
23022024-03-07T21:50:41.353Z
23032024-03-07T21:50:41.353Zreal 3:51.335900424
23042024-03-07T21:50:41.353Zuser 25:34.789810018
23052024-03-07T21:50:41.353Zsys 3:05.300493903
23062024-03-07T21:50:41.362Ztrap 0.818342962
23072024-03-07T21:50:41.362Ztflt 1.740068331
23082024-03-07T21:50:41.362Zdflt 1.291542189
23092024-03-07T21:50:41.363Zkflt 0.007874235
23102024-03-07T21:50:41.363Zlock 58:30.024570505
23112024-03-07T21:50:41.363Zslp 1:15:51.927095657
23122024-03-07T21:50:41.363Zlat 1:22.486865742
23132024-03-07T21:50:41.363Zstop 1:11.696192993
23142024-03-07T21:50:41.363Z+ ptime -m gzip
23152024-03-07T21:50:41.720Z
23162024-03-07T21:50:41.720Zreal 0.369444759
23172024-03-07T21:50:41.721Zuser 0.365454710
23182024-03-07T21:50:41.721Zsys 0.003457650
23192024-03-07T21:50:41.724Ztrap 0.000031979
23202024-03-07T21:50:41.724Ztflt 0.000000000
23212024-03-07T21:50:41.724Zdflt 0.000000000
23222024-03-07T21:50:41.724Zkflt 0.000000000
23232024-03-07T21:50:41.724Zlock 0.000000000
23242024-03-07T21:50:41.724Zslp 0.000000000
23252024-03-07T21:50:41.724Zlat 0.000102830
23262024-03-07T21:50:41.724Zstop 0.000174421
23272024-03-07T21:50:41.724Z+ banner tufaceous
23282024-03-07T21:50:41.724Z
23292024-03-07T21:50:41.724Z ##### # # ###### ## #### ###### #### # # ####
23302024-03-07T21:50:41.724Z # # # # # # # # # # # # # #
23312024-03-07T21:50:41.724Z # # # ##### # # # ##### # # # # ####
23322024-03-07T21:50:41.724Z # # # # ###### # # # # # # #
23332024-03-07T21:50:41.724Z # # # # # # # # # # # # # # #
23342024-03-07T21:50:41.725Z # #### # # # #### ###### #### #### ####
23352024-03-07T21:50:41.725Z
23362024-03-07T21:50:41.725Z+ ptime -m cargo build --locked -p tufaceous --release
23372024-03-07T21:50:42.168Z Downloading crates ...
23382024-03-07T21:50:42.494Z Downloaded pin-project v1.1.3
23392024-03-07T21:50:42.505Z Downloaded parse-size v1.0.0
23402024-03-07T21:50:42.509Z Downloaded snafu-derive v0.7.5
23412024-03-07T21:50:42.510Z Downloaded doc-comment v0.3.3
23422024-03-07T21:50:42.510Z Downloaded olpc-cjson v0.1.3
23432024-03-07T21:50:42.514Z Downloaded async-recursion v1.0.5
23442024-03-07T21:50:42.515Z Downloaded buf-list v1.0.3
23452024-03-07T21:50:42.515Z Downloaded pin-project-internal v1.1.3
23462024-03-07T21:50:42.519Z Downloaded globset v0.4.13
23472024-03-07T21:50:42.519Z Downloaded snafu v0.7.5
23482024-03-07T21:50:42.524Z Downloaded typed-path v0.7.0
23492024-03-07T21:50:42.531Z Downloaded tough v0.16.0
23502024-03-07T21:50:42.538Z Downloaded serde_plain v1.0.2
23512024-03-07T21:50:42.538Z Downloaded humantime v2.1.0
23522024-03-07T21:50:42.542Z Downloaded fs-err v2.11.0
23532024-03-07T21:50:42.633Z Compiling serde_tokenstream v0.2.0
23542024-03-07T21:50:42.705Z Compiling regress v0.8.0
23552024-03-07T21:50:43.119Z Compiling dirs-sys-next v0.1.2
23562024-03-07T21:50:43.119Z Compiling rustls-pki-types v1.3.0
23572024-03-07T21:50:43.119Z Compiling ident_case v1.0.1
23582024-03-07T21:50:43.119Z Compiling strsim v0.10.0
23592024-03-07T21:50:43.119Z Compiling thread_local v1.1.7
23602024-03-07T21:50:43.120Z Compiling dirs-next v2.0.0
23612024-03-07T21:50:43.136Z Compiling darling_core v0.20.3
23622024-03-07T21:50:43.180Z Compiling slog-async v2.8.0
23632024-03-07T21:50:43.413Z Compiling camino v1.1.6
23642024-03-07T21:50:43.515Z Compiling heck v0.4.1
23652024-03-07T21:50:43.614Z Compiling rustls v0.22.2
23662024-03-07T21:50:43.899Z Compiling rustls-webpki v0.102.1
23672024-03-07T21:50:43.910Z Compiling term v0.7.0
23682024-03-07T21:50:43.923Z Compiling crossbeam-channel v0.5.8
23692024-03-07T21:50:43.975Z Compiling getopts v0.2.21
23702024-03-07T21:50:44.779Z Compiling structmeta-derive v0.3.0
23712024-03-07T21:50:44.834Z Compiling atty v0.2.14
23722024-03-07T21:50:44.994Z Compiling multer v3.0.0
23732024-03-07T21:50:45.275Z Compiling doc-comment v0.3.3
23742024-03-07T21:50:45.668Z Compiling take_mut v0.2.2
23752024-03-07T21:50:45.751Z Compiling unsafe-libyaml v0.2.10
23762024-03-07T21:50:45.825Z Compiling paste v1.0.14
23772024-03-07T21:50:46.304Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
23782024-03-07T21:50:47.571Z Compiling match_cfg v0.1.0
23792024-03-07T21:50:47.666Z Compiling hostname v0.3.1
23802024-03-07T21:50:47.914Z Compiling structmeta v0.3.0
23812024-03-07T21:50:48.026Z Compiling serde_yaml v0.9.25
23822024-03-07T21:50:48.426Z Compiling darling_macro v0.20.3
23832024-03-07T21:50:48.543Z Compiling slog-term v2.9.0
23842024-03-07T21:50:49.346Z Compiling darling v0.20.3
23852024-03-07T21:50:51.625Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23862024-03-07T21:50:51.643Z Compiling slog-json v2.6.1
23872024-03-07T21:50:51.691Z Compiling http v1.0.0
23882024-03-07T21:50:51.918Z Compiling async-stream-impl v0.3.5
23892024-03-07T21:50:52.142Z Compiling pin-project-internal v1.1.3
23902024-03-07T21:50:53.162Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
23912024-03-07T21:50:53.332Z Compiling atomic-waker v1.1.1
23922024-03-07T21:50:53.443Z Compiling fastrand v2.0.1
23932024-03-07T21:50:53.523Z Compiling tokio-rustls v0.25.0
23942024-03-07T21:50:53.982Z Compiling tempfile v3.10.0
23952024-03-07T21:50:54.944Z Compiling pin-project v1.1.3
23962024-03-07T21:50:55.172Z Compiling waitgroup v0.1.2
23972024-03-07T21:50:55.266Z Compiling async-stream v0.3.5
23982024-03-07T21:50:55.414Z Compiling slog-bunyan v2.5.0
23992024-03-07T21:50:55.679Z Compiling serde_with_macros v3.6.1
24002024-03-07T21:50:55.901Z Compiling parse-display-derive v0.9.0
24012024-03-07T21:50:56.773Z Compiling toml v0.8.10
24022024-03-07T21:50:56.913Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
24032024-03-07T21:50:57.151Z Compiling rustls-pemfile v2.1.1
24042024-03-07T21:50:57.842Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
24052024-03-07T21:50:57.882Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
24062024-03-07T21:50:58.480Z Compiling sha1 v0.10.6
24072024-03-07T21:50:58.905Z Compiling newtype-uuid v1.0.1
24082024-03-07T21:50:59.228Z Compiling strum_macros v0.26.1
24092024-03-07T21:50:59.399Z Compiling snafu-derive v0.7.5
24102024-03-07T21:50:59.411Z Compiling serde_path_to_error v0.1.15
24112024-03-07T21:50:59.862Z Compiling fs-err v2.11.0
24122024-03-07T21:51:00.564Z Compiling instant v0.1.12
24132024-03-07T21:51:00.567Z Compiling arc-swap v1.6.0
24142024-03-07T21:51:00.567Z Compiling debug-ignore v1.0.5
24152024-03-07T21:51:00.568Z Compiling buf-list v1.0.3
24162024-03-07T21:51:01.086Z Compiling same-file v1.0.6
24172024-03-07T21:51:01.154Z Compiling slog-scope v4.4.0
24182024-03-07T21:51:01.355Z Compiling walkdir v2.4.0
24192024-03-07T21:51:02.229Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef)
24202024-03-07T21:51:02.366Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
24212024-03-07T21:51:02.903Z Compiling backoff v0.4.0
24222024-03-07T21:51:03.394Z Compiling parse-display v0.9.0
24232024-03-07T21:51:03.952Z Compiling strum v0.26.1
24242024-03-07T21:51:04.140Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24252024-03-07T21:51:04.379Z Compiling snafu v0.7.5
24262024-03-07T21:51:04.463Z Compiling serde_with v3.6.1
24272024-03-07T21:51:05.388Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24282024-03-07T21:51:05.861Z Compiling globset v0.4.13
24292024-03-07T21:51:06.125Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24302024-03-07T21:51:06.298Z Compiling pem v3.0.2
24312024-03-07T21:51:07.934Z Compiling olpc-cjson v0.1.3
24322024-03-07T21:51:08.258Z Compiling macaddr v1.0.1
24332024-03-07T21:51:08.877Z Compiling serde_plain v1.0.2
24342024-03-07T21:51:08.905Z Compiling async-recursion v1.0.5
24352024-03-07T21:51:09.319Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
24362024-03-07T21:51:09.417Z Compiling filetime v0.2.23
24372024-03-07T21:51:09.773Z Compiling xattr v1.0.1
24382024-03-07T21:51:09.891Z Compiling typed-path v0.7.0
24392024-03-07T21:51:10.074Z Compiling tar v0.4.40
24402024-03-07T21:51:14.581Z Compiling tough v0.16.0
24412024-03-07T21:51:16.798Z Compiling slog-stdlog v4.1.1
24422024-03-07T21:51:17.739Z Compiling camino-tempfile v1.1.1
24432024-03-07T21:51:17.888Z Compiling itertools v0.12.1
24442024-03-07T21:51:18.576Z Compiling parse-size v1.0.0
24452024-03-07T21:51:18.882Z Compiling slog-envlogger v2.2.0
24462024-03-07T21:51:21.470Z Compiling humantime v2.1.0
24472024-03-07T21:51:24.956Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2)
24482024-03-07T21:51:25.163Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24492024-03-07T21:51:34.099Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24502024-03-07T21:51:35.967Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24512024-03-07T21:51:54.871Z Finished release [optimized] target(s) in 1m 13s
24522024-03-07T21:51:54.949Z
24532024-03-07T21:51:54.949Zreal 1:13.224414396
24542024-03-07T21:51:54.950Zuser 8:18.554256622
24552024-03-07T21:51:54.950Zsys 38.892164843
24562024-03-07T21:51:54.950Ztrap 0.229937723
24572024-03-07T21:51:54.950Ztflt 0.405432001
24582024-03-07T21:51:54.953Zdflt 0.313812911
24592024-03-07T21:51:54.953Zkflt 0.000351522
24602024-03-07T21:51:54.953Zlock 16:53.151305717
24612024-03-07T21:51:54.953Zslp 18:36.723261961
24622024-03-07T21:51:54.953Zlat 18.492308242
24632024-03-07T21:51:54.953Zstop 13.354241579
24642024-03-07T21:51:54.953Z+ ptime -m gzip
24652024-03-07T21:51:56.454Z
24662024-03-07T21:51:56.454Zreal 1.480405998
24672024-03-07T21:51:56.454Zuser 1.466526001
24682024-03-07T21:51:56.454Zsys 0.012477704
24692024-03-07T21:51:56.455Ztrap 0.000379162
24702024-03-07T21:51:56.455Ztflt 0.000000000
24712024-03-07T21:51:56.455Zdflt 0.000000000
24722024-03-07T21:51:56.455Zkflt 0.000000000
24732024-03-07T21:51:56.455Zlock 0.000000000
24742024-03-07T21:51:56.455Zslp 0.000000000
24752024-03-07T21:51:56.455Zlat 0.000620922
24762024-03-07T21:51:56.455Zstop 0.000173961
24772024-03-07T21:51:56.465Zprocess exited: duration 765647 ms, exit code 0
 
24782024-03-07T21:51:56.527Zfound 5 output files
24792024-03-07T21:51:56.527Zuploading: /work/end-to-end-tests/bootstrap-8dd817acfc8e04be.gz (9703052 bytes)
24802024-03-07T21:52:00.396Zuploaded: /work/end-to-end-tests/bootstrap-8dd817acfc8e04be.gz
24812024-03-07T21:52:00.397Zuploading: /work/end-to-end-tests/bootstrap.gz (98608986 bytes)
24822024-03-07T21:52:30.687Zuploaded: /work/end-to-end-tests/bootstrap.gz
24832024-03-07T21:52:30.713Zuploading: /work/end-to-end-tests/end_to_end_tests-f5cba27341a4c199.gz (101983068 bytes)
24842024-03-07T21:53:02.383Zuploaded: /work/end-to-end-tests/end_to_end_tests-f5cba27341a4c199.gz
24852024-03-07T21:53:02.384Zuploading: /work/caboose-util.gz (3345105 bytes)
24862024-03-07T21:53:05.608Zuploaded: /work/caboose-util.gz
24872024-03-07T21:53:05.608Zuploading: /work/tufaceous.gz (13566576 bytes)
24882024-03-07T21:53:10.555Zuploaded: /work/tufaceous.gz