01HXS0PVST290TQRVSB1NNFND3: helios / CI tools

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

Buildomat Job: 01HXS0Q3TC3FKN2869AC5756TX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-13T13:02:25.196Zjob assigned to worker 01HXS0Q4RA4EMGA1ZXECGM4C2G (queued for 33 s)
 
22024-05-13T13:02:25.714Zstarting task 0: "setup"
32024-05-13T13:02:25.743Z++ uname -s
42024-05-13T13:02:25.743Z+ kern=SunOS
52024-05-13T13:02:25.743Z+ case "$kern" in
62024-05-13T13:02:25.743Z+ groupadd -g 12345 build
72024-05-13T13:02:25.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-13T13:02:27.736Z+ zfs create -o mountpoint=/work rpool/work
92024-05-13T13:02:27.783Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-13T13:02:27.813Z+ home_fs=zfs
112024-05-13T13:02:27.814Z+ [[ zfs == autofs ]]
122024-05-13T13:02:27.814Z+ mkdir -p /home/build
132024-05-13T13:02:27.814Z+ chown build:build /home/build /work
142024-05-13T13:02:29.791Z+ chmod 0700 /home/build /work
152024-05-13T13:02:29.819Zprocess exited: duration 4090 ms, exit code 0
 
162024-05-13T13:02:29.883Zstarting task 1: "rust-toolchain"
172024-05-13T13:02:29.914Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-13T13:02:29.914Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-13T13:02:30.026Zinfo: downloading installer
202024-05-13T13:02:30.847Zwarning: it looks like you have an existing installation of Rust at:
212024-05-13T13:02:30.847Zwarning: /opt/ooce/bin
222024-05-13T13:02:30.847Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-13T13:02:30.847Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-13T13:02:30.847Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-13T13:02:30.847Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-13T13:02:30.847Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-13T13:02:30.847Zerror: cannot install while Rust is installed
282024-05-13T13:02:30.848Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-13T13:02:30.887Zinfo: profile set to 'default'
302024-05-13T13:02:30.887Zinfo: default host triple is x86_64-unknown-illumos
312024-05-13T13:02:30.913Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-13T13:02:31.001Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-13T13:02:31.002Zinfo: downloading component 'cargo'
342024-05-13T13:02:31.249Zinfo: downloading component 'clippy'
352024-05-13T13:02:31.318Zinfo: downloading component 'rust-docs'
362024-05-13T13:02:31.650Zinfo: downloading component 'rust-std'
372024-05-13T13:02:32.102Zinfo: downloading component 'rustc'
382024-05-13T13:02:32.987Zinfo: downloading component 'rustfmt'
392024-05-13T13:02:33.032Zinfo: installing component 'cargo'
402024-05-13T13:02:34.137Zinfo: installing component 'clippy'
412024-05-13T13:02:34.590Zinfo: installing component 'rust-docs'
422024-05-13T13:02:37.009Zinfo: installing component 'rust-std'
432024-05-13T13:02:39.180Zinfo: installing component 'rustc'
442024-05-13T13:02:44.021Zinfo: installing component 'rustfmt'
452024-05-13T13:02:44.415Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-13T13:02:44.415Z
472024-05-13T13:02:44.556Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-13T13:02:44.556Z
492024-05-13T13:02:44.581Z
502024-05-13T13:02:44.581ZRust is installed now. Great!
512024-05-13T13:02:44.581Z
522024-05-13T13:02:44.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-13T13:02:44.582Zenvironment variable. This has not been done automatically.
542024-05-13T13:02:44.582Z
552024-05-13T13:02:44.582ZTo configure your current shell, you need to source
562024-05-13T13:02:44.582Zthe corresponding env file under $HOME/.cargo.
572024-05-13T13:02:44.582Z
582024-05-13T13:02:44.582ZThis is usually done by running one of the following (note the leading DOT):
592024-05-13T13:02:44.582Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-13T13:02:44.582Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-13T13:02:44.607Z+ rustc --version
622024-05-13T13:02:44.724Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-13T13:02:44.748Zprocess exited: duration 14852 ms, exit code 0
 
642024-05-13T13:02:44.801Zstarting task 2: "authentication"
652024-05-13T13:02:44.860Zprocess exited: duration 60 ms, exit code 0
 
662024-05-13T13:02:44.912Zstarting task 3: "clone repository"
672024-05-13T13:02:44.937Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-13T13:02:44.937Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-13T13:02:44.961ZCloning into '/work/oxidecomputer/omicron'...
702024-05-13T13:02:50.002Z+ cd /work/oxidecomputer/omicron
712024-05-13T13:02:50.002Z+ git fetch origin 615ef080b45a331d429c19c4784ce898fbc7a20a
722024-05-13T13:02:50.628ZFrom https://github.com/oxidecomputer/omicron
732024-05-13T13:02:50.628Z * branch 615ef080b45a331d429c19c4784ce898fbc7a20a -> FETCH_HEAD
742024-05-13T13:02:50.653Z+ [[ -n john/blueprint-store-sled-state ]]
752024-05-13T13:02:50.653Z++ git branch --show-current
762024-05-13T13:02:50.653Z+ current=main
772024-05-13T13:02:50.653Z+ [[ main != john/blueprint-store-sled-state ]]
782024-05-13T13:02:50.653Z+ git branch -f john/blueprint-store-sled-state 615ef080b45a331d429c19c4784ce898fbc7a20a
792024-05-13T13:02:50.678Z+ git checkout -f john/blueprint-store-sled-state
802024-05-13T13:02:50.817ZSwitched to branch 'john/blueprint-store-sled-state'
812024-05-13T13:02:50.846Z+ git reset --hard 615ef080b45a331d429c19c4784ce898fbc7a20a
822024-05-13T13:02:50.847ZHEAD is now at 615ef080b Merge branch 'main' into john/blueprint-store-sled-state
832024-05-13T13:02:50.847Zprocess exited: duration 5920 ms, exit code 0
 
842024-05-13T13:02:50.897Zstarting task 4: "build"
852024-05-13T13:02:50.922Z+ cargo --version
862024-05-13T13:02:50.922Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-13T13:02:50.996Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-13T13:02:50.996Zinfo: downloading component 'cargo'
892024-05-13T13:02:51.144Zinfo: downloading component 'clippy'
902024-05-13T13:02:51.187Zinfo: downloading component 'rust-docs'
912024-05-13T13:02:51.338Zinfo: downloading component 'rust-std'
922024-05-13T13:02:51.561Zinfo: downloading component 'rustc'
932024-05-13T13:02:52.523Zinfo: downloading component 'rustfmt'
942024-05-13T13:02:53.035Zinfo: installing component 'cargo'
952024-05-13T13:02:53.567Zinfo: installing component 'clippy'
962024-05-13T13:02:53.938Zinfo: installing component 'rust-docs'
972024-05-13T13:02:56.291Zinfo: installing component 'rust-std'
982024-05-13T13:02:58.302Zinfo: installing component 'rustc'
992024-05-13T13:03:02.834Zinfo: installing component 'rustfmt'
1002024-05-13T13:03:03.280Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-13T13:03:03.306Z+ rustc --version
1022024-05-13T13:03:03.428Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-13T13:03:03.453Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-05-13T13:03:08.048Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-05-13T13:03:09.925Z Startup: Caching catalogs ... Done
1062024-05-13T13:03:11.770ZPlanning: Solver setup ... Done (1.336s)
1072024-05-13T13:03:11.795ZPlanning: Running solver ... Done (0.024s)
1082024-05-13T13:03:11.821ZPlanning: Finding local manifests ... Done (0.002s)
1092024-05-13T13:03:11.900ZPlanning: Fetching manifests: 0/4 0% complete
1102024-05-13T13:03:12.267ZPlanning: Fetching manifests: 4/4 100% complete
1112024-05-13T13:03:12.330ZPlanning: Package planning ... Done (0.058s)
1122024-05-13T13:03:12.392ZPlanning: Merging actions ... Done (0.058s)
1132024-05-13T13:03:12.757ZPlanning: Checking for conflicting actions ... Done (0.366s)
1142024-05-13T13:03:12.788ZPlanning: Consolidating action changes ... Done (0.013s)
1152024-05-13T13:03:13.462ZPlanning: Evaluating mediators ... Done (0.698s)
1162024-05-13T13:03:13.487ZPlanning: Planning completed in 3.49 seconds
1172024-05-13T13:03:13.512Z Packages to install: 4
1182024-05-13T13:03:13.512Z Mediators to change: 2
1192024-05-13T13:03:13.512Z Services to change: 1
1202024-05-13T13:03:13.512Z Estimated space available: 148.36 GB
1212024-05-13T13:03:13.512ZEstimated space to be consumed: 1.44 GB
1222024-05-13T13:03:13.512Z Create boot environment: No
1232024-05-13T13:03:13.512ZCreate backup boot environment: No
1242024-05-13T13:03:13.512Z Rebuild boot archive: No
1252024-05-13T13:03:13.512Z
1262024-05-13T13:03:13.513ZChanged mediators:
1272024-05-13T13:03:13.513Z mediator clang:
1282024-05-13T13:03:13.513Z version: None -> 15 (system default)
1292024-05-13T13:03:13.513Z
1302024-05-13T13:03:13.513Z mediator llvm:
1312024-05-13T13:03:13.513Z version: 14 (system default) -> 15 (system default)
1322024-05-13T13:03:13.513Z
1332024-05-13T13:03:13.513ZChanged packages:
1342024-05-13T13:03:13.513Zhelios-dev
1352024-05-13T13:03:13.513Z developer/build-essential
1362024-05-13T13:03:13.513Z None -> 11-2.0
1372024-05-13T13:03:13.513Z library/libxmlsec1
1382024-05-13T13:03:13.513Z None -> 1.2.35-2.0
1392024-05-13T13:03:13.513Z ooce/developer/clang-15
1402024-05-13T13:03:13.513Z None -> 15.0.7-2.0
1412024-05-13T13:03:13.513Z ooce/developer/llvm-15
1422024-05-13T13:03:13.513Z None -> 15.0.7-2.0
1432024-05-13T13:03:13.513Z
1442024-05-13T13:03:13.513ZServices:
1452024-05-13T13:03:13.513Z restart_fmri:
1462024-05-13T13:03:13.513Z svc:/system/update-man-index:default
1472024-05-13T13:03:13.538Z
1482024-05-13T13:03:13.538ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-05-13T13:03:18.536ZDownload: 1198/3290 items 79.1/212.6MB 37% complete (15.9M/s)
1502024-05-13T13:03:23.568ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1512024-05-13T13:03:28.595ZDownload: 3160/3290 items 144.1/212.6MB 67% complete (6.5M/s)
1522024-05-13T13:03:33.596ZDownload: 3273/3290 items 209.3/212.6MB 98% complete (8.9M/s)
1532024-05-13T13:03:35.417ZDownload: Completed 212.60 MB in 21.88 seconds (9.7M/s)
1542024-05-13T13:03:35.585Z Actions: 1/3689 actions (Installing new actions)
1552024-05-13T13:03:40.584Z Actions: 3340/3689 actions (Installing new actions)
1562024-05-13T13:03:41.227Z Actions: Completed 3689 actions in 5.65 seconds.
1572024-05-13T13:03:41.420Z Done (0.182s)
1582024-05-13T13:03:41.420Z Done (0.000s)
1592024-05-13T13:03:41.761Z Done (0.342s)
1602024-05-13T13:03:46.556Z Done (4.673s)
1612024-05-13T13:03:46.653Z Done (0.019s)
1622024-05-13T13:03:46.678Z Done (0.000s)
1632024-05-13T13:03:46.801Z Done (0.000s)
1642024-05-13T13:03:47.407ZPlanning: Evaluating mediator changes ... Done
1652024-05-13T13:03:47.601ZPlanning: Checking for conflicting actions ... Done
1662024-05-13T13:03:47.626ZPlanning: Consolidating action changes ... Done
1672024-05-13T13:03:47.931ZPlanning: Evaluating mediators ... Done
1682024-05-13T13:03:47.956ZPlanning: Planning completed in 0.53 seconds
1692024-05-13T13:03:47.981Z Mediators to change: 2
1702024-05-13T13:03:47.981Z Create boot environment: No
1712024-05-13T13:03:47.981ZCreate backup boot environment: No
1722024-05-13T13:03:48.044Z Done
1732024-05-13T13:03:48.044Z Done
1742024-05-13T13:03:48.290Z Done
1752024-05-13T13:03:52.560Z Done
1762024-05-13T13:03:52.660Z Done
1772024-05-13T13:03:52.660Z Done
1782024-05-13T13:03:52.736Z Done
1792024-05-13T13:03:53.452ZPlanning: Evaluating mediator changes ... Done
1802024-05-13T13:03:53.477ZPlanning: Merging actions ... Done
1812024-05-13T13:03:53.685ZPlanning: Checking for conflicting actions ... Done
1822024-05-13T13:03:53.710ZPlanning: Consolidating action changes ... Done
1832024-05-13T13:03:54.003ZPlanning: Evaluating mediators ... Done
1842024-05-13T13:03:54.062ZPlanning: Planning completed in 0.90 seconds
1852024-05-13T13:03:54.105Z Packages to change: 1
1862024-05-13T13:03:54.105Z Mediators to change: 1
1872024-05-13T13:03:54.105Z Services to change: 1
1882024-05-13T13:03:54.105Z Create boot environment: No
1892024-05-13T13:03:54.105ZCreate backup boot environment: Yes
1902024-05-13T13:03:55.636Z Actions: 1/6 actions (Updating modified actions)
1912024-05-13T13:03:55.664Z Actions: Completed 6 actions in 0.00 seconds.
1922024-05-13T13:03:55.664Z Done
1932024-05-13T13:03:55.664Z Done
1942024-05-13T13:03:55.734Z Done
1952024-05-13T13:03:59.939Z Done
1962024-05-13T13:04:00.033Z Done
1972024-05-13T13:04:00.058Z Done
1982024-05-13T13:04:00.107Z Done
1992024-05-13T13:04:00.616ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-05-13T13:04:00.616Zclang system 15 system
2012024-05-13T13:04:00.616Zcsh system system illumos
2022024-05-13T13:04:00.616Zctags system system illumos
2032024-05-13T13:04:00.616Zgcc vendor 12 vendor
2042024-05-13T13:04:00.616Zgcc system 10 system
2052024-05-13T13:04:00.616Zgcc system 7 system
2062024-05-13T13:04:00.617Zgo system 1.20 system
2072024-05-13T13:04:00.617Zgo system 1.19 system
2082024-05-13T13:04:00.617Zllvm system 15 system
2092024-05-13T13:04:00.617Zllvm system 14 system
2102024-05-13T13:04:00.617Zmariadb system 10.6 system
2112024-05-13T13:04:00.617Zmta vendor vendor dma
2122024-05-13T13:04:00.617Zopenjdk system 17 system
2132024-05-13T13:04:00.617Zopenjdk system 11 system
2142024-05-13T13:04:00.617Zopenjdk system 1.8 system
2152024-05-13T13:04:00.617Zopenssl vendor 3 vendor
2162024-05-13T13:04:00.617Zperl system 5.36 system
2172024-05-13T13:04:00.617Zpostgresql system 15 system
2182024-05-13T13:04:00.617Zpostgresql system 13 system
2192024-05-13T13:04:00.617Zpython vendor 3 vendor
2202024-05-13T13:04:00.617Zpython system 2 system
2212024-05-13T13:04:00.617Zpython3 system 3.11 system
2222024-05-13T13:04:00.617Zruby system 3.0 system
2232024-05-13T13:04:00.617Zwords vendor vendor american-english
2242024-05-13T13:04:00.617Zwords system system australian-english
2252024-05-13T13:04:00.617Zwords system system british-english
2262024-05-13T13:04:00.617Zwords system system canadian-english
2272024-05-13T13:04:00.617Zwords system system french
2282024-05-13T13:04:00.618Zwords system system italian
2292024-05-13T13:04:00.618Zwords system system ngerman
2302024-05-13T13:04:00.618Zwords system system ogerman
2312024-05-13T13:04:00.618Zwords system system spanish
2322024-05-13T13:04:01.008ZPUBLISHER TYPE STATUS P LOCATION
2332024-05-13T13:04:01.008Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-05-13T13:04:02.606ZFMRI IFO
2352024-05-13T13:04:02.606Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-05-13T13:04:02.606Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-05-13T13:04:02.606Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-05-13T13:04:02.606Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-05-13T13:04:02.606Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-05-13T13:04:02.606Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-05-13T13:04:02.606Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-05-13T13:04:02.606Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-05-13T13:04:02.606Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-05-13T13:04:02.606Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-05-13T13:04:02.607Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-05-13T13:04:02.607Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-05-13T13:04:02.878Z+ set -o errexit
2482024-05-13T13:04:02.904Z+++ dirname ./tools/ci_download_cockroachdb
2492024-05-13T13:04:02.904Z++ cd ./tools
2502024-05-13T13:04:02.904Z++ pwd
2512024-05-13T13:04:02.904Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-05-13T13:04:02.904Z++ basename ./tools/ci_download_cockroachdb
2532024-05-13T13:04:02.904Z+ ARG0=ci_download_cockroachdb
2542024-05-13T13:04:02.904Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-05-13T13:04:02.904Z+ CIDL_VERSION=v22.1.9
2562024-05-13T13:04:02.904Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-05-13T13:04:02.905Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-05-13T13:04:02.905Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-05-13T13:04:02.905Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-05-13T13:04:02.905Z+ TARGET_DIR=out
2612024-05-13T13:04:02.905Z+ DOWNLOAD_DIR=out/downloads
2622024-05-13T13:04:02.905Z+ DEST_DIR=./out/cockroachdb
2632024-05-13T13:04:02.905Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-05-13T13:04:02.905Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-05-13T13:04:02.905Z+ main
2662024-05-13T13:04:02.905Z+ [[ 0 != 0 ]]
2672024-05-13T13:04:02.905Z+ CIDL_OS=solaris2.11
2682024-05-13T13:04:02.905Z+ [[ 0 != 0 ]]
2692024-05-13T13:04:02.905Z+ configure_os solaris2.11
2702024-05-13T13:04:02.905Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-05-13T13:04:02.905Z+ echo 'configuring based on OS: "solaris2.11"'
2722024-05-13T13:04:02.905Zcurrent directory: /work/oxidecomputer/omicron
2732024-05-13T13:04:02.905Z+ case "$1" in
2742024-05-13T13:04:02.905Z+ CIDL_BUILD=illumos
2752024-05-13T13:04:02.905Z+ CIDL_SUFFIX=tar.gz
2762024-05-13T13:04:02.905Zconfiguring based on OS: "solaris2.11"
2772024-05-13T13:04:02.905Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-05-13T13:04:02.905Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-05-13T13:04:02.905Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-05-13T13:04:02.906Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-05-13T13:04:02.906Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-05-13T13:04:02.906Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-13T13:04:02.906Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-05-13T13:04:02.906Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-05-13T13:04:02.906Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-05-13T13:04:02.906Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-05-13T13:04:02.906ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-13T13:04:02.906Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-05-13T13:04:02.906Z+ mkdir -p out/downloads
2902024-05-13T13:04:02.906ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-13T13:04:02.906Z+ mkdir -p ./out/cockroachdb
2922024-05-13T13:04:02.906Z+ local DO_DOWNLOAD=true
2932024-05-13T13:04:02.906Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-05-13T13:04:02.906Z+ '[' true == true ']'
2952024-05-13T13:04:02.906Z+ echo Downloading...
2962024-05-13T13:04:02.906Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-13T13:04:02.906Z+ 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
2982024-05-13T13:04:02.906ZDownloading...
2992024-05-13T13:04:07.214Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-13T13:04:07.240Z++ sha256sum
3012024-05-13T13:04:07.240Z++ awk '{print $1}'
3022024-05-13T13:04:07.291Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-05-13T13:04:07.291Z+ [[ 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 ]]
3042024-05-13T13:04:07.291Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-13T13:04:07.291Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-05-13T13:04:10.249Z+ do_assemble_illumos
3072024-05-13T13:04:10.249Z+ rm -r ./out/cockroachdb
3082024-05-13T13:04:10.274Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-05-13T13:04:10.602Z+ ./out/cockroachdb/bin/cockroach version
3102024-05-13T13:04:10.841ZBuild Tag: v22.1.9-dirty
3112024-05-13T13:04:10.841ZBuild Time: 2022/10/26 21:17:46
3122024-05-13T13:04:10.841ZDistribution: OSS
3132024-05-13T13:04:10.841ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-05-13T13:04:10.841ZGo Version: go1.17.13
3152024-05-13T13:04:10.841ZC Compiler: gcc 10.3.0
3162024-05-13T13:04:10.841ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-05-13T13:04:10.842ZBuild Type: release
3182024-05-13T13:04:10.868Z+ set -o errexit
3192024-05-13T13:04:10.893Z+++ dirname ./tools/ci_download_clickhouse
3202024-05-13T13:04:10.893Z++ cd ./tools
3212024-05-13T13:04:10.893Z++ pwd
3222024-05-13T13:04:10.893Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-05-13T13:04:10.893Z++ basename ./tools/ci_download_clickhouse
3242024-05-13T13:04:10.893Z+ ARG0=ci_download_clickhouse
3252024-05-13T13:04:10.893Z+ TARGET_DIR=out
3262024-05-13T13:04:10.893Z+ DOWNLOAD_DIR=out/downloads
3272024-05-13T13:04:10.894Z+ DEST_DIR=./out/clickhouse
3282024-05-13T13:04:10.894Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-05-13T13:04:10.894Z+ CIDL_VERSION=v23.8.7.24
3302024-05-13T13:04:10.894Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-05-13T13:04:10.894Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-05-13T13:04:10.894Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-05-13T13:04:10.894Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-05-13T13:04:10.894Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-05-13T13:04:10.894Z+ main
3362024-05-13T13:04:10.894Z+ [[ 0 != 0 ]]
3372024-05-13T13:04:10.894Z+ CIDL_OS=solaris2.11
3382024-05-13T13:04:10.894Z+ [[ 0 != 0 ]]
3392024-05-13T13:04:10.894Z+ configure_os solaris2.11
3402024-05-13T13:04:10.894Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-05-13T13:04:10.894Zcurrent directory: /work/oxidecomputer/omicron
3422024-05-13T13:04:10.894Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-05-13T13:04:10.894Z+ CIDL_DASHREV=
3442024-05-13T13:04:10.894Zconfiguring based on OS: "solaris2.11"
3452024-05-13T13:04:10.894Z+ case "$1" in
3462024-05-13T13:04:10.894Z+ CIDL_PLATFORM=illumos
3472024-05-13T13:04:10.894Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-05-13T13:04:10.894Z+ CIDL_MD5FUNC=do_md5sum
3492024-05-13T13:04:10.894Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-05-13T13:04:10.895Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-13T13:04:10.895Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-13T13:04:10.895Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-13T13:04:10.895Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-05-13T13:04:10.895ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-13T13:04:10.895Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-05-13T13:04:10.895Z+ mkdir -p out/downloads
3572024-05-13T13:04:10.895ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-13T13:04:10.895Z+ mkdir -p ./out/clickhouse
3592024-05-13T13:04:10.895Z+ local DO_DOWNLOAD=true
3602024-05-13T13:04:10.895Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-05-13T13:04:10.895Z+ '[' true == true ']'
3622024-05-13T13:04:10.895Z+ echo Downloading...
3632024-05-13T13:04:10.895ZDownloading...
3642024-05-13T13:04:10.895Z+ 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
3652024-05-13T13:04:10.895Z+ 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
3662024-05-13T13:04:20.272Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-13T13:04:20.296Z++ md5sum
3682024-05-13T13:04:20.297Z++ awk '{print $1}'
3692024-05-13T13:04:20.539Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-05-13T13:04:20.539Z+ [[ 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 ]]
3712024-05-13T13:04:20.539Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-05-13T13:04:20.540Z+ mkdir -p ./out/clickhouse
3732024-05-13T13:04:20.566Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-05-13T13:04:25.720Z+ [[ solaris2.11 == darwin* ]]
3752024-05-13T13:04:25.720Z+ ./out/clickhouse/clickhouse server --version
3762024-05-13T13:04:25.870ZClickHouse server version 23.8.7.1.
3772024-05-13T13:04:25.900Z+ set -o errexit
3782024-05-13T13:04:25.925Z+++ dirname ./tools/ci_download_console
3792024-05-13T13:04:25.925Z++ cd ./tools
3802024-05-13T13:04:25.925Z++ pwd
3812024-05-13T13:04:25.925Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-05-13T13:04:25.925Z++ basename ./tools/ci_download_console
3832024-05-13T13:04:25.925Z+ ARG0=ci_download_console
3842024-05-13T13:04:25.925Z+ TARGET_DIR=out
3852024-05-13T13:04:25.926Z+ DOWNLOAD_DIR=out/downloads
3862024-05-13T13:04:25.926Z+ DEST_DIR=./out/console-assets
3872024-05-13T13:04:25.926Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-05-13T13:04:25.926Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3892024-05-13T13:04:25.926Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3902024-05-13T13:04:25.926Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3912024-05-13T13:04:25.926Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-05-13T13:04:25.926Z+ main
3932024-05-13T13:04:25.926Z+ [[ 0 != 0 ]]
3942024-05-13T13:04:25.926Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3952024-05-13T13:04:25.926Z+ echo 'Local file: out/downloads/console.tar.gz'
3962024-05-13T13:04:25.926Z+ local DO_DOWNLOAD=true
3972024-05-13T13:04:25.926ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3982024-05-13T13:04:25.926Z+ [[ -f out/downloads/console.tar.gz ]]
3992024-05-13T13:04:25.926ZLocal file: out/downloads/console.tar.gz
4002024-05-13T13:04:25.926Z+ mkdir -p out/downloads
4012024-05-13T13:04:25.926ZDownloading...
4022024-05-13T13:04:25.926Z+ '[' true == true ']'
4032024-05-13T13:04:25.926Z+ echo Downloading...
4042024-05-13T13:04:25.926Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4052024-05-13T13:04:25.926Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4062024-05-13T13:04:26.516Z++ do_sha256sum out/downloads/console.tar.gz
4072024-05-13T13:04:26.541Z++ case "$OSTYPE" in
4082024-05-13T13:04:26.541Z++ SHA=sha256sum
4092024-05-13T13:04:26.541Z++ sha256sum
4102024-05-13T13:04:26.541Z++ awk '{print $1}'
4112024-05-13T13:04:26.541Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4122024-05-13T13:04:26.541Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4132024-05-13T13:04:26.541Z+ rm -rf ./out/console-assets
4142024-05-13T13:04:26.541Z+ mkdir -p ./out/console-assets
4152024-05-13T13:04:26.541Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-05-13T13:04:26.541Z+ mkdir -p ./out/console-assets
4172024-05-13T13:04:26.542Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-05-13T13:04:26.658Z+ set -o errexit
4192024-05-13T13:04:26.683Z+++ dirname ./tools/ci_download_dendrite_openapi
4202024-05-13T13:04:26.683Z++ cd ./tools
4212024-05-13T13:04:26.683Z++ pwd
4222024-05-13T13:04:26.683Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-05-13T13:04:26.683Z++ basename ./tools/ci_download_dendrite_openapi
4242024-05-13T13:04:26.683Z+ ARG0=ci_download_dendrite_openapi
4252024-05-13T13:04:26.683Z+ TARGET_DIR=out
4262024-05-13T13:04:26.684Z+ DOWNLOAD_DIR=out/downloads
4272024-05-13T13:04:26.684Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4282024-05-13T13:04:26.684Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4292024-05-13T13:04:26.684Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4302024-05-13T13:04:26.684Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4312024-05-13T13:04:26.684Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4322024-05-13T13:04:26.684Z+ main
4332024-05-13T13:04:26.684Z+ [[ 0 != 0 ]]
4342024-05-13T13:04:26.684Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4352024-05-13T13:04:26.684ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4362024-05-13T13:04:26.684Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4372024-05-13T13:04:26.684ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4382024-05-13T13:04:26.684Z+ local DO_DOWNLOAD=true
4392024-05-13T13:04:26.684Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4402024-05-13T13:04:26.684Z+ mkdir -p out/downloads
4412024-05-13T13:04:26.684Z+ '[' true == true ']'
4422024-05-13T13:04:26.684Z+ echo Downloading...
4432024-05-13T13:04:26.684ZDownloading...
4442024-05-13T13:04:26.684Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4452024-05-13T13:04:26.684Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4462024-05-13T13:04:27.266Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4472024-05-13T13:04:27.266Z++ case "$OSTYPE" in
4482024-05-13T13:04:27.266Z++ SHA=sha256sum
4492024-05-13T13:04:27.291Z++ sha256sum
4502024-05-13T13:04:27.291Z++ awk '{print $1}'
4512024-05-13T13:04:27.291Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4522024-05-13T13:04:27.291Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4532024-05-13T13:04:27.291Z+ set -o errexit
4542024-05-13T13:04:27.291Z+++ dirname ./tools/ci_download_dendrite_stub
4552024-05-13T13:04:27.291Z++ cd ./tools
4562024-05-13T13:04:27.291Z++ pwd
4572024-05-13T13:04:27.292Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4582024-05-13T13:04:27.292Z++ basename ./tools/ci_download_dendrite_stub
4592024-05-13T13:04:27.317Z+ ARG0=ci_download_dendrite_stub
4602024-05-13T13:04:27.317Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4612024-05-13T13:04:27.317Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4622024-05-13T13:04:27.317Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4632024-05-13T13:04:27.317Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4642024-05-13T13:04:27.317Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4652024-05-13T13:04:27.317Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4662024-05-13T13:04:27.317Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4672024-05-13T13:04:27.317Z+ TARGET_DIR=out
4682024-05-13T13:04:27.317Z+ DOWNLOAD_DIR=out/downloads
4692024-05-13T13:04:27.317Z+ DEST_DIR=./out/dendrite-stub
4702024-05-13T13:04:27.318Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4712024-05-13T13:04:27.318Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4722024-05-13T13:04:27.318Z+ REPO=oxidecomputer/dendrite
4732024-05-13T13:04:27.318Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4742024-05-13T13:04:27.318Z+ main
4752024-05-13T13:04:27.318Z+ [[ 0 != 0 ]]
4762024-05-13T13:04:27.318Z+ CIDL_OS=solaris2.11
4772024-05-13T13:04:27.318Z+ [[ 0 != 0 ]]
4782024-05-13T13:04:27.318Z+ configure_os solaris2.11
4792024-05-13T13:04:27.318Z+ echo 'current directory: /work/oxidecomputer/omicron'
4802024-05-13T13:04:27.318Z+ echo 'configuring based on OS: "solaris2.11"'
4812024-05-13T13:04:27.318Zcurrent directory: /work/oxidecomputer/omicron
4822024-05-13T13:04:27.318Zconfiguring based on OS: "solaris2.11"
4832024-05-13T13:04:27.318Z+ case "$1" in
4842024-05-13T13:04:27.318Z+ SET_BINARIES=
4852024-05-13T13:04:27.318Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4862024-05-13T13:04:27.318Z+ CIDL_SHA256FUNC=do_sha256sum
4872024-05-13T13:04:27.318Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4882024-05-13T13:04:27.318Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4892024-05-13T13:04:27.318Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4902024-05-13T13:04:27.318Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4912024-05-13T13:04:27.318ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4922024-05-13T13:04:27.318Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4932024-05-13T13:04:27.319Z+ mkdir -p out/downloads
4942024-05-13T13:04:27.319ZLocal file: out/downloads/dendrite-stub.tar.gz
4952024-05-13T13:04:27.319Z+ mkdir -p ./out/dendrite-stub
4962024-05-13T13:04:27.319Z+ fetch_and_verify
4972024-05-13T13:04:27.319Z+ local DO_DOWNLOAD=true
4982024-05-13T13:04:27.319Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4992024-05-13T13:04:27.319Z+ '[' true == true ']'
5002024-05-13T13:04:27.319Z+ echo Downloading...
5012024-05-13T13:04:27.319ZDownloading...
5022024-05-13T13:04:27.319Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5032024-05-13T13:04:27.319Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5042024-05-13T13:04:33.534Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5052024-05-13T13:04:33.560Z++ sha256sum
5062024-05-13T13:04:33.560Z++ awk '{print $1}'
5072024-05-13T13:04:33.585Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5082024-05-13T13:04:33.585Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5092024-05-13T13:04:33.585Z+ do_untar out/downloads/dendrite-stub.tar.gz
5102024-05-13T13:04:33.585Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5112024-05-13T13:04:34.408Z+ do_assemble
5122024-05-13T13:04:34.408Z+ rm -r ./out/dendrite-stub
5132024-05-13T13:04:34.433Z+ mkdir ./out/dendrite-stub
5142024-05-13T13:04:34.433Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5152024-05-13T13:04:34.558Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5162024-05-13T13:04:34.583Z+ set -o errexit
5172024-05-13T13:04:34.583Z+++ dirname ./tools/ci_download_maghemite_mgd
5182024-05-13T13:04:34.583Z++ cd ./tools
5192024-05-13T13:04:34.583Z++ pwd
5202024-05-13T13:04:34.583Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-05-13T13:04:34.583Z++ basename ./tools/ci_download_maghemite_mgd
5222024-05-13T13:04:34.583Z+ ARG0=ci_download_maghemite_mgd
5232024-05-13T13:04:34.583Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5242024-05-13T13:04:34.583Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5252024-05-13T13:04:34.583Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5262024-05-13T13:04:34.583Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5272024-05-13T13:04:34.583Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5282024-05-13T13:04:34.584Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5292024-05-13T13:04:34.584Z+ TARGET_DIR=out
5302024-05-13T13:04:34.584Z+ DOWNLOAD_DIR=out/downloads
5312024-05-13T13:04:34.584Z+ DEST_DIR=./out/mgd
5322024-05-13T13:04:34.584Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5332024-05-13T13:04:34.584Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5342024-05-13T13:04:34.584Z+ REPO=oxidecomputer/maghemite
5352024-05-13T13:04:34.584Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5362024-05-13T13:04:34.584Z+ main
5372024-05-13T13:04:34.584Z+ rm -rf out/downloads/root
5382024-05-13T13:04:34.609Z+ [[ 0 != 0 ]]
5392024-05-13T13:04:34.609Z+ CIDL_OS=solaris2.11
5402024-05-13T13:04:34.609Z+ [[ 0 != 0 ]]
5412024-05-13T13:04:34.609Z+ configure_os solaris2.11
5422024-05-13T13:04:34.609Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-05-13T13:04:34.609Z+ echo 'configuring based on OS: "solaris2.11"'
5442024-05-13T13:04:34.609Z+ case "$1" in
5452024-05-13T13:04:34.609Z+ SET_BINARIES=
5462024-05-13T13:04:34.610Zcurrent directory: /work/oxidecomputer/omicron
5472024-05-13T13:04:34.610Zconfiguring based on OS: "solaris2.11"
5482024-05-13T13:04:34.610Z+ CIDL_SHA256FUNC=do_sha256sum
5492024-05-13T13:04:34.610Z+ TARBALL_FILENAME=mgd.tar.gz
5502024-05-13T13:04:34.610Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5512024-05-13T13:04:34.610Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5522024-05-13T13:04:34.610Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5532024-05-13T13:04:34.610ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5542024-05-13T13:04:34.610Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5552024-05-13T13:04:34.610Z+ mkdir -p out/downloads
5562024-05-13T13:04:34.610ZLocal file: out/downloads/mgd.tar.gz
5572024-05-13T13:04:34.610Z+ mkdir -p ./out/mgd
5582024-05-13T13:04:34.610Z+ fetch_and_verify
5592024-05-13T13:04:34.610Z+ local DO_DOWNLOAD=true
5602024-05-13T13:04:34.610Z+ [[ -f out/downloads/mgd.tar.gz ]]
5612024-05-13T13:04:34.610Z+ '[' true == true ']'
5622024-05-13T13:04:34.610Z+ echo Downloading...
5632024-05-13T13:04:34.610ZDownloading...
5642024-05-13T13:04:34.610Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5652024-05-13T13:04:34.610Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5662024-05-13T13:04:42.565Z++ do_sha256sum out/downloads/mgd.tar.gz
5672024-05-13T13:04:42.591Z++ sha256sum
5682024-05-13T13:04:42.591Z++ awk '{print $1}'
5692024-05-13T13:04:42.616Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5702024-05-13T13:04:42.616Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5712024-05-13T13:04:42.616Z+ do_untar out/downloads/mgd.tar.gz
5722024-05-13T13:04:42.616Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5732024-05-13T13:04:43.394Z+ do_assemble
5742024-05-13T13:04:43.394Z+ rm -r ./out/mgd
5752024-05-13T13:04:43.419Z+ mkdir ./out/mgd
5762024-05-13T13:04:43.419Z+ cp -r out/downloads/root ./out/mgd/root
5772024-05-13T13:04:43.467Z+ set -o errexit
5782024-05-13T13:04:43.518Z+++ dirname ./tools/ci_download_transceiver_control
5792024-05-13T13:04:43.518Z++ cd ./tools
5802024-05-13T13:04:43.518Z++ pwd
5812024-05-13T13:04:43.518Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5822024-05-13T13:04:43.518Z++ basename ./tools/ci_download_transceiver_control
5832024-05-13T13:04:43.518Z+ ARG0=ci_download_transceiver_control
5842024-05-13T13:04:43.518Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5852024-05-13T13:04:43.518Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5862024-05-13T13:04:43.518Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5872024-05-13T13:04:43.518Z+ TARGET_DIR=out
5882024-05-13T13:04:43.518Z+ DOWNLOAD_DIR=out/downloads
5892024-05-13T13:04:43.518Z+ DEST_DIR=./out/transceiver-control
5902024-05-13T13:04:43.518Z+ BIN_DIR=/opt/oxide/bin
5912024-05-13T13:04:43.518Z+ BINARY=xcvradm
5922024-05-13T13:04:43.518Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5932024-05-13T13:04:43.518Z+ REPO=oxidecomputer/transceiver-control
5942024-05-13T13:04:43.518Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5952024-05-13T13:04:43.518Z+ main
5962024-05-13T13:04:43.518Z+ [[ 0 != 0 ]]
5972024-05-13T13:04:43.518Z+ CIDL_OS=solaris2.11
5982024-05-13T13:04:43.518Z+ [[ 0 != 0 ]]
5992024-05-13T13:04:43.518Z+ configure_os solaris2.11
6002024-05-13T13:04:43.519Z+ echo 'current directory: /work/oxidecomputer/omicron'
6012024-05-13T13:04:43.519Z+ echo 'configuring based on OS: "solaris2.11"'
6022024-05-13T13:04:43.519Zcurrent directory: /work/oxidecomputer/omicron
6032024-05-13T13:04:43.519Zconfiguring based on OS: "solaris2.11"
6042024-05-13T13:04:43.519Z+ case "$1" in
6052024-05-13T13:04:43.519Z+ SET_BINARIES=
6062024-05-13T13:04:43.519Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6072024-05-13T13:04:43.519Z+ CIDL_SHA256FUNC=do_sha256sum
6082024-05-13T13:04:43.519Z+ ARCHIVE_FILENAME=xcvradm.gz
6092024-05-13T13:04:43.519Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6102024-05-13T13:04:43.519Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6112024-05-13T13:04:43.519Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6122024-05-13T13:04:43.519ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-13T13:04:43.519ZLocal file: out/downloads/xcvradm.gz
6142024-05-13T13:04:43.519Z+ echo 'Local file: out/downloads/xcvradm.gz'
6152024-05-13T13:04:43.519Z+ mkdir -p out/downloads
6162024-05-13T13:04:43.519Z+ mkdir -p ./out/transceiver-control
6172024-05-13T13:04:43.519Z+ fetch_and_verify
6182024-05-13T13:04:43.519Z+ local DO_DOWNLOAD=true
6192024-05-13T13:04:43.519Z+ [[ -f out/downloads/xcvradm.gz ]]
6202024-05-13T13:04:43.519Z+ '[' true == true ']'
6212024-05-13T13:04:43.519Z+ echo Downloading...
6222024-05-13T13:04:43.519ZDownloading...
6232024-05-13T13:04:43.520Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6242024-05-13T13:04:43.520Z+ 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
6252024-05-13T13:04:44.761Z++ do_sha256sum out/downloads/xcvradm.gz
6262024-05-13T13:04:44.787Z++ sha256sum
6272024-05-13T13:04:44.787Z++ awk '{print $1}'
6282024-05-13T13:04:44.787Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292024-05-13T13:04:44.788Z+ [[ 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 ]]
6302024-05-13T13:04:44.788Z+ do_unpack out/downloads/xcvradm.gz
6312024-05-13T13:04:44.788Z+ mkdir -p out/downloads/root//opt/oxide/bin
6322024-05-13T13:04:44.788Z+ gzip -dc out/downloads/xcvradm.gz
6332024-05-13T13:04:44.916Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6342024-05-13T13:04:44.941Z+ do_assemble
6352024-05-13T13:04:44.941Z+ rm -r ./out/transceiver-control
6362024-05-13T13:04:44.941Z+ mkdir ./out/transceiver-control
6372024-05-13T13:04:44.941Z+ cp -r out/downloads/root ./out/transceiver-control/root
6382024-05-13T13:04:45.039Z+ set -o errexit
6392024-05-13T13:04:45.064Z+++ dirname ./tools/ci_download_thundermuffin
6402024-05-13T13:04:45.064Z++ cd ./tools
6412024-05-13T13:04:45.065Z++ pwd
6422024-05-13T13:04:45.065Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6432024-05-13T13:04:45.065Z++ basename ./tools/ci_download_thundermuffin
6442024-05-13T13:04:45.065Z+ ARG0=ci_download_thundermuffin
6452024-05-13T13:04:45.065Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6462024-05-13T13:04:45.065Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6472024-05-13T13:04:45.065Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6482024-05-13T13:04:45.065Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6492024-05-13T13:04:45.065Z+ TARGET_DIR=out
6502024-05-13T13:04:45.065Z+ DOWNLOAD_DIR=out/downloads
6512024-05-13T13:04:45.065Z+ DEST_DIR=./out/thundermuffin
6522024-05-13T13:04:45.065Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6532024-05-13T13:04:45.065Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6542024-05-13T13:04:45.065Z+ REPO=oxidecomputer/thundermuffin
6552024-05-13T13:04:45.065Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6562024-05-13T13:04:45.065Z+ main
6572024-05-13T13:04:45.065Z+ rm -rf out/downloads/root
6582024-05-13T13:04:45.065Z+ [[ 0 != 0 ]]
6592024-05-13T13:04:45.065Z+ CIDL_OS=solaris2.11
6602024-05-13T13:04:45.065Z+ [[ 0 != 0 ]]
6612024-05-13T13:04:45.065Z+ configure_os solaris2.11
6622024-05-13T13:04:45.065Z+ echo 'current directory: /work/oxidecomputer/omicron'
6632024-05-13T13:04:45.066Zcurrent directory: /work/oxidecomputer/omicron
6642024-05-13T13:04:45.066Z+ echo 'configuring based on OS: "solaris2.11"'
6652024-05-13T13:04:45.066Z+ case "$1" in
6662024-05-13T13:04:45.066Zconfiguring based on OS: "solaris2.11"
6672024-05-13T13:04:45.066Z+ SET_BINARIES=
6682024-05-13T13:04:45.066Z+ CIDL_SHA256FUNC=do_sha256sum
6692024-05-13T13:04:45.066Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6702024-05-13T13:04:45.066Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6712024-05-13T13:04:45.066Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6722024-05-13T13:04:45.066Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6732024-05-13T13:04:45.066ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6742024-05-13T13:04:45.066Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6752024-05-13T13:04:45.066ZLocal file: out/downloads/thundermuffin.tar.gz
6762024-05-13T13:04:45.066Z+ mkdir -p out/downloads
6772024-05-13T13:04:45.066Z+ mkdir -p ./out/thundermuffin
6782024-05-13T13:04:45.066Z+ fetch_and_verify
6792024-05-13T13:04:45.066Z+ local DO_DOWNLOAD=true
6802024-05-13T13:04:45.066Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6812024-05-13T13:04:45.066Z+ '[' true == true ']'
6822024-05-13T13:04:45.066Z+ echo Downloading...
6832024-05-13T13:04:45.066ZDownloading...
6842024-05-13T13:04:45.066Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6852024-05-13T13:04:45.067Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6862024-05-13T13:04:45.493Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6872024-05-13T13:04:45.520Z++ sha256sum
6882024-05-13T13:04:45.520Z++ awk '{print $1}'
6892024-05-13T13:04:45.520Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6902024-05-13T13:04:45.520Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6912024-05-13T13:04:45.520Z+ do_untar out/downloads/thundermuffin.tar.gz
6922024-05-13T13:04:45.520Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6932024-05-13T13:04:45.591Z+ do_assemble
6942024-05-13T13:04:45.591Z+ rm -r ./out/thundermuffin
6952024-05-13T13:04:45.616Z+ mkdir ./out/thundermuffin
6962024-05-13T13:04:45.616Z+ cp -r out/downloads/root ./out/thundermuffin/root
6972024-05-13T13:04:45.616ZAll prerequisites installed successfully
6982024-05-13T13:04:45.616Z
6992024-05-13T13:04:45.617Zreal 1:42.177089647
7002024-05-13T13:04:45.617Zuser 43.287092314
7012024-05-13T13:04:45.617Zsys 11.120459151
7022024-05-13T13:04:45.617Ztrap 0.011579996
7032024-05-13T13:04:45.617Ztflt 0.011019250
7042024-05-13T13:04:45.617Zdflt 0.018983246
7052024-05-13T13:04:45.617Zkflt 0.005904594
7062024-05-13T13:04:45.617Zlock 1.928763135
7072024-05-13T13:04:45.617Zslp 3:20.105888879
7082024-05-13T13:04:45.617Zlat 4.441934670
7092024-05-13T13:04:45.617Zstop 0.070633235
7102024-05-13T13:04:45.617Z+ banner end-to-end-tests
7112024-05-13T13:04:45.617Z
7122024-05-13T13:04:45.617Z ###### # # ##### ##### #### ###### # # #####
7132024-05-13T13:04:45.617Z # ## # # # # # # # ## # # #
7142024-05-13T13:04:45.617Z ##### # # # # # ##### # # # ##### ##### # # # # #
7152024-05-13T13:04:45.617Z # # # # # # # # # # # # # # #
7162024-05-13T13:04:45.617Z # # ## # # # # # # # ## # #
7172024-05-13T13:04:45.617Z ###### # # ##### # #### ###### # # #####
7182024-05-13T13:04:45.617Z
7192024-05-13T13:04:45.617Z+ export CARGO_PROFILE_DEV_DEBUG=1
7202024-05-13T13:04:45.618Z+ CARGO_PROFILE_DEV_DEBUG=1
7212024-05-13T13:04:45.618Z+ export CARGO_PROFILE_TEST_DEBUG=1
7222024-05-13T13:04:45.618Z+ CARGO_PROFILE_TEST_DEBUG=1
7232024-05-13T13:04:45.618Z+ export CARGO_INCREMENTAL=0
7242024-05-13T13:04:45.618Z+ CARGO_INCREMENTAL=0
7252024-05-13T13:04:45.618Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7262024-05-13T13:04:45.877Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272024-05-13T13:04:46.548Z Updating git repository `https://github.com/oxidecomputer/zone`
7282024-05-13T13:04:47.118Z Updating crates.io index
7292024-05-13T13:04:47.155Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7302024-05-13T13:04:48.208Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7312024-05-13T13:04:49.186Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-05-13T13:04:51.672Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-05-13T13:04:52.238Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7342024-05-13T13:04:52.747Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352024-05-13T13:04:54.093Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362024-05-13T13:04:56.128Z Updating git repository `https://github.com/oxidecomputer/opte`
7372024-05-13T13:04:57.167Z Updating git repository `https://github.com/oxidecomputer/falcon`
7382024-05-13T13:04:58.218Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7392024-05-13T13:04:58.766Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-05-13T13:04:59.532Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7412024-05-13T13:05:00.232Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7422024-05-13T13:05:01.045Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7432024-05-13T13:05:01.651Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7442024-05-13T13:05:02.421Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-05-13T13:05:03.185Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-05-13T13:05:04.003Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-05-13T13:05:04.474Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7482024-05-13T13:05:05.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
7492024-05-13T13:05:05.825Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7502024-05-13T13:05:06.323Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7512024-05-13T13:05:06.980Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522024-05-13T13:05:07.764Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7532024-05-13T13:05:08.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542024-05-13T13:05:08.684Z Updating git repository `https://github.com/jgallagher/nix`
7552024-05-13T13:05:09.958Z Updating git repository `https://github.com/cbiffle/hubpack`
7562024-05-13T13:05:11.034Z Updating git repository `https://github.com/oxidecomputer/typify`
7572024-05-13T13:05:12.687Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582024-05-13T13:05:13.257Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592024-05-13T13:05:13.664Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602024-05-13T13:05:14.281Z Updating git repository `https://github.com/oxidecomputer/rfb`
7612024-05-13T13:05:15.885Z Downloading crates ...
7622024-05-13T13:05:15.967Z Downloaded addr2line v0.21.0
7632024-05-13T13:05:15.995Z Downloaded adler v1.0.2
7642024-05-13T13:05:16.022Z Downloaded byteorder v1.5.0
7652024-05-13T13:05:16.022Z Downloaded ipnet v2.9.0
7662024-05-13T13:05:16.022Z Downloaded instant v0.1.12
7672024-05-13T13:05:16.022Z Downloaded ident_case v1.0.1
7682024-05-13T13:05:16.022Z Downloaded indexmap v1.9.3
7692024-05-13T13:05:16.047Z Downloaded der v0.7.8
7702024-05-13T13:05:16.047Z Downloaded fxhash v0.2.1
7712024-05-13T13:05:16.075Z Downloaded quick-error v1.2.3
7722024-05-13T13:05:16.075Z Downloaded tinyvec_macros v0.1.1
7732024-05-13T13:05:16.075Z Downloaded quote v1.0.36
7742024-05-13T13:05:16.075Z Downloaded tracing-attributes v0.1.27
7752024-05-13T13:05:16.103Z Downloaded want v0.3.1
7762024-05-13T13:05:16.103Z Downloaded xattr v1.0.1
7772024-05-13T13:05:16.103Z Downloaded sigpipe v0.1.3
7782024-05-13T13:05:16.103Z Downloaded headers-core v0.2.0
7792024-05-13T13:05:16.103Z Downloaded semver v0.1.20
7802024-05-13T13:05:16.131Z Downloaded equivalent v1.0.1
7812024-05-13T13:05:16.131Z Downloaded secrecy v0.8.0
7822024-05-13T13:05:16.131Z Downloaded futures-core v0.3.30
7832024-05-13T13:05:16.131Z Downloaded portpicker v0.1.1
7842024-05-13T13:05:16.131Z Downloaded tokio-native-tls v0.3.1
7852024-05-13T13:05:16.157Z Downloaded endian-type v0.1.2
7862024-05-13T13:05:16.158Z Downloaded enum-as-inner v0.5.1
7872024-05-13T13:05:16.158Z Downloaded take_mut v0.2.2
7882024-05-13T13:05:16.158Z Downloaded flagset v0.4.3
7892024-05-13T13:05:16.158Z Downloaded foreign-types-shared v0.1.1
7902024-05-13T13:05:16.185Z Downloaded form_urlencoded v1.2.1
7912024-05-13T13:05:16.185Z Downloaded rfc6979 v0.4.0
7922024-05-13T13:05:16.185Z Downloaded rustversion v1.0.14
7932024-05-13T13:05:16.185Z Downloaded try-lock v0.2.4
7942024-05-13T13:05:16.185Z Downloaded scroll v0.12.0
7952024-05-13T13:05:16.211Z Downloaded ed25519 v2.2.2
7962024-05-13T13:05:16.211Z Downloaded ecdsa v0.16.9
7972024-05-13T13:05:16.211Z Downloaded typenum v1.16.0
7982024-05-13T13:05:16.211Z Downloaded tungstenite v0.21.0
7992024-05-13T13:05:16.211Z Downloaded ed25519-dalek v2.0.0
8002024-05-13T13:05:16.237Z Downloaded trust-dns-resolver v0.22.0
8012024-05-13T13:05:16.237Z Downloaded rustls v0.22.4
8022024-05-13T13:05:16.262Z Downloaded diesel v2.1.6
8032024-05-13T13:05:16.288Z Downloaded rustix v0.38.31
8042024-05-13T13:05:16.313Z Downloaded dhcproto v0.11.0
8052024-05-13T13:05:16.339Z Downloaded winapi v0.3.9
8062024-05-13T13:05:16.380Z Downloaded encoding_rs v0.8.33
8072024-05-13T13:05:16.425Z Downloaded sled v0.34.7
8082024-05-13T13:05:16.450Z Downloaded libc v0.2.153
8092024-05-13T13:05:16.479Z Downloaded ring v0.16.20
8102024-05-13T13:05:16.576Z Downloaded ring v0.17.8
8112024-05-13T13:05:16.651Z Downloaded openssl v0.10.64
8122024-05-13T13:05:16.676Z Downloaded openapiv3 v2.0.0
8132024-05-13T13:05:16.676Z Downloaded object v0.32.1
8142024-05-13T13:05:16.701Z Downloaded petgraph v0.6.4
8152024-05-13T13:05:16.701Z Downloaded p521 v0.13.3
8162024-05-13T13:05:16.726Z Downloaded ucd-trie v0.1.6
8172024-05-13T13:05:16.726Z Downloaded schemars v0.8.17
8182024-05-13T13:05:16.727Z Downloaded russh v0.43.0
8192024-05-13T13:05:16.727Z Downloaded regex-automata v0.4.5
8202024-05-13T13:05:16.752Z Downloaded flate2 v1.0.28
8212024-05-13T13:05:16.752Z Downloaded toml_edit v0.22.12
8222024-05-13T13:05:16.778Z Downloaded toml_edit v0.19.15
8232024-05-13T13:05:16.803Z Downloaded tokio v1.37.0
8242024-05-13T13:05:16.844Z Downloaded sha3 v0.10.8
8252024-05-13T13:05:16.870Z Downloaded pest v2.7.6
8262024-05-13T13:05:16.870Z Downloaded papergrid v0.11.0
8272024-05-13T13:05:16.870Z Downloaded num-bigint v0.4.4
8282024-05-13T13:05:16.871Z Downloaded nom v7.1.3
8292024-05-13T13:05:16.896Z Downloaded mio v0.8.11
8302024-05-13T13:05:16.896Z Downloaded minimal-lexical v0.2.1
8312024-05-13T13:05:16.896Z Downloaded memchr v2.7.1
8322024-05-13T13:05:16.896Z Downloaded libm v0.2.7
8332024-05-13T13:05:16.921Z Downloaded itertools v0.12.1
8342024-05-13T13:05:16.921Z Downloaded itertools v0.10.5
8352024-05-13T13:05:16.921Z Downloaded russh-keys v0.43.0
8362024-05-13T13:05:16.946Z Downloaded ron v0.7.1
8372024-05-13T13:05:16.946Z Downloaded regex-syntax v0.8.2
8382024-05-13T13:05:16.946Z Downloaded tempfile v3.10.1
8392024-05-13T13:05:16.946Z Downloaded tar v0.4.40
8402024-05-13T13:05:16.946Z Downloaded slog v2.7.0
8412024-05-13T13:05:16.973Z Downloaded derive_more v0.99.17
8422024-05-13T13:05:16.973Z Downloaded derive-where v1.2.7
8432024-05-13T13:05:16.973Z Downloaded half v2.3.1
8442024-05-13T13:05:16.973Z Downloaded parking_lot v0.12.1
8452024-05-13T13:05:16.973Z Downloaded p256 v0.13.2
8462024-05-13T13:05:16.973Z Downloaded openssl-sys v0.9.102
8472024-05-13T13:05:17.010Z Downloaded num-derive v0.4.0
8482024-05-13T13:05:17.010Z Downloaded miniz_oxide v0.7.1
8492024-05-13T13:05:17.010Z Downloaded unicase v2.7.0
8502024-05-13T13:05:17.010Z Downloaded trust-dns-proto v0.22.0
8512024-05-13T13:05:17.010Z Downloaded schemars_derive v0.8.17
8522024-05-13T13:05:17.010Z Downloaded regress v0.9.1
8532024-05-13T13:05:17.056Z Downloaded float-cmp v0.9.0
8542024-05-13T13:05:17.056Z Downloaded postgres-types v0.2.6
8552024-05-13T13:05:17.056Z Downloaded hyper-staticfile v0.9.5
8562024-05-13T13:05:17.056Z Downloaded serde_arrays v0.1.0
8572024-05-13T13:05:17.056Z Downloaded rustls-pemfile v2.1.2
8582024-05-13T13:05:17.057Z Downloaded zerocopy-derive v0.6.6
8592024-05-13T13:05:17.057Z Downloaded pin-project-lite v0.2.13
8602024-05-13T13:05:17.057Z Downloaded pest_meta v2.7.6
8612024-05-13T13:05:17.057Z Downloaded parking_lot v0.11.2
8622024-05-13T13:05:17.057Z Downloaded once_cell v1.19.0
8632024-05-13T13:05:17.057Z Downloaded omicron-zone-package v0.11.0
8642024-05-13T13:05:17.083Z Downloaded num-traits v0.2.18
8652024-05-13T13:05:17.083Z Downloaded num-complex v0.4.5
8662024-05-13T13:05:17.083Z Downloaded multer v3.1.0
8672024-05-13T13:05:17.083Z Downloaded mime_guess v2.0.4
8682024-05-13T13:05:17.083Z Downloaded pest_derive v2.7.6
8692024-05-13T13:05:17.083Z Downloaded password-hash v0.5.0
8702024-05-13T13:05:17.083Z Downloaded password-hash v0.4.2
8712024-05-13T13:05:17.083Z Downloaded num-integer v0.1.46
8722024-05-13T13:05:17.083Z Downloaded reqwest v0.11.27
8732024-05-13T13:05:17.083Z Downloaded tabled v0.15.0
8742024-05-13T13:05:17.109Z Downloaded toml_datetime v0.6.5
8752024-05-13T13:05:17.109Z Downloaded idna v0.5.0
8762024-05-13T13:05:17.109Z Downloaded idna v0.3.0
8772024-05-13T13:05:17.109Z Downloaded idna v0.2.3
8782024-05-13T13:05:17.134Z Downloaded fixedbitset v0.4.2
8792024-05-13T13:05:17.134Z Downloaded filetime v0.2.23
8802024-05-13T13:05:17.134Z Downloaded ff v0.13.0
8812024-05-13T13:05:17.134Z Downloaded fastrand v2.0.1
8822024-05-13T13:05:17.134Z Downloaded pem-rfc7468 v0.7.0
8832024-05-13T13:05:17.134Z Downloaded parking_lot_core v0.9.8
8842024-05-13T13:05:17.135Z Downloaded bzip2-sys v0.1.11+1.0.8
8852024-05-13T13:05:17.160Z Downloaded dhcproto-macros v0.1.0
8862024-05-13T13:05:17.160Z Downloaded trust-dns-server v0.22.1
8872024-05-13T13:05:17.160Z Downloaded trust-dns-client v0.22.0
8882024-05-13T13:05:17.160Z Downloaded scopeguard v1.2.0
8892024-05-13T13:05:17.160Z Downloaded scheduled-thread-pool v0.2.7
8902024-05-13T13:05:17.160Z Downloaded regex-automata v0.1.10
8912024-05-13T13:05:17.187Z Downloaded rustls-webpki v0.102.1
8922024-05-13T13:05:17.213Z Downloaded hyper v0.14.28
8932024-05-13T13:05:17.213Z Downloaded postgres-protocol v0.6.6
8942024-05-13T13:05:17.213Z Downloaded rustls v0.21.9
8952024-05-13T13:05:17.238Z Downloaded parking_lot_core v0.8.6
8962024-05-13T13:05:17.238Z Downloaded owo-colors v4.0.0
8972024-05-13T13:05:17.238Z Downloaded log v0.4.21
8982024-05-13T13:05:17.238Z Downloaded tungstenite v0.20.1
8992024-05-13T13:05:17.238Z Downloaded rustls-webpki v0.101.7
9002024-05-13T13:05:17.263Z Downloaded hkdf v0.12.4
9012024-05-13T13:05:17.263Z Downloaded rustls-pemfile v1.0.3
9022024-05-13T13:05:17.263Z Downloaded hex v0.4.3
9032024-05-13T13:05:17.263Z Downloaded heck v0.5.0
9042024-05-13T13:05:17.263Z Downloaded heck v0.4.1
9052024-05-13T13:05:17.263Z Downloaded slog-bunyan v2.5.0
9062024-05-13T13:05:17.263Z Downloaded slog-async v2.8.0
9072024-05-13T13:05:17.263Z Downloaded topological-sort v0.2.2
9082024-05-13T13:05:17.263Z Downloaded term v0.7.0
9092024-05-13T13:05:17.263Z Downloaded ryu v1.0.15
9102024-05-13T13:05:17.288Z Downloaded russh-cryptovec v0.7.0
9112024-05-13T13:05:17.289Z Downloaded num_enum_derive v0.5.11
9122024-05-13T13:05:17.289Z Downloaded termcolor v1.2.0
9132024-05-13T13:05:17.289Z Downloaded sct v0.7.0
9142024-05-13T13:05:17.289Z Downloaded futures v0.3.30
9152024-05-13T13:05:17.289Z Downloaded deranged v0.3.11
9162024-05-13T13:05:17.289Z Downloaded webpki-roots v0.25.2
9172024-05-13T13:05:17.289Z Downloaded lock_api v0.4.10
9182024-05-13T13:05:17.289Z Downloaded num-rational v0.4.1
9192024-05-13T13:05:17.289Z Downloaded memmap2 v0.7.1
9202024-05-13T13:05:17.314Z Downloaded linked-hash-map v0.5.6
9212024-05-13T13:05:17.315Z Downloaded tower-service v0.3.2
9222024-05-13T13:05:17.315Z Downloaded toolchain_find v0.4.0
9232024-05-13T13:05:17.315Z Downloaded terminal_size v0.3.0
9242024-05-13T13:05:17.315Z Downloaded scroll_derive v0.12.0
9252024-05-13T13:05:17.315Z Downloaded same-file v1.0.6
9262024-05-13T13:05:17.315Z Downloaded rustfmt-wrapper v0.2.1
9272024-05-13T13:05:17.315Z Downloaded rustc_version v0.4.0
9282024-05-13T13:05:17.315Z Downloaded rustc_version v0.1.7
9292024-05-13T13:05:17.315Z Downloaded rustc-demangle v0.1.23
9302024-05-13T13:05:17.315Z Downloaded flume v0.11.0
9312024-05-13T13:05:17.315Z Downloaded vcpkg v0.2.15
9322024-05-13T13:05:17.358Z Downloaded dyn-clone v1.0.17
9332024-05-13T13:05:17.384Z Downloaded pest_generator v2.7.6
9342024-05-13T13:05:17.384Z Downloaded percent-encoding v2.3.1
9352024-05-13T13:05:17.384Z Downloaded pem v3.0.4
9362024-05-13T13:05:17.384Z Downloaded pbkdf2 v0.11.0
9372024-05-13T13:05:17.384Z Downloaded resolv-conf v0.7.0
9382024-05-13T13:05:17.384Z Downloaded powerfmt v0.2.0
9392024-05-13T13:05:17.384Z Downloaded http v1.0.0
9402024-05-13T13:05:17.384Z Downloaded http v0.2.12
9412024-05-13T13:05:17.384Z Downloaded foreign-types-macros v0.2.3
9422024-05-13T13:05:17.384Z Downloaded regex v1.10.4
9432024-05-13T13:05:17.821Z Downloaded pin-utils v0.1.0
9442024-05-13T13:05:17.821Z Downloaded paste v1.0.14
9452024-05-13T13:05:17.821Z Downloaded foreign-types-shared v0.3.1
9462024-05-13T13:05:17.821Z Downloaded foreign-types v0.5.0
9472024-05-13T13:05:17.821Z Downloaded fnv v1.0.7
9482024-05-13T13:05:17.821Z Downloaded tokio-util v0.7.10
9492024-05-13T13:05:17.863Z Downloaded hashbrown v0.14.3
9502024-05-13T13:05:17.863Z Downloaded gimli v0.28.0
9512024-05-13T13:05:17.863Z Downloaded pbkdf2 v0.12.2
9522024-05-13T13:05:17.863Z Downloaded parse-display-derive v0.9.0
9532024-05-13T13:05:17.863Z Downloaded num_cpus v1.16.0
9542024-05-13T13:05:17.863Z Downloaded foreign-types v0.3.2
9552024-05-13T13:05:17.863Z Downloaded slog-dtrace v0.3.0
9562024-05-13T13:05:17.863Z Downloaded elliptic-curve v0.13.8
9572024-05-13T13:05:17.863Z Downloaded tokio-postgres v0.7.10
9582024-05-13T13:05:17.863Z Downloaded serde_json v1.0.116
9592024-05-13T13:05:17.863Z Downloaded zerocopy v0.7.32
9602024-05-13T13:05:17.863Z Downloaded radix_trie v0.2.1
9612024-05-13T13:05:17.863Z Downloaded phf_shared v0.11.2
9622024-05-13T13:05:17.863Z Downloaded peg-runtime v0.8.3
9632024-05-13T13:05:17.863Z Downloaded httparse v1.8.0
9642024-05-13T13:05:17.863Z Downloaded serde_with v3.7.0
9652024-05-13T13:05:17.863Z Downloaded winnow v0.5.15
9662024-05-13T13:05:17.863Z Downloaded smoltcp v0.11.0
9672024-05-13T13:05:17.864Z Downloaded tabwriter v1.4.0
9682024-05-13T13:05:17.864Z Downloaded tabled_derive v0.7.0
9692024-05-13T13:05:17.864Z Downloaded rustls-pki-types v1.3.0
9702024-05-13T13:05:17.864Z Downloaded either v1.11.0
9712024-05-13T13:05:17.864Z Downloaded hyper-rustls v0.24.2
9722024-05-13T13:05:17.864Z Downloaded hmac v0.12.1
9732024-05-13T13:05:17.864Z Downloaded hex-literal v0.4.1
9742024-05-13T13:05:17.864Z Downloaded futures-channel v0.3.30
9752024-05-13T13:05:17.864Z Downloaded postcard v1.0.8
9762024-05-13T13:05:17.864Z Downloaded expectorate v1.1.0
9772024-05-13T13:05:17.864Z Downloaded parse-display v0.9.0
9782024-05-13T13:05:17.864Z Downloaded num_enum v0.5.11
9792024-05-13T13:05:17.864Z Downloaded embedded-io v0.4.0
9802024-05-13T13:05:17.864Z Downloaded humantime v2.1.0
9812024-05-13T13:05:17.864Z Downloaded hubpack v0.1.2
9822024-05-13T13:05:17.864Z Downloaded httpdate v1.0.3
9832024-05-13T13:05:17.864Z Downloaded http-body v0.4.5
9842024-05-13T13:05:17.864Z Downloaded hostname v0.3.1
9852024-05-13T13:05:17.864Z Downloaded home v0.5.5
9862024-05-13T13:05:17.864Z Downloaded poly1305 v0.8.0
9872024-05-13T13:05:17.865Z Downloaded heapless v0.7.16
9882024-05-13T13:05:17.865Z Downloaded winnow v0.6.1
9892024-05-13T13:05:17.865Z Downloaded num-iter v0.1.44
9902024-05-13T13:05:17.865Z Downloaded hubpack_derive v0.1.1
9912024-05-13T13:05:17.865Z Downloaded http-range v0.1.5
9922024-05-13T13:05:17.865Z Downloaded hostname v0.4.0
9932024-05-13T13:05:17.865Z Downloaded tokio-macros v2.2.0
9942024-05-13T13:05:17.865Z Downloaded thread-id v4.2.0
9952024-05-13T13:05:17.865Z Downloaded thiserror-no-std v2.0.2
9962024-05-13T13:05:17.865Z Downloaded thiserror-impl-no-std v2.0.2
9972024-05-13T13:05:17.865Z Downloaded thiserror-impl v1.0.59
9982024-05-13T13:05:17.865Z Downloaded thiserror v1.0.59
9992024-05-13T13:05:17.865Z Downloaded platforms v3.0.2
10002024-05-13T13:05:17.865Z Downloaded pkcs8 v0.10.2
10012024-05-13T13:05:17.865Z Downloaded toml v0.5.11
10022024-05-13T13:05:17.865Z Downloaded serde v1.0.201
10032024-05-13T13:05:17.865Z Downloaded heapless v0.8.0
10042024-05-13T13:05:17.865Z Downloaded headers v0.3.9
10052024-05-13T13:05:17.865Z Downloaded hashbrown v0.12.3
10062024-05-13T13:05:17.865Z Downloaded phf v0.11.2
10072024-05-13T13:05:17.865Z Downloaded num v0.4.2
10082024-05-13T13:05:17.865Z Downloaded md-5 v0.10.5
10092024-05-13T13:05:17.865Z Downloaded managed v0.8.0
10102024-05-13T13:05:17.865Z Downloaded polyval v0.6.1
10112024-05-13T13:05:17.866Z Downloaded plain v0.2.3
10122024-05-13T13:05:17.866Z Downloaded pkg-config v0.3.27
10132024-05-13T13:05:17.866Z Downloaded toml v0.8.12
10142024-05-13T13:05:17.866Z Downloaded toml v0.7.8
10152024-05-13T13:05:17.866Z Downloaded unicode-normalization v0.1.22
10162024-05-13T13:05:17.866Z Downloaded rayon v1.10.0
10172024-05-13T13:05:17.866Z Downloaded nibble_vec v0.1.0
10182024-05-13T13:05:17.866Z Downloaded native-tls v0.2.11
10192024-05-13T13:05:17.866Z Downloaded nanorand v0.7.0
10202024-05-13T13:05:17.866Z Downloaded mime v0.3.17
10212024-05-13T13:05:17.866Z Downloaded iana-time-zone v0.1.57
10222024-05-13T13:05:17.866Z Downloaded hyper-tls v0.5.0
10232024-05-13T13:05:17.866Z Downloaded fallible-iterator v0.2.0
10242024-05-13T13:05:17.866Z Downloaded errno v0.3.8
10252024-05-13T13:05:17.866Z Downloaded erased-serde v0.3.31
10262024-05-13T13:05:17.866Z Downloaded env_logger v0.9.3
10272024-05-13T13:05:17.866Z Downloaded tokio-tungstenite v0.21.0
10282024-05-13T13:05:17.866Z Downloaded tokio-tungstenite v0.20.1
10292024-05-13T13:05:17.866Z Downloaded tokio-stream v0.1.15
10302024-05-13T13:05:17.866Z Downloaded tokio-rustls v0.25.0
10312024-05-13T13:05:17.866Z Downloaded tokio-rustls v0.24.1
10322024-05-13T13:05:17.866Z Downloaded semver v1.0.22
10332024-05-13T13:05:17.867Z Downloaded sha2 v0.10.8
10342024-05-13T13:05:17.867Z Downloaded serde_yaml v0.9.25
10352024-05-13T13:05:17.867Z Downloaded serde_with_macros v3.7.0
10362024-05-13T13:05:17.867Z Downloaded serde_derive v1.0.201
10372024-05-13T13:05:17.867Z Downloaded zone_cfg_derive v0.1.2
10382024-05-13T13:05:17.867Z Downloaded zone v0.1.8
10392024-05-13T13:05:17.867Z Downloaded zip v0.6.6
10402024-05-13T13:05:17.867Z Downloaded newtype-uuid v1.1.0
10412024-05-13T13:05:17.867Z Downloaded memmap v0.7.0
10422024-05-13T13:05:17.867Z Downloaded lru-cache v0.1.2
10432024-05-13T13:05:17.867Z Downloaded similar v2.4.0
10442024-05-13T13:05:17.867Z Downloaded signal-hook v0.3.17
10452024-05-13T13:05:17.867Z Downloaded unicode-segmentation v1.10.1
10462024-05-13T13:05:17.867Z Downloaded h2 v0.3.26
10472024-05-13T13:05:17.867Z Downloaded dtrace-parser v0.2.0
10482024-05-13T13:05:17.867Z Downloaded normalize-line-endings v0.3.0
10492024-05-13T13:05:17.893Z Downloaded sec1 v0.7.3
10502024-05-13T13:05:17.894Z Downloaded syn v1.0.109
10512024-05-13T13:05:17.894Z Downloaded signature v2.1.0
10522024-05-13T13:05:17.894Z Downloaded serde_derive_internals v0.29.0
10532024-05-13T13:05:17.894Z Downloaded unsafe-libyaml v0.2.10
10542024-05-13T13:05:17.894Z Downloaded time v0.3.34
10552024-05-13T13:05:17.894Z Downloaded goblin v0.8.0
10562024-05-13T13:05:17.894Z Downloaded futures-util v0.3.30
10572024-05-13T13:05:17.894Z Downloaded phf_shared v0.10.0
10582024-05-13T13:05:17.894Z Downloaded num_threads v0.1.6
10592024-05-13T13:05:17.894Z Downloaded heck v0.3.3
10602024-05-13T13:05:17.894Z Downloaded hash32 v0.3.1
10612024-05-13T13:05:17.894Z Downloaded hash32 v0.2.1
10622024-05-13T13:05:17.894Z Downloaded futures-sink v0.3.30
10632024-05-13T13:05:17.894Z Downloaded futures-macro v0.3.30
10642024-05-13T13:05:17.894Z Downloaded futures-io v0.3.30
10652024-05-13T13:05:17.894Z Downloaded futures-executor v0.3.30
10662024-05-13T13:05:17.894Z Downloaded slab v0.4.9
10672024-05-13T13:05:17.894Z Downloaded signal-hook-registry v1.4.1
10682024-05-13T13:05:17.894Z Downloaded signal-hook-mio v0.2.3
10692024-05-13T13:05:17.894Z Downloaded serde_urlencoded v0.7.1
10702024-05-13T13:05:17.894Z Downloaded serde_tokenstream v0.2.0
10712024-05-13T13:05:17.894Z Downloaded serde_path_to_error v0.1.16
10722024-05-13T13:05:17.894Z Downloaded uuid v1.8.0
10732024-05-13T13:05:17.895Z Downloaded url v2.5.0
10742024-05-13T13:05:17.895Z Downloaded syn v2.0.60
10752024-05-13T13:05:17.895Z Downloaded smoltcp v0.9.1
10762024-05-13T13:05:17.895Z Downloaded option-ext v0.2.0
10772024-05-13T13:05:17.895Z Downloaded openssl-probe v0.1.5
10782024-05-13T13:05:17.895Z Downloaded siphasher v0.3.11
10792024-05-13T13:05:17.895Z Downloaded sha1 v0.10.6
10802024-05-13T13:05:17.895Z Downloaded serde_spanned v0.6.5
10812024-05-13T13:05:17.895Z Downloaded serde_repr v0.1.16
10822024-05-13T13:05:17.895Z Downloaded zerocopy-derive v0.7.32
10832024-05-13T13:05:17.920Z Downloaded walkdir v2.5.0
10842024-05-13T13:05:17.920Z Downloaded unicode-bidi v0.3.15
10852024-05-13T13:05:17.920Z Downloaded rand v0.7.3
10862024-05-13T13:05:17.920Z Downloaded openssl-macros v0.1.1
10872024-05-13T13:05:17.920Z Downloaded opaque-debug v0.3.0
10882024-05-13T13:05:17.920Z Downloaded indexmap v2.2.6
10892024-05-13T13:05:17.920Z Downloaded zeroize_derive v1.4.2
10902024-05-13T13:05:17.920Z Downloaded zeroize v1.7.0
10912024-05-13T13:05:17.920Z Downloaded zerocopy v0.6.6
10922024-05-13T13:05:17.920Z Downloaded yasna v0.5.2
10932024-05-13T13:05:17.946Z Downloaded whoami v1.5.1
10942024-05-13T13:05:17.946Z Downloaded vsss-rs v3.3.4
10952024-05-13T13:05:17.946Z Downloaded version_check v0.9.4
10962024-05-13T13:05:17.946Z Downloaded utf-8 v0.7.6
10972024-05-13T13:05:17.946Z Downloaded usdt-impl v0.5.0
10982024-05-13T13:05:17.946Z Downloaded unicode-ident v1.0.12
10992024-05-13T13:05:17.946Z Downloaded tracing-core v0.1.32
11002024-05-13T13:05:17.946Z Downloaded tracing v0.1.40
11012024-05-13T13:05:17.946Z Downloaded linear-map v1.2.0
11022024-05-13T13:05:17.946Z Downloaded utf8parse v0.2.1
11032024-05-13T13:05:17.972Z Downloaded usdt v0.5.0
11042024-05-13T13:05:17.972Z Downloaded untrusted v0.9.0
11052024-05-13T13:05:17.972Z Downloaded universal-hash v0.5.1
11062024-05-13T13:05:17.972Z Downloaded rand v0.8.5
11072024-05-13T13:05:17.972Z Downloaded macaddr v1.0.1
11082024-05-13T13:05:17.972Z Downloaded libsw v3.3.1
11092024-05-13T13:05:17.972Z Downloaded lalrpop-util v0.19.12
11102024-05-13T13:05:17.972Z Downloaded ipnetwork v0.20.0
11112024-05-13T13:05:17.972Z Downloaded waitgroup v0.1.2
11122024-05-13T13:05:17.972Z Downloaded usdt-macro v0.5.0
11132024-05-13T13:05:17.972Z Downloaded usdt-attr-macro v0.5.0
11142024-05-13T13:05:17.972Z Downloaded untrusted v0.7.1
11152024-05-13T13:05:17.972Z Downloaded unicode-width v0.1.11
11162024-05-13T13:05:17.972Z Downloaded rayon-core v1.12.1
11172024-05-13T13:05:17.972Z Downloaded publicsuffix v2.2.3
11182024-05-13T13:05:17.997Z Downloaded cancel-safe-futures v0.1.5
11192024-05-13T13:05:17.997Z Downloaded tinyvec v1.6.0
11202024-05-13T13:05:17.997Z Downloaded time-macros v0.2.17
11212024-05-13T13:05:17.997Z Downloaded rcgen v0.12.1
11222024-05-13T13:05:17.997Z Downloaded proc-macro2 v1.0.81
11232024-05-13T13:05:17.997Z Downloaded kstat-rs v0.2.3
11242024-05-13T13:05:17.997Z Downloaded num-conv v0.1.0
11252024-05-13T13:05:17.997Z Downloaded new_debug_unreachable v1.0.4
11262024-05-13T13:05:17.998Z Downloaded curve25519-dalek v4.1.2
11272024-05-13T13:05:18.023Z Downloaded time-core v0.1.2
11282024-05-13T13:05:18.023Z Downloaded thread_local v1.1.7
11292024-05-13T13:05:18.023Z Downloaded rand_core v0.6.4
11302024-05-13T13:05:18.023Z Downloaded rand_core v0.5.1
11312024-05-13T13:05:18.023Z Downloaded rand_chacha v0.3.1
11322024-05-13T13:05:18.023Z Downloaded rand_chacha v0.2.2
11332024-05-13T13:05:18.023Z Downloaded r2d2 v0.8.10
11342024-05-13T13:05:18.023Z Downloaded psl-types v2.0.11
11352024-05-13T13:05:18.023Z Downloaded proc-macro-error-attr v1.0.4
11362024-05-13T13:05:18.023Z Downloaded proc-macro-error v1.0.4
11372024-05-13T13:05:18.048Z Downloaded primeorder v0.13.6
11382024-05-13T13:05:18.048Z Downloaded predicates-core v1.0.6
11392024-05-13T13:05:18.048Z Downloaded ppv-lite86 v0.2.17
11402024-05-13T13:05:18.048Z Downloaded newline-converter v0.3.0
11412024-05-13T13:05:18.048Z Downloaded matches v0.1.10
11422024-05-13T13:05:18.048Z Downloaded match_cfg v0.1.0
11432024-05-13T13:05:18.048Z Downloaded proc-macro-crate v1.3.1
11442024-05-13T13:05:18.048Z Downloaded pretty-hex v0.4.1
11452024-05-13T13:05:18.048Z Downloaded pretty-hex v0.2.1
11462024-05-13T13:05:18.049Z Downloaded predicates v3.1.0
11472024-05-13T13:05:18.049Z Downloaded precomputed-hash v0.1.1
11482024-05-13T13:05:18.049Z Downloaded group v0.13.0
11492024-05-13T13:05:18.049Z Downloaded glob v0.3.1
11502024-05-13T13:05:18.049Z Downloaded ghash v0.5.0
11512024-05-13T13:05:18.049Z Downloaded getrandom v0.2.12
11522024-05-13T13:05:18.049Z Downloaded getrandom v0.1.16
11532024-05-13T13:05:18.074Z Downloaded getopts v0.2.21
11542024-05-13T13:05:18.074Z Downloaded gethostname v0.4.3
11552024-05-13T13:05:18.074Z Downloaded generic-array v0.14.7
11562024-05-13T13:05:18.074Z Downloaded futures-task v0.3.30
11572024-05-13T13:05:18.074Z Downloaded dirs v5.0.1
11582024-05-13T13:05:18.074Z Downloaded diesel_derives v2.1.2
11592024-05-13T13:05:18.074Z Downloaded subprocess v0.2.9
11602024-05-13T13:05:18.074Z Downloaded strum_macros v0.26.1
11612024-05-13T13:05:18.074Z Downloaded steno v0.4.0
11622024-05-13T13:05:18.074Z Downloaded socket2 v0.5.6
11632024-05-13T13:05:18.099Z Downloaded newtype_derive v0.1.6
11642024-05-13T13:05:18.099Z Downloaded md5 v0.7.0
11652024-05-13T13:05:18.099Z Downloaded is-terminal v0.4.9
11662024-05-13T13:05:18.099Z Downloaded internet-checksum v0.2.1
11672024-05-13T13:05:18.100Z Downloaded bstr v0.2.17
11682024-05-13T13:05:18.100Z Downloaded dof v0.3.0
11692024-05-13T13:05:18.100Z Downloaded display-error-chain v0.2.0
11702024-05-13T13:05:18.100Z Downloaded dirs-sys-next v0.1.2
11712024-05-13T13:05:18.100Z Downloaded dirs-sys v0.4.1
11722024-05-13T13:05:18.100Z Downloaded dirs-next v2.0.0
11732024-05-13T13:05:18.100Z Downloaded digest v0.10.7
11742024-05-13T13:05:18.125Z Downloaded difflib v0.4.0
11752024-05-13T13:05:18.125Z Downloaded diesel_table_macro_syntax v0.1.0
11762024-05-13T13:05:18.125Z Downloaded sync_wrapper v0.1.2
11772024-05-13T13:05:18.126Z Downloaded swrite v0.1.0
11782024-05-13T13:05:18.126Z Downloaded subtle v2.5.0
11792024-05-13T13:05:18.126Z Downloaded strum_macros v0.25.2
11802024-05-13T13:05:18.126Z Downloaded strum v0.26.2
11812024-05-13T13:05:18.126Z Downloaded structmeta-derive v0.3.0
11822024-05-13T13:05:18.126Z Downloaded structmeta v0.3.0
11832024-05-13T13:05:18.126Z Downloaded strsim v0.11.0
11842024-05-13T13:05:18.126Z Downloaded strsim v0.10.0
11852024-05-13T13:05:18.126Z Downloaded stringprep v0.1.3
11862024-05-13T13:05:18.126Z Downloaded string_cache v0.8.7
11872024-05-13T13:05:18.126Z Downloaded static_assertions v1.1.0
11882024-05-13T13:05:18.126Z Downloaded stable_deref_trait v1.2.0
11892024-05-13T13:05:18.126Z Downloaded spki v0.7.2
11902024-05-13T13:05:18.126Z Downloaded spin v0.9.8
11912024-05-13T13:05:18.152Z Downloaded spin v0.5.2
11922024-05-13T13:05:18.152Z Downloaded socket2 v0.4.9
11932024-05-13T13:05:18.152Z Downloaded smf v0.2.3
11942024-05-13T13:05:18.152Z Downloaded smallvec v1.13.1
11952024-05-13T13:05:18.152Z Downloaded slog-term v2.9.1
11962024-05-13T13:05:18.152Z Downloaded slog-stdlog v4.1.1
11972024-05-13T13:05:18.152Z Downloaded slog-scope v4.4.0
11982024-05-13T13:05:18.152Z Downloaded slog-json v2.6.1
11992024-05-13T13:05:18.152Z Downloaded slog-envlogger v2.2.0
12002024-05-13T13:05:18.152Z Downloaded libefi-sys v0.1.0
12012024-05-13T13:05:18.152Z Downloaded lazy_static v1.4.0
12022024-05-13T13:05:18.152Z Downloaded keccak v0.1.4
12032024-05-13T13:05:18.152Z Downloaded itoa v1.0.9
12042024-05-13T13:05:18.152Z Downloaded inout v0.1.3
12052024-05-13T13:05:18.152Z Downloaded crossterm v0.27.0
12062024-05-13T13:05:18.177Z Downloaded crossbeam-channel v0.5.8
12072024-05-13T13:05:18.177Z Downloaded clap_builder v4.5.2
12082024-05-13T13:05:18.177Z Downloaded chrono v0.4.38
12092024-05-13T13:05:18.202Z Downloaded chacha20poly1305 v0.10.1
12102024-05-13T13:05:18.202Z Downloaded bytes v1.6.0
12112024-05-13T13:05:18.203Z Downloaded darling_core v0.20.8
12122024-05-13T13:05:18.203Z Downloaded crypto-bigint v0.5.2
12132024-05-13T13:05:18.203Z Downloaded crossbeam-utils v0.8.19
12142024-05-13T13:05:18.228Z Downloaded bitflags v2.4.2
12152024-05-13T13:05:18.228Z Downloaded bcrypt-pbkdf v0.10.0
12162024-05-13T13:05:18.228Z Downloaded defmt-parser v0.3.3
12172024-05-13T13:05:18.228Z Downloaded defmt v0.3.5
12182024-05-13T13:05:18.228Z Downloaded data-encoding v2.4.0
12192024-05-13T13:05:18.228Z Downloaded darling_macro v0.20.8
12202024-05-13T13:05:18.228Z Downloaded darling v0.20.8
12212024-05-13T13:05:18.228Z Downloaded ctr v0.9.2
12222024-05-13T13:05:18.228Z Downloaded crypto-common v0.1.6
12232024-05-13T13:05:18.228Z Downloaded crossbeam-epoch v0.9.18
12242024-05-13T13:05:18.254Z Downloaded crossbeam-deque v0.8.3
12252024-05-13T13:05:18.254Z Downloaded crc32fast v1.3.2
12262024-05-13T13:05:18.254Z Downloaded cpufeatures v0.2.12
12272024-05-13T13:05:18.254Z Downloaded cookie_store v0.20.0
12282024-05-13T13:05:18.254Z Downloaded cookie v0.17.0
12292024-05-13T13:05:18.254Z Downloaded const-oid v0.9.6
12302024-05-13T13:05:18.254Z Downloaded console v0.15.8
12312024-05-13T13:05:18.254Z Downloaded colored v2.1.0
12322024-05-13T13:05:18.254Z Downloaded clap v4.5.4
12332024-05-13T13:05:18.280Z Downloaded cipher v0.4.4
12342024-05-13T13:05:18.280Z Downloaded ciborium v0.2.2
12352024-05-13T13:05:18.280Z Downloaded cfg-if v1.0.0
12362024-05-13T13:05:18.280Z Downloaded camino-tempfile v1.1.1
12372024-05-13T13:05:18.280Z Downloaded camino v1.1.6
12382024-05-13T13:05:18.280Z Downloaded bzip2 v0.4.4
12392024-05-13T13:05:18.280Z Downloaded bytecount v0.6.3
12402024-05-13T13:05:18.280Z Downloaded block-buffer v0.10.4
12412024-05-13T13:05:18.280Z Downloaded autocfg v1.1.0
12422024-05-13T13:05:18.280Z Downloaded defmt-macros v0.3.6
12432024-05-13T13:05:18.325Z Downloaded debug-ignore v1.0.5
12442024-05-13T13:05:18.325Z Downloaded curve25519-dalek-derive v0.1.0
12452024-05-13T13:05:18.325Z Downloaded cstr-argument v0.1.2
12462024-05-13T13:05:18.325Z Downloaded crucible-workspace-hack v0.1.0
12472024-05-13T13:05:18.325Z Downloaded convert_case v0.4.0
12482024-05-13T13:05:18.325Z Downloaded constant_time_eq v0.3.0
12492024-05-13T13:05:18.325Z Downloaded colorchoice v1.0.0
12502024-05-13T13:05:18.326Z Downloaded cobs v0.2.3
12512024-05-13T13:05:18.326Z Downloaded clap_lex v0.7.0
12522024-05-13T13:05:18.326Z Downloaded ciborium-io v0.2.2
12532024-05-13T13:05:18.326Z Downloaded chacha20 v0.9.1
12542024-05-13T13:05:18.326Z Downloaded cc v1.0.83
12552024-05-13T13:05:18.326Z Downloaded bitstruct v0.1.1
12562024-05-13T13:05:18.326Z Downloaded der_derive v0.7.2
12572024-05-13T13:05:18.326Z Downloaded clap_derive v4.5.4
12582024-05-13T13:05:18.351Z Downloaded ciborium-ll v0.2.2
12592024-05-13T13:05:18.351Z Downloaded cbc v0.1.2
12602024-05-13T13:05:18.351Z Downloaded bstr v1.9.0
12612024-05-13T13:05:18.351Z Downloaded blowfish v0.9.1
12622024-05-13T13:05:18.351Z Downloaded block-padding v0.3.3
12632024-05-13T13:05:18.351Z Downloaded blake3 v1.5.0
12642024-05-13T13:05:18.351Z Downloaded blake2 v0.10.6
12652024-05-13T13:05:18.351Z Downloaded bitstruct_derive v0.1.0
12662024-05-13T13:05:18.351Z Downloaded anstyle-parse v0.2.1
12672024-05-13T13:05:18.352Z Downloaded bitflags v1.3.2
12682024-05-13T13:05:18.352Z Downloaded bit-vec v0.6.3
12692024-05-13T13:05:18.352Z Downloaded bit-set v0.5.3
12702024-05-13T13:05:18.352Z Downloaded base64ct v1.6.0
12712024-05-13T13:05:18.352Z Downloaded base64 v0.22.1
12722024-05-13T13:05:18.377Z Downloaded base64 v0.21.7
12732024-05-13T13:05:18.377Z Downloaded base64 v0.13.1
12742024-05-13T13:05:18.377Z Downloaded base16ct v0.2.0
12752024-05-13T13:05:18.377Z Downloaded backtrace v0.3.69
12762024-05-13T13:05:18.377Z Downloaded backoff v0.4.0
12772024-05-13T13:05:18.377Z Downloaded atty v0.2.14
12782024-05-13T13:05:18.377Z Downloaded atomicwrites v0.4.3
12792024-05-13T13:05:18.377Z Downloaded atomic-waker v1.1.1
12802024-05-13T13:05:18.377Z Downloaded async-trait v0.1.80
12812024-05-13T13:05:18.402Z Downloaded async-stream-impl v0.3.5
12822024-05-13T13:05:18.402Z Downloaded async-stream v0.3.5
12832024-05-13T13:05:18.402Z Downloaded ascii v1.1.0
12842024-05-13T13:05:18.402Z Downloaded arrayvec v0.7.4
12852024-05-13T13:05:18.402Z Downloaded arrayref v0.3.7
12862024-05-13T13:05:18.402Z Downloaded argon2 v0.5.3
12872024-05-13T13:05:18.402Z Downloaded arc-swap v1.6.0
12882024-05-13T13:05:18.402Z Downloaded anyhow v1.0.82
12892024-05-13T13:05:18.403Z Downloaded anstyle-query v1.0.0
12902024-05-13T13:05:18.427Z Downloaded anstyle v1.0.7
12912024-05-13T13:05:18.428Z Downloaded anstream v0.6.11
12922024-05-13T13:05:18.428Z Downloaded allocator-api2 v0.2.16
12932024-05-13T13:05:18.428Z Downloaded aho-corasick v1.1.2
12942024-05-13T13:05:18.428Z Downloaded ahash v0.8.8
12952024-05-13T13:05:18.428Z Downloaded aes-gcm v0.10.3
12962024-05-13T13:05:18.428Z Downloaded aes v0.8.3
12972024-05-13T13:05:18.453Z Downloaded aead v0.5.2
12982024-05-13T13:05:18.762Z Compiling proc-macro2 v1.0.81
12992024-05-13T13:05:18.787Z Compiling unicode-ident v1.0.12
13002024-05-13T13:05:18.787Z Compiling libc v0.2.153
13012024-05-13T13:05:18.787Z Compiling serde v1.0.201
13022024-05-13T13:05:18.788Z Compiling version_check v0.9.4
13032024-05-13T13:05:18.788Z Compiling cfg-if v1.0.0
13042024-05-13T13:05:18.788Z Compiling autocfg v1.1.0
13052024-05-13T13:05:19.016Z Compiling typenum v1.16.0
13062024-05-13T13:05:19.041Z Compiling parking_lot_core v0.9.8
13072024-05-13T13:05:19.100Z Compiling once_cell v1.19.0
13082024-05-13T13:05:19.538Z Compiling libm v0.2.7
13092024-05-13T13:05:19.562Z Compiling thiserror v1.0.59
13102024-05-13T13:05:19.710Z Compiling lock_api v0.4.10
13112024-05-13T13:05:19.774Z Compiling generic-array v0.14.7
13122024-05-13T13:05:19.909Z Compiling ahash v0.8.8
13132024-05-13T13:05:20.032Z Compiling num-traits v0.2.18
13142024-05-13T13:05:20.057Z Compiling byteorder v1.5.0
13152024-05-13T13:05:20.244Z Compiling serde_json v1.0.116
13162024-05-13T13:05:20.279Z Compiling memchr v2.7.1
13172024-05-13T13:05:20.525Z Compiling log v0.4.21
13182024-05-13T13:05:20.752Z Compiling itoa v1.0.9
13192024-05-13T13:05:20.936Z Compiling quote v1.0.36
13202024-05-13T13:05:20.961Z Compiling scopeguard v1.2.0
13212024-05-13T13:05:21.086Z Compiling getrandom v0.2.12
13222024-05-13T13:05:21.287Z Compiling syn v2.0.60
13232024-05-13T13:05:21.347Z Compiling cc v1.0.83
13242024-05-13T13:05:21.482Z Compiling rand_core v0.6.4
13252024-05-13T13:05:21.617Z Compiling slab v0.4.9
13262024-05-13T13:05:21.927Z Compiling smallvec v1.13.1
13272024-05-13T13:05:22.033Z Compiling allocator-api2 v0.2.16
13282024-05-13T13:05:22.106Z Compiling pin-project-lite v0.2.13
13292024-05-13T13:05:22.148Z Compiling syn v1.0.109
13302024-05-13T13:05:22.228Z Compiling subtle v2.5.0
13312024-05-13T13:05:22.311Z Compiling ryu v1.0.15
13322024-05-13T13:05:22.509Z Compiling pkg-config v0.3.27
13332024-05-13T13:05:22.617Z Compiling parking_lot v0.12.1
13342024-05-13T13:05:22.742Z Compiling schemars v0.8.17
13352024-05-13T13:05:22.872Z Compiling signal-hook-registry v1.4.1
13362024-05-13T13:05:23.062Z Compiling mio v0.8.11
13372024-05-13T13:05:23.141Z Compiling equivalent v1.0.1
13382024-05-13T13:05:23.423Z Compiling num_cpus v1.16.0
13392024-05-13T13:05:23.534Z Compiling socket2 v0.5.6
13402024-05-13T13:05:23.618Z Compiling time-core v0.1.2
13412024-05-13T13:05:23.732Z Compiling ring v0.17.8
13422024-05-13T13:05:23.757Z Compiling num-conv v0.1.0
13432024-05-13T13:05:23.999Z Compiling time-macros v0.2.17
13442024-05-13T13:05:24.075Z Compiling futures-core v0.3.30
13452024-05-13T13:05:24.311Z Compiling httparse v1.8.0
13462024-05-13T13:05:24.356Z Compiling const-oid v0.9.6
13472024-05-13T13:05:24.852Z Compiling vcpkg v0.2.15
13482024-05-13T13:05:25.903Z Compiling fnv v1.0.7
13492024-05-13T13:05:25.948Z Compiling futures-sink v0.3.30
13502024-05-13T13:05:26.025Z Compiling ring v0.16.20
13512024-05-13T13:05:26.231Z Compiling openssl-sys v0.9.102
13522024-05-13T13:05:26.316Z Compiling futures-channel v0.3.30
13532024-05-13T13:05:26.451Z Compiling spin v0.5.2
13542024-05-13T13:05:26.632Z Compiling futures-io v0.3.30
13552024-05-13T13:05:26.675Z Compiling slog v2.7.0
13562024-05-13T13:05:26.700Z Compiling pin-utils v0.1.0
13572024-05-13T13:05:26.757Z Compiling futures-task v0.3.30
13582024-05-13T13:05:26.884Z Compiling serde_derive_internals v0.29.0
13592024-05-13T13:05:26.981Z Compiling openssl v0.10.64
13602024-05-13T13:05:27.020Z Compiling semver v1.0.22
13612024-05-13T13:05:27.051Z Compiling iana-time-zone v0.1.57
13622024-05-13T13:05:27.081Z Compiling heck v0.4.1
13632024-05-13T13:05:27.228Z Compiling rustix v0.38.31
13642024-05-13T13:05:27.347Z Compiling native-tls v0.2.11
13652024-05-13T13:05:27.428Z Compiling rustls v0.21.9
13662024-05-13T13:05:27.617Z Compiling cpufeatures v0.2.12
13672024-05-13T13:05:27.648Z Compiling tinyvec_macros v0.1.1
13682024-05-13T13:05:27.673Z Compiling backtrace v0.3.69
13692024-05-13T13:05:27.730Z Compiling tinyvec v1.6.0
13702024-05-13T13:05:27.754Z Compiling cookie v0.17.0
13712024-05-13T13:05:28.271Z Compiling aho-corasick v1.1.2
13722024-05-13T13:05:28.385Z Compiling heck v0.5.0
13732024-05-13T13:05:28.641Z Compiling unicode-bidi v0.3.15
13742024-05-13T13:05:28.794Z Compiling dyn-clone v1.0.17
13752024-05-13T13:05:28.873Z Compiling unicode-normalization v0.1.22
13762024-05-13T13:05:28.929Z Compiling regex-syntax v0.8.2
13772024-05-13T13:05:29.126Z Compiling crossbeam-utils v0.8.19
13782024-05-13T13:05:29.650Z Compiling anyhow v1.0.82
13792024-05-13T13:05:29.675Z Compiling ppv-lite86 v0.2.17
13802024-05-13T13:05:29.867Z Compiling tracing-core v0.1.32
13812024-05-13T13:05:30.624Z Compiling ucd-trie v0.1.6
13822024-05-13T13:05:31.163Z Compiling percent-encoding v2.3.1
13832024-05-13T13:05:31.467Z Compiling rand_chacha v0.3.1
13842024-05-13T13:05:32.056Z Compiling regex-automata v0.4.5
13852024-05-13T13:05:32.516Z Compiling serde_derive v1.0.201
13862024-05-13T13:05:32.636Z Compiling zeroize_derive v1.4.2
13872024-05-13T13:05:32.855Z Compiling zerocopy-derive v0.7.32
13882024-05-13T13:05:32.880Z Compiling thiserror-impl v1.0.59
13892024-05-13T13:05:33.286Z Compiling tokio-macros v2.2.0
13902024-05-13T13:05:33.970Z Compiling zeroize v1.7.0
13912024-05-13T13:05:34.109Z Compiling futures-macro v0.3.30
13922024-05-13T13:05:34.296Z Compiling tracing-attributes v0.1.27
13932024-05-13T13:05:34.648Z Compiling schemars_derive v0.8.17
13942024-05-13T13:05:34.721Z Compiling zerocopy v0.7.32
13952024-05-13T13:05:35.401Z Compiling crypto-common v0.1.6
13962024-05-13T13:05:35.730Z Compiling block-buffer v0.10.4
13972024-05-13T13:05:35.811Z Compiling futures-util v0.3.30
13982024-05-13T13:05:36.015Z Compiling digest v0.10.7
13992024-05-13T13:05:36.406Z Compiling hashbrown v0.14.3
14002024-05-13T13:05:36.448Z Compiling openssl-macros v0.1.1
14012024-05-13T13:05:36.967Z Compiling async-trait v0.1.80
14022024-05-13T13:05:37.470Z Compiling scroll_derive v0.12.0
14032024-05-13T13:05:37.559Z Compiling tracing v0.1.40
14042024-05-13T13:05:37.725Z Compiling regex v1.10.4
14052024-05-13T13:05:38.004Z Compiling pest v2.7.6
14062024-05-13T13:05:38.604Z Compiling der_derive v0.7.2
14072024-05-13T13:05:39.853Z Compiling pest_meta v2.7.6
14082024-05-13T13:05:39.877Z Compiling rand v0.8.5
14092024-05-13T13:05:40.386Z Compiling spin v0.9.8
14102024-05-13T13:05:40.666Z Compiling rustversion v1.0.14
14112024-05-13T13:05:40.721Z Compiling powerfmt v0.2.0
14122024-05-13T13:05:40.996Z Compiling pest_generator v2.7.6
14132024-05-13T13:05:41.066Z Compiling deranged v0.3.11
14142024-05-13T13:05:41.526Z Compiling form_urlencoded v1.2.1
14152024-05-13T13:05:41.799Z Compiling usdt-impl v0.5.0
14162024-05-13T13:05:41.853Z Compiling unicode-width v0.1.11
14172024-05-13T13:05:42.410Z Compiling winnow v0.5.15
14182024-05-13T13:05:42.466Z Compiling num_threads v0.1.6
14192024-05-13T13:05:42.586Z Compiling scroll v0.12.0
14202024-05-13T13:05:42.642Z Compiling time v0.3.34
14212024-05-13T13:05:43.776Z Compiling bytes v1.6.0
14222024-05-13T13:05:44.016Z Compiling indexmap v2.2.6
14232024-05-13T13:05:44.776Z Compiling tokio v1.37.0
14242024-05-13T13:05:45.163Z Compiling serde_tokenstream v0.2.0
14252024-05-13T13:05:45.196Z Compiling uuid v1.8.0
14262024-05-13T13:05:45.596Z Compiling chrono v0.4.38
14272024-05-13T13:05:46.240Z Compiling bitflags v2.4.2
14282024-05-13T13:05:46.433Z Compiling http v0.2.12
14292024-05-13T13:05:47.234Z Compiling toml_datetime v0.6.5
14302024-05-13T13:05:47.283Z Compiling serde_spanned v0.6.5
14312024-05-13T13:05:47.551Z Compiling rustc_version v0.4.0
14322024-05-13T13:05:48.173Z Compiling pest_derive v2.7.6
14332024-05-13T13:05:48.559Z Compiling toml_edit v0.19.15
14342024-05-13T13:05:48.812Z Compiling plain v0.2.3
14352024-05-13T13:05:48.944Z Compiling goblin v0.8.0
14362024-05-13T13:05:49.802Z Compiling openapiv3 v2.0.0
14372024-05-13T13:05:50.364Z Compiling idna v0.5.0
14382024-05-13T13:05:51.551Z Compiling pretty-hex v0.4.1
14392024-05-13T13:05:51.651Z Compiling crc32fast v1.3.2
14402024-05-13T13:05:52.344Z Compiling url v2.5.0
14412024-05-13T13:05:53.215Z Compiling dtrace-parser v0.2.0
14422024-05-13T13:05:53.393Z Compiling dof v0.3.0
14432024-05-13T13:05:53.790Z Compiling lazy_static v1.4.0
14442024-05-13T13:05:53.959Z Compiling thread-id v4.2.0
14452024-05-13T13:05:54.904Z Compiling tokio-util v0.7.10
14462024-05-13T13:05:56.166Z Compiling untrusted v0.9.0
14472024-05-13T13:05:56.331Z Compiling untrusted v0.7.1
14482024-05-13T13:05:56.494Z Compiling foreign-types-shared v0.1.1
14492024-05-13T13:05:56.976Z Compiling foreign-types v0.3.2
14502024-05-13T13:05:58.625Z Compiling errno v0.3.8
14512024-05-13T13:05:58.775Z Compiling try-lock v0.2.4
14522024-05-13T13:05:58.909Z Compiling base64 v0.21.7
14532024-05-13T13:05:59.491Z Compiling adler v1.0.2
14542024-05-13T13:05:59.681Z Compiling miniz_oxide v0.7.1
14552024-05-13T13:05:59.863Z Compiling want v0.3.1
14562024-05-13T13:06:00.265Z Compiling sct v0.7.0
14572024-05-13T13:06:00.553Z Compiling rustls-webpki v0.101.7
14582024-05-13T13:06:00.831Z Compiling usdt-macro v0.5.0
14592024-05-13T13:06:00.959Z Compiling usdt-attr-macro v0.5.0
14602024-05-13T13:06:02.075Z Compiling h2 v0.3.26
14612024-05-13T13:06:02.324Z Compiling http-body v0.4.5
14622024-05-13T13:06:02.791Z Compiling num-bigint v0.4.4
14632024-05-13T13:06:03.419Z Compiling openssl-probe v0.1.5
14642024-05-13T13:06:03.650Z Compiling tower-service v0.3.2
14652024-05-13T13:06:03.713Z Compiling httpdate v1.0.3
14662024-05-13T13:06:04.883Z Compiling heapless v0.7.16
14672024-05-13T13:06:05.232Z Compiling idna v0.3.0
14682024-05-13T13:06:05.507Z Compiling bzip2-sys v0.1.11+1.0.8
14692024-05-13T13:06:05.793Z Compiling psl-types v2.0.11
14702024-05-13T13:06:05.962Z Compiling signal-hook v0.3.17
14712024-05-13T13:06:06.102Z Compiling base64ct v1.6.0
14722024-05-13T13:06:06.590Z Compiling publicsuffix v2.2.3
14732024-05-13T13:06:06.826Z Compiling tokio-native-tls v0.3.1
14742024-05-13T13:06:07.583Z Compiling hyper v0.14.28
14752024-05-13T13:06:07.669Z Compiling crossbeam-epoch v0.9.18
14762024-05-13T13:06:08.012Z Compiling tokio-rustls v0.24.1
14772024-05-13T13:06:08.361Z Compiling ipnet v2.9.0
14782024-05-13T13:06:08.522Z Compiling gimli v0.28.0
14792024-05-13T13:06:08.884Z Compiling cookie_store v0.20.0
14802024-05-13T13:06:10.177Z Compiling rustls-pemfile v1.0.3
14812024-05-13T13:06:10.487Z Compiling serde_urlencoded v0.7.1
14822024-05-13T13:06:10.942Z Compiling enum-as-inner v0.5.1
14832024-05-13T13:06:11.145Z Compiling object v0.32.1
14842024-05-13T13:06:11.790Z Compiling addr2line v0.21.0
14852024-05-13T13:06:11.965Z Compiling encoding_rs v0.8.33
14862024-05-13T13:06:12.331Z Compiling smoltcp v0.9.1
14872024-05-13T13:06:12.356Z Compiling mime v0.3.17
14882024-05-13T13:06:12.726Z Compiling either v1.11.0
14892024-05-13T13:06:12.949Z Compiling rustc-demangle v0.1.23
14902024-05-13T13:06:13.081Z Compiling hyper-rustls v0.24.2
14912024-05-13T13:06:13.295Z Compiling hyper-tls v0.5.0
14922024-05-13T13:06:13.754Z Compiling sync_wrapper v0.1.2
14932024-05-13T13:06:14.123Z Compiling data-encoding v2.4.0
14942024-05-13T13:06:14.151Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14952024-05-13T13:06:14.424Z Compiling webpki-roots v0.25.2
14962024-05-13T13:06:14.803Z Compiling reqwest v0.11.27
14972024-05-13T13:06:15.989Z Compiling pem-rfc7468 v0.7.0
14982024-05-13T13:06:16.675Z Compiling hmac v0.12.1
14992024-05-13T13:06:17.395Z Compiling futures-executor v0.3.30
15002024-05-13T13:06:17.422Z Compiling regress v0.9.1
15012024-05-13T13:06:18.069Z Compiling winnow v0.6.1
15022024-05-13T13:06:18.353Z Compiling siphasher v0.3.11
15032024-05-13T13:06:18.655Z Compiling unicode-segmentation v1.10.1
15042024-05-13T13:06:18.731Z Compiling flagset v0.4.3
15052024-05-13T13:06:18.899Z Compiling der v0.7.8
15062024-05-13T13:06:19.999Z Compiling flate2 v1.0.28
15072024-05-13T13:06:20.829Z Compiling toml_edit v0.22.12
15082024-05-13T13:06:21.047Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15092024-05-13T13:06:22.246Z Compiling hubpack_derive v0.1.1
15102024-05-13T13:06:23.046Z Compiling zerocopy-derive v0.6.6
15112024-05-13T13:06:23.151Z Compiling clap_derive v4.5.4
15122024-05-13T13:06:24.283Z Compiling utf8parse v0.2.1
15132024-05-13T13:06:24.820Z Compiling anstyle v1.0.7
15142024-05-13T13:06:24.881Z Compiling bitflags v1.3.2
15152024-05-13T13:06:25.257Z Compiling sha2 v0.10.8
15162024-05-13T13:06:25.508Z Compiling anstyle-parse v0.2.1
15172024-05-13T13:06:27.093Z Compiling futures v0.3.30
15182024-05-13T13:06:27.194Z Compiling spki v0.7.2
15192024-05-13T13:06:27.598Z Compiling md-5 v0.10.5
15202024-05-13T13:06:27.764Z Compiling toml v0.7.8
15212024-05-13T13:06:27.847Z Compiling hex v0.4.3
15222024-05-13T13:06:27.882Z Compiling stringprep v0.1.3
15232024-05-13T13:06:27.989Z Compiling block-padding v0.3.3
15242024-05-13T13:06:28.225Z Compiling num-integer v0.1.46
15252024-05-13T13:06:28.275Z Compiling diesel_table_macro_syntax v0.1.0
15262024-05-13T13:06:28.357Z Compiling hash32 v0.2.1
15272024-05-13T13:06:28.672Z Compiling stable_deref_trait v1.2.0
15282024-05-13T13:06:28.713Z Compiling anstyle-query v1.0.0
15292024-05-13T13:06:28.872Z Compiling fallible-iterator v0.2.0
15302024-05-13T13:06:28.949Z Compiling colorchoice v1.0.0
15312024-05-13T13:06:29.095Z Compiling anstream v0.6.11
15322024-05-13T13:06:29.405Z Compiling postgres-protocol v0.6.6
15332024-05-13T13:06:29.449Z Compiling diesel_derives v2.1.2
15342024-05-13T13:06:30.350Z Compiling inout v0.1.3
15352024-05-13T13:06:30.593Z Compiling pkcs8 v0.10.2
15362024-05-13T13:06:31.075Z Compiling phf_shared v0.11.2
15372024-05-13T13:06:31.396Z Compiling terminal_size v0.3.0
15382024-05-13T13:06:31.501Z Compiling ff v0.13.0
15392024-05-13T13:06:31.565Z Compiling strum_macros v0.25.2
15402024-05-13T13:06:31.946Z Compiling serde_repr v0.1.16
15412024-05-13T13:06:32.127Z Compiling scheduled-thread-pool v0.2.7
15422024-05-13T13:06:32.155Z Compiling managed v0.8.0
15432024-05-13T13:06:32.330Z Compiling regex-automata v0.1.10
15442024-05-13T13:06:32.643Z Compiling base16ct v0.2.0
15452024-05-13T13:06:32.667Z Compiling bit-vec v0.6.3
15462024-05-13T13:06:32.915Z Compiling matches v0.1.10
15472024-05-13T13:06:32.944Z Compiling strsim v0.11.0
15482024-05-13T13:06:33.017Z Compiling clap_lex v0.7.0
15492024-05-13T13:06:33.071Z Compiling idna v0.2.3
15502024-05-13T13:06:33.461Z Compiling clap_builder v4.5.2
15512024-05-13T13:06:33.909Z Compiling sec1 v0.7.3
15522024-05-13T13:06:34.330Z Compiling bstr v0.2.17
15532024-05-13T13:06:34.857Z Compiling r2d2 v0.8.10
15542024-05-13T13:06:35.539Z Compiling group v0.13.0
15552024-05-13T13:06:35.570Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15562024-05-13T13:06:35.757Z Compiling phf v0.11.2
15572024-05-13T13:06:36.054Z Compiling signal-hook-mio v0.2.3
15582024-05-13T13:06:36.204Z Compiling bzip2 v0.4.4
15592024-05-13T13:06:36.332Z Compiling cipher v0.4.4
15602024-05-13T13:06:36.535Z Compiling postgres-types v0.2.6
15612024-05-13T13:06:37.072Z Compiling zerocopy v0.6.6
15622024-05-13T13:06:37.755Z Compiling hubpack v0.1.2
15632024-05-13T13:06:37.792Z Compiling phf_shared v0.10.0
15642024-05-13T13:06:37.817Z Compiling hkdf v0.12.4
15652024-05-13T13:06:38.143Z Compiling crypto-bigint v0.5.2
15662024-05-13T13:06:38.173Z Compiling ipnetwork v0.20.0
15672024-05-13T13:06:39.699Z Compiling float-cmp v0.9.0
15682024-05-13T13:06:39.886Z Compiling memmap v0.7.0
15692024-05-13T13:06:40.254Z Compiling normalize-line-endings v0.3.0
15702024-05-13T13:06:40.364Z Compiling static_assertions v1.1.0
15712024-05-13T13:06:40.461Z Compiling predicates-core v1.0.6
15722024-05-13T13:06:40.762Z Compiling whoami v1.5.1
15732024-05-13T13:06:41.295Z Compiling precomputed-hash v0.1.1
15742024-05-13T13:06:41.430Z Compiling fixedbitset v0.4.2
15752024-05-13T13:06:41.530Z Compiling minimal-lexical v0.2.1
15762024-05-13T13:06:41.782Z Compiling difflib v0.4.0
15772024-05-13T13:06:41.823Z Compiling new_debug_unreachable v1.0.4
15782024-05-13T13:06:41.908Z Compiling nom v7.1.3
15792024-05-13T13:06:41.933Z Compiling string_cache v0.8.7
15802024-05-13T13:06:41.962Z Compiling diesel v2.1.6
15812024-05-13T13:06:42.331Z Compiling predicates v3.1.0
15822024-05-13T13:06:42.665Z Compiling petgraph v0.6.4
15832024-05-13T13:06:43.163Z Compiling trust-dns-proto v0.22.0
15842024-05-13T13:06:43.765Z Compiling tokio-postgres v0.7.10
15852024-05-13T13:06:43.927Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15862024-05-13T13:06:44.225Z Compiling usdt v0.5.0
15872024-05-13T13:06:44.649Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15882024-05-13T13:06:44.775Z Compiling elliptic-curve v0.13.8
15892024-05-13T13:06:44.800Z Compiling yasna v0.5.2
15902024-05-13T13:06:45.437Z Compiling clap v4.5.4
15912024-05-13T13:06:45.551Z Compiling zip v0.6.6
15922024-05-13T13:06:46.362Z Compiling crossterm v0.27.0
15932024-05-13T13:06:46.820Z Compiling similar v2.4.0
15942024-05-13T13:06:47.851Z Compiling bit-set v0.5.3
15952024-05-13T13:06:48.115Z Compiling num-iter v0.1.44
15962024-05-13T13:06:48.308Z Compiling console v0.15.8
15972024-05-13T13:06:48.392Z Compiling itertools v0.10.5
15982024-05-13T13:06:48.610Z Compiling tokio-stream v0.1.15
15992024-05-13T13:06:49.535Z Compiling getopts v0.2.21
16002024-05-13T13:06:49.618Z Compiling bstr v1.9.0
16012024-05-13T13:06:49.811Z Compiling lalrpop-util v0.19.12
16022024-05-13T13:06:49.881Z Compiling peg-runtime v0.8.3
16032024-05-13T13:06:50.170Z Compiling unsafe-libyaml v0.2.10
16042024-05-13T13:06:50.498Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16052024-05-13T13:06:51.187Z Compiling serde_yaml v0.9.25
16062024-05-13T13:06:53.172Z Compiling camino v1.1.6
16072024-05-13T13:06:56.008Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16082024-05-13T13:06:56.390Z Compiling sha1 v0.10.6
16092024-05-13T13:06:56.944Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16102024-05-13T13:07:08.552Z Compiling ident_case v1.0.1
16112024-05-13T13:07:08.867Z Compiling strsim v0.10.0
16122024-05-13T13:07:09.100Z Compiling darling_core v0.20.8
16132024-05-13T13:07:11.272Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16142024-05-13T13:07:11.532Z Compiling strum_macros v0.26.1
16152024-05-13T13:07:11.818Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16162024-05-13T13:07:14.846Z Compiling darling_macro v0.20.8
16172024-05-13T13:07:15.738Z Compiling strum v0.26.2
16182024-05-13T13:07:16.095Z Compiling darling v0.20.8
16192024-05-13T13:07:16.212Z Compiling dirs-sys-next v0.1.2
16202024-05-13T13:07:16.252Z Compiling match_cfg v0.1.0
16212024-05-13T13:07:16.349Z Compiling base64 v0.22.1
16222024-05-13T13:07:16.461Z Compiling rayon-core v1.12.1
16232024-05-13T13:07:16.732Z Compiling dirs-next v2.0.0
16242024-05-13T13:07:16.758Z Compiling hostname v0.3.1
16252024-05-13T13:07:16.979Z Compiling crossbeam-deque v0.8.3
16262024-05-13T13:07:17.003Z Compiling http v1.0.0
16272024-05-13T13:07:17.004Z Compiling thread_local v1.1.7
16282024-05-13T13:07:17.127Z Compiling same-file v1.0.6
16292024-05-13T13:07:17.152Z Compiling fastrand v2.0.1
16302024-05-13T13:07:17.268Z Compiling slog-async v2.8.0
16312024-05-13T13:07:17.338Z Compiling rustls-pki-types v1.3.0
16322024-05-13T13:07:17.527Z Compiling tempfile v3.10.1
16332024-05-13T13:07:17.646Z Compiling walkdir v2.5.0
16342024-05-13T13:07:18.283Z Compiling term v0.7.0
16352024-05-13T13:07:18.360Z Compiling crossbeam-channel v0.5.8
16362024-05-13T13:07:18.404Z Compiling is-terminal v0.4.9
16372024-05-13T13:07:18.525Z Compiling blake3 v1.5.0
16382024-05-13T13:07:18.913Z Compiling paste v1.0.14
16392024-05-13T13:07:19.035Z Compiling rustls v0.22.4
16402024-05-13T13:07:19.070Z Compiling take_mut v0.2.2
16412024-05-13T13:07:19.310Z Compiling slog-term v2.9.1
16422024-05-13T13:07:19.360Z Compiling rayon v1.10.0
16432024-05-13T13:07:19.612Z Compiling rustls-webpki v0.102.1
16442024-05-13T13:07:19.699Z Compiling filetime v0.2.23
16452024-05-13T13:07:19.993Z Compiling xattr v1.0.1
16462024-05-13T13:07:20.305Z Compiling memmap2 v0.7.1
16472024-05-13T13:07:20.330Z Compiling multer v3.1.0
16482024-05-13T13:07:20.355Z Compiling instant v0.1.12
16492024-05-13T13:07:20.448Z Compiling home v0.5.5
16502024-05-13T13:07:20.489Z Compiling arrayref v0.3.7
16512024-05-13T13:07:20.591Z Compiling constant_time_eq v0.3.0
16522024-05-13T13:07:20.616Z Compiling arrayvec v0.7.4
16532024-05-13T13:07:20.711Z Compiling toolchain_find v0.4.0
16542024-05-13T13:07:20.768Z Compiling tar v0.4.40
16552024-05-13T13:07:20.982Z Compiling camino-tempfile v1.1.1
16562024-05-13T13:07:21.352Z Compiling toml v0.8.12
16572024-05-13T13:07:21.753Z Compiling slog-json v2.6.1
16582024-05-13T13:07:22.081Z Compiling async-stream-impl v0.3.5
16592024-05-13T13:07:22.284Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16602024-05-13T13:07:22.527Z Compiling debug-ignore v1.0.5
16612024-05-13T13:07:22.561Z Compiling atomic-waker v1.1.1
16622024-05-13T13:07:22.680Z Compiling topological-sort v0.2.2
16632024-05-13T13:07:22.754Z Compiling waitgroup v0.1.2
16642024-05-13T13:07:22.879Z Compiling rustfmt-wrapper v0.2.1
16652024-05-13T13:07:22.973Z Compiling slog-bunyan v2.5.0
16662024-05-13T13:07:23.318Z Compiling async-stream v0.3.5
16672024-05-13T13:07:23.344Z Compiling rustls-pemfile v2.1.2
16682024-05-13T13:07:23.370Z Compiling omicron-zone-package v0.11.0
16692024-05-13T13:07:23.611Z Compiling serde_with_macros v3.7.0
16702024-05-13T13:07:24.195Z Compiling tokio-rustls v0.25.0
16712024-05-13T13:07:24.220Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16722024-05-13T13:07:24.464Z Compiling serde_path_to_error v0.1.16
16732024-05-13T13:07:24.556Z Compiling structmeta-derive v0.3.0
16742024-05-13T13:07:25.188Z Compiling hostname v0.4.0
16752024-05-13T13:07:25.229Z Compiling proc-macro-error-attr v1.0.4
16762024-05-13T13:07:25.409Z Compiling proc-macro-error v1.0.4
16772024-05-13T13:07:25.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16782024-05-13T13:07:25.870Z Compiling newtype-uuid v1.1.0
16792024-05-13T13:07:26.144Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16802024-05-13T13:07:26.236Z Compiling serde_with v3.7.0
16812024-05-13T13:07:26.784Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16822024-05-13T13:07:26.940Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16832024-05-13T13:07:27.093Z Compiling structmeta v0.3.0
16842024-05-13T13:07:27.196Z Compiling backoff v0.4.0
16852024-05-13T13:07:27.473Z Compiling parse-display-derive v0.9.0
16862024-05-13T13:07:27.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16872024-05-13T13:07:28.142Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16882024-05-13T13:07:28.297Z Compiling macaddr v1.0.1
16892024-05-13T13:07:28.682Z Compiling proc-macro-crate v1.3.1
16902024-05-13T13:07:28.708Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16912024-05-13T13:07:29.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922024-05-13T13:07:29.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16932024-05-13T13:07:29.599Z Compiling foreign-types-macros v0.2.3
16942024-05-13T13:07:29.642Z Compiling num_enum_derive v0.5.11
16952024-05-13T13:07:29.677Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16962024-05-13T13:07:29.934Z Compiling heapless v0.8.0
16972024-05-13T13:07:30.474Z Compiling foreign-types-shared v0.3.1
16982024-05-13T13:07:30.739Z Compiling foreign-types v0.5.0
16992024-05-13T13:07:31.069Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17002024-05-13T13:07:31.093Z Compiling cstr-argument v0.1.2
17012024-05-13T13:07:31.356Z Compiling hash32 v0.3.1
17022024-05-13T13:07:31.581Z Compiling parse-display v0.9.0
17032024-05-13T13:07:31.613Z Compiling pretty-hex v0.2.1
17042024-05-13T13:07:31.803Z Compiling smoltcp v0.11.0
17052024-05-13T13:07:32.215Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17062024-05-13T13:07:32.239Z Compiling num_enum v0.5.11
17072024-05-13T13:07:32.414Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17082024-05-13T13:07:32.528Z Compiling tabwriter v1.4.0
17092024-05-13T13:07:32.746Z Compiling colored v2.1.0
17102024-05-13T13:07:32.791Z Compiling socket2 v0.4.9
17112024-05-13T13:07:33.022Z Compiling cobs v0.2.3
17122024-05-13T13:07:33.055Z Compiling embedded-io v0.4.0
17132024-05-13T13:07:33.262Z Compiling postcard v1.0.8
17142024-05-13T13:07:33.550Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17152024-05-13T13:07:33.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17162024-05-13T13:07:33.751Z Compiling crucible-workspace-hack v0.1.0
17172024-05-13T13:07:33.893Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17182024-05-13T13:07:33.936Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17192024-05-13T13:07:34.031Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17202024-05-13T13:07:34.272Z Compiling smf v0.2.3
17212024-05-13T13:07:34.331Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17222024-05-13T13:07:34.377Z Compiling platforms v3.0.2
17232024-05-13T13:07:34.617Z Compiling humantime v2.1.0
17242024-05-13T13:07:34.840Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17252024-05-13T13:07:35.065Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17262024-05-13T13:07:35.235Z Compiling num-derive v0.4.0
17272024-05-13T13:07:35.500Z Compiling sigpipe v0.1.3
17282024-05-13T13:07:35.533Z Compiling utf-8 v0.7.6
17292024-05-13T13:07:35.619Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17302024-05-13T13:07:35.997Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17312024-05-13T13:07:36.164Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17322024-05-13T13:07:36.322Z Compiling atty v0.2.14
17332024-05-13T13:07:36.453Z Compiling unicase v2.7.0
17342024-05-13T13:07:36.707Z Compiling semver v0.1.20
17352024-05-13T13:07:37.026Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17362024-05-13T13:07:37.299Z Compiling rustc_version v0.1.7
17372024-05-13T13:07:37.485Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17382024-05-13T13:07:37.534Z Compiling curve25519-dalek v4.1.2
17392024-05-13T13:07:37.712Z Compiling newline-converter v0.3.0
17402024-05-13T13:07:37.769Z Compiling universal-hash v0.5.1
17412024-05-13T13:07:37.831Z Compiling opaque-debug v0.3.0
17422024-05-13T13:07:37.869Z Compiling expectorate v1.1.0
17432024-05-13T13:07:37.939Z Compiling newtype_derive v0.1.6
17442024-05-13T13:07:37.968Z Compiling tungstenite v0.20.1
17452024-05-13T13:07:37.993Z Compiling signature v2.1.0
17462024-05-13T13:07:38.046Z Compiling curve25519-dalek-derive v0.1.0
17472024-05-13T13:07:38.208Z Compiling num-rational v0.4.1
17482024-05-13T13:07:38.233Z Compiling arc-swap v1.6.0
17492024-05-13T13:07:38.233Z Compiling linked-hash-map v0.5.6
17502024-05-13T13:07:38.501Z Compiling quick-error v1.2.3
17512024-05-13T13:07:38.576Z Compiling getrandom v0.1.16
17522024-05-13T13:07:38.651Z Compiling termcolor v1.2.0
17532024-05-13T13:07:38.810Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17542024-05-13T13:07:39.019Z Compiling env_logger v0.9.3
17552024-05-13T13:07:39.205Z Compiling tokio-tungstenite v0.20.1
17562024-05-13T13:07:39.421Z Compiling slog-scope v4.4.0
17572024-05-13T13:07:39.663Z Compiling resolv-conf v0.7.0
17582024-05-13T13:07:39.741Z Compiling lru-cache v0.1.2
17592024-05-13T13:07:39.948Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17602024-05-13T13:07:40.119Z Compiling password-hash v0.5.0
17612024-05-13T13:07:40.195Z Compiling blake2 v0.10.6
17622024-05-13T13:07:40.242Z Compiling bitstruct_derive v0.1.0
17632024-05-13T13:07:40.383Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17642024-05-13T13:07:40.414Z Compiling ascii v1.1.0
17652024-05-13T13:07:40.515Z Compiling bytecount v0.6.3
17662024-05-13T13:07:40.711Z Compiling libefi-sys v0.1.0
17672024-05-13T13:07:40.948Z Compiling parking_lot_core v0.8.6
17682024-05-13T13:07:41.009Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17692024-05-13T13:07:41.084Z Compiling papergrid v0.11.0
17702024-05-13T13:07:41.162Z Compiling argon2 v0.5.3
17712024-05-13T13:07:41.384Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17722024-05-13T13:07:41.430Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17732024-05-13T13:07:41.614Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17742024-05-13T13:07:42.269Z Compiling bitstruct v0.1.1
17752024-05-13T13:07:42.371Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17762024-05-13T13:07:42.789Z Compiling trust-dns-resolver v0.22.0
17772024-05-13T13:07:43.342Z Compiling slog-stdlog v4.1.1
17782024-05-13T13:07:43.486Z Compiling tabled_derive v0.7.0
17792024-05-13T13:07:43.667Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17802024-05-13T13:07:43.861Z Compiling rfc6979 v0.4.0
17812024-05-13T13:07:44.031Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17822024-05-13T13:07:44.193Z Compiling serde_arrays v0.1.0
17832024-05-13T13:07:44.255Z Compiling erased-serde v0.3.31
17842024-05-13T13:07:44.348Z Compiling aead v0.5.2
17852024-05-13T13:07:44.372Z Compiling num-complex v0.4.5
17862024-05-13T13:07:44.653Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17872024-05-13T13:07:44.678Z Compiling nibble_vec v0.1.0
17882024-05-13T13:07:44.861Z Compiling slog-dtrace v0.3.0
17892024-05-13T13:07:44.979Z Compiling keccak v0.1.4
17902024-05-13T13:07:45.238Z Compiling winapi v0.3.9
17912024-05-13T13:07:45.266Z Compiling cancel-safe-futures v0.1.5
17922024-05-13T13:07:45.492Z Compiling endian-type v0.1.2
17932024-05-13T13:07:45.605Z Compiling sha3 v0.10.8
17942024-05-13T13:07:45.705Z Compiling radix_trie v0.2.1
17952024-05-13T13:07:45.730Z Compiling tabled v0.15.0
17962024-05-13T13:07:45.836Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17972024-05-13T13:07:46.194Z Compiling num v0.4.2
17982024-05-13T13:07:46.303Z Compiling ecdsa v0.16.9
17992024-05-13T13:07:46.328Z Compiling rand_core v0.5.1
18002024-05-13T13:07:46.328Z Compiling slog-envlogger v2.2.0
18012024-05-13T13:07:46.395Z Compiling steno v0.4.0
18022024-05-13T13:07:46.761Z Compiling mime_guess v2.0.4
18032024-05-13T13:07:46.966Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18042024-05-13T13:07:47.018Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18052024-05-13T13:07:47.924Z Compiling poly1305 v0.8.0
18062024-05-13T13:07:48.179Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072024-05-13T13:07:48.343Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18082024-05-13T13:07:48.802Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18092024-05-13T13:07:49.094Z Compiling primeorder v0.13.6
18102024-05-13T13:07:49.309Z Compiling chacha20 v0.9.1
18112024-05-13T13:07:49.334Z Compiling heck v0.3.3
18122024-05-13T13:07:49.509Z Compiling secrecy v0.8.0
18132024-05-13T13:07:49.715Z Compiling thiserror-impl-no-std v2.0.2
18142024-05-13T13:07:49.740Z Compiling half v2.3.1
18152024-05-13T13:07:49.765Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18162024-05-13T13:07:50.017Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18172024-05-13T13:07:50.272Z Compiling ciborium-io v0.2.2
18182024-05-13T13:07:50.401Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18192024-05-13T13:07:50.656Z Compiling option-ext v0.2.0
18202024-05-13T13:07:50.783Z Compiling convert_case v0.4.0
18212024-05-13T13:07:51.602Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18222024-05-13T13:07:51.727Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18232024-05-13T13:07:51.752Z Compiling derive_more v0.99.17
18242024-05-13T13:07:52.264Z Compiling dirs-sys v0.4.1
18252024-05-13T13:07:52.460Z Compiling thiserror-no-std v2.0.2
18262024-05-13T13:07:52.588Z Compiling ciborium-ll v0.2.2
18272024-05-13T13:07:52.650Z Compiling zone_cfg_derive v0.1.2
18282024-05-13T13:07:52.876Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18292024-05-13T13:07:53.160Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18302024-05-13T13:07:53.436Z Compiling parking_lot v0.11.2
18312024-05-13T13:07:53.462Z Compiling rand_chacha v0.2.2
18322024-05-13T13:07:53.980Z Compiling trust-dns-client v0.22.0
18332024-05-13T13:07:54.219Z Compiling ed25519 v2.2.2
18342024-05-13T13:07:54.553Z Compiling polyval v0.6.1
18352024-05-13T13:07:54.635Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18362024-05-13T13:07:54.660Z Compiling tungstenite v0.21.0
18372024-05-13T13:07:54.917Z Compiling ctr v0.9.2
18382024-05-13T13:07:55.017Z Compiling blowfish v0.9.1
18392024-05-13T13:07:55.258Z Compiling aes v0.8.3
18402024-05-13T13:07:55.441Z Compiling password-hash v0.4.2
18412024-05-13T13:07:56.247Z Compiling libsw v3.3.1
18422024-05-13T13:07:56.509Z Compiling toml v0.5.11
18432024-05-13T13:07:56.534Z Compiling pbkdf2 v0.12.2
18442024-05-13T13:07:56.569Z Compiling derive-where v1.2.7
18452024-05-13T13:07:56.714Z Compiling fxhash v0.2.1
18462024-05-13T13:07:57.180Z Compiling gethostname v0.4.3
18472024-05-13T13:07:57.457Z Compiling owo-colors v4.0.0
18482024-05-13T13:07:57.758Z Compiling linear-map v1.2.0
18492024-05-13T13:07:57.989Z Compiling swrite v0.1.0
18502024-05-13T13:07:58.125Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18512024-05-13T13:07:58.155Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18522024-05-13T13:07:58.867Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18532024-05-13T13:07:59.387Z Compiling base64 v0.13.1
18542024-05-13T13:07:59.699Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18552024-05-13T13:07:59.764Z Compiling ron v0.7.1
18562024-05-13T13:07:59.900Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18572024-05-13T13:08:01.706Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18582024-05-13T13:08:02.035Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18592024-05-13T13:08:02.544Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18602024-05-13T13:08:02.679Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18612024-05-13T13:08:02.827Z Compiling trust-dns-server v0.22.1
18622024-05-13T13:08:04.581Z Compiling sled v0.34.7
18632024-05-13T13:08:04.730Z Compiling bcrypt-pbkdf v0.10.0
18642024-05-13T13:08:05.122Z Compiling pbkdf2 v0.11.0
18652024-05-13T13:08:05.203Z Compiling tokio-tungstenite v0.21.0
18662024-05-13T13:08:05.271Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-05-13T13:08:05.449Z Compiling ghash v0.5.0
18682024-05-13T13:08:05.619Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18692024-05-13T13:08:05.670Z Compiling ed25519-dalek v2.0.0
18702024-05-13T13:08:05.793Z Compiling russh-cryptovec v0.7.0
18712024-05-13T13:08:05.872Z Compiling zone v0.1.8
18722024-05-13T13:08:06.065Z Compiling rand v0.7.3
18732024-05-13T13:08:07.178Z Compiling ciborium v0.2.2
18742024-05-13T13:08:08.388Z Compiling vsss-rs v3.3.4
18752024-05-13T13:08:08.605Z Compiling dirs v5.0.1
18762024-05-13T13:08:08.795Z Compiling chacha20poly1305 v0.10.1
18772024-05-13T13:08:08.994Z Compiling p256 v0.13.2
18782024-05-13T13:08:09.334Z Compiling p521 v0.13.3
18792024-05-13T13:08:09.708Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-05-13T13:08:10.326Z Compiling pem v3.0.4
18812024-05-13T13:08:10.452Z Compiling cbc v0.1.2
18822024-05-13T13:08:10.698Z Compiling headers-core v0.2.0
18832024-05-13T13:08:10.828Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18842024-05-13T13:08:11.009Z Compiling portpicker v0.1.1
18852024-05-13T13:08:11.158Z Compiling kstat-rs v0.2.3
18862024-05-13T13:08:11.299Z Compiling nanorand v0.7.0
18872024-05-13T13:08:11.324Z Compiling glob v0.3.1
18882024-05-13T13:08:11.811Z Compiling http-range v0.1.5
18892024-05-13T13:08:11.923Z Compiling md5 v0.7.0
18902024-05-13T13:08:12.084Z Compiling hyper-staticfile v0.9.5
18912024-05-13T13:08:12.160Z Compiling russh-keys v0.43.0
18922024-05-13T13:08:12.324Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18932024-05-13T13:08:12.881Z Compiling flume v0.11.0
18942024-05-13T13:08:13.471Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18952024-05-13T13:08:14.276Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18962024-05-13T13:08:14.929Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18972024-05-13T13:08:15.515Z Compiling headers v0.3.9
18982024-05-13T13:08:15.844Z Compiling rcgen v0.12.1
18992024-05-13T13:08:17.197Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19002024-05-13T13:08:17.849Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19012024-05-13T13:08:17.932Z Compiling aes-gcm v0.10.3
19022024-05-13T13:08:18.190Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19032024-05-13T13:08:18.835Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19042024-05-13T13:08:19.153Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19052024-05-13T13:08:19.386Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19062024-05-13T13:08:20.969Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19072024-05-13T13:08:22.306Z Compiling atomicwrites v0.4.3
19082024-05-13T13:08:22.623Z Compiling itertools v0.12.1
19092024-05-13T13:08:22.892Z Compiling subprocess v0.2.9
19102024-05-13T13:08:23.333Z Compiling dhcproto-macros v0.1.0
19112024-05-13T13:08:24.134Z Compiling display-error-chain v0.2.0
19122024-05-13T13:08:24.291Z Compiling hex-literal v0.4.1
19132024-05-13T13:08:24.433Z Compiling russh v0.43.0
19142024-05-13T13:08:24.597Z Compiling dhcproto v0.11.0
19152024-05-13T13:08:25.217Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19162024-05-13T13:08:25.274Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19172024-05-13T13:08:25.454Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19182024-05-13T13:08:25.852Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19192024-05-13T13:08:26.395Z Compiling internet-checksum v0.2.1
19202024-05-13T13:08:27.309Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19212024-05-13T13:08:53.628Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19222024-05-13T13:09:48.833Z Finished dev [unoptimized + debuginfo] target(s) in 5m 03s
19232024-05-13T13:09:49.167Z
19242024-05-13T13:09:49.168Zreal 5:03.504870552
19252024-05-13T13:09:49.168Zuser 23:12.710183104
19262024-05-13T13:09:49.168Zsys 5:23.491140280
19272024-05-13T13:09:49.168Ztrap 0.751800850
19282024-05-13T13:09:49.193Ztflt 0.369213496
19292024-05-13T13:09:49.193Zdflt 2.319515655
19302024-05-13T13:09:49.193Zkflt 0.002542165
19312024-05-13T13:09:49.193Zlock 43:09.210036110
19322024-05-13T13:09:49.193Zslp 1:05:16.906175501
19332024-05-13T13:09:49.193Zlat 1:39.569516135
19342024-05-13T13:09:49.193Zstop 4:15.025013940
19352024-05-13T13:09:49.193Z+ mkdir -p /work
19362024-05-13T13:09:49.193Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19372024-05-13T13:09:50.265Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19382024-05-13T13:10:02.462Z Finished dev [unoptimized + debuginfo] target(s) in 13.22s
19392024-05-13T13:10:02.558Z
19402024-05-13T13:10:02.558Zreal 13.357914901
19412024-05-13T13:10:02.558Zuser 10.403920323
19422024-05-13T13:10:02.558Zsys 4.251304962
19432024-05-13T13:10:02.558Ztrap 0.003855073
19442024-05-13T13:10:02.559Ztflt 0.006201988
19452024-05-13T13:10:02.559Zdflt 0.089174991
19462024-05-13T13:10:02.559Zkflt 0.000000000
19472024-05-13T13:10:02.559Zlock 37.671252948
19482024-05-13T13:10:02.559Zslp 53.735339778
19492024-05-13T13:10:02.559Zlat 0.111377203
19502024-05-13T13:10:02.559Zstop 0.085990915
19512024-05-13T13:10:02.587Z+ cp target/debug/commtest /work/commtest
19522024-05-13T13:10:03.010Z+ mkdir -p /work/end-to-end-tests
19532024-05-13T13:10:03.037Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19542024-05-13T13:10:03.064Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19552024-05-13T13:10:03.064Z+ ptime -m gzip
19562024-05-13T13:10:03.102Z++ basename target/debug/bootstrap
19572024-05-13T13:10:18.009Z
19582024-05-13T13:10:18.009Zreal 14.939318384
19592024-05-13T13:10:18.009Zuser 14.804835889
19602024-05-13T13:10:18.036Zsys 0.116594181
19612024-05-13T13:10:18.036Ztrap 0.004438429
19622024-05-13T13:10:18.036Ztflt 0.000000000
19632024-05-13T13:10:18.036Zdflt 0.000000000
19642024-05-13T13:10:18.036Zkflt 0.000000000
19652024-05-13T13:10:18.036Zlock 0.000000000
19662024-05-13T13:10:18.036Zslp 0.000000000
19672024-05-13T13:10:18.036Zlat 0.012236553
19682024-05-13T13:10:18.036Zstop 0.001109582
19692024-05-13T13:10:18.036Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19702024-05-13T13:10:18.036Z+ ptime -m gzip
19712024-05-13T13:10:18.037Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-de5ca33f91c4e25d
19722024-05-13T13:10:19.097Z
19732024-05-13T13:10:19.097Zreal 1.077867166
19742024-05-13T13:10:19.097Zuser 1.064367737
19752024-05-13T13:10:19.097Zsys 0.012838589
19762024-05-13T13:10:19.097Ztrap 0.000113314
19772024-05-13T13:10:19.097Ztflt 0.000000000
19782024-05-13T13:10:19.097Zdflt 0.000000000
19792024-05-13T13:10:19.097Zkflt 0.000000000
19802024-05-13T13:10:19.122Zlock 0.000000000
19812024-05-13T13:10:19.122Zslp 0.000000000
19822024-05-13T13:10:19.122Zlat 0.000201006
19832024-05-13T13:10:19.122Zstop 0.000243434
19842024-05-13T13:10:19.122Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19852024-05-13T13:10:19.122Z+ ptime -m gzip
19862024-05-13T13:10:19.122Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-90175cfcd651a988
19872024-05-13T13:10:20.148Z
19882024-05-13T13:10:20.148Zreal 1.043478634
19892024-05-13T13:10:20.148Zuser 1.031616930
19902024-05-13T13:10:20.148Zsys 0.011264406
19912024-05-13T13:10:20.148Ztrap 0.000121131
19922024-05-13T13:10:20.148Ztflt 0.000000000
19932024-05-13T13:10:20.148Zdflt 0.000000000
19942024-05-13T13:10:20.148Zkflt 0.000000000
19952024-05-13T13:10:20.148Zlock 0.000000000
19962024-05-13T13:10:20.148Zslp 0.000000000
19972024-05-13T13:10:20.148Zlat 0.000187448
19982024-05-13T13:10:20.173Zstop 0.000202078
19992024-05-13T13:10:20.173Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20002024-05-13T13:10:20.173Z+ ptime -m gzip
20012024-05-13T13:10:20.173Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-98dea950e94fd935
20022024-05-13T13:10:21.186Z
20032024-05-13T13:10:21.186Zreal 1.028479304
20042024-05-13T13:10:21.186Zuser 1.017256943
20052024-05-13T13:10:21.186Zsys 0.010495953
20062024-05-13T13:10:21.186Ztrap 0.000098704
20072024-05-13T13:10:21.186Ztflt 0.000000000
20082024-05-13T13:10:21.186Zdflt 0.000000000
20092024-05-13T13:10:21.186Zkflt 0.000000000
20102024-05-13T13:10:21.186Zlock 0.000000000
20112024-05-13T13:10:21.211Zslp 0.000000000
20122024-05-13T13:10:21.211Zlat 0.000204168
20132024-05-13T13:10:21.211Zstop 0.000333218
20142024-05-13T13:10:21.211Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20152024-05-13T13:10:21.211Z+ ptime -m gzip
20162024-05-13T13:10:21.211Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-75836b68fe5366bd
20172024-05-13T13:10:36.298Z
20182024-05-13T13:10:36.298Zreal 15.105490289
20192024-05-13T13:10:36.299Zuser 14.978150106
20202024-05-13T13:10:36.299Zsys 0.118849075
20212024-05-13T13:10:36.299Ztrap 0.003412542
20222024-05-13T13:10:36.299Ztflt 0.000000000
20232024-05-13T13:10:36.299Zdflt 0.000000000
20242024-05-13T13:10:36.299Zkflt 0.000000000
20252024-05-13T13:10:36.325Zlock 0.000000000
20262024-05-13T13:10:36.325Zslp 0.000000000
20272024-05-13T13:10:36.325Zlat 0.004726638
20282024-05-13T13:10:36.325Zstop 0.000252418
20292024-05-13T13:10:36.325Z+ banner caboose-util
20302024-05-13T13:10:36.325Z
20312024-05-13T13:10:36.325Z #### ## ##### #### #### #### ###### # # #####
20322024-05-13T13:10:36.325Z # # # # # # # # # # # # # # #
20332024-05-13T13:10:36.325Z # # # ##### # # # # #### ##### ##### # # #
20342024-05-13T13:10:36.325Z # ###### # # # # # # # # # # #
20352024-05-13T13:10:36.325Z # # # # # # # # # # # # # # # #
20362024-05-13T13:10:36.325Z #### # # ##### #### #### #### ###### #### #
20372024-05-13T13:10:36.325Z
20382024-05-13T13:10:36.325Z+ ptime -m cargo build --locked -p caboose-util --release
20392024-05-13T13:10:36.967Z Downloading crates ...
20402024-05-13T13:10:37.122Z Downloaded bitfield v0.14.0
20412024-05-13T13:10:37.147Z Downloaded crc-any v2.4.3
20422024-05-13T13:10:37.147Z Downloaded path-slash v0.1.5
20432024-05-13T13:10:37.147Z Downloaded packed_struct_codegen v0.10.1
20442024-05-13T13:10:37.147Z Downloaded packed_struct v0.10.1
20452024-05-13T13:10:37.147Z Downloaded wyz v0.5.1
20462024-05-13T13:10:37.147Z Downloaded smallvec v0.6.14
20472024-05-13T13:10:37.148Z Downloaded funty v2.0.0
20482024-05-13T13:10:37.148Z Downloaded rsa v0.9.2
20492024-05-13T13:10:37.148Z Downloaded x509-cert v0.2.4
20502024-05-13T13:10:37.173Z Downloaded object v0.30.4
20512024-05-13T13:10:37.173Z Downloaded num-bigint-dig v0.8.4
20522024-05-13T13:10:37.173Z Downloaded hashbrown v0.13.2
20532024-05-13T13:10:37.198Z Downloaded bitvec v1.0.1
20542024-05-13T13:10:37.198Z Downloaded ron v0.8.1
20552024-05-13T13:10:37.198Z Downloaded pkcs1 v0.7.5
20562024-05-13T13:10:37.223Z Downloaded tap v1.0.1
20572024-05-13T13:10:37.223Z Downloaded serde-hex v0.1.0
20582024-05-13T13:10:37.223Z Downloaded radium v0.7.0
20592024-05-13T13:10:37.223Z Downloaded maybe-uninit v2.0.0
20602024-05-13T13:10:37.223Z Downloaded crc v3.0.1
20612024-05-13T13:10:37.223Z Downloaded array-init v0.0.4
20622024-05-13T13:10:37.223Z Downloaded nodrop v0.1.14
20632024-05-13T13:10:37.223Z Downloaded env_logger v0.10.0
20642024-05-13T13:10:37.223Z Downloaded crc-catalog v2.2.0
20652024-05-13T13:10:37.343Z Compiling proc-macro2 v1.0.81
20662024-05-13T13:10:37.343Z Compiling unicode-ident v1.0.12
20672024-05-13T13:10:37.370Z Compiling libc v0.2.153
20682024-05-13T13:10:37.370Z Compiling serde v1.0.201
20692024-05-13T13:10:37.370Z Compiling autocfg v1.1.0
20702024-05-13T13:10:37.370Z Compiling version_check v0.9.4
20712024-05-13T13:10:37.370Z Compiling cfg-if v1.0.0
20722024-05-13T13:10:37.464Z Compiling typenum v1.16.0
20732024-05-13T13:10:37.513Z Compiling parking_lot_core v0.9.8
20742024-05-13T13:10:37.552Z Compiling once_cell v1.19.0
20752024-05-13T13:10:37.873Z Compiling memchr v2.7.1
20762024-05-13T13:10:37.903Z Compiling libm v0.2.7
20772024-05-13T13:10:37.973Z Compiling generic-array v0.14.7
20782024-05-13T13:10:38.037Z Compiling lock_api v0.4.10
20792024-05-13T13:10:38.223Z Compiling byteorder v1.5.0
20802024-05-13T13:10:38.253Z Compiling num-traits v0.2.18
20812024-05-13T13:10:38.278Z Compiling ahash v0.8.8
20822024-05-13T13:10:38.498Z Compiling pkg-config v0.3.27
20832024-05-13T13:10:38.552Z Compiling log v0.4.21
20842024-05-13T13:10:38.636Z Compiling quote v1.0.36
20852024-05-13T13:10:38.661Z Compiling serde_json v1.0.116
20862024-05-13T13:10:38.946Z Compiling syn v2.0.60
20872024-05-13T13:10:38.970Z Compiling cc v1.0.83
20882024-05-13T13:10:39.160Z Compiling getrandom v0.2.12
20892024-05-13T13:10:39.490Z Compiling scopeguard v1.2.0
20902024-05-13T13:10:39.547Z Compiling itoa v1.0.9
20912024-05-13T13:10:39.616Z Compiling slab v0.4.9
20922024-05-13T13:10:39.738Z Compiling thiserror v1.0.59
20932024-05-13T13:10:39.892Z Compiling rand_core v0.6.4
20942024-05-13T13:10:39.917Z Compiling smallvec v1.13.1
20952024-05-13T13:10:40.368Z Compiling vcpkg v0.2.15
20962024-05-13T13:10:40.727Z Compiling pin-project-lite v0.2.13
20972024-05-13T13:10:40.836Z Compiling syn v1.0.109
20982024-05-13T13:10:40.969Z Compiling parking_lot v0.12.1
20992024-05-13T13:10:41.129Z Compiling const-oid v0.9.6
21002024-05-13T13:10:41.269Z Compiling ring v0.17.8
21012024-05-13T13:10:41.634Z Compiling ryu v1.0.15
21022024-05-13T13:10:41.723Z Compiling openssl-sys v0.9.102
21032024-05-13T13:10:42.009Z Compiling signal-hook-registry v1.4.1
21042024-05-13T13:10:42.240Z Compiling subtle v2.5.0
21052024-05-13T13:10:42.481Z Compiling rustix v0.38.31
21062024-05-13T13:10:42.540Z Compiling ring v0.16.20
21072024-05-13T13:10:42.567Z Compiling mio v0.8.11
21082024-05-13T13:10:42.760Z Compiling semver v1.0.22
21092024-05-13T13:10:43.050Z Compiling tinyvec_macros v0.1.1
21102024-05-13T13:10:43.130Z Compiling futures-core v0.3.30
21112024-05-13T13:10:43.178Z Compiling tinyvec v1.6.0
21122024-05-13T13:10:44.238Z Compiling spin v0.5.2
21132024-05-13T13:10:44.337Z Compiling unicode-normalization v0.1.22
21142024-05-13T13:10:44.822Z Compiling socket2 v0.5.6
21152024-05-13T13:10:45.023Z Compiling num_cpus v1.16.0
21162024-05-13T13:10:45.129Z Compiling unicode-bidi v0.3.15
21172024-05-13T13:10:45.355Z Compiling openssl v0.10.64
21182024-05-13T13:10:45.408Z Compiling futures-sink v0.3.30
21192024-05-13T13:10:45.537Z Compiling allocator-api2 v0.2.16
21202024-05-13T13:10:45.602Z Compiling ucd-trie v0.1.6
21212024-05-13T13:10:45.684Z Compiling httparse v1.8.0
21222024-05-13T13:10:46.079Z Compiling equivalent v1.0.1
21232024-05-13T13:10:46.154Z Compiling num-conv v0.1.0
21242024-05-13T13:10:46.179Z Compiling time-core v0.1.2
21252024-05-13T13:10:46.391Z Compiling time-macros v0.2.17
21262024-05-13T13:10:46.417Z Compiling futures-channel v0.3.30
21272024-05-13T13:10:46.696Z Compiling futures-io v0.3.30
21282024-05-13T13:10:46.746Z Compiling crc32fast v1.3.2
21292024-05-13T13:10:46.902Z Compiling futures-task v0.3.30
21302024-05-13T13:10:46.927Z Compiling rustls v0.21.9
21312024-05-13T13:10:47.116Z Compiling pin-utils v0.1.0
21322024-05-13T13:10:47.161Z Compiling native-tls v0.2.11
21332024-05-13T13:10:47.316Z Compiling ppv-lite86 v0.2.17
21342024-05-13T13:10:47.590Z Compiling bzip2-sys v0.1.11+1.0.8
21352024-05-13T13:10:47.985Z Compiling spin v0.9.8
21362024-05-13T13:10:48.070Z Compiling rand_chacha v0.3.1
21372024-05-13T13:10:48.330Z Compiling tracing-core v0.1.32
21382024-05-13T13:10:48.355Z Compiling base64ct v1.6.0
21392024-05-13T13:10:48.409Z Compiling rand v0.8.5
21402024-05-13T13:10:48.761Z Compiling pem-rfc7468 v0.7.0
21412024-05-13T13:10:49.216Z Compiling serde_derive v1.0.201
21422024-05-13T13:10:49.325Z Compiling zeroize_derive v1.4.2
21432024-05-13T13:10:49.352Z Compiling zerocopy-derive v0.7.32
21442024-05-13T13:10:49.589Z Compiling tokio-macros v2.2.0
21452024-05-13T13:10:49.719Z Compiling thiserror-impl v1.0.59
21462024-05-13T13:10:49.849Z Compiling futures-macro v0.3.30
21472024-05-13T13:10:50.056Z Compiling tracing-attributes v0.1.27
21482024-05-13T13:10:50.508Z Compiling zeroize v1.7.0
21492024-05-13T13:10:50.962Z Compiling zerocopy v0.7.32
21502024-05-13T13:10:51.888Z Compiling der_derive v0.7.2
21512024-05-13T13:10:52.239Z Compiling crypto-common v0.1.6
21522024-05-13T13:10:52.375Z Compiling scroll_derive v0.12.0
21532024-05-13T13:10:52.512Z Compiling pest v2.7.6
21542024-05-13T13:10:52.661Z Compiling hashbrown v0.14.3
21552024-05-13T13:10:52.698Z Compiling block-buffer v0.10.4
21562024-05-13T13:10:52.966Z Compiling digest v0.10.7
21572024-05-13T13:10:53.534Z Compiling openssl-macros v0.1.1
21582024-05-13T13:10:53.626Z Compiling futures-util v0.3.30
21592024-05-13T13:10:53.782Z Compiling tracing v0.1.40
21602024-05-13T13:10:53.831Z Compiling zerocopy-derive v0.6.6
21612024-05-13T13:10:54.132Z Compiling usdt-impl v0.5.0
21622024-05-13T13:10:54.166Z Compiling cookie v0.17.0
21632024-05-13T13:10:54.223Z Compiling percent-encoding v2.3.1
21642024-05-13T13:10:54.418Z Compiling pest_meta v2.7.6
21652024-05-13T13:10:54.443Z Compiling schemars v0.8.17
21662024-05-13T13:10:54.498Z Compiling flagset v0.4.3
21672024-05-13T13:10:54.699Z Compiling signal-hook v0.3.17
21682024-05-13T13:10:54.805Z Compiling der v0.7.8
21692024-05-13T13:10:55.403Z Compiling pest_generator v2.7.6
21702024-05-13T13:10:56.119Z Compiling scroll v0.12.0
21712024-05-13T13:10:56.568Z Compiling serde_derive_internals v0.29.0
21722024-05-13T13:10:57.583Z Compiling pest_derive v2.7.6
21732024-05-13T13:10:58.664Z Compiling errno v0.3.8
21742024-05-13T13:10:58.693Z Compiling plain v0.2.3
21752024-05-13T13:10:58.825Z Compiling fnv v1.0.7
21762024-05-13T13:10:58.891Z Compiling goblin v0.8.0
21772024-05-13T13:10:59.075Z Compiling schemars_derive v0.8.17
21782024-05-13T13:10:59.970Z Compiling bytes v1.6.0
21792024-05-13T13:11:00.394Z Compiling bitflags v2.4.2
21802024-05-13T13:11:00.771Z Compiling tokio v1.37.0
21812024-05-13T13:11:00.944Z Compiling indexmap v2.2.6
21822024-05-13T13:11:01.560Z Compiling rustc_version v0.4.0
21832024-05-13T13:11:02.077Z Compiling heapless v0.7.16
21842024-05-13T13:11:02.113Z Compiling http v0.2.12
21852024-05-13T13:11:02.878Z Compiling uuid v1.8.0
21862024-05-13T13:11:03.087Z Compiling spki v0.7.2
21872024-05-13T13:11:03.529Z Compiling lazy_static v1.4.0
21882024-05-13T13:11:04.703Z Compiling backtrace v0.3.69
21892024-05-13T13:11:05.047Z Compiling num-bigint v0.4.4
21902024-05-13T13:11:05.299Z Compiling base64 v0.21.7
21912024-05-13T13:11:05.416Z Compiling crossbeam-utils v0.8.19
21922024-05-13T13:11:05.836Z Compiling powerfmt v0.2.0
21932024-05-13T13:11:06.139Z Compiling untrusted v0.9.0
21942024-05-13T13:11:06.219Z Compiling smoltcp v0.9.1
21952024-05-13T13:11:06.257Z Compiling pretty-hex v0.4.1
21962024-05-13T13:11:06.305Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21972024-05-13T13:11:06.331Z Compiling heck v0.5.0
21982024-05-13T13:11:06.669Z Compiling heck v0.4.1
21992024-05-13T13:11:06.864Z Compiling iana-time-zone v0.1.57
22002024-05-13T13:11:06.889Z Compiling untrusted v0.7.1
22012024-05-13T13:11:07.020Z Compiling foreign-types-shared v0.1.1
22022024-05-13T13:11:07.117Z Compiling foreign-types v0.3.2
22032024-05-13T13:11:07.210Z Compiling tokio-util v0.7.10
22042024-05-13T13:11:07.236Z Compiling chrono v0.4.38
22052024-05-13T13:11:07.351Z Compiling clap_derive v4.5.4
22062024-05-13T13:11:07.692Z Compiling dof v0.3.0
22072024-05-13T13:11:09.173Z Compiling deranged v0.3.11
22082024-05-13T13:11:09.758Z Compiling dtrace-parser v0.2.0
22092024-05-13T13:11:10.074Z Compiling form_urlencoded v1.2.1
22102024-05-13T13:11:10.715Z Compiling hmac v0.12.1
22112024-05-13T13:11:10.907Z Compiling num-integer v0.1.46
22122024-05-13T13:11:10.932Z Compiling thread-id v4.2.0
22132024-05-13T13:11:11.030Z Compiling anstyle v1.0.7
22142024-05-13T13:11:11.210Z Compiling num_threads v0.1.6
22152024-05-13T13:11:11.248Z Compiling try-lock v0.2.4
22162024-05-13T13:11:11.326Z Compiling adler v1.0.2
22172024-05-13T13:11:11.382Z Compiling utf8parse v0.2.1
22182024-05-13T13:11:11.497Z Compiling rustversion v1.0.14
22192024-05-13T13:11:11.523Z Compiling siphasher v0.3.11
22202024-05-13T13:11:11.552Z Compiling cpufeatures v0.2.12
22212024-05-13T13:11:11.625Z Compiling sha2 v0.10.8
22222024-05-13T13:11:11.658Z Compiling anstyle-parse v0.2.1
22232024-05-13T13:11:11.827Z Compiling miniz_oxide v0.7.1
22242024-05-13T13:11:11.860Z Compiling want v0.3.1
22252024-05-13T13:11:12.021Z Compiling time v0.3.34
22262024-05-13T13:11:13.221Z Compiling rustls-webpki v0.101.7
22272024-05-13T13:11:13.393Z Compiling sct v0.7.0
22282024-05-13T13:11:14.127Z Compiling h2 v0.3.26
22292024-05-13T13:11:14.312Z Compiling http-body v0.4.5
22302024-05-13T13:11:14.523Z Compiling pkcs8 v0.10.2
22312024-05-13T13:11:15.543Z Compiling serde_tokenstream v0.2.0
22322024-05-13T13:11:15.678Z Compiling hubpack_derive v0.1.1
22332024-05-13T13:11:15.796Z Compiling async-trait v0.1.80
22342024-05-13T13:11:15.926Z Compiling idna v0.5.0
22352024-05-13T13:11:16.309Z Compiling aho-corasick v1.1.2
22362024-05-13T13:11:16.541Z Compiling tower-service v0.3.2
22372024-05-13T13:11:16.984Z Compiling slog v2.7.0
22382024-05-13T13:11:17.336Z Compiling openssl-probe v0.1.5
22392024-05-13T13:11:17.361Z Compiling httpdate v1.0.3
22402024-05-13T13:11:17.578Z Compiling colorchoice v1.0.0
22412024-05-13T13:11:18.150Z Compiling regex-syntax v0.8.2
22422024-05-13T13:11:18.262Z Compiling anyhow v1.0.82
22432024-05-13T13:11:18.343Z Compiling radium v0.7.0
22442024-05-13T13:11:18.687Z Compiling anstyle-query v1.0.0
22452024-05-13T13:11:18.820Z Compiling anstream v0.6.11
22462024-05-13T13:11:19.655Z Compiling hyper v0.14.28
22472024-05-13T13:11:21.624Z Compiling regex-automata v0.4.5
22482024-05-13T13:11:23.509Z Compiling url v2.5.0
22492024-05-13T13:11:26.092Z Compiling terminal_size v0.3.0
22502024-05-13T13:11:26.361Z Compiling serde_spanned v0.6.5
22512024-05-13T13:11:26.386Z Compiling toml_datetime v0.6.5
22522024-05-13T13:11:26.552Z Compiling zerocopy v0.6.6
22532024-05-13T13:11:26.816Z Compiling md-5 v0.10.5
22542024-05-13T13:11:27.262Z Compiling stringprep v0.1.3
22552024-05-13T13:11:27.305Z Compiling idna v0.3.0
22562024-05-13T13:11:27.437Z Compiling diesel_table_macro_syntax v0.1.0
22572024-05-13T13:11:27.588Z Compiling hash32 v0.2.1
22582024-05-13T13:11:27.750Z Compiling psl-types v2.0.11
22592024-05-13T13:11:27.798Z Compiling dyn-clone v1.0.17
22602024-05-13T13:11:27.973Z Compiling fallible-iterator v0.2.0
22612024-05-13T13:11:28.001Z Compiling tap v1.0.1
22622024-05-13T13:11:28.029Z Compiling maybe-uninit v2.0.0
22632024-05-13T13:11:28.400Z Compiling stable_deref_trait v1.2.0
22642024-05-13T13:11:28.456Z Compiling gimli v0.28.0
22652024-05-13T13:11:28.501Z Compiling strsim v0.11.0
22662024-05-13T13:11:28.562Z Compiling clap_lex v0.7.0
22672024-05-13T13:11:28.702Z Compiling postgres-protocol v0.6.6
22682024-05-13T13:11:29.180Z Compiling clap_builder v4.5.2
22692024-05-13T13:11:30.145Z Compiling wyz v0.5.1
22702024-05-13T13:11:30.219Z Compiling publicsuffix v2.2.3
22712024-05-13T13:11:30.443Z Compiling diesel_derives v2.1.2
22722024-05-13T13:11:31.330Z Compiling tokio-rustls v0.24.1
22732024-05-13T13:11:31.649Z Compiling addr2line v0.21.0
22742024-05-13T13:11:32.114Z Compiling strum_macros v0.25.2
22752024-05-13T13:11:32.733Z Compiling tokio-native-tls v0.3.1
22762024-05-13T13:11:33.864Z Compiling usdt-macro v0.5.0
22772024-05-13T13:11:34.558Z Compiling usdt-attr-macro v0.5.0
22782024-05-13T13:11:35.378Z Compiling phf_shared v0.11.2
22792024-05-13T13:11:35.702Z Compiling num-iter v0.1.44
22802024-05-13T13:11:35.839Z Compiling enum-as-inner v0.5.1
22812024-05-13T13:11:36.651Z Compiling block-padding v0.3.3
22822024-05-13T13:11:36.844Z Compiling serde_repr v0.1.16
22832024-05-13T13:11:37.716Z Compiling ff v0.13.0
22842024-05-13T13:11:37.915Z Compiling scheduled-thread-pool v0.2.7
22852024-05-13T13:11:39.387Z Compiling object v0.32.1
22862024-05-13T13:11:39.591Z Compiling num-bigint-dig v0.8.4
22872024-05-13T13:11:39.835Z Compiling managed v0.8.0
22882024-05-13T13:11:40.353Z Compiling regex-automata v0.1.10
22892024-05-13T13:11:40.742Z Compiling matches v0.1.10
22902024-05-13T13:11:40.845Z Compiling packed_struct v0.10.1
22912024-05-13T13:11:40.901Z Compiling bitflags v1.3.2
22922024-05-13T13:11:41.198Z Compiling rustc-demangle v0.1.23
22932024-05-13T13:11:42.505Z Compiling winnow v0.5.15
22942024-05-13T13:11:42.560Z Compiling base16ct v0.2.0
22952024-05-13T13:11:42.838Z Compiling bit-vec v0.6.3
22962024-05-13T13:11:43.810Z Compiling ipnet v2.9.0
22972024-05-13T13:11:44.391Z Compiling funty v2.0.0
22982024-05-13T13:11:45.310Z Compiling bitvec v1.0.1
22992024-05-13T13:11:46.427Z Compiling toml_edit v0.19.15
23002024-05-13T13:11:48.559Z Compiling sec1 v0.7.3
23012024-05-13T13:11:51.871Z Compiling idna v0.2.3
23022024-05-13T13:11:52.001Z Compiling bstr v0.2.17
23032024-05-13T13:11:52.820Z Compiling r2d2 v0.8.10
23042024-05-13T13:11:53.001Z Compiling group v0.13.0
23052024-05-13T13:11:53.147Z Compiling inout v0.1.3
23062024-05-13T13:11:54.163Z Compiling phf v0.11.2
23072024-05-13T13:11:54.188Z Compiling hyper-tls v0.5.0
23082024-05-13T13:11:54.410Z Compiling clap v4.5.4
23092024-05-13T13:11:54.482Z Compiling signal-hook-mio v0.2.3
23102024-05-13T13:11:54.514Z Compiling ipnetwork v0.20.0
23112024-05-13T13:11:54.627Z Compiling cookie_store v0.20.0
23122024-05-13T13:11:55.145Z Compiling hyper-rustls v0.24.2
23132024-05-13T13:11:55.441Z Compiling flate2 v1.0.28
23142024-05-13T13:11:55.720Z Compiling bzip2 v0.4.4
23152024-05-13T13:11:55.961Z Compiling postgres-types v0.2.6
23162024-05-13T13:11:56.027Z Compiling regex v1.10.4
23172024-05-13T13:11:56.377Z Compiling hubpack v0.1.2
23182024-05-13T13:11:56.747Z Compiling rustls-pemfile v1.0.3
23192024-05-13T13:11:56.859Z Compiling phf_shared v0.10.0
23202024-05-13T13:11:57.042Z Compiling hkdf v0.12.4
23212024-05-13T13:11:57.067Z Compiling serde_urlencoded v0.7.1
23222024-05-13T13:11:57.241Z Compiling futures-executor v0.3.30
23232024-05-13T13:11:57.584Z Compiling packed_struct_codegen v0.10.1
23242024-05-13T13:11:57.686Z Compiling crypto-bigint v0.5.2
23252024-05-13T13:11:59.315Z Compiling float-cmp v0.9.0
23262024-05-13T13:11:59.499Z Compiling memmap v0.7.0
23272024-05-13T13:11:59.777Z Compiling indexmap v1.9.3
23282024-05-13T13:12:00.019Z Compiling encoding_rs v0.8.33
23292024-05-13T13:12:00.045Z Compiling normalize-line-endings v0.3.0
23302024-05-13T13:12:00.158Z Compiling unicode-width v0.1.11
23312024-05-13T13:12:00.326Z Compiling new_debug_unreachable v1.0.4
23322024-05-13T13:12:00.612Z Compiling difflib v0.4.0
23332024-05-13T13:12:01.118Z Compiling precomputed-hash v0.1.1
23342024-05-13T13:12:01.222Z Compiling data-encoding v2.4.0
23352024-05-13T13:12:01.788Z Compiling static_assertions v1.1.0
23362024-05-13T13:12:01.876Z Compiling sync_wrapper v0.1.2
23372024-05-13T13:12:01.984Z Compiling whoami v1.5.1
23382024-05-13T13:12:02.421Z Compiling unicode-segmentation v1.10.1
23392024-05-13T13:12:02.548Z Compiling minimal-lexical v0.2.1
23402024-05-13T13:12:02.687Z Compiling nodrop v0.1.14
23412024-05-13T13:12:02.797Z Compiling either v1.11.0
23422024-05-13T13:12:02.969Z Compiling winnow v0.6.1
23432024-05-13T13:12:03.151Z Compiling crc-catalog v2.2.0
23442024-05-13T13:12:03.177Z Compiling fixedbitset v0.4.2
23452024-05-13T13:12:03.275Z Compiling predicates-core v1.0.6
23462024-05-13T13:12:03.533Z Compiling webpki-roots v0.25.2
23472024-05-13T13:12:03.558Z Compiling mime v0.3.17
23482024-05-13T13:12:03.956Z Compiling reqwest v0.11.27
23492024-05-13T13:12:05.772Z Compiling toml_edit v0.22.12
23502024-05-13T13:12:05.821Z Compiling predicates v3.1.0
23512024-05-13T13:12:06.006Z Compiling petgraph v0.6.4
23522024-05-13T13:12:07.035Z Compiling crc v3.0.1
23532024-05-13T13:12:08.686Z Compiling itertools v0.10.5
23542024-05-13T13:12:09.098Z Compiling similar v2.4.0
23552024-05-13T13:12:10.676Z Compiling nom v7.1.3
23562024-05-13T13:12:10.810Z Compiling array-init v0.0.4
23572024-05-13T13:12:11.542Z Compiling tokio-postgres v0.7.10
23582024-05-13T13:12:11.723Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23592024-05-13T13:12:12.180Z Compiling trust-dns-proto v0.22.0
23602024-05-13T13:12:13.351Z Compiling string_cache v0.8.7
23612024-05-13T13:12:15.204Z Compiling console v0.15.8
23622024-05-13T13:12:16.070Z Compiling usdt v0.5.0
23632024-05-13T13:12:16.242Z Compiling elliptic-curve v0.13.8
23642024-05-13T13:12:18.133Z Compiling futures v0.3.30
23652024-05-13T13:12:18.862Z Compiling zip v0.6.6
23662024-05-13T13:12:19.217Z Compiling smallvec v0.6.14
23672024-05-13T13:12:19.310Z Compiling yasna v0.5.2
23682024-05-13T13:12:19.476Z Compiling diesel v2.1.6
23692024-05-13T13:12:19.599Z Compiling crossterm v0.27.0
23702024-05-13T13:12:19.870Z Compiling crossbeam-epoch v0.9.18
23712024-05-13T13:12:20.151Z Compiling cipher v0.4.4
23722024-05-13T13:12:21.254Z Compiling toml v0.7.8
23732024-05-13T13:12:22.237Z Compiling bit-set v0.5.3
23742024-05-13T13:12:23.066Z Compiling bstr v1.9.0
23752024-05-13T13:12:23.595Z Compiling pkcs1 v0.7.5
23762024-05-13T13:12:24.327Z Compiling tokio-stream v0.1.15
23772024-05-13T13:12:25.053Z Compiling is-terminal v0.4.9
23782024-05-13T13:12:25.082Z Compiling openapiv3 v2.0.0
23792024-05-13T13:12:25.178Z Compiling hex v0.4.3
23802024-05-13T13:12:25.671Z Compiling signature v2.1.0
23812024-05-13T13:12:26.060Z Compiling hashbrown v0.12.3
23822024-05-13T13:12:27.113Z Compiling bitfield v0.14.0
23832024-05-13T13:12:27.350Z Compiling lalrpop-util v0.19.12
23842024-05-13T13:12:27.476Z Compiling termcolor v1.2.0
23852024-05-13T13:12:27.748Z Compiling peg-runtime v0.8.3
23862024-05-13T13:12:30.670Z Compiling env_logger v0.10.0
23872024-05-13T13:12:30.917Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23882024-05-13T13:12:33.752Z Compiling rsa v0.9.2
23892024-05-13T13:12:36.764Z Compiling serde-hex v0.1.0
23902024-05-13T13:12:41.295Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23912024-05-13T13:12:42.621Z Compiling ron v0.8.1
23922024-05-13T13:12:43.395Z Compiling x509-cert v0.2.4
23932024-05-13T13:12:44.077Z Compiling hashbrown v0.13.2
23942024-05-13T13:12:47.598Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23952024-05-13T13:12:48.242Z Compiling crc-any v2.4.3
23962024-05-13T13:12:54.138Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23972024-05-13T13:13:08.342Z Compiling object v0.30.4
23982024-05-13T13:13:08.604Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23992024-05-13T13:13:15.411Z Compiling path-slash v0.1.5
24002024-05-13T13:13:15.608Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24012024-05-13T13:13:39.956Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24022024-05-13T13:13:40.921Z Finished release [optimized] target(s) in 3m 04s
24032024-05-13T13:13:41.001Z
24042024-05-13T13:13:41.026Zreal 3:04.687261403
24052024-05-13T13:13:41.026Zuser 19:41.131314964
24062024-05-13T13:13:41.026Zsys 2:39.056317571
24072024-05-13T13:13:41.027Ztrap 0.705294489
24082024-05-13T13:13:41.027Ztflt 0.793248948
24092024-05-13T13:13:41.027Zdflt 0.306090976
24102024-05-13T13:13:41.027Zkflt 0.000139607
24112024-05-13T13:13:41.027Zlock 43:07.511172303
24122024-05-13T13:13:41.027Zslp 56:57.987122702
24132024-05-13T13:13:41.027Zlat 1:15.631431866
24142024-05-13T13:13:41.027Zstop 1:26.632672305
24152024-05-13T13:13:41.027Z+ ptime -m gzip
24162024-05-13T13:13:41.319Z
24172024-05-13T13:13:41.319Zreal 0.312861192
24182024-05-13T13:13:41.319Zuser 0.308707113
24192024-05-13T13:13:41.319Zsys 0.003597866
24202024-05-13T13:13:41.319Ztrap 0.000038369
24212024-05-13T13:13:41.319Ztflt 0.000000000
24222024-05-13T13:13:41.319Zdflt 0.000000000
24232024-05-13T13:13:41.319Zkflt 0.000000000
24242024-05-13T13:13:41.319Zlock 0.000000000
24252024-05-13T13:13:41.319Zslp 0.000000000
24262024-05-13T13:13:41.319Zlat 0.000186225
24272024-05-13T13:13:41.344Zstop 0.000243454
24282024-05-13T13:13:41.344Z+ banner tufaceous
24292024-05-13T13:13:41.344Z
24302024-05-13T13:13:41.344Z ##### # # ###### ## #### ###### #### # # ####
24312024-05-13T13:13:41.345Z # # # # # # # # # # # # # #
24322024-05-13T13:13:41.345Z # # # ##### # # # ##### # # # # ####
24332024-05-13T13:13:41.345Z # # # # ###### # # # # # # #
24342024-05-13T13:13:41.345Z # # # # # # # # # # # # # # #
24352024-05-13T13:13:41.345Z # #### # # # #### ###### #### #### ####
24362024-05-13T13:13:41.345Z
24372024-05-13T13:13:41.345Z+ ptime -m cargo build --locked -p tufaceous --release
24382024-05-13T13:13:42.002Z Downloading crates ...
24392024-05-13T13:13:42.196Z Downloaded parse-size v1.0.0
24402024-05-13T13:13:42.222Z Downloaded async-recursion v1.1.0
24412024-05-13T13:13:42.222Z Downloaded snafu v0.8.2
24422024-05-13T13:13:42.222Z Downloaded typed-path v0.7.0
24432024-05-13T13:13:42.222Z Downloaded tough v0.17.1
24442024-05-13T13:13:42.247Z Downloaded snafu-derive v0.8.2
24452024-05-13T13:13:42.247Z Downloaded pin-project v1.1.3
24462024-05-13T13:13:42.247Z Downloaded globset v0.4.13
24472024-05-13T13:13:42.247Z Downloaded buf-list v1.0.3
24482024-05-13T13:13:42.247Z Downloaded serde_plain v1.0.2
24492024-05-13T13:13:42.272Z Downloaded pin-project-internal v1.1.3
24502024-05-13T13:13:42.272Z Downloaded olpc-cjson v0.1.3
24512024-05-13T13:13:42.272Z Downloaded fs-err v2.11.0
24522024-05-13T13:13:42.396Z Compiling regress v0.9.1
24532024-05-13T13:13:42.421Z Compiling camino v1.1.6
24542024-05-13T13:13:42.446Z Compiling getopts v0.2.21
24552024-05-13T13:13:42.446Z Compiling rayon-core v1.12.1
24562024-05-13T13:13:42.446Z Compiling unsafe-libyaml v0.2.10
24572024-05-13T13:13:42.471Z Compiling crossbeam-deque v0.8.3
24582024-05-13T13:13:42.471Z Compiling fastrand v2.0.1
24592024-05-13T13:13:42.471Z Compiling same-file v1.0.6
24602024-05-13T13:13:42.689Z Compiling walkdir v2.5.0
24612024-05-13T13:13:42.804Z Compiling tempfile v3.10.1
24622024-05-13T13:13:42.989Z Compiling blake3 v1.5.0
24632024-05-13T13:13:43.251Z Compiling dirs-sys-next v0.1.2
24642024-05-13T13:13:43.484Z Compiling serde_yaml v0.9.25
24652024-05-13T13:13:43.723Z Compiling rayon v1.10.0
24662024-05-13T13:13:43.838Z Compiling memmap2 v0.7.1
24672024-05-13T13:13:43.926Z Compiling filetime v0.2.23
24682024-05-13T13:13:44.156Z Compiling xattr v1.0.1
24692024-05-13T13:13:44.182Z Compiling ident_case v1.0.1
24702024-05-13T13:13:44.207Z Compiling strsim v0.10.0
24712024-05-13T13:13:44.266Z Compiling constant_time_eq v0.3.0
24722024-05-13T13:13:44.330Z Compiling rustls-pki-types v1.3.0
24732024-05-13T13:13:44.369Z Compiling home v0.5.5
24742024-05-13T13:13:44.404Z Compiling arrayref v0.3.7
24752024-05-13T13:13:44.495Z Compiling arrayvec v0.7.4
24762024-05-13T13:13:44.563Z Compiling heck v0.5.0
24772024-05-13T13:13:44.728Z Compiling toolchain_find v0.4.0
24782024-05-13T13:13:44.839Z Compiling darling_core v0.20.8
24792024-05-13T13:13:46.227Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
24802024-05-13T13:13:46.252Z Compiling tar v0.4.40
24812024-05-13T13:13:46.252Z Compiling camino-tempfile v1.1.1
24822024-05-13T13:13:46.432Z Compiling dirs-next v2.0.0
24832024-05-13T13:13:46.485Z Compiling toml v0.8.12
24842024-05-13T13:13:46.654Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
24852024-05-13T13:13:46.890Z Compiling thread_local v1.1.7
24862024-05-13T13:13:47.019Z Compiling topological-sort v0.2.2
24872024-05-13T13:13:47.543Z Compiling rustls v0.22.4
24882024-05-13T13:13:47.595Z Compiling slog-async v2.8.0
24892024-05-13T13:13:47.766Z Compiling base64 v0.22.1
24902024-05-13T13:13:47.816Z Compiling paste v1.0.14
24912024-05-13T13:13:48.094Z Compiling omicron-zone-package v0.11.0
24922024-05-13T13:13:48.303Z Compiling rustfmt-wrapper v0.2.1
24932024-05-13T13:13:48.396Z Compiling term v0.7.0
24942024-05-13T13:13:48.723Z Compiling rustls-webpki v0.102.1
24952024-05-13T13:13:49.703Z Compiling darling_macro v0.20.8
24962024-05-13T13:13:50.059Z Compiling crossbeam-channel v0.5.8
24972024-05-13T13:13:50.500Z Compiling structmeta-derive v0.3.0
24982024-05-13T13:13:51.412Z Compiling multer v3.1.0
24992024-05-13T13:13:51.451Z Compiling take_mut v0.2.2
25002024-05-13T13:13:51.592Z Compiling match_cfg v0.1.0
25012024-05-13T13:13:51.692Z Compiling hostname v0.3.1
25022024-05-13T13:13:51.923Z Compiling darling v0.20.8
25032024-05-13T13:13:52.232Z Compiling slog-term v2.9.1
25042024-05-13T13:13:52.652Z Compiling structmeta v0.3.0
25052024-05-13T13:13:53.049Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25062024-05-13T13:13:53.074Z Compiling slog-json v2.6.1
25072024-05-13T13:13:53.363Z Compiling http v1.0.0
25082024-05-13T13:13:53.519Z Compiling async-stream-impl v0.3.5
25092024-05-13T13:13:53.624Z Compiling pin-project-internal v1.1.3
25102024-05-13T13:13:54.072Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25112024-05-13T13:13:54.403Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25122024-05-13T13:13:54.555Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25132024-05-13T13:13:54.582Z Compiling atomic-waker v1.1.1
25142024-05-13T13:13:54.833Z Compiling waitgroup v0.1.2
25152024-05-13T13:13:55.328Z Compiling async-stream v0.3.5
25162024-05-13T13:13:55.613Z Compiling slog-bunyan v2.5.0
25172024-05-13T13:13:55.795Z Compiling pin-project v1.1.3
25182024-05-13T13:13:55.846Z Compiling tokio-rustls v0.25.0
25192024-05-13T13:13:56.032Z Compiling parse-display-derive v0.9.0
25202024-05-13T13:13:56.219Z Compiling serde_with_macros v3.7.0
25212024-05-13T13:13:56.566Z Compiling rustls-pemfile v2.1.2
25222024-05-13T13:13:57.170Z Compiling sha1 v0.10.6
25232024-05-13T13:13:57.197Z Compiling strum_macros v0.26.1
25242024-05-13T13:13:57.567Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25252024-05-13T13:13:57.690Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25262024-05-13T13:13:58.454Z Compiling newtype-uuid v1.1.0
25272024-05-13T13:13:58.749Z Compiling snafu-derive v0.8.2
25282024-05-13T13:13:59.233Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25292024-05-13T13:14:00.787Z Compiling serde_path_to_error v0.1.16
25302024-05-13T13:14:00.849Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312024-05-13T13:14:01.436Z Compiling hostname v0.4.0
25322024-05-13T13:14:01.576Z Compiling fs-err v2.11.0
25332024-05-13T13:14:01.661Z Compiling instant v0.1.12
25342024-05-13T13:14:01.807Z Compiling buf-list v1.0.3
25352024-05-13T13:14:02.065Z Compiling arc-swap v1.6.0
25362024-05-13T13:14:02.263Z Compiling debug-ignore v1.0.5
25372024-05-13T13:14:02.608Z Compiling snafu v0.8.2
25382024-05-13T13:14:02.690Z Compiling slog-scope v4.4.0
25392024-05-13T13:14:03.008Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25402024-05-13T13:14:03.649Z Compiling backoff v0.4.0
25412024-05-13T13:14:03.749Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25422024-05-13T13:14:03.933Z Compiling strum v0.26.2
25432024-05-13T13:14:03.958Z Compiling parse-display v0.9.0
25442024-05-13T13:14:04.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25452024-05-13T13:14:04.452Z Compiling serde_with v3.7.0
25462024-05-13T13:14:04.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25472024-05-13T13:14:05.086Z Compiling pem v3.0.4
25482024-05-13T13:14:05.559Z Compiling globset v0.4.13
25492024-05-13T13:14:06.287Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25502024-05-13T13:14:06.445Z Compiling olpc-cjson v0.1.3
25512024-05-13T13:14:06.718Z Compiling serde_plain v1.0.2
25522024-05-13T13:14:07.136Z Compiling macaddr v1.0.1
25532024-05-13T13:14:07.620Z Compiling async-recursion v1.1.0
25542024-05-13T13:14:08.465Z Compiling typed-path v0.7.0
25552024-05-13T13:14:12.027Z Compiling tough v0.17.1
25562024-05-13T13:14:14.128Z Compiling slog-stdlog v4.1.1
25572024-05-13T13:14:14.916Z Compiling itertools v0.12.1
25582024-05-13T13:14:14.991Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25592024-05-13T13:14:15.177Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25602024-05-13T13:14:17.185Z Compiling parse-size v1.0.0
25612024-05-13T13:14:17.423Z Compiling slog-envlogger v2.2.0
25622024-05-13T13:14:17.879Z Compiling humantime v2.1.0
25632024-05-13T13:14:33.165Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25642024-05-13T13:14:41.267Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25652024-05-13T13:14:43.296Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25662024-05-13T13:15:02.239Z Finished release [optimized] target(s) in 1m 20s
25672024-05-13T13:15:02.328Z
25682024-05-13T13:15:02.328Zreal 1:20.975861715
25692024-05-13T13:15:02.328Zuser 7:54.168991038
25702024-05-13T13:15:02.328Zsys 46.175666170
25712024-05-13T13:15:02.328Ztrap 0.253527590
25722024-05-13T13:15:02.328Ztflt 0.243789520
25732024-05-13T13:15:02.328Zdflt 0.663876590
25742024-05-13T13:15:02.328Zkflt 0.000025051
25752024-05-13T13:15:02.328Zlock 16:28.470544330
25762024-05-13T13:15:02.328Zslp 17:41.155780882
25772024-05-13T13:15:02.328Zlat 23.024485948
25782024-05-13T13:15:02.328Zstop 21.144602317
25792024-05-13T13:15:02.354Z+ ptime -m gzip
25802024-05-13T13:15:03.906Z
25812024-05-13T13:15:03.906Zreal 1.572999459
25822024-05-13T13:15:03.906Zuser 1.559185521
25832024-05-13T13:15:03.906Zsys 0.011222770
25842024-05-13T13:15:03.931Ztrap 0.000432977
25852024-05-13T13:15:03.931Ztflt 0.000000000
25862024-05-13T13:15:03.931Zdflt 0.000000000
25872024-05-13T13:15:03.931Zkflt 0.000000000
25882024-05-13T13:15:03.931Zlock 0.000000000
25892024-05-13T13:15:03.931Zslp 0.000000000
25902024-05-13T13:15:03.932Zlat 0.001797963
25912024-05-13T13:15:03.932Zstop 0.000268235
25922024-05-13T13:15:03.932Z+ banner permission-slip
25932024-05-13T13:15:03.932Z
25942024-05-13T13:15:03.932Z ##### ###### ##### # # # #### #### # #### # #
25952024-05-13T13:15:03.932Z # # # # # ## ## # # # # # # ## #
25962024-05-13T13:15:03.932Z # # ##### # # # ## # # #### #### # # # # # #
25972024-05-13T13:15:03.932Z ##### # ##### # # # # # # # # # # #
25982024-05-13T13:15:03.932Z # # # # # # # # # # # # # # # ##
25992024-05-13T13:15:03.932Z # ###### # # # # # #### #### # #### # #
26002024-05-13T13:15:03.932Z
26012024-05-13T13:15:03.932Z+ source ./tools/permslip_commit
26022024-05-13T13:15:03.932Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26032024-05-13T13:15:03.932Z+ git init /work/permission-slip-build
26042024-05-13T13:15:03.932Zhint: Using 'master' as the name for the initial branch. This default branch name
26052024-05-13T13:15:03.932Zhint: is subject to change. To configure the initial branch name to use in all
26062024-05-13T13:15:03.932Zhint: of your new repositories, which will suppress this warning, call:
26072024-05-13T13:15:03.932Zhint:
26082024-05-13T13:15:03.932Zhint: git config --global init.defaultBranch <name>
26092024-05-13T13:15:03.932Zhint:
26102024-05-13T13:15:03.932Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26112024-05-13T13:15:03.932Zhint: 'development'. The just-created branch can be renamed via this command:
26122024-05-13T13:15:03.933Zhint:
26132024-05-13T13:15:03.933Zhint: git branch -m <name>
26142024-05-13T13:15:03.933ZInitialized empty Git repository in /work/permission-slip-build/.git/
26152024-05-13T13:15:03.933Z+ pushd /work/permission-slip-build
26162024-05-13T13:15:03.933Z/work/permission-slip-build /work/oxidecomputer/omicron
26172024-05-13T13:15:03.933Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26182024-05-13T13:15:03.933Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26192024-05-13T13:15:04.819ZFrom https://github.com/oxidecomputer/permission-slip
26202024-05-13T13:15:04.819Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26212024-05-13T13:15:04.843Z
26222024-05-13T13:15:04.843Zreal 0.896734346
26232024-05-13T13:15:04.843Zuser 0.074438141
26242024-05-13T13:15:04.843Zsys 0.041508181
26252024-05-13T13:15:04.844Ztrap 0.000013216
26262024-05-13T13:15:04.844Ztflt 0.000000000
26272024-05-13T13:15:04.844Zdflt 0.000000000
26282024-05-13T13:15:04.844Zkflt 0.000000000
26292024-05-13T13:15:04.844Zlock 0.000165221
26302024-05-13T13:15:04.844Zslp 2.714377590
26312024-05-13T13:15:04.844Zlat 0.004237320
26322024-05-13T13:15:04.844Zstop 0.000740808
26332024-05-13T13:15:04.844Z+ git checkout FETCH_HEAD
26342024-05-13T13:15:04.844ZNote: switching to 'FETCH_HEAD'.
26352024-05-13T13:15:04.844Z
26362024-05-13T13:15:04.844ZYou are in 'detached HEAD' state. You can look around, make experimental
26372024-05-13T13:15:04.844Zchanges and commit them, and you can discard any commits you make in this
26382024-05-13T13:15:04.844Zstate without impacting any branches by switching back to a branch.
26392024-05-13T13:15:04.844Z
26402024-05-13T13:15:04.844ZIf you want to create a new branch to retain commits you create, you may
26412024-05-13T13:15:04.844Zdo so (now or later) by using -c with the switch command. Example:
26422024-05-13T13:15:04.844Z
26432024-05-13T13:15:04.844Z git switch -c <new-branch-name>
26442024-05-13T13:15:04.844Z
26452024-05-13T13:15:04.844ZOr undo this operation with:
26462024-05-13T13:15:04.844Z
26472024-05-13T13:15:04.844Z git switch -
26482024-05-13T13:15:04.845Z
26492024-05-13T13:15:04.845ZTurn off this advice by setting config variable advice.detachedHead to false
26502024-05-13T13:15:04.845Z
26512024-05-13T13:15:04.845ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26522024-05-13T13:15:04.845Z+ ptime -m cargo build --locked -p permission-slip-client --release
26532024-05-13T13:15:04.869Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26542024-05-13T13:15:04.975Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26552024-05-13T13:15:04.975Zinfo: downloading component 'cargo'
26562024-05-13T13:15:05.132Zinfo: downloading component 'clippy'
26572024-05-13T13:15:05.189Zinfo: downloading component 'rust-docs'
26582024-05-13T13:15:05.427Zinfo: downloading component 'rust-std'
26592024-05-13T13:15:05.705Zinfo: downloading component 'rustc'
26602024-05-13T13:15:06.413Zinfo: downloading component 'rustfmt'
26612024-05-13T13:15:06.462Zinfo: installing component 'cargo'
26622024-05-13T13:15:07.475Zinfo: installing component 'clippy'
26632024-05-13T13:15:07.886Zinfo: installing component 'rust-docs'
26642024-05-13T13:15:10.327Zinfo: installing component 'rust-std'
26652024-05-13T13:15:12.220Zinfo: installing component 'rustc'
26662024-05-13T13:15:16.979Zinfo: installing component 'rustfmt'
26672024-05-13T13:15:17.614Z Updating crates.io index
26682024-05-13T13:15:17.952Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26692024-05-13T13:15:18.878ZFrom https://github.com/oxidecomputer/sshauth
26702024-05-13T13:15:18.878Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26712024-05-13T13:15:18.878Z * [new branch] main -> origin/main
26722024-05-13T13:15:18.902Z * [new branch] paranoia -> origin/paranoia
26732024-05-13T13:15:18.902Z * [new branch] readme -> origin/readme
26742024-05-13T13:15:18.902Z * [new ref] -> origin/HEAD
26752024-05-13T13:15:18.931Z Updating git repository `https://github.com/oxidecomputer/hubtools`
26762024-05-13T13:15:19.538ZFrom https://github.com/oxidecomputer/hubtools
26772024-05-13T13:15:19.538Z * [new branch] add-cargo-lock -> origin/add-cargo-lock
26782024-05-13T13:15:19.538Z * [new branch] add-default-caboose -> origin/add-default-caboose
26792024-05-13T13:15:19.566Z * [new branch] add_sign -> origin/add_sign
26802024-05-13T13:15:19.566Z * [new branch] bootleby_archive -> origin/bootleby_archive
26812024-05-13T13:15:19.566Z * [new branch] caboose_sign -> origin/caboose_sign
26822024-05-13T13:15:19.566Z * [new branch] epoch -> origin/epoch
26832024-05-13T13:15:19.566Z * [new branch] extract-image -> origin/extract-image
26842024-05-13T13:15:19.566Z * [new branch] fixes -> origin/fixes
26852024-05-13T13:15:19.566Z * [new branch] humility_fixes -> origin/humility_fixes
26862024-05-13T13:15:19.566Z * [new branch] main -> origin/main
26872024-05-13T13:15:19.566Z * [new branch] overwrite_in_memory -> origin/overwrite_in_memory
26882024-05-13T13:15:19.566Z * [new branch] sig_txt -> origin/sig_txt
26892024-05-13T13:15:19.566Z * [new branch] sign_caboose_builder -> origin/sign_caboose_builder
26902024-05-13T13:15:19.566Z * [new branch] verify_rot -> origin/verify_rot
26912024-05-13T13:15:19.566Z * [new ref] -> origin/HEAD
26922024-05-13T13:15:19.961Z Downloading crates ...
26932024-05-13T13:15:20.106Z Downloaded anstyle v1.0.6
26942024-05-13T13:15:20.134Z Downloaded bitflags v2.5.0
26952024-05-13T13:15:20.134Z Downloaded pkg-config v0.3.30
26962024-05-13T13:15:20.134Z Downloaded parking_lot_core v0.9.9
26972024-05-13T13:15:20.134Z Downloaded typify v0.0.16
26982024-05-13T13:15:20.159Z Downloaded unsafe-libyaml v0.2.11
26992024-05-13T13:15:20.159Z Downloaded thiserror-impl v1.0.58
27002024-05-13T13:15:20.159Z Downloaded tls_codec v0.4.1
27012024-05-13T13:15:20.159Z Downloaded xdg v2.5.2
27022024-05-13T13:15:20.159Z Downloaded x509-cert v0.2.5
27032024-05-13T13:15:20.184Z Downloaded unicode-normalization v0.1.23
27042024-05-13T13:15:20.185Z Downloaded webpki-roots v0.25.4
27052024-05-13T13:15:20.185Z Downloaded typify-impl v0.0.16
27062024-05-13T13:15:20.211Z Downloaded tokio v1.36.0
27072024-05-13T13:15:20.240Z Downloaded rustix v0.38.32
27082024-05-13T13:15:20.265Z Downloaded regex-syntax v0.8.3
27092024-05-13T13:15:20.289Z Downloaded regex-automata v0.4.6
27102024-05-13T13:15:20.313Z Downloaded syn v2.0.55
27112024-05-13T13:15:20.313Z Downloaded rustls v0.21.10
27122024-05-13T13:15:20.337Z Downloaded regress v0.8.0
27132024-05-13T13:15:20.337Z Downloaded p384 v0.13.0
27142024-05-13T13:15:20.337Z Downloaded h2 v0.3.25
27152024-05-13T13:15:20.361Z Downloaded ssh-key v0.6.5
27162024-05-13T13:15:20.361Z Downloaded serde_yaml v0.9.34+deprecated
27172024-05-13T13:15:20.361Z Downloaded serde_json v1.0.115
27182024-05-13T13:15:20.361Z Downloaded serde v1.0.197
27192024-05-13T13:15:20.361Z Downloaded rsa v0.9.6
27202024-05-13T13:15:20.385Z Downloaded libm v0.2.8
27212024-05-13T13:15:20.385Z Downloaded typenum v1.17.0
27222024-05-13T13:15:20.385Z Downloaded serde_derive v1.0.197
27232024-05-13T13:15:20.385Z Downloaded schemars_derive v0.8.16
27242024-05-13T13:15:20.385Z Downloaded schemars v0.8.16
27252024-05-13T13:15:20.409Z Downloaded quote v1.0.35
27262024-05-13T13:15:20.409Z Downloaded heapless v0.7.17
27272024-05-13T13:15:20.409Z Downloaded ssh-encoding v0.2.0
27282024-05-13T13:15:20.409Z Downloaded sha2 v0.9.9
27292024-05-13T13:15:20.409Z Downloaded thiserror v1.0.58
27302024-05-13T13:15:20.433Z Downloaded smallvec v1.13.2
27312024-05-13T13:15:20.433Z Downloaded ryu v1.0.17
27322024-05-13T13:15:20.433Z Downloaded proc-macro2 v1.0.79
27332024-05-13T13:15:20.433Z Downloaded ssh-cipher v0.2.0
27342024-05-13T13:15:20.433Z Downloaded serde_derive_internals v0.26.0
27352024-05-13T13:15:20.433Z Downloaded platforms v3.4.0
27362024-05-13T13:15:20.433Z Downloaded lock_api v0.4.11
27372024-05-13T13:15:20.434Z Downloaded typify-macro v0.0.16
27382024-05-13T13:15:20.434Z Downloaded try-lock v0.2.5
27392024-05-13T13:15:20.434Z Downloaded tls_codec_derive v0.4.1
27402024-05-13T13:15:20.434Z Downloaded termcolor v1.4.1
27412024-05-13T13:15:20.434Z Downloaded spki v0.7.3
27422024-05-13T13:15:20.458Z Downloaded signature v2.2.0
27432024-05-13T13:15:20.458Z Downloaded rustls-pemfile v1.0.4
27442024-05-13T13:15:20.458Z Downloaded opaque-debug v0.3.1
27452024-05-13T13:15:20.458Z Downloaded signature v1.6.4
27462024-05-13T13:15:20.458Z Downloaded sct v0.7.1
27472024-05-13T13:15:20.458Z Downloaded openssl-sys v0.9.101
27482024-05-13T13:15:20.458Z Downloaded oauth2 v4.4.2
27492024-05-13T13:15:20.458Z Downloaded is-terminal v0.4.12
27502024-05-13T13:15:20.458Z Downloaded iana-time-zone v0.1.60
27512024-05-13T13:15:20.458Z Downloaded http-body v0.4.6
27522024-05-13T13:15:20.482Z Downloaded ed25519-dalek v2.1.1
27532024-05-13T13:15:20.482Z Downloaded ed25519-dalek v1.0.1
27542024-05-13T13:15:20.482Z Downloaded ed25519 v1.5.3
27552024-05-13T13:15:20.482Z Downloaded curve25519-dalek v3.2.0
27562024-05-13T13:15:20.482Z Downloaded crypto-bigint v0.5.5
27572024-05-13T13:15:20.506Z Downloaded crc-any v2.4.4
27582024-05-13T13:15:20.506Z Downloaded clap-num v1.1.1
27592024-05-13T13:15:20.506Z Downloaded itoa v1.0.11
27602024-05-13T13:15:20.506Z Downloaded flagset v0.4.5
27612024-05-13T13:15:20.506Z Downloaded env_logger v0.10.2
27622024-05-13T13:15:20.506Z Downloaded ed25519 v2.2.3
27632024-05-13T13:15:20.506Z Downloaded digest v0.9.0
27642024-05-13T13:15:20.506Z Downloaded curve25519-dalek-derive v0.1.1
27652024-05-13T13:15:20.506Z Downloaded chrono v0.4.37
27662024-05-13T13:15:20.530Z Downloaded cc v1.0.90
27672024-05-13T13:15:20.530Z Downloaded block-buffer v0.9.0
27682024-05-13T13:15:20.530Z Downloaded blake3 v1.5.1
27692024-05-13T13:15:20.530Z Downloaded bincode v1.3.3
27702024-05-13T13:15:20.530Z Downloaded anyhow v1.0.81
27712024-05-13T13:15:20.530Z Downloaded autocfg v1.2.0
27722024-05-13T13:15:20.530Z Downloaded anstyle-query v1.0.2
27732024-05-13T13:15:20.530Z Downloaded anstyle-parse v0.2.3
27742024-05-13T13:15:20.530Z Downloaded anstream v0.6.13
27752024-05-13T13:15:20.554Z Downloaded aho-corasick v1.1.3
27762024-05-13T13:15:20.554Z Downloaded ahash v0.8.11
27772024-05-13T13:15:20.651Z Compiling proc-macro2 v1.0.79
27782024-05-13T13:15:20.652Z Compiling unicode-ident v1.0.12
27792024-05-13T13:15:20.652Z Compiling version_check v0.9.4
27802024-05-13T13:15:20.652Z Compiling libc v0.2.153
27812024-05-13T13:15:20.652Z Compiling cfg-if v1.0.0
27822024-05-13T13:15:20.652Z Compiling autocfg v1.2.0
27832024-05-13T13:15:20.676Z Compiling typenum v1.17.0
27842024-05-13T13:15:20.676Z Compiling serde v1.0.197
27852024-05-13T13:15:20.790Z Compiling subtle v2.5.0
27862024-05-13T13:15:20.860Z Compiling cc v1.0.90
27872024-05-13T13:15:21.116Z Compiling const-oid v0.9.6
27882024-05-13T13:15:21.276Z Compiling generic-array v0.14.7
27892024-05-13T13:15:21.300Z Compiling ahash v0.8.11
27902024-05-13T13:15:21.347Z Compiling lock_api v0.4.11
27912024-05-13T13:15:21.652Z Compiling once_cell v1.19.0
27922024-05-13T13:15:21.676Z Compiling scopeguard v1.2.0
27932024-05-13T13:15:21.806Z Compiling serde_json v1.0.115
27942024-05-13T13:15:22.079Z Compiling quote v1.0.35
27952024-05-13T13:15:22.165Z Compiling syn v1.0.109
27962024-05-13T13:15:22.294Z Compiling itoa v1.0.11
27972024-05-13T13:15:22.500Z Compiling syn v2.0.55
27982024-05-13T13:15:22.636Z Compiling getrandom v0.2.12
27992024-05-13T13:15:22.661Z Compiling smallvec v1.13.2
28002024-05-13T13:15:22.826Z Compiling base64ct v1.6.0
28012024-05-13T13:15:22.933Z Compiling rand_core v0.6.4
28022024-05-13T13:15:23.068Z Compiling pin-project-lite v0.2.13
28032024-05-13T13:15:23.186Z Compiling zerocopy v0.7.32
28042024-05-13T13:15:23.264Z Compiling pem-rfc7468 v0.7.0
28052024-05-13T13:15:23.350Z Compiling memchr v2.7.1
28062024-05-13T13:15:23.375Z Compiling libm v0.2.8
28072024-05-13T13:15:23.506Z Compiling bytes v1.6.0
28082024-05-13T13:15:23.573Z Compiling parking_lot_core v0.9.9
28092024-05-13T13:15:23.947Z Compiling num-traits v0.2.18
28102024-05-13T13:15:24.015Z Compiling thiserror v1.0.58
28112024-05-13T13:15:24.270Z Compiling allocator-api2 v0.2.16
28122024-05-13T13:15:24.294Z Compiling log v0.4.21
28132024-05-13T13:15:25.170Z Compiling hashbrown v0.14.3
28142024-05-13T13:15:25.728Z Compiling flagset v0.4.5
28152024-05-13T13:15:25.855Z Compiling bitflags v2.5.0
28162024-05-13T13:15:26.445Z Compiling parking_lot v0.12.1
28172024-05-13T13:15:26.505Z Compiling num_cpus v1.16.0
28182024-05-13T13:15:26.529Z Compiling signal-hook-registry v1.4.1
28192024-05-13T13:15:26.650Z Compiling mio v0.8.11
28202024-05-13T13:15:26.765Z Compiling socket2 v0.5.6
28212024-05-13T13:15:27.371Z Compiling spin v0.9.8
28222024-05-13T13:15:27.783Z Compiling vcpkg v0.2.15
28232024-05-13T13:15:28.351Z Compiling schemars v0.8.16
28242024-05-13T13:15:28.514Z Compiling pkg-config v0.3.30
28252024-05-13T13:15:28.616Z Compiling semver v1.0.22
28262024-05-13T13:15:28.706Z Compiling cpufeatures v0.2.12
28272024-05-13T13:15:28.770Z Compiling serde_derive_internals v0.26.0
28282024-05-13T13:15:28.814Z Compiling ring v0.17.8
28292024-05-13T13:15:29.389Z Compiling ryu v1.0.17
28302024-05-13T13:15:29.690Z Compiling openssl-sys v0.9.101
28312024-05-13T13:15:30.520Z Compiling slab v0.4.9
28322024-05-13T13:15:30.604Z Compiling fnv v1.0.7
28332024-05-13T13:15:30.735Z Compiling equivalent v1.0.1
28342024-05-13T13:15:30.822Z Compiling futures-core v0.3.30
28352024-05-13T13:15:30.920Z Compiling http v0.2.12
28362024-05-13T13:15:30.954Z Compiling rustc_version v0.4.0
28372024-05-13T13:15:31.083Z Compiling tracing-core v0.1.32
28382024-05-13T13:15:31.328Z Compiling byteorder v1.5.0
28392024-05-13T13:15:31.516Z Compiling untrusted v0.9.0
28402024-05-13T13:15:31.764Z Compiling tracing v0.1.40
28412024-05-13T13:15:32.097Z Compiling dyn-clone v1.0.17
28422024-05-13T13:15:32.279Z Compiling httparse v1.8.0
28432024-05-13T13:15:32.390Z Compiling ppv-lite86 v0.2.17
28442024-05-13T13:15:32.530Z Compiling chrono v0.4.37
28452024-05-13T13:15:32.705Z Compiling pin-utils v0.1.0
28462024-05-13T13:15:32.797Z Compiling futures-task v0.3.30
28472024-05-13T13:15:32.875Z Compiling schemars_derive v0.8.16
28482024-05-13T13:15:33.098Z Compiling serde_derive v1.0.197
28492024-05-13T13:15:33.122Z Compiling zeroize_derive v1.4.2
28502024-05-13T13:15:33.147Z Compiling der_derive v0.7.2
28512024-05-13T13:15:33.494Z Compiling tokio-macros v2.2.0
28522024-05-13T13:15:34.268Z Compiling thiserror-impl v1.0.58
28532024-05-13T13:15:34.533Z Compiling zeroize v1.7.0
28542024-05-13T13:15:34.976Z Compiling tokio v1.36.0
28552024-05-13T13:15:35.266Z Compiling der v0.7.8
28562024-05-13T13:15:35.430Z Compiling futures-sink v0.3.30
28572024-05-13T13:15:35.576Z Compiling uuid v1.8.0
28582024-05-13T13:15:35.651Z Compiling foreign-types-shared v0.1.1
28592024-05-13T13:15:35.743Z Compiling futures-io v0.3.30
28602024-05-13T13:15:36.042Z Compiling crypto-common v0.1.6
28612024-05-13T13:15:36.066Z Compiling block-buffer v0.10.4
28622024-05-13T13:15:36.091Z Compiling openssl v0.10.64
28632024-05-13T13:15:36.217Z Compiling futures-util v0.3.30
28642024-05-13T13:15:36.294Z Compiling digest v0.10.7
28652024-05-13T13:15:36.503Z Compiling foreign-types v0.3.2
28662024-05-13T13:15:36.586Z Compiling openssl-macros v0.1.1
28672024-05-13T13:15:36.701Z Compiling sha2 v0.10.8
28682024-05-13T13:15:36.882Z Compiling signature v2.2.0
28692024-05-13T13:15:37.138Z Compiling spki v0.7.3
28702024-05-13T13:15:37.614Z Compiling pkcs8 v0.10.2
28712024-05-13T13:15:38.490Z Compiling regress v0.8.0
28722024-05-13T13:15:39.060Z Compiling tinyvec_macros v0.1.1
28732024-05-13T13:15:39.212Z Compiling native-tls v0.2.11
28742024-05-13T13:15:39.614Z Compiling rustls v0.21.10
28752024-05-13T13:15:39.929Z Compiling heck v0.4.1
28762024-05-13T13:15:40.281Z Compiling try-lock v0.2.5
28772024-05-13T13:15:40.437Z Compiling want v0.3.1
28782024-05-13T13:15:40.760Z Compiling tinyvec v1.6.0
28792024-05-13T13:15:41.287Z Compiling sct v0.7.1
28802024-05-13T13:15:41.737Z Compiling rustls-webpki v0.101.7
28812024-05-13T13:15:42.157Z Compiling tokio-util v0.7.10
28822024-05-13T13:15:43.800Z Compiling http-body v0.4.6
28832024-05-13T13:15:44.266Z Compiling futures-channel v0.3.30
28842024-05-13T13:15:44.488Z Compiling ff v0.13.0
28852024-05-13T13:15:44.715Z Compiling indexmap v2.2.6
28862024-05-13T13:15:44.830Z Compiling serde_tokenstream v0.2.0
28872024-05-13T13:15:45.286Z Compiling httpdate v1.0.3
28882024-05-13T13:15:45.356Z Compiling percent-encoding v2.3.1
28892024-05-13T13:15:45.734Z Compiling openssl-probe v0.1.5
28902024-05-13T13:15:45.833Z Compiling tower-service v0.3.2
28912024-05-13T13:15:45.955Z Compiling rustix v0.38.32
28922024-05-13T13:15:46.208Z Compiling h2 v0.3.25
28932024-05-13T13:15:46.232Z Compiling getrandom v0.1.16
28942024-05-13T13:15:46.563Z Compiling base16ct v0.2.0
28952024-05-13T13:15:46.655Z Compiling iana-time-zone v0.1.60
28962024-05-13T13:15:46.959Z Compiling sec1 v0.7.3
28972024-05-13T13:15:48.606Z Compiling typify-impl v0.0.16
28982024-05-13T13:15:49.958Z Compiling form_urlencoded v1.2.1
28992024-05-13T13:15:50.320Z Compiling hyper v0.14.28
29002024-05-13T13:15:50.490Z Compiling group v0.13.0
29012024-05-13T13:15:52.107Z Compiling unicode-normalization v0.1.23
29022024-05-13T13:15:53.220Z Compiling crypto-bigint v0.5.5
29032024-05-13T13:15:54.701Z Compiling errno v0.3.8
29042024-05-13T13:15:54.964Z Compiling platforms v3.4.0
29052024-05-13T13:15:55.488Z Compiling utf8parse v0.2.1
29062024-05-13T13:15:55.538Z Compiling unicode-bidi v0.3.15
29072024-05-13T13:15:55.809Z Compiling radium v0.7.0
29082024-05-13T13:15:56.371Z Compiling idna v0.5.0
29092024-05-13T13:15:58.172Z Compiling typify-macro v0.0.16
29102024-05-13T13:15:58.575Z Compiling elliptic-curve v0.13.8
29112024-05-13T13:15:59.240Z Compiling anstyle-parse v0.2.3
29122024-05-13T13:15:59.357Z Compiling curve25519-dalek v4.1.2
29132024-05-13T13:15:59.647Z Compiling tokio-rustls v0.24.1
29142024-05-13T13:15:59.817Z Compiling tokio-native-tls v0.3.1
29152024-05-13T13:16:00.513Z Compiling hmac v0.12.1
29162024-05-13T13:16:00.715Z Compiling rand_chacha v0.3.1
29172024-05-13T13:16:00.891Z Compiling aho-corasick v1.1.3
29182024-05-13T13:16:01.833Z Compiling tap v1.0.1
29192024-05-13T13:16:01.994Z Compiling base64 v0.21.7
29202024-05-13T13:16:02.019Z Compiling anstyle v1.0.6
29212024-05-13T13:16:02.090Z Compiling regex-syntax v0.8.3
29222024-05-13T13:16:02.556Z Compiling colorchoice v1.0.0
29232024-05-13T13:16:02.732Z Compiling maybe-uninit v2.0.0
29242024-05-13T13:16:02.954Z Compiling anstyle-query v1.0.2
29252024-05-13T13:16:03.095Z Compiling anstream v0.6.13
29262024-05-13T13:16:03.120Z Compiling rustls-pemfile v1.0.4
29272024-05-13T13:16:03.552Z Compiling wyz v0.5.1
29282024-05-13T13:16:03.842Z Compiling rand v0.8.5
29292024-05-13T13:16:03.948Z Compiling rfc6979 v0.4.0
29302024-05-13T13:16:04.057Z Compiling terminal_size v0.3.0
29312024-05-13T13:16:04.220Z Compiling rand_core v0.5.1
29322024-05-13T13:16:04.265Z Compiling hyper-tls v0.5.0
29332024-05-13T13:16:04.668Z Compiling hyper-rustls v0.24.2
29342024-05-13T13:16:04.751Z Compiling url v2.5.0
29352024-05-13T13:16:05.060Z Compiling regex-automata v0.4.6
29362024-05-13T13:16:05.308Z Compiling serde_urlencoded v0.7.1
29372024-05-13T13:16:05.666Z Compiling inout v0.1.3
29382024-05-13T13:16:05.854Z Compiling curve25519-dalek-derive v0.1.1
29392024-05-13T13:16:05.881Z Compiling heapless v0.7.17
29402024-05-13T13:16:06.286Z Compiling num-integer v0.1.46
29412024-05-13T13:16:07.226Z Compiling encoding_rs v0.8.33
29422024-05-13T13:16:10.056Z Compiling strsim v0.11.0
29432024-05-13T13:16:11.757Z Compiling spin v0.5.2
29442024-05-13T13:16:11.985Z Compiling sync_wrapper v0.1.2
29452024-05-13T13:16:12.009Z Compiling heck v0.5.0
29462024-05-13T13:16:12.113Z Compiling num-bigint-dig v0.8.4
29472024-05-13T13:16:12.380Z Compiling clap_lex v0.7.0
29482024-05-13T13:16:12.434Z Compiling webpki-roots v0.25.4
29492024-05-13T13:16:13.068Z Compiling unicode-width v0.1.11
29502024-05-13T13:16:13.215Z Compiling ipnet v2.9.0
29512024-05-13T13:16:13.602Z Compiling funty v2.0.0
29522024-05-13T13:16:15.591Z Compiling mime v0.3.17
29532024-05-13T13:16:15.959Z Compiling packed_struct v0.10.1
29542024-05-13T13:16:16.557Z Compiling reqwest v0.11.27
29552024-05-13T13:16:16.653Z Compiling bitvec v1.0.1
29562024-05-13T13:16:17.339Z Compiling getopts v0.2.21
29572024-05-13T13:16:19.273Z Compiling clap_builder v4.5.2
29582024-05-13T13:16:20.310Z Compiling clap_derive v4.5.4
29592024-05-13T13:16:20.605Z Compiling lazy_static v1.4.0
29602024-05-13T13:16:20.712Z Compiling regex v1.10.4
29612024-05-13T13:16:24.066Z Compiling num-iter v0.1.44
29622024-05-13T13:16:24.291Z Compiling cipher v0.4.4
29632024-05-13T13:16:24.711Z Compiling ecdsa v0.16.9
29642024-05-13T13:16:25.469Z Compiling typify v0.0.16
29652024-05-13T13:16:25.587Z Compiling openapiv3 v2.0.0
29662024-05-13T13:16:25.785Z Compiling primeorder v0.13.6
29672024-05-13T13:16:26.229Z Compiling ssh-encoding v0.2.0
29682024-05-13T13:16:27.354Z Compiling ed25519 v2.2.3
29692024-05-13T13:16:27.717Z Compiling digest v0.9.0
29702024-05-13T13:16:27.923Z Compiling packed_struct_codegen v0.10.1
29712024-05-13T13:16:29.414Z Compiling hash32 v0.2.1
29722024-05-13T13:16:29.767Z Compiling stable_deref_trait v1.2.0
29732024-05-13T13:16:29.864Z Compiling unsafe-libyaml v0.2.11
29742024-05-13T13:16:30.186Z Compiling nodrop v0.1.14
29752024-05-13T13:16:30.299Z Compiling slog v2.7.0
29762024-05-13T13:16:30.762Z Compiling anyhow v1.0.81
29772024-05-13T13:16:31.220Z Compiling serde_yaml v0.9.34+deprecated
29782024-05-13T13:16:31.481Z Compiling array-init v0.0.4
29792024-05-13T13:16:34.256Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29802024-05-13T13:16:34.411Z Compiling ed25519-dalek v2.1.1
29812024-05-13T13:16:35.155Z Compiling ssh-cipher v0.2.0
29822024-05-13T13:16:35.417Z Compiling p256 v0.13.2
29832024-05-13T13:16:36.180Z Compiling smallvec v0.6.14
29842024-05-13T13:16:37.266Z Compiling clap v4.5.4
29852024-05-13T13:16:39.681Z Compiling rand_chacha v0.2.2
29862024-05-13T13:16:40.753Z Compiling pkcs1 v0.7.5
29872024-05-13T13:16:43.653Z Compiling block-buffer v0.9.0
29882024-05-13T13:16:43.817Z Compiling zerocopy-derive v0.6.6
29892024-05-13T13:16:44.620Z Compiling blake3 v1.5.1
29902024-05-13T13:16:45.156Z Compiling is-terminal v0.4.12
29912024-05-13T13:16:45.277Z Compiling opaque-debug v0.3.1
29922024-05-13T13:16:45.357Z Compiling signature v1.6.4
29932024-05-13T13:16:45.543Z Compiling embedded-io v0.4.0
29942024-05-13T13:16:45.567Z Compiling bitfield v0.14.0
29952024-05-13T13:16:45.763Z Compiling base64 v0.13.1
29962024-05-13T13:16:45.791Z Compiling cobs v0.2.3
29972024-05-13T13:16:46.244Z Compiling termcolor v1.4.1
29982024-05-13T13:16:46.268Z Compiling postcard v1.0.8
29992024-05-13T13:16:46.490Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30002024-05-13T13:16:47.140Z Compiling env_logger v0.10.2
30012024-05-13T13:16:47.441Z Compiling zerocopy v0.6.6
30022024-05-13T13:16:48.218Z Compiling ed25519 v1.5.3
30032024-05-13T13:16:48.516Z Compiling sha2 v0.9.9
30042024-05-13T13:16:49.921Z Compiling rsa v0.9.6
30052024-05-13T13:16:50.964Z Compiling rand v0.7.3
30062024-05-13T13:16:51.224Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30072024-05-13T13:16:51.504Z Compiling serde-hex v0.1.0
30082024-05-13T13:16:53.180Z Compiling ssh-key v0.6.5
30092024-05-13T13:16:56.036Z Compiling curve25519-dalek v3.2.0
30102024-05-13T13:16:57.337Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30112024-05-13T13:16:58.882Z Compiling serde_path_to_error v0.1.16
30122024-05-13T13:16:59.795Z Compiling bincode v1.3.3
30132024-05-13T13:17:00.787Z Compiling x509-cert v0.2.5
30142024-05-13T13:17:04.003Z Compiling crc-any v2.4.4
30152024-05-13T13:17:04.844Z Compiling arrayvec v0.7.4
30162024-05-13T13:17:05.133Z Compiling constant_time_eq v0.3.0
30172024-05-13T13:17:05.292Z Compiling arrayref v0.3.7
30182024-05-13T13:17:05.316Z Compiling hex v0.4.3
30192024-05-13T13:17:05.953Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30202024-05-13T13:17:06.947Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30212024-05-13T13:17:07.161Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30222024-05-13T13:17:08.177Z Compiling oauth2 v4.4.2
30232024-05-13T13:17:10.848Z Compiling ed25519-dalek v1.0.1
30242024-05-13T13:17:11.445Z Compiling clap-num v1.1.1
30252024-05-13T13:17:11.680Z Compiling xdg v2.5.2
30262024-05-13T13:17:12.046Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30272024-05-13T13:17:37.004Z Finished release [optimized] target(s) in 2m 19s
30282024-05-13T13:17:37.078Z
30292024-05-13T13:17:37.102Zreal 2:32.222423711
30302024-05-13T13:17:37.102Zuser 15:35.257108548
30312024-05-13T13:17:37.102Zsys 1:33.060995796
30322024-05-13T13:17:37.102Ztrap 0.521246041
30332024-05-13T13:17:37.102Ztflt 0.485123541
30342024-05-13T13:17:37.102Zdflt 0.554821554
30352024-05-13T13:17:37.102Zkflt 0.000224260
30362024-05-13T13:17:37.102Zlock 37:11.749986219
30372024-05-13T13:17:37.102Zslp 43:05.432270661
30382024-05-13T13:17:37.102Zlat 54.454108040
30392024-05-13T13:17:37.102Zstop 49.006602448
30402024-05-13T13:17:37.102Z+ ptime -m gzip
30412024-05-13T13:17:38.441Z
30422024-05-13T13:17:38.441Zreal 1.357532585
30432024-05-13T13:17:38.465Zuser 1.337995998
30442024-05-13T13:17:38.466Zsys 0.018821098
30452024-05-13T13:17:38.466Ztrap 0.000191817
30462024-05-13T13:17:38.466Ztflt 0.000000000
30472024-05-13T13:17:38.466Zdflt 0.000000000
30482024-05-13T13:17:38.466Zkflt 0.000000000
30492024-05-13T13:17:38.466Zlock 0.000000000
30502024-05-13T13:17:38.466Zslp 0.000000000
30512024-05-13T13:17:38.466Zlat 0.000183605
30522024-05-13T13:17:38.466Zstop 0.000245057
30532024-05-13T13:17:38.466Zprocess exited: duration 887638 ms, exit code 0
 
30542024-05-13T13:17:38.516Zfound 9 output files
30552024-05-13T13:17:38.516Zuploading: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz (7318798 bytes)
30562024-05-13T13:17:42.686Zuploaded: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz
30572024-05-13T13:17:42.715Zuploading: /work/end-to-end-tests/bootstrap.gz (102583751 bytes)
30582024-05-13T13:18:19.100Zuploaded: /work/end-to-end-tests/bootstrap.gz
30592024-05-13T13:18:19.100Zuploading: /work/end-to-end-tests/commtest-90175cfcd651a988.gz (7317260 bytes)
30602024-05-13T13:18:21.841Zuploaded: /work/end-to-end-tests/commtest-90175cfcd651a988.gz
30612024-05-13T13:18:21.867Zuploading: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz (7313474 bytes)
30622024-05-13T13:18:24.994Zuploaded: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz
30632024-05-13T13:18:24.995Zuploading: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz (106231701 bytes)
30642024-05-13T13:19:00.683Zuploaded: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz
30652024-05-13T13:19:00.683Zuploading: /work/caboose-util.gz (2411462 bytes)
30662024-05-13T13:19:02.449Zuploaded: /work/caboose-util.gz
30672024-05-13T13:19:02.449Zuploading: /work/tufaceous.gz (12203393 bytes)
30682024-05-13T13:19:06.735Zuploaded: /work/tufaceous.gz
30692024-05-13T13:19:06.735Zuploading: /work/commtest (462524424 bytes)
30702024-05-13T13:21:57.196Zuploaded: /work/commtest
30712024-05-13T13:21:57.196Zuploading: /work/permslip.gz (10331245 bytes)
30722024-05-13T13:22:02.013Zuploaded: /work/permslip.gz