01HVVYMXD16BQWP74GJNFF1SR6: 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: 01HVVYNENS6KR7NHP8J55PVWBF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-19T19:54:22.930Zjob assigned to worker 01HVVYQZKVEQ7XEFFR7CCQVKVE (queued for 2 m 3 s)
 
22024-04-19T19:54:24.307Zstarting task 0: "setup"
32024-04-19T19:54:24.333Z++ uname -s
42024-04-19T19:54:24.334Z+ kern=SunOS
52024-04-19T19:54:24.334Z+ case "$kern" in
62024-04-19T19:54:24.334Z+ groupadd -g 12345 build
72024-04-19T19:54:24.334Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-19T19:54:26.326Z+ zfs create -o mountpoint=/work rpool/work
92024-04-19T19:54:26.371Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-19T19:54:26.409Z+ home_fs=zfs
112024-04-19T19:54:26.409Z+ [[ zfs == autofs ]]
122024-04-19T19:54:26.409Z+ mkdir -p /home/build
132024-04-19T19:54:26.409Z+ chown build:build /home/build /work
142024-04-19T19:54:28.392Z+ chmod 0700 /home/build /work
152024-04-19T19:54:28.433Zprocess exited: duration 4084 ms, exit code 0
 
162024-04-19T19:54:28.500Zstarting task 1: "rust-toolchain"
172024-04-19T19:54:28.527Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-19T19:54:28.527Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-19T19:54:29.688Zinfo: downloading installer
202024-04-19T19:54:30.632Zwarning: it looks like you have an existing installation of Rust at:
212024-04-19T19:54:30.632Zwarning: /opt/ooce/bin
222024-04-19T19:54:30.632Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-19T19:54:30.632Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-19T19:54:30.632Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-19T19:54:30.632Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-19T19:54:30.632Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-19T19:54:30.632Zerror: cannot install while Rust is installed
282024-04-19T19:54:30.632Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-19T19:54:30.632Zinfo: profile set to 'default'
302024-04-19T19:54:30.633Zinfo: default host triple is x86_64-unknown-illumos
312024-04-19T19:54:30.633Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-19T19:54:30.633Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-19T19:54:30.633Zinfo: downloading component 'cargo'
342024-04-19T19:54:30.633Zinfo: downloading component 'clippy'
352024-04-19T19:54:30.633Zinfo: downloading component 'rust-docs'
362024-04-19T19:54:30.633Zinfo: downloading component 'rust-std'
372024-04-19T19:54:30.663Zinfo: downloading component 'rustc'
382024-04-19T19:54:31.128Zinfo: downloading component 'rustfmt'
392024-04-19T19:54:31.172Zinfo: installing component 'cargo'
402024-04-19T19:54:32.251Zinfo: installing component 'clippy'
412024-04-19T19:54:32.687Zinfo: installing component 'rust-docs'
422024-04-19T19:54:35.077Zinfo: installing component 'rust-std'
432024-04-19T19:54:37.215Zinfo: installing component 'rustc'
442024-04-19T19:54:41.878Zinfo: installing component 'rustfmt'
452024-04-19T19:54:42.261Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-19T19:54:42.262Z
472024-04-19T19:54:42.390Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-19T19:54:42.390Z
492024-04-19T19:54:42.415Z
502024-04-19T19:54:42.415ZRust is installed now. Great!
512024-04-19T19:54:42.415Z
522024-04-19T19:54:42.415ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-19T19:54:42.416Zenvironment variable. This has not been done automatically.
542024-04-19T19:54:42.416Z
552024-04-19T19:54:42.416ZTo configure your current shell, you need to source
562024-04-19T19:54:42.416Zthe corresponding env file under $HOME/.cargo.
572024-04-19T19:54:42.416Z
582024-04-19T19:54:42.416ZThis is usually done by running one of the following (note the leading DOT):
592024-04-19T19:54:42.416Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-19T19:54:42.416Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-19T19:54:42.464Z+ rustc --version
622024-04-19T19:54:42.546Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-19T19:54:42.571Zprocess exited: duration 14048 ms, exit code 0
 
642024-04-19T19:54:42.623Zstarting task 2: "authentication"
652024-04-19T19:54:42.689Zprocess exited: duration 53 ms, exit code 0
 
662024-04-19T19:54:42.743Zstarting task 3: "clone repository"
672024-04-19T19:54:42.782Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-19T19:54:42.782Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-19T19:54:42.812ZCloning into '/work/oxidecomputer/omicron'...
702024-04-19T19:54:48.684Z+ cd /work/oxidecomputer/omicron
712024-04-19T19:54:48.710Z+ git fetch origin 974dce95eecd199e03c9e960ca4e7a705bb3f1d1
722024-04-19T19:54:49.093ZFrom https://github.com/oxidecomputer/omicron
732024-04-19T19:54:49.093Z * branch 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 -> FETCH_HEAD
742024-04-19T19:54:49.124Z+ [[ -n dependabot/cargo/rustls-0.22.4 ]]
752024-04-19T19:54:49.124Z++ git branch --show-current
762024-04-19T19:54:49.124Z+ current=main
772024-04-19T19:54:49.124Z+ [[ main != dependabot/cargo/rustls-0.22.4 ]]
782024-04-19T19:54:49.124Z+ git branch -f dependabot/cargo/rustls-0.22.4 974dce95eecd199e03c9e960ca4e7a705bb3f1d1
792024-04-19T19:54:49.124Z+ git checkout -f dependabot/cargo/rustls-0.22.4
802024-04-19T19:54:49.268ZSwitched to branch 'dependabot/cargo/rustls-0.22.4'
812024-04-19T19:54:49.759Z+ git reset --hard 974dce95eecd199e03c9e960ca4e7a705bb3f1d1
822024-04-19T19:54:49.791ZHEAD is now at 974dce95e Bump rustls from 0.22.2 to 0.22.4
832024-04-19T19:54:49.791Zprocess exited: duration 6679 ms, exit code 0
 
842024-04-19T19:54:50.268Zstarting task 4: "build"
852024-04-19T19:54:50.294Z+ cargo --version
862024-04-19T19:54:50.294Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-19T19:54:50.294Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-19T19:54:50.294Zinfo: downloading component 'cargo'
892024-04-19T19:54:50.295Zinfo: downloading component 'clippy'
902024-04-19T19:54:50.295Zinfo: downloading component 'rust-docs'
912024-04-19T19:54:50.411Zinfo: downloading component 'rust-std'
922024-04-19T19:54:50.706Zinfo: downloading component 'rustc'
932024-04-19T19:54:51.362Zinfo: downloading component 'rustfmt'
942024-04-19T19:54:51.409Zinfo: installing component 'cargo'
952024-04-19T19:54:52.350Zinfo: installing component 'clippy'
962024-04-19T19:54:52.729Zinfo: installing component 'rust-docs'
972024-04-19T19:54:55.061Zinfo: installing component 'rust-std'
982024-04-19T19:54:56.947Zinfo: installing component 'rustc'
992024-04-19T19:55:01.477Zinfo: installing component 'rustfmt'
1002024-04-19T19:55:01.933Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-19T19:55:01.971Z+ rustc --version
1022024-04-19T19:55:02.073Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-19T19:55:02.101Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-19T19:55:08.250Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-19T19:55:10.204Z Startup: Caching catalogs ... Done
1062024-04-19T19:55:13.146ZPlanning: Solver setup ... Done (2.326s)
1072024-04-19T19:55:13.193ZPlanning: Running solver ... Done (0.047s)
1082024-04-19T19:55:13.231ZPlanning: Finding local manifests ... Done (0.002s)
1092024-04-19T19:55:13.303ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-19T19:55:13.685ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-19T19:55:13.740ZPlanning: Package planning ... Done (0.060s)
1122024-04-19T19:55:13.800ZPlanning: Merging actions ... Done (0.059s)
1132024-04-19T19:55:14.188ZPlanning: Checking for conflicting actions ... Done (0.387s)
1142024-04-19T19:55:14.214ZPlanning: Consolidating action changes ... Done (0.013s)
1152024-04-19T19:55:14.848ZPlanning: Evaluating mediators ... Done (0.644s)
1162024-04-19T19:55:14.876ZPlanning: Planning completed in 4.60 seconds
1172024-04-19T19:55:14.877Z Packages to install: 4
1182024-04-19T19:55:14.877Z Mediators to change: 2
1192024-04-19T19:55:14.877Z Services to change: 1
1202024-04-19T19:55:14.877Z Estimated space available: 148.37 GB
1212024-04-19T19:55:14.877ZEstimated space to be consumed: 1.44 GB
1222024-04-19T19:55:14.877Z Create boot environment: No
1232024-04-19T19:55:14.877ZCreate backup boot environment: No
1242024-04-19T19:55:14.877Z Rebuild boot archive: No
1252024-04-19T19:55:14.877Z
1262024-04-19T19:55:14.877ZChanged mediators:
1272024-04-19T19:55:14.877Z mediator clang:
1282024-04-19T19:55:14.877Z version: None -> 15 (system default)
1292024-04-19T19:55:14.877Z
1302024-04-19T19:55:14.877Z mediator llvm:
1312024-04-19T19:55:14.877Z version: 14 (system default) -> 15 (system default)
1322024-04-19T19:55:14.878Z
1332024-04-19T19:55:14.878ZChanged packages:
1342024-04-19T19:55:14.878Zhelios-dev
1352024-04-19T19:55:14.878Z developer/build-essential
1362024-04-19T19:55:14.878Z None -> 11-2.0
1372024-04-19T19:55:14.878Z library/libxmlsec1
1382024-04-19T19:55:14.878Z None -> 1.2.35-2.0
1392024-04-19T19:55:14.878Z ooce/developer/clang-15
1402024-04-19T19:55:14.878Z None -> 15.0.7-2.0
1412024-04-19T19:55:14.878Z ooce/developer/llvm-15
1422024-04-19T19:55:14.878Z None -> 15.0.7-2.0
1432024-04-19T19:55:14.879Z
1442024-04-19T19:55:14.879ZServices:
1452024-04-19T19:55:14.879Z restart_fmri:
1462024-04-19T19:55:14.879Z svc:/system/update-man-index:default
1472024-04-19T19:55:14.925Z
1482024-04-19T19:55:14.926ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-19T19:55:19.932ZDownload: 1198/3290 items 82.6/212.6MB 38% complete (16.6M/s)
1502024-04-19T19:55:24.937ZDownload: 3007/3290 items 121.3/212.6MB 57% complete (12.2M/s)
1512024-04-19T19:55:29.520ZDownload: Completed 212.60 MB in 14.60 seconds (14.6M/s)
1522024-04-19T19:55:29.759Z Actions: 1/3689 actions (Installing new actions)
1532024-04-19T19:55:35.028Z Actions: 2613/3689 actions (Installing new actions)
1542024-04-19T19:55:35.346Z Actions: Completed 3689 actions in 5.59 seconds.
1552024-04-19T19:55:35.633Z Done (0.281s)
1562024-04-19T19:55:35.634Z Done (0.000s)
1572024-04-19T19:55:35.969Z Done (0.328s)
1582024-04-19T19:55:40.928Z Done (4.837s)
1592024-04-19T19:55:41.009Z Done (0.018s)
1602024-04-19T19:55:41.036Z Done (0.000s)
1612024-04-19T19:55:41.166Z Done (0.000s)
1622024-04-19T19:55:41.814ZPlanning: Evaluating mediator changes ... Done
1632024-04-19T19:55:41.977ZPlanning: Checking for conflicting actions ... Done
1642024-04-19T19:55:42.021ZPlanning: Consolidating action changes ... Done
1652024-04-19T19:55:42.289ZPlanning: Evaluating mediators ... Done
1662024-04-19T19:55:42.319ZPlanning: Planning completed in 0.52 seconds
1672024-04-19T19:55:42.319Z Mediators to change: 2
1682024-04-19T19:55:42.319Z Create boot environment: No
1692024-04-19T19:55:42.320ZCreate backup boot environment: No
1702024-04-19T19:55:42.380Z Done
1712024-04-19T19:55:42.380Z Done
1722024-04-19T19:55:42.567Z Done
1732024-04-19T19:55:46.997Z Done
1742024-04-19T19:55:47.077Z Done
1752024-04-19T19:55:47.110Z Done
1762024-04-19T19:55:47.354Z Done
1772024-04-19T19:55:47.937ZPlanning: Evaluating mediator changes ... Done
1782024-04-19T19:55:47.980ZPlanning: Merging actions ... Done
1792024-04-19T19:55:48.163ZPlanning: Checking for conflicting actions ... Done
1802024-04-19T19:55:48.197ZPlanning: Consolidating action changes ... Done
1812024-04-19T19:55:48.511ZPlanning: Evaluating mediators ... Done
1822024-04-19T19:55:48.577ZPlanning: Planning completed in 0.97 seconds
1832024-04-19T19:55:49.099Z Packages to change: 1
1842024-04-19T19:55:49.099Z Mediators to change: 1
1852024-04-19T19:55:49.099Z Services to change: 1
1862024-04-19T19:55:49.099Z Create boot environment: No
1872024-04-19T19:55:49.099ZCreate backup boot environment: Yes
1882024-04-19T19:55:50.127Z Actions: 1/6 actions (Updating modified actions)
1892024-04-19T19:55:50.154Z Actions: Completed 6 actions in 0.00 seconds.
1902024-04-19T19:55:50.154Z Done
1912024-04-19T19:55:50.154Z Done
1922024-04-19T19:55:50.605Z Done
1932024-04-19T19:55:54.686Z Done
1942024-04-19T19:55:54.753Z Done
1952024-04-19T19:55:54.781Z Done
1962024-04-19T19:55:54.838Z Done
1972024-04-19T19:55:55.357ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-04-19T19:55:55.357Zclang system 15 system
1992024-04-19T19:55:55.357Zcsh system system illumos
2002024-04-19T19:55:55.357Zctags system system illumos
2012024-04-19T19:55:55.357Zgcc vendor 12 vendor
2022024-04-19T19:55:55.357Zgcc system 10 system
2032024-04-19T19:55:55.357Zgcc system 7 system
2042024-04-19T19:55:55.357Zgo system 1.20 system
2052024-04-19T19:55:55.357Zgo system 1.19 system
2062024-04-19T19:55:55.357Zllvm system 15 system
2072024-04-19T19:55:55.357Zllvm system 14 system
2082024-04-19T19:55:55.357Zmariadb system 10.6 system
2092024-04-19T19:55:55.357Zmta vendor vendor dma
2102024-04-19T19:55:55.358Zopenjdk system 17 system
2112024-04-19T19:55:55.358Zopenjdk system 11 system
2122024-04-19T19:55:55.358Zopenjdk system 1.8 system
2132024-04-19T19:55:55.358Zopenssl vendor 3 vendor
2142024-04-19T19:55:55.358Zperl system 5.36 system
2152024-04-19T19:55:55.358Zpostgresql system 15 system
2162024-04-19T19:55:55.358Zpostgresql system 13 system
2172024-04-19T19:55:55.358Zpython vendor 3 vendor
2182024-04-19T19:55:55.358Zpython system 2 system
2192024-04-19T19:55:55.358Zpython3 system 3.11 system
2202024-04-19T19:55:55.358Zruby system 3.0 system
2212024-04-19T19:55:55.358Zwords vendor vendor american-english
2222024-04-19T19:55:55.358Zwords system system australian-english
2232024-04-19T19:55:55.358Zwords system system british-english
2242024-04-19T19:55:55.358Zwords system system canadian-english
2252024-04-19T19:55:55.358Zwords system system french
2262024-04-19T19:55:55.358Zwords system system italian
2272024-04-19T19:55:55.358Zwords system system ngerman
2282024-04-19T19:55:55.358Zwords system system ogerman
2292024-04-19T19:55:55.358Zwords system system spanish
2302024-04-19T19:55:55.751ZPUBLISHER TYPE STATUS P LOCATION
2312024-04-19T19:55:55.751Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-04-19T19:55:58.586ZFMRI IFO
2332024-04-19T19:55:58.586Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-04-19T19:55:58.586Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-04-19T19:55:58.586Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-04-19T19:55:58.586Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-04-19T19:55:58.586Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-04-19T19:55:58.586Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-04-19T19:55:58.586Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2402024-04-19T19:55:58.586Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-04-19T19:55:58.586Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-04-19T19:55:58.586Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-04-19T19:55:58.586Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-04-19T19:55:58.586Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-04-19T19:55:58.636Z+ set -o errexit
2462024-04-19T19:55:58.636Z+++ dirname ./tools/ci_download_cockroachdb
2472024-04-19T19:55:58.637Z++ cd ./tools
2482024-04-19T19:55:58.637Z++ pwd
2492024-04-19T19:55:58.637Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2502024-04-19T19:55:58.637Z++ basename ./tools/ci_download_cockroachdb
2512024-04-19T19:55:58.637Z+ ARG0=ci_download_cockroachdb
2522024-04-19T19:55:58.637Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2532024-04-19T19:55:58.637Z+ CIDL_VERSION=v22.1.9
2542024-04-19T19:55:58.637Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2552024-04-19T19:55:58.637Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2562024-04-19T19:55:58.637Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2572024-04-19T19:55:58.637Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2582024-04-19T19:55:58.637Z+ TARGET_DIR=out
2592024-04-19T19:55:58.637Z+ DOWNLOAD_DIR=out/downloads
2602024-04-19T19:55:58.637Z+ DEST_DIR=./out/cockroachdb
2612024-04-19T19:55:58.637Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2622024-04-19T19:55:58.637Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2632024-04-19T19:55:58.637Z+ main
2642024-04-19T19:55:58.637Z+ [[ 0 != 0 ]]
2652024-04-19T19:55:58.637Z+ CIDL_OS=solaris2.11
2662024-04-19T19:55:58.638Z+ [[ 0 != 0 ]]
2672024-04-19T19:55:58.638Z+ configure_os solaris2.11
2682024-04-19T19:55:58.638Z+ echo 'current directory: /work/oxidecomputer/omicron'
2692024-04-19T19:55:58.638Z+ echo 'configuring based on OS: "solaris2.11"'
2702024-04-19T19:55:58.638Zcurrent directory: /work/oxidecomputer/omicron
2712024-04-19T19:55:58.638Zconfiguring based on OS: "solaris2.11"
2722024-04-19T19:55:58.638Z+ case "$1" in
2732024-04-19T19:55:58.638Z+ CIDL_BUILD=illumos
2742024-04-19T19:55:58.638Z+ CIDL_SUFFIX=tar.gz
2752024-04-19T19:55:58.638Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2762024-04-19T19:55:58.638Z+ CIDL_URL_BASE=https://illumos.org/downloads
2772024-04-19T19:55:58.638Z+ CIDL_ASSEMBLE=do_assemble_illumos
2782024-04-19T19:55:58.638Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2792024-04-19T19:55:58.638Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2802024-04-19T19:55:58.638Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-04-19T19:55:58.638Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2822024-04-19T19:55:58.638Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-04-19T19:55:58.638Z+ CIDL_SHA256FUNC=do_sha256sum
2842024-04-19T19:55:58.638Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852024-04-19T19:55:58.638ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-04-19T19:55:58.639Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-04-19T19:55:58.639Z+ mkdir -p out/downloads
2882024-04-19T19:55:58.639ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-04-19T19:55:58.639Z+ mkdir -p ./out/cockroachdb
2902024-04-19T19:55:58.639Z+ local DO_DOWNLOAD=true
2912024-04-19T19:55:58.639Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2922024-04-19T19:55:58.639Z+ '[' true == true ']'
2932024-04-19T19:55:58.639Z+ echo Downloading...
2942024-04-19T19:55:58.639ZDownloading...
2952024-04-19T19:55:58.639Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-04-19T19:55:58.639Z+ 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
2972024-04-19T19:56:03.936Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-04-19T19:56:03.967Z++ sha256sum
2992024-04-19T19:56:03.967Z++ awk '{print $1}'
3002024-04-19T19:56:04.470Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-04-19T19:56:04.470Z+ [[ 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 ]]
3022024-04-19T19:56:04.470Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-04-19T19:56:04.470Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3042024-04-19T19:56:06.993Z+ do_assemble_illumos
3052024-04-19T19:56:06.993Z+ rm -r ./out/cockroachdb
3062024-04-19T19:56:07.018Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3072024-04-19T19:56:07.495Z+ ./out/cockroachdb/bin/cockroach version
3082024-04-19T19:56:07.745ZBuild Tag: v22.1.9-dirty
3092024-04-19T19:56:07.745ZBuild Time: 2022/10/26 21:17:46
3102024-04-19T19:56:07.745ZDistribution: OSS
3112024-04-19T19:56:07.745ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3122024-04-19T19:56:07.745ZGo Version: go1.17.13
3132024-04-19T19:56:07.746ZC Compiler: gcc 10.3.0
3142024-04-19T19:56:07.746ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3152024-04-19T19:56:07.746ZBuild Type: release
3162024-04-19T19:56:07.776Z+ set -o errexit
3172024-04-19T19:56:07.777Z+++ dirname ./tools/ci_download_clickhouse
3182024-04-19T19:56:07.777Z++ cd ./tools
3192024-04-19T19:56:07.777Z++ pwd
3202024-04-19T19:56:07.777Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3212024-04-19T19:56:07.835Z++ basename ./tools/ci_download_clickhouse
3222024-04-19T19:56:07.835Z+ ARG0=ci_download_clickhouse
3232024-04-19T19:56:07.835Z+ TARGET_DIR=out
3242024-04-19T19:56:07.835Z+ DOWNLOAD_DIR=out/downloads
3252024-04-19T19:56:07.835Z+ DEST_DIR=./out/clickhouse
3262024-04-19T19:56:07.835Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3272024-04-19T19:56:07.835Z+ CIDL_VERSION=v23.8.7.24
3282024-04-19T19:56:07.835Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3292024-04-19T19:56:07.835Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3302024-04-19T19:56:07.835Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3312024-04-19T19:56:07.836Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3322024-04-19T19:56:07.836Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3332024-04-19T19:56:07.836Z+ main
3342024-04-19T19:56:07.836Z+ [[ 0 != 0 ]]
3352024-04-19T19:56:07.836Z+ CIDL_OS=solaris2.11
3362024-04-19T19:56:07.836Z+ [[ 0 != 0 ]]
3372024-04-19T19:56:07.836Z+ configure_os solaris2.11
3382024-04-19T19:56:07.836Z+ echo 'current directory: /work/oxidecomputer/omicron'
3392024-04-19T19:56:07.836Z+ echo 'configuring based on OS: "solaris2.11"'
3402024-04-19T19:56:07.836Z+ CIDL_DASHREV=
3412024-04-19T19:56:07.836Z+ case "$1" in
3422024-04-19T19:56:07.836Z+ CIDL_PLATFORM=illumos
3432024-04-19T19:56:07.836Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3442024-04-19T19:56:07.837Zcurrent directory: /work/oxidecomputer/omicron
3452024-04-19T19:56:07.837Z+ CIDL_MD5FUNC=do_md5sum
3462024-04-19T19:56:07.837Zconfiguring based on OS: "solaris2.11"
3472024-04-19T19:56:07.837Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3482024-04-19T19:56:07.837Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3492024-04-19T19:56:07.837Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-04-19T19:56:07.837Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-04-19T19:56:07.837Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3522024-04-19T19:56:07.837Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3532024-04-19T19:56:07.837Z+ mkdir -p out/downloads
3542024-04-19T19:56:07.837ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-19T19:56:07.837ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-19T19:56:07.837Z+ mkdir -p ./out/clickhouse
3572024-04-19T19:56:07.838Z+ local DO_DOWNLOAD=true
3582024-04-19T19:56:07.838Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3592024-04-19T19:56:07.838Z+ '[' true == true ']'
3602024-04-19T19:56:07.838Z+ echo Downloading...
3612024-04-19T19:56:07.838ZDownloading...
3622024-04-19T19:56:07.838Z+ 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
3632024-04-19T19:56:07.838Z+ 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
3642024-04-19T19:56:15.733Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-04-19T19:56:15.776Z++ md5sum
3662024-04-19T19:56:15.777Z++ awk '{print $1}'
3672024-04-19T19:56:15.989Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3682024-04-19T19:56:15.989Z+ [[ 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 ]]
3692024-04-19T19:56:15.990Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3702024-04-19T19:56:15.990Z+ mkdir -p ./out/clickhouse
3712024-04-19T19:56:16.015Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3722024-04-19T19:56:21.151Z+ [[ solaris2.11 == darwin* ]]
3732024-04-19T19:56:21.151Z+ ./out/clickhouse/clickhouse server --version
3742024-04-19T19:56:21.297ZClickHouse server version 23.8.7.1.
3752024-04-19T19:56:21.327Z+ set -o errexit
3762024-04-19T19:56:21.356Z+++ dirname ./tools/ci_download_console
3772024-04-19T19:56:21.356Z++ cd ./tools
3782024-04-19T19:56:21.356Z++ pwd
3792024-04-19T19:56:21.357Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3802024-04-19T19:56:21.357Z++ basename ./tools/ci_download_console
3812024-04-19T19:56:21.357Z+ ARG0=ci_download_console
3822024-04-19T19:56:21.358Z+ TARGET_DIR=out
3832024-04-19T19:56:21.358Z+ DOWNLOAD_DIR=out/downloads
3842024-04-19T19:56:21.358Z+ DEST_DIR=./out/console-assets
3852024-04-19T19:56:21.358Z+ source /work/oxidecomputer/omicron/tools/console_version
3862024-04-19T19:56:21.358Z++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436
3872024-04-19T19:56:21.359Z++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223
3882024-04-19T19:56:21.359Z+ URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
3892024-04-19T19:56:21.359Z+ TARBALL_FILE=out/downloads/console.tar.gz
3902024-04-19T19:56:21.359Z+ main
3912024-04-19T19:56:21.359Z+ [[ 0 != 0 ]]
3922024-04-19T19:56:21.359Z+ echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz'
3932024-04-19T19:56:21.359Z+ echo 'Local file: out/downloads/console.tar.gz'
3942024-04-19T19:56:21.359ZURL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
3952024-04-19T19:56:21.359Z+ local DO_DOWNLOAD=true
3962024-04-19T19:56:21.359ZLocal file: out/downloads/console.tar.gz
3972024-04-19T19:56:21.359Z+ [[ -f out/downloads/console.tar.gz ]]
3982024-04-19T19:56:21.360Z+ mkdir -p out/downloads
3992024-04-19T19:56:21.360Z+ '[' true == true ']'
4002024-04-19T19:56:21.360Z+ echo Downloading...
4012024-04-19T19:56:21.360ZDownloading...
4022024-04-19T19:56:21.360Z+ do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz
4032024-04-19T19:56:21.360Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz
4042024-04-19T19:56:21.719Z++ do_sha256sum out/downloads/console.tar.gz
4052024-04-19T19:56:21.719Z++ case "$OSTYPE" in
4062024-04-19T19:56:21.719Z++ SHA=sha256sum
4072024-04-19T19:56:21.757Z++ sha256sum
4082024-04-19T19:56:21.758Z++ awk '{print $1}'
4092024-04-19T19:56:21.758Z+ calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223
4102024-04-19T19:56:21.758Z+ [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]]
4112024-04-19T19:56:21.758Z+ rm -rf ./out/console-assets
4122024-04-19T19:56:21.758Z+ mkdir -p ./out/console-assets
4132024-04-19T19:56:21.758Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4142024-04-19T19:56:21.758Z+ mkdir -p ./out/console-assets
4152024-04-19T19:56:21.758Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4162024-04-19T19:56:21.870Z+ set -o errexit
4172024-04-19T19:56:21.913Z+++ dirname ./tools/ci_download_maghemite_openapi
4182024-04-19T19:56:21.913Z++ cd ./tools
4192024-04-19T19:56:21.913Z++ pwd
4202024-04-19T19:56:21.913Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4212024-04-19T19:56:21.913Z++ basename ./tools/ci_download_maghemite_openapi
4222024-04-19T19:56:21.913Z+ ARG0=ci_download_maghemite_openapi
4232024-04-19T19:56:21.914Z+ TARGET_DIR=out
4242024-04-19T19:56:21.914Z+ DOWNLOAD_DIR=out/downloads
4252024-04-19T19:56:21.914Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4262024-04-19T19:56:21.914Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4272024-04-19T19:56:21.914Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4282024-04-19T19:56:21.914Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4292024-04-19T19:56:21.914Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4302024-04-19T19:56:21.914Z+ main
4312024-04-19T19:56:21.914Z+ rm -rf out/downloads/root
4322024-04-19T19:56:21.915Z+ [[ 0 != 0 ]]
4332024-04-19T19:56:21.915Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4342024-04-19T19:56:21.915ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4352024-04-19T19:56:21.915Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4362024-04-19T19:56:21.915ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4372024-04-19T19:56:21.915Z+ local DO_DOWNLOAD=true
4382024-04-19T19:56:21.915Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4392024-04-19T19:56:21.915Z+ mkdir -p out/downloads
4402024-04-19T19:56:21.915Z+ '[' true == true ']'
4412024-04-19T19:56:21.915Z+ echo Downloading...
4422024-04-19T19:56:21.915ZDownloading...
4432024-04-19T19:56:21.915Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4442024-04-19T19:56:21.916Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4452024-04-19T19:56:22.182Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-04-19T19:56:22.182Z++ case "$OSTYPE" in
4472024-04-19T19:56:22.182Z++ SHA=sha256sum
4482024-04-19T19:56:22.234Z++ sha256sum
4492024-04-19T19:56:22.234Z++ awk '{print $1}'
4502024-04-19T19:56:22.235Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4512024-04-19T19:56:22.235Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4522024-04-19T19:56:22.235Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4532024-04-19T19:56:22.235Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4542024-04-19T19:56:22.235Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4552024-04-19T19:56:22.235Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4562024-04-19T19:56:22.235Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4572024-04-19T19:56:22.235Z+ main
4582024-04-19T19:56:22.235Z+ rm -rf out/downloads/root
4592024-04-19T19:56:22.236Z+ [[ 0 != 0 ]]
4602024-04-19T19:56:22.236Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4612024-04-19T19:56:22.236ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4622024-04-19T19:56:22.236Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4632024-04-19T19:56:22.236ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4642024-04-19T19:56:22.236Z+ local DO_DOWNLOAD=true
4652024-04-19T19:56:22.236Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4662024-04-19T19:56:22.237Z+ mkdir -p out/downloads
4672024-04-19T19:56:22.237Z+ '[' true == true ']'
4682024-04-19T19:56:22.237ZDownloading...
4692024-04-19T19:56:22.237Z+ echo Downloading...
4702024-04-19T19:56:22.237Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4712024-04-19T19:56:22.237Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4722024-04-19T19:56:22.432Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-04-19T19:56:22.433Z++ case "$OSTYPE" in
4742024-04-19T19:56:22.433Z++ SHA=sha256sum
4752024-04-19T19:56:22.461Z++ sha256sum
4762024-04-19T19:56:22.461Z++ awk '{print $1}'
4772024-04-19T19:56:22.461Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4782024-04-19T19:56:22.461Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4792024-04-19T19:56:22.461Z+ set -o errexit
4802024-04-19T19:56:22.461Z+++ dirname ./tools/ci_download_dendrite_openapi
4812024-04-19T19:56:22.461Z++ cd ./tools
4822024-04-19T19:56:22.462Z++ pwd
4832024-04-19T19:56:22.462Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4842024-04-19T19:56:22.462Z++ basename ./tools/ci_download_dendrite_openapi
4852024-04-19T19:56:22.462Z+ ARG0=ci_download_dendrite_openapi
4862024-04-19T19:56:22.462Z+ TARGET_DIR=out
4872024-04-19T19:56:22.462Z+ DOWNLOAD_DIR=out/downloads
4882024-04-19T19:56:22.462Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4892024-04-19T19:56:22.462Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4902024-04-19T19:56:22.462Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4912024-04-19T19:56:22.462Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4922024-04-19T19:56:22.462Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4932024-04-19T19:56:22.462Z+ main
4942024-04-19T19:56:22.462Z+ [[ 0 != 0 ]]
4952024-04-19T19:56:22.462Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4962024-04-19T19:56:22.462ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4972024-04-19T19:56:22.462Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
4982024-04-19T19:56:22.462ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4992024-04-19T19:56:22.463Z+ local DO_DOWNLOAD=true
5002024-04-19T19:56:22.463Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5012024-04-19T19:56:22.463Z+ mkdir -p out/downloads
5022024-04-19T19:56:22.463Z+ '[' true == true ']'
5032024-04-19T19:56:22.463Z+ echo Downloading...
5042024-04-19T19:56:22.463ZDownloading...
5052024-04-19T19:56:22.463Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5062024-04-19T19:56:22.463Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5072024-04-19T19:56:22.733Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5082024-04-19T19:56:22.733Z++ case "$OSTYPE" in
5092024-04-19T19:56:22.733Z++ SHA=sha256sum
5102024-04-19T19:56:22.794Z++ sha256sum
5112024-04-19T19:56:22.794Z++ awk '{print $1}'
5122024-04-19T19:56:22.794Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5132024-04-19T19:56:22.795Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5142024-04-19T19:56:22.795Z+ set -o errexit
5152024-04-19T19:56:22.795Z+++ dirname ./tools/ci_download_dendrite_stub
5162024-04-19T19:56:22.795Z++ cd ./tools
5172024-04-19T19:56:22.795Z++ pwd
5182024-04-19T19:56:22.795Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5192024-04-19T19:56:22.795Z++ basename ./tools/ci_download_dendrite_stub
5202024-04-19T19:56:22.796Z+ ARG0=ci_download_dendrite_stub
5212024-04-19T19:56:22.796Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5222024-04-19T19:56:22.796Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5232024-04-19T19:56:22.796Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5242024-04-19T19:56:22.796Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5252024-04-19T19:56:22.796Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5262024-04-19T19:56:22.796Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5272024-04-19T19:56:22.796Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5282024-04-19T19:56:22.796Z+ TARGET_DIR=out
5292024-04-19T19:56:22.796Z+ DOWNLOAD_DIR=out/downloads
5302024-04-19T19:56:22.796Z+ DEST_DIR=./out/dendrite-stub
5312024-04-19T19:56:22.796Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5322024-04-19T19:56:22.796Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5332024-04-19T19:56:22.797Z+ REPO=oxidecomputer/dendrite
5342024-04-19T19:56:22.797Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5352024-04-19T19:56:22.797Z+ main
5362024-04-19T19:56:22.797Z+ [[ 0 != 0 ]]
5372024-04-19T19:56:22.797Z+ CIDL_OS=solaris2.11
5382024-04-19T19:56:22.797Z+ [[ 0 != 0 ]]
5392024-04-19T19:56:22.798Z+ configure_os solaris2.11
5402024-04-19T19:56:22.798Z+ echo 'current directory: /work/oxidecomputer/omicron'
5412024-04-19T19:56:22.798Zcurrent directory: /work/oxidecomputer/omicron
5422024-04-19T19:56:22.798Z+ echo 'configuring based on OS: "solaris2.11"'
5432024-04-19T19:56:22.799Z+ case "$1" in
5442024-04-19T19:56:22.799Zconfiguring based on OS: "solaris2.11"
5452024-04-19T19:56:22.799Z+ SET_BINARIES=
5462024-04-19T19:56:22.799Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5472024-04-19T19:56:22.799Z+ CIDL_SHA256FUNC=do_sha256sum
5482024-04-19T19:56:22.800Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5492024-04-19T19:56:22.800Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5502024-04-19T19:56:22.800Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5512024-04-19T19:56:22.801Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5522024-04-19T19:56:22.801ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5532024-04-19T19:56:22.802ZLocal file: out/downloads/dendrite-stub.tar.gz
5542024-04-19T19:56:22.802Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5552024-04-19T19:56:22.802Z+ mkdir -p out/downloads
5562024-04-19T19:56:22.802Z+ mkdir -p ./out/dendrite-stub
5572024-04-19T19:56:22.885Z+ fetch_and_verify
5582024-04-19T19:56:22.885Z+ local DO_DOWNLOAD=true
5592024-04-19T19:56:22.885Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5602024-04-19T19:56:22.885Z+ '[' true == true ']'
5612024-04-19T19:56:22.885Z+ echo Downloading...
5622024-04-19T19:56:22.886ZDownloading...
5632024-04-19T19:56:22.886Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5642024-04-19T19:56:22.886Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5652024-04-19T19:56:33.519Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5662024-04-19T19:56:33.551Z++ sha256sum
5672024-04-19T19:56:33.551Z++ awk '{print $1}'
5682024-04-19T19:56:33.996Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5692024-04-19T19:56:33.996Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5702024-04-19T19:56:33.997Z+ do_untar out/downloads/dendrite-stub.tar.gz
5712024-04-19T19:56:33.997Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5722024-04-19T19:56:34.508Z+ do_assemble
5732024-04-19T19:56:34.508Z+ rm -r ./out/dendrite-stub
5742024-04-19T19:56:34.594Z+ mkdir ./out/dendrite-stub
5752024-04-19T19:56:34.594Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5762024-04-19T19:56:34.595Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5772024-04-19T19:56:34.654Z+ set -o errexit
5782024-04-19T19:56:34.654Z+++ dirname ./tools/ci_download_maghemite_mgd
5792024-04-19T19:56:34.655Z++ cd ./tools
5802024-04-19T19:56:34.655Z++ pwd
5812024-04-19T19:56:34.655Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5822024-04-19T19:56:34.656Z++ basename ./tools/ci_download_maghemite_mgd
5832024-04-19T19:56:34.657Z+ ARG0=ci_download_maghemite_mgd
5842024-04-19T19:56:34.657Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5852024-04-19T19:56:34.657Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5862024-04-19T19:56:34.659Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5872024-04-19T19:56:34.659Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5882024-04-19T19:56:34.659Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5892024-04-19T19:56:34.659Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5902024-04-19T19:56:34.659Z+ TARGET_DIR=out
5912024-04-19T19:56:34.659Z+ DOWNLOAD_DIR=out/downloads
5922024-04-19T19:56:34.659Z+ DEST_DIR=./out/mgd
5932024-04-19T19:56:34.676Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5942024-04-19T19:56:34.676Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5952024-04-19T19:56:34.676Z+ REPO=oxidecomputer/maghemite
5962024-04-19T19:56:34.676Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5972024-04-19T19:56:34.677Z+ main
5982024-04-19T19:56:34.677Z+ rm -rf out/downloads/root
5992024-04-19T19:56:34.677Z+ [[ 0 != 0 ]]
6002024-04-19T19:56:34.677Z+ CIDL_OS=solaris2.11
6012024-04-19T19:56:34.678Z+ [[ 0 != 0 ]]
6022024-04-19T19:56:34.678Z+ configure_os solaris2.11
6032024-04-19T19:56:34.678Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042024-04-19T19:56:34.678Z+ echo 'configuring based on OS: "solaris2.11"'
6052024-04-19T19:56:34.679Z+ case "$1" in
6062024-04-19T19:56:34.679Z+ SET_BINARIES=
6072024-04-19T19:56:34.679Z+ CIDL_SHA256FUNC=do_sha256sum
6082024-04-19T19:56:34.679Z+ TARBALL_FILENAME=mgd.tar.gz
6092024-04-19T19:56:34.679Zcurrent directory: /work/oxidecomputer/omicron
6102024-04-19T19:56:34.680Zconfiguring based on OS: "solaris2.11"
6112024-04-19T19:56:34.680Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6122024-04-19T19:56:34.680Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6132024-04-19T19:56:34.681Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6142024-04-19T19:56:34.681Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6152024-04-19T19:56:34.681ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-04-19T19:56:34.681ZLocal file: out/downloads/mgd.tar.gz
6172024-04-19T19:56:34.682Z+ mkdir -p out/downloads
6182024-04-19T19:56:34.682Z+ mkdir -p ./out/mgd
6192024-04-19T19:56:34.682Z+ fetch_and_verify
6202024-04-19T19:56:34.682Z+ local DO_DOWNLOAD=true
6212024-04-19T19:56:34.682Z+ [[ -f out/downloads/mgd.tar.gz ]]
6222024-04-19T19:56:34.682Z+ '[' true == true ']'
6232024-04-19T19:56:34.683Z+ echo Downloading...
6242024-04-19T19:56:34.683ZDownloading...
6252024-04-19T19:56:34.683Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6262024-04-19T19:56:34.683Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6272024-04-19T19:56:47.015Z++ do_sha256sum out/downloads/mgd.tar.gz
6282024-04-19T19:56:47.089Z++ sha256sum
6292024-04-19T19:56:47.089Z++ awk '{print $1}'
6302024-04-19T19:56:47.124Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6312024-04-19T19:56:47.125Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6322024-04-19T19:56:47.125Z+ do_untar out/downloads/mgd.tar.gz
6332024-04-19T19:56:47.125Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6342024-04-19T19:56:47.842Z+ do_assemble
6352024-04-19T19:56:47.842Z+ rm -r ./out/mgd
6362024-04-19T19:56:47.877Z+ mkdir ./out/mgd
6372024-04-19T19:56:47.878Z+ cp -r out/downloads/root ./out/mgd/root
6382024-04-19T19:56:47.967Z+ set -o errexit
6392024-04-19T19:56:48.031Z+++ dirname ./tools/ci_download_transceiver_control
6402024-04-19T19:56:48.031Z++ cd ./tools
6412024-04-19T19:56:48.031Z++ pwd
6422024-04-19T19:56:48.032Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6432024-04-19T19:56:48.032Z++ basename ./tools/ci_download_transceiver_control
6442024-04-19T19:56:48.032Z+ ARG0=ci_download_transceiver_control
6452024-04-19T19:56:48.032Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6462024-04-19T19:56:48.032Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-04-19T19:56:48.032Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6482024-04-19T19:56:48.033Z+ TARGET_DIR=out
6492024-04-19T19:56:48.033Z+ DOWNLOAD_DIR=out/downloads
6502024-04-19T19:56:48.033Z+ DEST_DIR=./out/transceiver-control
6512024-04-19T19:56:48.033Z+ BIN_DIR=/opt/oxide/bin
6522024-04-19T19:56:48.033Z+ BINARY=xcvradm
6532024-04-19T19:56:48.033Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6542024-04-19T19:56:48.034Z+ REPO=oxidecomputer/transceiver-control
6552024-04-19T19:56:48.034Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562024-04-19T19:56:48.034Z+ main
6572024-04-19T19:56:48.034Z+ [[ 0 != 0 ]]
6582024-04-19T19:56:48.034Z+ CIDL_OS=solaris2.11
6592024-04-19T19:56:48.034Z+ [[ 0 != 0 ]]
6602024-04-19T19:56:48.034Z+ configure_os solaris2.11
6612024-04-19T19:56:48.035Z+ echo 'current directory: /work/oxidecomputer/omicron'
6622024-04-19T19:56:48.035Z+ echo 'configuring based on OS: "solaris2.11"'
6632024-04-19T19:56:48.035Z+ case "$1" in
6642024-04-19T19:56:48.035Z+ SET_BINARIES=
6652024-04-19T19:56:48.035Zcurrent directory: /work/oxidecomputer/omicron
6662024-04-19T19:56:48.035Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6672024-04-19T19:56:48.035Zconfiguring based on OS: "solaris2.11"
6682024-04-19T19:56:48.036Z+ CIDL_SHA256FUNC=do_sha256sum
6692024-04-19T19:56:48.036Z+ ARCHIVE_FILENAME=xcvradm.gz
6702024-04-19T19:56:48.036Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6712024-04-19T19:56:48.036Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6722024-04-19T19:56:48.036Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6732024-04-19T19:56:48.037ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6742024-04-19T19:56:48.037Z+ echo 'Local file: out/downloads/xcvradm.gz'
6752024-04-19T19:56:48.037Z+ mkdir -p out/downloads
6762024-04-19T19:56:48.037ZLocal file: out/downloads/xcvradm.gz
6772024-04-19T19:56:48.037Z+ mkdir -p ./out/transceiver-control
6782024-04-19T19:56:48.037Z+ fetch_and_verify
6792024-04-19T19:56:48.038Z+ local DO_DOWNLOAD=true
6802024-04-19T19:56:48.038Z+ [[ -f out/downloads/xcvradm.gz ]]
6812024-04-19T19:56:48.038Z+ '[' true == true ']'
6822024-04-19T19:56:48.038Z+ echo Downloading...
6832024-04-19T19:56:48.038ZDownloading...
6842024-04-19T19:56:48.038Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6852024-04-19T19:56:48.038Z+ 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
6862024-04-19T19:56:56.049Z++ do_sha256sum out/downloads/xcvradm.gz
6872024-04-19T19:56:56.075Z++ sha256sum
6882024-04-19T19:56:56.075Z++ awk '{print $1}'
6892024-04-19T19:56:56.075Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902024-04-19T19:56:56.075Z+ [[ 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 ]]
6912024-04-19T19:56:56.075Z+ do_unpack out/downloads/xcvradm.gz
6922024-04-19T19:56:56.075Z+ mkdir -p out/downloads/root//opt/oxide/bin
6932024-04-19T19:56:56.075Z+ gzip -dc out/downloads/xcvradm.gz
6942024-04-19T19:56:56.224Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6952024-04-19T19:56:56.250Z+ do_assemble
6962024-04-19T19:56:56.251Z+ rm -r ./out/transceiver-control
6972024-04-19T19:56:56.251Z+ mkdir ./out/transceiver-control
6982024-04-19T19:56:56.251Z+ cp -r out/downloads/root ./out/transceiver-control/root
6992024-04-19T19:56:56.312Z+ set -o errexit
7002024-04-19T19:56:56.339Z+++ dirname ./tools/ci_download_thundermuffin
7012024-04-19T19:56:56.339Z++ cd ./tools
7022024-04-19T19:56:56.339Z++ pwd
7032024-04-19T19:56:56.339Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7042024-04-19T19:56:56.340Z++ basename ./tools/ci_download_thundermuffin
7052024-04-19T19:56:56.340Z+ ARG0=ci_download_thundermuffin
7062024-04-19T19:56:56.340Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7072024-04-19T19:56:56.340Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7082024-04-19T19:56:56.340Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7092024-04-19T19:56:56.340Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7102024-04-19T19:56:56.340Z+ TARGET_DIR=out
7112024-04-19T19:56:56.340Z+ DOWNLOAD_DIR=out/downloads
7122024-04-19T19:56:56.340Z+ DEST_DIR=./out/thundermuffin
7132024-04-19T19:56:56.340Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7142024-04-19T19:56:56.346Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7152024-04-19T19:56:56.346Z+ REPO=oxidecomputer/thundermuffin
7162024-04-19T19:56:56.346Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7172024-04-19T19:56:56.346Z+ main
7182024-04-19T19:56:56.346Z+ rm -rf out/downloads/root
7192024-04-19T19:56:56.346Z+ [[ 0 != 0 ]]
7202024-04-19T19:56:56.347Z+ CIDL_OS=solaris2.11
7212024-04-19T19:56:56.347Z+ [[ 0 != 0 ]]
7222024-04-19T19:56:56.347Z+ configure_os solaris2.11
7232024-04-19T19:56:56.347Z+ echo 'current directory: /work/oxidecomputer/omicron'
7242024-04-19T19:56:56.348Zcurrent directory: /work/oxidecomputer/omicron
7252024-04-19T19:56:56.348Z+ echo 'configuring based on OS: "solaris2.11"'
7262024-04-19T19:56:56.348Z+ case "$1" in
7272024-04-19T19:56:56.348Zconfiguring based on OS: "solaris2.11"
7282024-04-19T19:56:56.348Z+ SET_BINARIES=
7292024-04-19T19:56:56.349Z+ CIDL_SHA256FUNC=do_sha256sum
7302024-04-19T19:56:56.349Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7312024-04-19T19:56:56.349Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7322024-04-19T19:56:56.349Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7332024-04-19T19:56:56.349Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7342024-04-19T19:56:56.349ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7352024-04-19T19:56:56.350Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7362024-04-19T19:56:56.350Z+ mkdir -p out/downloads
7372024-04-19T19:56:56.350ZLocal file: out/downloads/thundermuffin.tar.gz
7382024-04-19T19:56:56.350Z+ mkdir -p ./out/thundermuffin
7392024-04-19T19:56:56.350Z+ fetch_and_verify
7402024-04-19T19:56:56.350Z+ local DO_DOWNLOAD=true
7412024-04-19T19:56:56.350Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7422024-04-19T19:56:56.351Z+ '[' true == true ']'
7432024-04-19T19:56:56.351Z+ echo Downloading...
7442024-04-19T19:56:56.351ZDownloading...
7452024-04-19T19:56:56.351Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7462024-04-19T19:56:56.351Z+ 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
7472024-04-19T19:56:57.815Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7482024-04-19T19:56:57.858Z++ sha256sum
7492024-04-19T19:56:57.858Z++ awk '{print $1}'
7502024-04-19T19:56:57.859Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7512024-04-19T19:56:57.859Z+ [[ 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 ]]
7522024-04-19T19:56:57.859Z+ do_untar out/downloads/thundermuffin.tar.gz
7532024-04-19T19:56:57.859Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7542024-04-19T19:56:57.914Z+ do_assemble
7552024-04-19T19:56:57.915Z+ rm -r ./out/thundermuffin
7562024-04-19T19:56:57.940Z+ mkdir ./out/thundermuffin
7572024-04-19T19:56:57.941Z+ cp -r out/downloads/root ./out/thundermuffin/root
7582024-04-19T19:56:57.941ZAll prerequisites installed successfully
7592024-04-19T19:56:57.971Z
7602024-04-19T19:56:57.972Zreal 1:55.869900080
7612024-04-19T19:56:57.972Zuser 44.396365759
7622024-04-19T19:56:57.972Zsys 12.069625257
7632024-04-19T19:56:57.972Ztrap 0.015861550
7642024-04-19T19:56:57.972Ztflt 0.011301782
7652024-04-19T19:56:57.972Zdflt 0.019053544
7662024-04-19T19:56:57.972Zkflt 0.006047083
7672024-04-19T19:56:57.973Zlock 1.803887267
7682024-04-19T19:56:57.973Zslp 4:03.126407103
7692024-04-19T19:56:57.973Zlat 4.455068933
7702024-04-19T19:56:57.973Zstop 0.067834657
7712024-04-19T19:56:57.973Z+ banner end-to-end-tests
7722024-04-19T19:56:57.973Z
7732024-04-19T19:56:57.973Z ###### # # ##### ##### #### ###### # # #####
7742024-04-19T19:56:57.974Z # ## # # # # # # # ## # # #
7752024-04-19T19:56:57.974Z ##### # # # # # ##### # # # ##### ##### # # # # #
7762024-04-19T19:56:57.974Z # # # # # # # # # # # # # # #
7772024-04-19T19:56:57.974Z # # ## # # # # # # # ## # #
7782024-04-19T19:56:57.974Z ###### # # ##### # #### ###### # # #####
7792024-04-19T19:56:57.974Z
7802024-04-19T19:56:57.974Z+ export CARGO_PROFILE_DEV_DEBUG=1
7812024-04-19T19:56:57.974Z+ CARGO_PROFILE_DEV_DEBUG=1
7822024-04-19T19:56:57.974Z+ export CARGO_PROFILE_TEST_DEBUG=1
7832024-04-19T19:56:57.975Z+ CARGO_PROFILE_TEST_DEBUG=1
7842024-04-19T19:56:57.975Z+ export CARGO_INCREMENTAL=0
7852024-04-19T19:56:57.975Z+ CARGO_INCREMENTAL=0
7862024-04-19T19:56:57.975Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7872024-04-19T19:56:58.288Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7882024-04-19T19:56:58.777Z Updating git repository `https://github.com/oxidecomputer/zone`
7892024-04-19T19:57:00.170Z Updating crates.io index
7902024-04-19T19:57:00.198Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7912024-04-19T19:57:01.112Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7922024-04-19T19:57:01.916Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7932024-04-19T19:57:04.390Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7942024-04-19T19:57:05.017Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7952024-04-19T19:57:05.393Z Updating git repository `https://github.com/oxidecomputer/propolis`
7962024-04-19T19:57:06.469Z Updating git repository `https://github.com/oxidecomputer/crucible`
7972024-04-19T19:57:08.879Z Updating git repository `https://github.com/oxidecomputer/opte`
7982024-04-19T19:57:09.668Z Updating git repository `https://github.com/oxidecomputer/falcon`
7992024-04-19T19:57:10.474Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8002024-04-19T19:57:10.881Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8012024-04-19T19:57:11.537Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8022024-04-19T19:57:11.948Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8032024-04-19T19:57:12.375Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8042024-04-19T19:57:12.891Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8052024-04-19T19:57:13.313Z Updating git repository `http://github.com/oxidecomputer/tofino`
8062024-04-19T19:57:13.757Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8072024-04-19T19:57:14.211Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8082024-04-19T19:57:14.557Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8092024-04-19T19:57:14.996Z Updating git repository `https://github.com/oxidecomputer/ispf`
8102024-04-19T19:57:15.460Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8112024-04-19T19:57:15.835Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8122024-04-19T19:57:16.665Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8132024-04-19T19:57:17.134Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8142024-04-19T19:57:17.527Z Updating git repository `https://github.com/jgallagher/nix`
8152024-04-19T19:57:18.638Z Updating git repository `https://github.com/cbiffle/hubpack`
8162024-04-19T19:57:19.074Z Updating git repository `https://github.com/oxidecomputer/typify`
8172024-04-19T19:57:21.130Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182024-04-19T19:57:21.617Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192024-04-19T19:57:22.160Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202024-04-19T19:57:22.708Z Updating git repository `https://github.com/oxidecomputer/rfb`
8212024-04-19T19:57:24.194Z Downloading crates ...
8222024-04-19T19:57:24.292Z Downloaded addr2line v0.21.0
8232024-04-19T19:57:24.990Z Downloaded lalrpop-util v0.19.12
8242024-04-19T19:57:24.991Z Downloaded miniz_oxide v0.7.1
8252024-04-19T19:57:24.991Z Downloaded new_debug_unreachable v1.0.4
8262024-04-19T19:57:24.991Z Downloaded base64ct v1.6.0
8272024-04-19T19:57:24.991Z Downloaded pest_derive v2.7.6
8282024-04-19T19:57:24.991Z Downloaded swrite v0.1.0
8292024-04-19T19:57:24.991Z Downloaded equivalent v1.0.1
8302024-04-19T19:57:24.991Z Downloaded rand_core v0.5.1
8312024-04-19T19:57:24.991Z Downloaded rustc_version v0.1.7
8322024-04-19T19:57:24.991Z Downloaded usdt-macro v0.5.0
8332024-04-19T19:57:24.992Z Downloaded want v0.3.1
8342024-04-19T19:57:24.992Z Downloaded zone_cfg_derive v0.1.2
8352024-04-19T19:57:24.992Z Downloaded rustls-pemfile v2.1.2
8362024-04-19T19:57:24.992Z Downloaded tinyvec_macros v0.1.1
8372024-04-19T19:57:24.992Z Downloaded try-lock v0.2.4
8382024-04-19T19:57:24.992Z Downloaded toml_datetime v0.6.5
8392024-04-19T19:57:24.993Z Downloaded proc-macro-crate v1.3.1
8402024-04-19T19:57:24.993Z Downloaded hash32 v0.3.1
8412024-04-19T19:57:24.993Z Downloaded futures-task v0.3.30
8422024-04-19T19:57:24.993Z Downloaded diesel_table_macro_syntax v0.1.0
8432024-04-19T19:57:24.993Z Downloaded psl-types v2.0.11
8442024-04-19T19:57:24.993Z Downloaded precomputed-hash v0.1.1
8452024-04-19T19:57:24.993Z Downloaded dirs-next v2.0.0
8462024-04-19T19:57:24.994Z Downloaded fxhash v0.2.1
8472024-04-19T19:57:24.994Z Downloaded flagset v0.4.3
8482024-04-19T19:57:24.994Z Downloaded hubpack_derive v0.1.1
8492024-04-19T19:57:24.994Z Downloaded portpicker v0.1.1
8502024-04-19T19:57:24.994Z Downloaded hex v0.4.3
8512024-04-19T19:57:24.994Z Downloaded polyval v0.6.1
8522024-04-19T19:57:24.994Z Downloaded heck v0.4.1
8532024-04-19T19:57:24.994Z Downloaded postgres-types v0.2.6
8542024-04-19T19:57:24.995Z Downloaded postcard v1.0.8
8552024-04-19T19:57:24.995Z Downloaded pin-project-lite v0.2.13
8562024-04-19T19:57:24.995Z Downloaded hkdf v0.12.4
8572024-04-19T19:57:24.995Z Downloaded flate2 v1.0.28
8582024-04-19T19:57:24.995Z Downloaded heapless v0.8.0
8592024-04-19T19:57:24.995Z Downloaded hashbrown v0.14.3
8602024-04-19T19:57:24.995Z Downloaded futures-util v0.3.30
8612024-04-19T19:57:24.996Z Downloaded hyper v0.14.28
8622024-04-19T19:57:24.996Z Downloaded gimli v0.28.0
8632024-04-19T19:57:24.996Z Downloaded zerocopy-derive v0.6.6
8642024-04-19T19:57:24.996Z Downloaded tokio v1.37.0
8652024-04-19T19:57:24.996Z Downloaded regex-automata v0.4.5
8662024-04-19T19:57:24.996Z Downloaded winapi v0.3.9
8672024-04-19T19:57:25.028Z Downloaded encoding_rs v0.8.33
8682024-04-19T19:57:25.028Z Downloaded zerocopy-derive v0.2.0
8692024-04-19T19:57:25.028Z Downloaded rustls v0.22.4
8702024-04-19T19:57:25.028Z Downloaded rustix v0.38.31
8712024-04-19T19:57:25.028Z Downloaded regress v0.9.1
8722024-04-19T19:57:25.029Z Downloaded regex-syntax v0.8.2
8732024-04-19T19:57:25.029Z Downloaded ring v0.17.8
8742024-04-19T19:57:25.029Z Downloaded ring v0.16.20
8752024-04-19T19:57:25.089Z Downloaded petgraph v0.6.4
8762024-04-19T19:57:25.127Z Downloaded webpki-roots v0.25.2
8772024-04-19T19:57:25.127Z Downloaded rustls v0.21.9
8782024-04-19T19:57:25.127Z Downloaded object v0.32.1
8792024-04-19T19:57:25.170Z Downloaded unicode-normalization v0.1.22
8802024-04-19T19:57:25.170Z Downloaded zerocopy v0.7.32
8812024-04-19T19:57:25.212Z Downloaded tokio-util v0.7.10
8822024-04-19T19:57:25.212Z Downloaded winnow v0.6.1
8832024-04-19T19:57:25.212Z Downloaded winnow v0.5.15
8842024-04-19T19:57:25.213Z Downloaded reqwest v0.11.24
8852024-04-19T19:57:25.213Z Downloaded sha3 v0.10.8
8862024-04-19T19:57:25.254Z Downloaded sled v0.34.7
8872024-04-19T19:57:25.254Z Downloaded bzip2-sys v0.1.11+1.0.8
8882024-04-19T19:57:25.254Z Downloaded flume v0.11.0
8892024-04-19T19:57:25.254Z Downloaded diesel v2.1.5
8902024-04-19T19:57:25.691Z Downloaded serde_json v1.0.116
8912024-04-19T19:57:25.691Z Downloaded heapless v0.7.16
8922024-04-19T19:57:25.691Z Downloaded h2 v0.3.26
8932024-04-19T19:57:25.691Z Downloaded rustls-webpki v0.102.1
8942024-04-19T19:57:25.730Z Downloaded url v2.5.0
8952024-04-19T19:57:25.731Z Downloaded unsafe-libyaml v0.2.10
8962024-04-19T19:57:25.731Z Downloaded unicode-segmentation v1.10.1
8972024-04-19T19:57:25.731Z Downloaded trust-dns-proto v0.22.0
8982024-04-19T19:57:25.732Z Downloaded syn v2.0.59
8992024-04-19T19:57:25.732Z Downloaded syn v1.0.109
9002024-04-19T19:57:25.732Z Downloaded pest_meta v2.7.6
9012024-04-19T19:57:25.732Z Downloaded headers v0.3.9
9022024-04-19T19:57:25.733Z Downloaded goblin v0.8.0
9032024-04-19T19:57:25.733Z Downloaded schemars v0.8.16
9042024-04-19T19:57:25.733Z Downloaded rustls-webpki v0.101.7
9052024-04-19T19:57:25.733Z Downloaded tokio-postgres v0.7.10
9062024-04-19T19:57:25.734Z Downloaded tabled v0.15.0
9072024-04-19T19:57:25.734Z Downloaded regex-automata v0.1.10
9082024-04-19T19:57:25.734Z Downloaded smoltcp v0.11.0
9092024-04-19T19:57:25.734Z Downloaded poly1305 v0.8.0
9102024-04-19T19:57:25.734Z Downloaded platforms v3.0.2
9112024-04-19T19:57:25.735Z Downloaded tungstenite v0.21.0
9122024-04-19T19:57:25.735Z Downloaded serde_with v3.7.0
9132024-04-19T19:57:25.735Z Downloaded der v0.7.8
9142024-04-19T19:57:25.735Z Downloaded vcpkg v0.2.15
9152024-04-19T19:57:25.736Z Downloaded russh v0.43.0
9162024-04-19T19:57:25.736Z Downloaded radix_trie v0.2.1
9172024-04-19T19:57:25.736Z Downloaded openssl v0.10.64
9182024-04-19T19:57:25.736Z Downloaded curve25519-dalek v4.1.2
9192024-04-19T19:57:25.736Z Downloaded bstr v0.2.17
9202024-04-19T19:57:25.737Z Downloaded postgres-protocol v0.6.6
9212024-04-19T19:57:25.737Z Downloaded pkcs8 v0.10.2
9222024-04-19T19:57:25.737Z Downloaded phf_shared v0.11.2
9232024-04-19T19:57:25.737Z Downloaded getrandom v0.2.12
9242024-04-19T19:57:25.737Z Downloaded futures v0.3.30
9252024-04-19T19:57:25.737Z Downloaded hashbrown v0.12.3
9262024-04-19T19:57:25.738Z Downloaded tinyvec v1.6.0
9272024-04-19T19:57:25.738Z Downloaded time v0.3.34
9282024-04-19T19:57:25.738Z Downloaded heck v0.3.3
9292024-04-19T19:57:25.738Z Downloaded glob v0.3.1
9302024-04-19T19:57:25.738Z Downloaded foreign-types v0.5.0
9312024-04-19T19:57:25.739Z Downloaded fnv v1.0.7
9322024-04-19T19:57:25.739Z Downloaded float-cmp v0.9.0
9332024-04-19T19:57:25.739Z Downloaded hyper-rustls v0.24.2
9342024-04-19T19:57:25.739Z Downloaded serde v1.0.198
9352024-04-19T19:57:25.739Z Downloaded dhcproto v0.11.0
9362024-04-19T19:57:25.739Z Downloaded derive_more v0.99.17
9372024-04-19T19:57:25.739Z Downloaded unicode-bidi v0.3.15
9382024-04-19T19:57:25.739Z Downloaded ucd-trie v0.1.6
9392024-04-19T19:57:25.740Z Downloaded typenum v1.16.0
9402024-04-19T19:57:25.740Z Downloaded regex v1.10.4
9412024-04-19T19:57:25.740Z Downloaded smoltcp v0.9.1
9422024-04-19T19:57:25.740Z Downloaded plain v0.2.3
9432024-04-19T19:57:25.740Z Downloaded pkg-config v0.3.27
9442024-04-19T19:57:25.740Z Downloaded pin-utils v0.1.0
9452024-04-19T19:57:25.740Z Downloaded humantime v2.1.0
9462024-04-19T19:57:25.740Z Downloaded hex-literal v0.4.1
9472024-04-19T19:57:25.740Z Downloaded heck v0.5.0
9482024-04-19T19:57:25.741Z Downloaded futures-channel v0.3.30
9492024-04-19T19:57:25.741Z Downloaded dof v0.1.5
9502024-04-19T19:57:25.741Z Downloaded display-error-chain v0.2.0
9512024-04-19T19:57:25.741Z Downloaded dirs-sys-next v0.1.2
9522024-04-19T19:57:25.741Z Downloaded dirs-sys v0.4.1
9532024-04-19T19:57:25.741Z Downloaded publicsuffix v2.2.3
9542024-04-19T19:57:25.741Z Downloaded unicode-ident v1.0.12
9552024-04-19T19:57:25.741Z Downloaded toml_edit v0.22.9
9562024-04-19T19:57:25.741Z Downloaded p521 v0.13.3
9572024-04-19T19:57:25.783Z Downloaded openapiv3 v2.0.0
9582024-04-19T19:57:25.783Z Downloaded ghash v0.5.0
9592024-04-19T19:57:25.783Z Downloaded getopts v0.2.21
9602024-04-19T19:57:25.783Z Downloaded gethostname v0.4.3
9612024-04-19T19:57:25.784Z Downloaded generic-array v0.14.7
9622024-04-19T19:57:25.784Z Downloaded futures-core v0.3.30
9632024-04-19T19:57:25.784Z Downloaded diesel_derives v2.1.2
9642024-04-19T19:57:25.784Z Downloaded trust-dns-server v0.22.1
9652024-04-19T19:57:25.784Z Downloaded zip v0.6.6
9662024-04-19T19:57:25.784Z Downloaded getrandom v0.1.16
9672024-04-19T19:57:25.784Z Downloaded form_urlencoded v1.2.1
9682024-04-19T19:57:25.784Z Downloaded trust-dns-resolver v0.22.0
9692024-04-19T19:57:25.784Z Downloaded toml_edit v0.19.15
9702024-04-19T19:57:25.812Z Downloaded toml v0.7.8
9712024-04-19T19:57:25.812Z Downloaded zerocopy v0.6.6
9722024-04-19T19:57:25.812Z Downloaded semver v1.0.22
9732024-04-19T19:57:25.812Z Downloaded sec1 v0.7.3
9742024-04-19T19:57:25.812Z Downloaded sct v0.7.0
9752024-04-19T19:57:25.812Z Downloaded scopeguard v1.2.0
9762024-04-19T19:57:25.812Z Downloaded trust-dns-client v0.22.0
9772024-04-19T19:57:25.845Z Downloaded tracing v0.1.40
9782024-04-19T19:57:25.845Z Downloaded toml v0.5.11
9792024-04-19T19:57:25.845Z Downloaded tokio-tungstenite v0.20.1
9802024-04-19T19:57:25.845Z Downloaded fixedbitset v0.4.2
9812024-04-19T19:57:25.845Z Downloaded filetime v0.2.23
9822024-04-19T19:57:25.845Z Downloaded ff v0.13.0
9832024-04-19T19:57:25.845Z Downloaded fastrand v2.0.1
9842024-04-19T19:57:25.845Z Downloaded fallible-iterator v0.2.0
9852024-04-19T19:57:25.845Z Downloaded dof v0.3.0
9862024-04-19T19:57:25.846Z Downloaded ppv-lite86 v0.2.17
9872024-04-19T19:57:25.846Z Downloaded powerfmt v0.2.0
9882024-04-19T19:57:25.846Z Downloaded serde_derive_internals v0.26.0
9892024-04-19T19:57:26.300Z Downloaded phf v0.11.2
9902024-04-19T19:57:26.300Z Downloaded foreign-types-shared v0.3.1
9912024-04-19T19:57:26.300Z Downloaded foreign-types-shared v0.1.1
9922024-04-19T19:57:26.300Z Downloaded foreign-types-macros v0.2.3
9932024-04-19T19:57:26.300Z Downloaded foreign-types v0.3.2
9942024-04-19T19:57:26.300Z Downloaded dirs v5.0.1
9952024-04-19T19:57:26.301Z Downloaded half v2.3.1
9962024-04-19T19:57:26.301Z Downloaded digest v0.10.7
9972024-04-19T19:57:26.301Z Downloaded difflib v0.4.0
9982024-04-19T19:57:26.301Z Downloaded serde_derive v1.0.198
9992024-04-19T19:57:26.301Z Downloaded proc-macro2 v1.0.81
10002024-04-19T19:57:26.301Z Downloaded tungstenite v0.20.1
10012024-04-19T19:57:26.301Z Downloaded tracing-core v0.1.32
10022024-04-19T19:57:26.302Z Downloaded http v1.0.0
10032024-04-19T19:57:26.302Z Downloaded http v0.2.12
10042024-04-19T19:57:26.343Z Downloaded predicates-core v1.0.6
10052024-04-19T19:57:26.344Z Downloaded predicates v3.1.0
10062024-04-19T19:57:26.344Z Downloaded tokio-tungstenite v0.21.0
10072024-04-19T19:57:26.344Z Downloaded tokio-stream v0.1.15
10082024-04-19T19:57:26.344Z Downloaded time-macros v0.2.17
10092024-04-19T19:57:26.352Z Downloaded derive-where v1.2.7
10102024-04-19T19:57:26.352Z Downloaded zerocopy-derive v0.7.32
10112024-04-19T19:57:26.352Z Downloaded nom v7.1.3
10122024-04-19T19:57:26.353Z Downloaded proc-macro-error v1.0.4
10132024-04-19T19:57:26.353Z Downloaded semver v0.1.20
10142024-04-19T19:57:26.353Z Downloaded secrecy v0.8.0
10152024-04-19T19:57:26.353Z Downloaded scroll v0.12.0
10162024-04-19T19:57:26.353Z Downloaded ryu v1.0.15
10172024-04-19T19:57:26.353Z Downloaded chrono v0.4.38
10182024-04-19T19:57:26.354Z Downloaded dhcproto-macros v0.1.0
10192024-04-19T19:57:26.354Z Downloaded pretty-hex v0.2.1
10202024-04-19T19:57:26.354Z Downloaded phf_shared v0.10.0
10212024-04-19T19:57:26.354Z Downloaded schemars_derive v0.8.16
10222024-04-19T19:57:26.355Z Downloaded scheduled-thread-pool v0.2.7
10232024-04-19T19:57:26.356Z Downloaded unicode-width v0.1.11
10242024-04-19T19:57:26.356Z Downloaded tracing-attributes v0.1.27
10252024-04-19T19:57:26.357Z Downloaded toml v0.8.12
10262024-04-19T19:57:26.357Z Downloaded tokio-rustls v0.25.0
10272024-04-19T19:57:26.357Z Downloaded tokio-rustls v0.24.1
10282024-04-19T19:57:26.357Z Downloaded expectorate v1.1.0
10292024-04-19T19:57:26.357Z Downloaded futures-sink v0.3.30
10302024-04-19T19:57:26.357Z Downloaded futures-macro v0.3.30
10312024-04-19T19:57:26.358Z Downloaded futures-io v0.3.30
10322024-04-19T19:57:26.358Z Downloaded futures-executor v0.3.30
10332024-04-19T19:57:26.358Z Downloaded serde_arrays v0.1.0
10342024-04-19T19:57:26.358Z Downloaded quick-error v1.2.3
10352024-04-19T19:57:26.358Z Downloaded primeorder v0.13.6
10362024-04-19T19:57:26.358Z Downloaded untrusted v0.9.0
10372024-04-19T19:57:26.358Z Downloaded untrusted v0.7.1
10382024-04-19T19:57:26.359Z Downloaded universal-hash v0.5.1
10392024-04-19T19:57:26.359Z Downloaded unicode-xid v0.2.4
10402024-04-19T19:57:26.359Z Downloaded unicase v2.7.0
10412024-04-19T19:57:26.359Z Downloaded tar v0.4.40
10422024-04-19T19:57:26.359Z Downloaded signal-hook v0.3.17
10432024-04-19T19:57:26.359Z Downloaded rayon v1.10.0
10442024-04-19T19:57:26.359Z Downloaded pest v2.7.6
10452024-04-19T19:57:26.359Z Downloaded hash32 v0.2.1
10462024-04-19T19:57:26.359Z Downloaded group v0.13.0
10472024-04-19T19:57:26.359Z Downloaded same-file v1.0.6
10482024-04-19T19:57:26.360Z Downloaded rustls-pki-types v1.3.0
10492024-04-19T19:57:26.360Z Downloaded serde_yaml v0.9.25
10502024-04-19T19:57:26.360Z Downloaded pretty-hex v0.4.1
10512024-04-19T19:57:26.360Z Downloaded headers-core v0.2.0
10522024-04-19T19:57:26.360Z Downloaded scroll_derive v0.12.0
10532024-04-19T19:57:26.360Z Downloaded rustversion v1.0.14
10542024-04-19T19:57:26.360Z Downloaded topological-sort v0.2.2
10552024-04-19T19:57:26.360Z Downloaded tokio-native-tls v0.3.1
10562024-04-19T19:57:26.360Z Downloaded thread-id v4.2.0
10572024-04-19T19:57:26.360Z Downloaded tempfile v3.10.1
10582024-04-19T19:57:26.361Z Downloaded der_derive v0.7.2
10592024-04-19T19:57:26.361Z Downloaded tokio-macros v2.2.0
10602024-04-19T19:57:26.361Z Downloaded thread_local v1.1.7
10612024-04-19T19:57:26.361Z Downloaded thiserror-no-std v2.0.2
10622024-04-19T19:57:26.361Z Downloaded thiserror-impl-no-std v2.0.2
10632024-04-19T19:57:26.361Z Downloaded thiserror-impl v1.0.58
10642024-04-19T19:57:26.361Z Downloaded thiserror v1.0.58
10652024-04-19T19:57:26.361Z Downloaded termcolor v1.2.0
10662024-04-19T19:57:26.361Z Downloaded term v0.7.0
10672024-04-19T19:57:26.361Z Downloaded tabwriter v1.4.0
10682024-04-19T19:57:26.361Z Downloaded tabled_derive v0.7.0
10692024-04-19T19:57:26.361Z Downloaded synstructure v0.12.6
10702024-04-19T19:57:26.362Z Downloaded sha2 v0.10.8
10712024-04-19T19:57:26.362Z Downloaded serde_with_macros v3.7.0
10722024-04-19T19:57:26.362Z Downloaded yasna v0.5.2
10732024-04-19T19:57:26.362Z Downloaded whoami v1.5.1
10742024-04-19T19:57:26.362Z Downloaded ed25519-dalek v2.0.0
10752024-04-19T19:57:26.362Z Downloaded num-bigint v0.4.4
10762024-04-19T19:57:26.362Z Downloaded clap v2.34.0
10772024-04-19T19:57:26.362Z Downloaded tower-service v0.3.2
10782024-04-19T19:57:26.362Z Downloaded toolchain_find v0.4.0
10792024-04-19T19:57:26.362Z Downloaded time-core v0.1.2
10802024-04-19T19:57:26.362Z Downloaded textwrap v0.11.0
10812024-04-19T19:57:26.362Z Downloaded terminal_size v0.3.0
10822024-04-19T19:57:26.363Z Downloaded signature v2.1.0
10832024-04-19T19:57:26.363Z Downloaded signal-hook-registry v1.4.1
10842024-04-19T19:57:26.363Z Downloaded signal-hook-mio v0.2.3
10852024-04-19T19:57:26.363Z Downloaded sha1 v0.10.6
10862024-04-19T19:57:26.363Z Downloaded deranged v0.3.11
10872024-04-19T19:57:26.363Z Downloaded zone v0.1.8
10882024-04-19T19:57:26.363Z Downloaded zeroize_derive v1.4.2
10892024-04-19T19:57:26.363Z Downloaded zeroize v1.7.0
10902024-04-19T19:57:26.363Z Downloaded zerocopy v0.3.0
10912024-04-19T19:57:26.363Z Downloaded ron v0.7.1
10922024-04-19T19:57:26.363Z Downloaded take_mut v0.2.2
10932024-04-19T19:57:26.363Z Downloaded sync_wrapper v0.1.2
10942024-04-19T19:57:26.364Z Downloaded serde_urlencoded v0.7.1
10952024-04-19T19:57:26.364Z Downloaded serde_tokenstream v0.2.0
10962024-04-19T19:57:26.364Z Downloaded serde_tokenstream v0.1.7
10972024-04-19T19:57:26.364Z Downloaded serde_spanned v0.6.5
10982024-04-19T19:57:26.364Z Downloaded serde_repr v0.1.16
10992024-04-19T19:57:26.364Z Downloaded serde_path_to_error v0.1.16
11002024-04-19T19:57:26.364Z Downloaded xattr v1.0.1
11012024-04-19T19:57:26.364Z Downloaded vsss-rs v3.3.4
11022024-04-19T19:57:26.364Z Downloaded uuid v1.8.0
11032024-04-19T19:57:26.364Z Downloaded uuid v0.8.2
11042024-04-19T19:57:26.395Z Downloaded rustc-demangle v0.1.23
11052024-04-19T19:57:26.395Z Downloaded rand v0.7.3
11062024-04-19T19:57:26.395Z Downloaded elliptic-curve v0.13.8
11072024-04-19T19:57:26.396Z Downloaded clap_builder v4.5.2
11082024-04-19T19:57:26.396Z Downloaded rustls-pemfile v1.0.3
11092024-04-19T19:57:26.396Z Downloaded russh-keys v0.43.0
11102024-04-19T19:57:26.396Z Downloaded structopt v0.3.26
11112024-04-19T19:57:26.396Z Downloaded parking_lot_core v0.9.8
11122024-04-19T19:57:26.397Z Downloaded walkdir v2.5.0
11132024-04-19T19:57:26.397Z Downloaded utf8parse v0.2.1
11142024-04-19T19:57:26.397Z Downloaded usdt v0.5.0
11152024-04-19T19:57:26.397Z Downloaded usdt v0.3.5
11162024-04-19T19:57:26.397Z Downloaded crossterm v0.27.0
11172024-04-19T19:57:26.398Z Downloaded waitgroup v0.1.2
11182024-04-19T19:57:26.398Z Downloaded version_check v0.9.4
11192024-04-19T19:57:26.398Z Downloaded vec_map v0.8.2
11202024-04-19T19:57:26.398Z Downloaded utf-8 v0.7.6
11212024-04-19T19:57:26.398Z Downloaded usdt-macro v0.3.5
11222024-04-19T19:57:26.398Z Downloaded usdt-impl v0.5.0
11232024-04-19T19:57:26.398Z Downloaded usdt-impl v0.3.5
11242024-04-19T19:57:26.398Z Downloaded usdt-attr-macro v0.5.0
11252024-04-19T19:57:26.398Z Downloaded usdt-attr-macro v0.3.5
11262024-04-19T19:57:26.398Z Downloaded rand v0.8.5
11272024-04-19T19:57:26.399Z Downloaded rustfmt-wrapper v0.2.1
11282024-04-19T19:57:26.399Z Downloaded rustc_version v0.4.0
11292024-04-19T19:57:26.399Z Downloaded rcgen v0.12.1
11302024-04-19T19:57:26.399Z Downloaded rayon-core v1.12.1
11312024-04-19T19:57:26.399Z Downloaded httparse v1.8.0
11322024-04-19T19:57:26.399Z Downloaded env_logger v0.9.3
11332024-04-19T19:57:26.400Z Downloaded steno v0.4.0
11342024-04-19T19:57:26.400Z Downloaded darling_core v0.20.8
11352024-04-19T19:57:26.400Z Downloaded crypto-bigint v0.5.2
11362024-04-19T19:57:26.400Z Downloaded crossbeam-channel v0.5.8
11372024-04-19T19:57:26.400Z Downloaded russh-cryptovec v0.7.0
11382024-04-19T19:57:26.400Z Downloaded rfc6979 v0.4.0
11392024-04-19T19:57:26.400Z Downloaded resolv-conf v0.7.0
11402024-04-19T19:57:26.400Z Downloaded rand_core v0.6.4
11412024-04-19T19:57:26.401Z Downloaded quote v1.0.36
11422024-04-19T19:57:26.401Z Downloaded hostname v0.3.1
11432024-04-19T19:57:26.401Z Downloaded hmac v0.12.1
11442024-04-19T19:57:26.401Z Downloaded erased-serde v0.3.31
11452024-04-19T19:57:26.401Z Downloaded ecdsa v0.16.9
11462024-04-19T19:57:26.401Z Downloaded subprocess v0.2.9
11472024-04-19T19:57:26.401Z Downloaded strum_macros v0.26.1
11482024-04-19T19:57:26.402Z Downloaded structopt-derive v0.4.18
11492024-04-19T19:57:26.402Z Downloaded socket2 v0.5.6
11502024-04-19T19:57:26.402Z Downloaded p256 v0.13.2
11512024-04-19T19:57:26.402Z Downloaded chacha20poly1305 v0.10.1
11522024-04-19T19:57:26.402Z Downloaded cc v1.0.83
11532024-04-19T19:57:26.402Z Downloaded rand_chacha v0.3.1
11542024-04-19T19:57:26.403Z Downloaded rand_chacha v0.2.2
11552024-04-19T19:57:26.403Z Downloaded r2d2 v0.8.10
11562024-04-19T19:57:26.403Z Downloaded proc-macro-error-attr v1.0.4
11572024-04-19T19:57:26.403Z Downloaded hubpack v0.1.2
11582024-04-19T19:57:26.403Z Downloaded httpdate v1.0.3
11592024-04-19T19:57:26.403Z Downloaded http-range v0.1.5
11602024-04-19T19:57:26.403Z Downloaded http-body v0.4.5
11612024-04-19T19:57:26.403Z Downloaded home v0.5.5
11622024-04-19T19:57:26.404Z Downloaded errno v0.3.8
11632024-04-19T19:57:26.404Z Downloaded enum-as-inner v0.5.1
11642024-04-19T19:57:26.404Z Downloaded embedded-io v0.4.0
11652024-04-19T19:57:26.404Z Downloaded either v1.11.0
11662024-04-19T19:57:26.404Z Downloaded ed25519 v2.2.2
11672024-04-19T19:57:26.404Z Downloaded dyn-clone v1.0.17
11682024-04-19T19:57:26.404Z Downloaded structmeta-derive v0.3.0
11692024-04-19T19:57:26.404Z Downloaded socket2 v0.4.9
11702024-04-19T19:57:26.405Z Downloaded slog v2.7.0
11712024-04-19T19:57:26.405Z Downloaded similar v2.4.0
11722024-04-19T19:57:26.405Z Downloaded parking_lot v0.12.1
11732024-04-19T19:57:26.405Z Downloaded parking_lot v0.11.2
11742024-04-19T19:57:26.405Z Downloaded openssl-sys v0.9.102
11752024-04-19T19:57:26.405Z Downloaded omicron-zone-package v0.11.0
11762024-04-19T19:57:26.405Z Downloaded num-traits v0.2.18
11772024-04-19T19:57:26.405Z Downloaded crossbeam-utils v0.8.19
11782024-04-19T19:57:26.406Z Downloaded crossbeam-epoch v0.9.18
11792024-04-19T19:57:26.406Z Downloaded crc32fast v1.3.2
11802024-04-19T19:57:26.406Z Downloaded const-oid v0.9.6
11812024-04-19T19:57:26.406Z Downloaded console v0.15.8
11822024-04-19T19:57:26.406Z Downloaded clap v4.5.4
11832024-04-19T19:57:26.406Z Downloaded chacha20 v0.9.1
11842024-04-19T19:57:26.407Z Downloaded cancel-safe-futures v0.1.5
11852024-04-19T19:57:26.407Z Downloaded endian-type v0.1.2
11862024-04-19T19:57:26.407Z Downloaded dtrace-parser v0.2.0
11872024-04-19T19:57:26.407Z Downloaded dtrace-parser v0.1.14
11882024-04-19T19:57:26.407Z Downloaded subtle v2.5.0
11892024-04-19T19:57:26.407Z Downloaded strum_macros v0.25.2
11902024-04-19T19:57:26.408Z Downloaded strsim v0.11.0
11912024-04-19T19:57:26.408Z Downloaded strsim v0.10.0
11922024-04-19T19:57:26.408Z Downloaded strsim v0.8.0
11932024-04-19T19:57:26.408Z Downloaded stringprep v0.1.3
11942024-04-19T19:57:26.408Z Downloaded string_cache v0.8.7
11952024-04-19T19:57:26.409Z Downloaded static_assertions v1.1.0
11962024-04-19T19:57:26.409Z Downloaded stable_deref_trait v1.2.0
11972024-04-19T19:57:26.409Z Downloaded spki v0.7.2
11982024-04-19T19:57:26.409Z Downloaded spin v0.9.8
11992024-04-19T19:57:26.410Z Downloaded smf v0.2.3
12002024-04-19T19:57:26.410Z Downloaded smallvec v1.13.1
12012024-04-19T19:57:26.410Z Downloaded slog-term v2.9.1
12022024-04-19T19:57:26.410Z Downloaded slog-stdlog v4.1.1
12032024-04-19T19:57:26.411Z Downloaded slog-scope v4.4.0
12042024-04-19T19:57:26.442Z Downloaded slog-json v2.6.1
12052024-04-19T19:57:26.442Z Downloaded slog-envlogger v2.2.0
12062024-04-19T19:57:26.442Z Downloaded slog-dtrace v0.3.0
12072024-04-19T19:57:26.442Z Downloaded slog-bunyan v2.5.0
12082024-04-19T19:57:26.443Z Downloaded slog-async v2.8.0
12092024-04-19T19:57:26.443Z Downloaded slab v0.4.9
12102024-04-19T19:57:26.443Z Downloaded siphasher v0.3.11
12112024-04-19T19:57:26.443Z Downloaded pem-rfc7468 v0.7.0
12122024-04-19T19:57:26.443Z Downloaded pem v3.0.4
12132024-04-19T19:57:26.444Z Downloaded parking_lot_core v0.8.6
12142024-04-19T19:57:26.444Z Downloaded owo-colors v4.0.0
12152024-04-19T19:57:26.444Z Downloaded once_cell v1.19.0
12162024-04-19T19:57:26.444Z Downloaded num-integer v0.1.46
12172024-04-19T19:57:26.444Z Downloaded hyper-staticfile v0.9.5
12182024-04-19T19:57:26.445Z Downloaded defmt-macros v0.3.6
12192024-04-19T19:57:26.445Z Downloaded defmt v0.3.5
12202024-04-19T19:57:26.445Z Downloaded debug-ignore v1.0.5
12212024-04-19T19:57:26.445Z Downloaded data-encoding v2.4.0
12222024-04-19T19:57:26.445Z Downloaded darling v0.20.8
12232024-04-19T19:57:26.446Z Downloaded ctr v0.9.2
12242024-04-19T19:57:26.446Z Downloaded crypto-common v0.1.6
12252024-04-19T19:57:26.446Z Downloaded crossbeam-deque v0.8.3
12262024-04-19T19:57:26.446Z Downloaded cookie v0.17.0
12272024-04-19T19:57:26.477Z Downloaded convert_case v0.4.0
12282024-04-19T19:57:26.477Z Downloaded constant_time_eq v0.3.0
12292024-04-19T19:57:26.477Z Downloaded colored v2.1.0
12302024-04-19T19:57:26.477Z Downloaded cobs v0.2.3
12312024-04-19T19:57:26.478Z Downloaded clap_lex v0.7.0
12322024-04-19T19:57:26.478Z Downloaded clap_derive v4.5.4
12332024-04-19T19:57:26.478Z Downloaded cipher v0.4.4
12342024-04-19T19:57:26.478Z Downloaded camino-tempfile v1.1.1
12352024-04-19T19:57:26.478Z Downloaded block-padding v0.3.3
12362024-04-19T19:57:26.478Z Downloaded async-trait v0.1.80
12372024-04-19T19:57:26.478Z Downloaded strum v0.26.2
12382024-04-19T19:57:26.478Z Downloaded structmeta v0.3.0
12392024-04-19T19:57:26.478Z Downloaded spin v0.5.2
12402024-04-19T19:57:26.478Z Downloaded sigpipe v0.1.3
12412024-04-19T19:57:26.479Z Downloaded pest_generator v2.7.6
12422024-04-19T19:57:26.479Z Downloaded percent-encoding v2.3.1
12432024-04-19T19:57:26.479Z Downloaded peg-runtime v0.8.2
12442024-04-19T19:57:26.479Z Downloaded pbkdf2 v0.12.2
12452024-04-19T19:57:26.479Z Downloaded pbkdf2 v0.11.0
12462024-04-19T19:57:26.521Z Downloaded password-hash v0.5.0
12472024-04-19T19:57:26.522Z Downloaded parse-display v0.9.0
12482024-04-19T19:57:26.522Z Downloaded papergrid v0.11.0
12492024-04-19T19:57:26.522Z Downloaded num_enum_derive v0.5.11
12502024-04-19T19:57:26.523Z Downloaded num_enum v0.5.11
12512024-04-19T19:57:26.523Z Downloaded num_cpus v1.16.0
12522024-04-19T19:57:26.523Z Downloaded num-rational v0.4.1
12532024-04-19T19:57:26.523Z Downloaded num-iter v0.1.44
12542024-04-19T19:57:26.523Z Downloaded num-derive v0.4.0
12552024-04-19T19:57:26.523Z Downloaded num v0.4.2
12562024-04-19T19:57:26.524Z Downloaded normalize-line-endings v0.3.0
12572024-04-19T19:57:26.524Z Downloaded nibble_vec v0.1.0
12582024-04-19T19:57:26.524Z Downloaded newtype_derive v0.1.6
12592024-04-19T19:57:26.524Z Downloaded newtype-uuid v1.1.0
12602024-04-19T19:57:26.524Z Downloaded darling_macro v0.20.8
12612024-04-19T19:57:26.524Z Downloaded curve25519-dalek-derive v0.1.0
12622024-04-19T19:57:26.524Z Downloaded cstr-argument v0.1.2
12632024-04-19T19:57:26.525Z Downloaded crucible-workspace-hack v0.1.0
12642024-04-19T19:57:26.554Z Downloaded cpufeatures v0.2.12
12652024-04-19T19:57:26.554Z Downloaded colorchoice v1.0.0
12662024-04-19T19:57:26.554Z Downloaded ciborium-ll v0.2.2
12672024-04-19T19:57:26.554Z Downloaded ciborium-io v0.2.2
12682024-04-19T19:57:26.554Z Downloaded ciborium v0.2.2
12692024-04-19T19:57:26.554Z Downloaded cfg-if v1.0.0
12702024-04-19T19:57:26.555Z Downloaded cbc v0.1.2
12712024-04-19T19:57:26.555Z Downloaded camino v1.1.6
12722024-04-19T19:57:26.555Z Downloaded bzip2 v0.4.4
12732024-04-19T19:57:26.555Z Downloaded byteorder v1.5.0
12742024-04-19T19:57:26.555Z Downloaded bstr v1.9.0
12752024-04-19T19:57:26.555Z Downloaded blowfish v0.9.1
12762024-04-19T19:57:26.555Z Downloaded block-buffer v0.10.4
12772024-04-19T19:57:26.555Z Downloaded paste v1.0.14
12782024-04-19T19:57:26.555Z Downloaded password-hash v0.4.2
12792024-04-19T19:57:26.556Z Downloaded parse-display-derive v0.9.0
12802024-04-19T19:57:26.556Z Downloaded option-ext v0.2.0
12812024-04-19T19:57:26.556Z Downloaded openssl-probe v0.1.5
12822024-04-19T19:57:26.556Z Downloaded openssl-macros v0.1.1
12832024-04-19T19:57:26.556Z Downloaded opaque-debug v0.3.0
12842024-04-19T19:57:26.556Z Downloaded num_threads v0.1.6
12852024-04-19T19:57:26.556Z Downloaded num-conv v0.1.0
12862024-04-19T19:57:26.557Z Downloaded num-complex v0.4.5
12872024-04-19T19:57:26.589Z Downloaded newline-converter v0.3.0
12882024-04-19T19:57:26.589Z Downloaded native-tls v0.2.11
12892024-04-19T19:57:26.590Z Downloaded nanorand v0.7.0
12902024-04-19T19:57:26.590Z Downloaded multer v3.0.0
12912024-04-19T19:57:26.590Z Downloaded mio v0.8.11
12922024-04-19T19:57:26.590Z Downloaded memmap2 v0.7.1
12932024-04-19T19:57:26.590Z Downloaded md5 v0.7.0
12942024-04-19T19:57:26.590Z Downloaded match_cfg v0.1.0
12952024-04-19T19:57:26.590Z Downloaded linear-map v1.2.0
12962024-04-19T19:57:26.590Z Downloaded libefi-sys v0.1.0
12972024-04-19T19:57:26.590Z Downloaded libc v0.2.153
12982024-04-19T19:57:26.624Z Downloaded cookie_store v0.20.0
12992024-04-19T19:57:26.654Z Downloaded bytes v1.6.0
13002024-04-19T19:57:26.654Z Downloaded bytecount v0.6.3
13012024-04-19T19:57:26.654Z Downloaded blake3 v1.5.0
13022024-04-19T19:57:26.654Z Downloaded bitstruct v0.1.1
13032024-04-19T19:57:26.654Z Downloaded bit-set v0.5.3
13042024-04-19T19:57:26.655Z Downloaded bcrypt-pbkdf v0.10.0
13052024-04-19T19:57:26.655Z Downloaded base64 v0.22.0
13062024-04-19T19:57:26.655Z Downloaded backoff v0.4.0
13072024-04-19T19:57:26.687Z Downloaded autocfg v1.1.0
13082024-04-19T19:57:26.687Z Downloaded atomicwrites v0.4.3
13092024-04-19T19:57:26.688Z Downloaded atomic-waker v1.1.1
13102024-04-19T19:57:26.688Z Downloaded aho-corasick v1.1.2
13112024-04-19T19:57:26.688Z Downloaded minimal-lexical v0.2.1
13122024-04-19T19:57:26.688Z Downloaded mime v0.3.17
13132024-04-19T19:57:26.688Z Downloaded memchr v2.7.1
13142024-04-19T19:57:26.688Z Downloaded macaddr v1.0.1
13152024-04-19T19:57:26.745Z Downloaded log v0.4.21
13162024-04-19T19:57:26.746Z Downloaded lock_api v0.4.10
13172024-04-19T19:57:26.746Z Downloaded libm v0.2.7
13182024-04-19T19:57:26.746Z Downloaded lazy_static v1.4.0
13192024-04-19T19:57:26.746Z Downloaded bitstruct_derive v0.1.0
13202024-04-19T19:57:26.747Z Downloaded mime_guess v2.0.4
13212024-04-19T19:57:26.747Z Downloaded memmap v0.7.0
13222024-04-19T19:57:26.747Z Downloaded md-5 v0.10.5
13232024-04-19T19:57:26.747Z Downloaded matches v0.1.10
13242024-04-19T19:57:26.747Z Downloaded managed v0.8.0
13252024-04-19T19:57:26.747Z Downloaded lru-cache v0.1.2
13262024-04-19T19:57:26.748Z Downloaded linked-hash-map v0.5.6
13272024-04-19T19:57:26.748Z Downloaded libsw v3.3.1
13282024-04-19T19:57:26.786Z Downloaded kstat-rs v0.2.3
13292024-04-19T19:57:26.786Z Downloaded keccak v0.1.4
13302024-04-19T19:57:26.786Z Downloaded itertools v0.10.5
13312024-04-19T19:57:26.786Z Downloaded is-terminal v0.4.9
13322024-04-19T19:57:26.787Z Downloaded ipnet v2.9.0
13332024-04-19T19:57:26.787Z Downloaded instant v0.1.12
13342024-04-19T19:57:26.787Z Downloaded idna v0.3.0
13352024-04-19T19:57:26.787Z Downloaded idna v0.2.3
13362024-04-19T19:57:26.787Z Downloaded itoa v1.0.9
13372024-04-19T19:57:26.787Z Downloaded itertools v0.12.1
13382024-04-19T19:57:26.787Z Downloaded ipnetwork v0.20.0
13392024-04-19T19:57:26.788Z Downloaded internet-checksum v0.2.1
13402024-04-19T19:57:26.788Z Downloaded inout v0.1.3
13412024-04-19T19:57:26.788Z Downloaded indexmap v2.2.6
13422024-04-19T19:57:26.788Z Downloaded indexmap v1.9.3
13432024-04-19T19:57:26.788Z Downloaded idna v0.5.0
13442024-04-19T19:57:26.911Z Downloaded ident_case v1.0.1
13452024-04-19T19:57:26.911Z Downloaded iana-time-zone v0.1.57
13462024-04-19T19:57:26.911Z Downloaded hyper-tls v0.5.0
13472024-04-19T19:57:26.911Z Downloaded defmt-parser v0.3.3
13482024-04-19T19:57:26.911Z Downloaded blake2 v0.10.6
13492024-04-19T19:57:26.911Z Downloaded bitflags v2.4.2
13502024-04-19T19:57:26.911Z Downloaded bitflags v1.3.2
13512024-04-19T19:57:26.911Z Downloaded bit-vec v0.6.3
13522024-04-19T19:57:26.911Z Downloaded base64 v0.21.7
13532024-04-19T19:57:26.911Z Downloaded base64 v0.13.1
13542024-04-19T19:57:26.912Z Downloaded base16ct v0.2.0
13552024-04-19T19:57:26.912Z Downloaded backtrace v0.3.69
13562024-04-19T19:57:26.945Z Downloaded atty v0.2.14
13572024-04-19T19:57:26.945Z Downloaded async-stream-impl v0.3.5
13582024-04-19T19:57:26.945Z Downloaded async-stream v0.3.5
13592024-04-19T19:57:26.945Z Downloaded ascii v1.1.0
13602024-04-19T19:57:26.945Z Downloaded arrayvec v0.7.4
13612024-04-19T19:57:26.945Z Downloaded arrayref v0.3.7
13622024-04-19T19:57:26.946Z Downloaded argon2 v0.5.3
13632024-04-19T19:57:26.946Z Downloaded arc-swap v1.6.0
13642024-04-19T19:57:26.946Z Downloaded anyhow v1.0.82
13652024-04-19T19:57:26.946Z Downloaded anstyle-query v1.0.0
13662024-04-19T19:57:26.947Z Downloaded anstyle-parse v0.2.1
13672024-04-19T19:57:26.947Z Downloaded anstyle v1.0.6
13682024-04-19T19:57:26.947Z Downloaded anstream v0.6.11
13692024-04-19T19:57:26.947Z Downloaded ansi_term v0.12.1
13702024-04-19T19:57:26.947Z Downloaded allocator-api2 v0.2.16
13712024-04-19T19:57:26.948Z Downloaded ahash v0.8.8
13722024-04-19T19:57:26.948Z Downloaded aes-gcm v0.10.3
13732024-04-19T19:57:26.948Z Downloaded aes v0.8.3
13742024-04-19T19:57:26.948Z Downloaded aead v0.5.2
13752024-04-19T19:57:26.948Z Downloaded adler v1.0.2
13762024-04-19T19:57:27.218Z Compiling proc-macro2 v1.0.81
13772024-04-19T19:57:27.243Z Compiling unicode-ident v1.0.12
13782024-04-19T19:57:27.243Z Compiling libc v0.2.153
13792024-04-19T19:57:27.243Z Compiling serde v1.0.198
13802024-04-19T19:57:27.243Z Compiling version_check v0.9.4
13812024-04-19T19:57:27.243Z Compiling cfg-if v1.0.0
13822024-04-19T19:57:27.243Z Compiling autocfg v1.1.0
13832024-04-19T19:57:27.475Z Compiling syn v1.0.109
13842024-04-19T19:57:27.500Z Compiling once_cell v1.19.0
13852024-04-19T19:57:27.539Z Compiling thiserror v1.0.58
13862024-04-19T19:57:27.914Z Compiling typenum v1.16.0
13872024-04-19T19:57:28.089Z Compiling parking_lot_core v0.9.8
13882024-04-19T19:57:28.156Z Compiling lock_api v0.4.10
13892024-04-19T19:57:28.205Z Compiling generic-array v0.14.7
13902024-04-19T19:57:28.300Z Compiling byteorder v1.5.0
13912024-04-19T19:57:28.489Z Compiling memchr v2.7.1
13922024-04-19T19:57:28.566Z Compiling libm v0.2.7
13932024-04-19T19:57:28.591Z Compiling serde_json v1.0.116
13942024-04-19T19:57:28.706Z Compiling num-traits v0.2.18
13952024-04-19T19:57:28.883Z Compiling ahash v0.8.8
13962024-04-19T19:57:28.920Z Compiling quote v1.0.36
13972024-04-19T19:57:29.051Z Compiling log v0.4.21
13982024-04-19T19:57:29.193Z Compiling getrandom v0.2.12
13992024-04-19T19:57:29.597Z Compiling syn v2.0.59
14002024-04-19T19:57:29.678Z Compiling cc v1.0.83
14012024-04-19T19:57:29.974Z Compiling rand_core v0.6.4
14022024-04-19T19:57:30.070Z Compiling itoa v1.0.9
14032024-04-19T19:57:30.315Z Compiling scopeguard v1.2.0
14042024-04-19T19:57:30.405Z Compiling slab v0.4.9
14052024-04-19T19:57:31.016Z Compiling smallvec v1.13.1
14062024-04-19T19:57:31.116Z Compiling ryu v1.0.15
14072024-04-19T19:57:31.163Z Compiling allocator-api2 v0.2.16
14082024-04-19T19:57:31.347Z Compiling pin-project-lite v0.2.13
14092024-04-19T19:57:31.387Z Compiling subtle v2.5.0
14102024-04-19T19:57:31.463Z Compiling pkg-config v0.3.27
14112024-04-19T19:57:31.649Z Compiling heck v0.4.1
14122024-04-19T19:57:31.802Z Compiling parking_lot v0.12.1
14132024-04-19T19:57:32.055Z Compiling schemars v0.8.16
14142024-04-19T19:57:32.085Z Compiling signal-hook-registry v1.4.1
14152024-04-19T19:57:32.115Z Compiling mio v0.8.11
14162024-04-19T19:57:32.378Z Compiling equivalent v1.0.1
14172024-04-19T19:57:33.040Z Compiling ring v0.17.8
14182024-04-19T19:57:33.091Z Compiling socket2 v0.5.6
14192024-04-19T19:57:33.091Z Compiling num_cpus v1.16.0
14202024-04-19T19:57:33.091Z Compiling time-core v0.1.2
14212024-04-19T19:57:33.092Z Compiling num-conv v0.1.0
14222024-04-19T19:57:33.291Z Compiling time-macros v0.2.17
14232024-04-19T19:57:33.392Z Compiling futures-core v0.3.30
14242024-04-19T19:57:33.476Z Compiling vcpkg v0.2.15
14252024-04-19T19:57:33.505Z Compiling httparse v1.8.0
14262024-04-19T19:57:33.549Z Compiling const-oid v0.9.6
14272024-04-19T19:57:34.963Z Compiling fnv v1.0.7
14282024-04-19T19:57:35.067Z Compiling futures-sink v0.3.30
14292024-04-19T19:57:35.103Z Compiling spin v0.5.2
14302024-04-19T19:57:35.234Z Compiling ring v0.16.20
14312024-04-19T19:57:35.404Z Compiling openssl-sys v0.9.102
14322024-04-19T19:57:35.499Z Compiling futures-channel v0.3.30
14332024-04-19T19:57:35.745Z Compiling serde_derive_internals v0.26.0
14342024-04-19T19:57:35.893Z Compiling futures-task v0.3.30
14352024-04-19T19:57:36.155Z Compiling pin-utils v0.1.0
14362024-04-19T19:57:36.190Z Compiling futures-io v0.3.30
14372024-04-19T19:57:36.251Z Compiling slog v2.7.0
14382024-04-19T19:57:36.304Z Compiling semver v1.0.22
14392024-04-19T19:57:36.345Z Compiling openssl v0.10.64
14402024-04-19T19:57:36.467Z Compiling ucd-trie v0.1.6
14412024-04-19T19:57:36.502Z Compiling iana-time-zone v0.1.57
14422024-04-19T19:57:36.743Z Compiling rustix v0.38.31
14432024-04-19T19:57:36.816Z Compiling native-tls v0.2.11
14442024-04-19T19:57:36.853Z Compiling rustls v0.21.9
14452024-04-19T19:57:37.116Z Compiling cpufeatures v0.2.12
14462024-04-19T19:57:37.557Z Compiling tinyvec_macros v0.1.1
14472024-04-19T19:57:37.557Z Compiling backtrace v0.3.69
14482024-04-19T19:57:37.557Z Compiling tinyvec v1.6.0
14492024-04-19T19:57:37.557Z Compiling cookie v0.17.0
14502024-04-19T19:57:37.788Z Compiling aho-corasick v1.1.2
14512024-04-19T19:57:37.829Z Compiling regex-syntax v0.8.2
14522024-04-19T19:57:38.147Z Compiling dyn-clone v1.0.17
14532024-04-19T19:57:38.182Z Compiling unicode-bidi v0.3.15
14542024-04-19T19:57:38.336Z Compiling uuid v0.8.2
14552024-04-19T19:57:38.452Z Compiling unicode-normalization v0.1.22
14562024-04-19T19:57:39.048Z Compiling crossbeam-utils v0.8.19
14572024-04-19T19:57:39.182Z Compiling ppv-lite86 v0.2.17
14582024-04-19T19:57:39.266Z Compiling anyhow v1.0.82
14592024-04-19T19:57:39.474Z Compiling tracing-core v0.1.32
14602024-04-19T19:57:40.510Z Compiling regex-automata v0.4.5
14612024-04-19T19:57:40.768Z Compiling percent-encoding v2.3.1
14622024-04-19T19:57:42.593Z Compiling rand_chacha v0.3.1
14632024-04-19T19:57:42.678Z Compiling schemars_derive v0.8.16
14642024-04-19T19:57:42.678Z Compiling serde_derive v1.0.198
14652024-04-19T19:57:42.678Z Compiling zeroize_derive v1.4.2
14662024-04-19T19:57:42.678Z Compiling zerocopy-derive v0.7.32
14672024-04-19T19:57:42.679Z Compiling thiserror-impl v1.0.58
14682024-04-19T19:57:42.884Z Compiling tokio-macros v2.2.0
14692024-04-19T19:57:43.063Z Compiling futures-macro v0.3.30
14702024-04-19T19:57:43.556Z Compiling zeroize v1.7.0
14712024-04-19T19:57:44.243Z Compiling tracing-attributes v0.1.27
14722024-04-19T19:57:44.281Z Compiling zerocopy v0.7.32
14732024-04-19T19:57:44.816Z Compiling futures-util v0.3.30
14742024-04-19T19:57:45.110Z Compiling crypto-common v0.1.6
14752024-04-19T19:57:45.302Z Compiling block-buffer v0.10.4
14762024-04-19T19:57:45.386Z Compiling pest v2.7.6
14772024-04-19T19:57:45.945Z Compiling digest v0.10.7
14782024-04-19T19:57:45.945Z Compiling openssl-macros v0.1.1
14792024-04-19T19:57:46.504Z Compiling hashbrown v0.14.3
14802024-04-19T19:57:46.532Z Compiling async-trait v0.1.80
14812024-04-19T19:57:47.229Z Compiling pest_meta v2.7.6
14822024-04-19T19:57:47.631Z Compiling tracing v0.1.40
14832024-04-19T19:57:47.774Z Compiling regex v1.10.4
14842024-04-19T19:57:47.971Z Compiling der_derive v0.7.2
14852024-04-19T19:57:48.039Z Compiling scroll_derive v0.12.0
14862024-04-19T19:57:48.386Z Compiling pest_generator v2.7.6
14872024-04-19T19:57:49.970Z Compiling rand v0.8.5
14882024-04-19T19:57:50.056Z Compiling spin v0.9.8
14892024-04-19T19:57:50.207Z Compiling thread-id v4.2.0
14902024-04-19T19:57:50.310Z Compiling rustversion v1.0.14
14912024-04-19T19:57:50.370Z Compiling powerfmt v0.2.0
14922024-04-19T19:57:50.720Z Compiling deranged v0.3.11
14932024-04-19T19:57:51.072Z Compiling form_urlencoded v1.2.1
14942024-04-19T19:57:51.134Z Compiling pest_derive v2.7.6
14952024-04-19T19:57:51.550Z Compiling winnow v0.5.15
14962024-04-19T19:57:51.597Z Compiling unicode-width v0.1.11
14972024-04-19T19:57:51.632Z Compiling num_threads v0.1.6
14982024-04-19T19:57:52.172Z Compiling time v0.3.34
14992024-04-19T19:57:52.234Z Compiling lazy_static v1.4.0
15002024-04-19T19:57:53.058Z Compiling bytes v1.6.0
15012024-04-19T19:57:53.522Z Compiling indexmap v2.2.6
15022024-04-19T19:57:54.542Z Compiling tokio v1.37.0
15032024-04-19T19:57:55.478Z Compiling uuid v1.8.0
15042024-04-19T19:57:55.936Z Compiling chrono v0.4.38
15052024-04-19T19:57:55.936Z Compiling bitflags v2.4.2
15062024-04-19T19:57:55.936Z Compiling http v0.2.12
15072024-04-19T19:57:56.998Z Compiling toml_datetime v0.6.5
15082024-04-19T19:57:57.048Z Compiling serde_spanned v0.6.5
15092024-04-19T19:57:57.244Z Compiling rustc_version v0.4.0
15102024-04-19T19:57:57.832Z Compiling toml_edit v0.19.15
15112024-04-19T19:57:58.275Z Compiling unicode-xid v0.2.4
15122024-04-19T19:57:58.414Z Compiling synstructure v0.12.6
15132024-04-19T19:57:59.029Z Compiling openapiv3 v2.0.0
15142024-04-19T19:57:59.669Z Compiling serde_tokenstream v0.2.0
15152024-04-19T19:58:00.130Z Compiling idna v0.5.0
15162024-04-19T19:58:00.541Z Compiling usdt-impl v0.5.0
15172024-04-19T19:58:01.691Z Compiling crc32fast v1.3.2
15182024-04-19T19:58:01.733Z Compiling url v2.5.0
15192024-04-19T19:58:01.733Z Compiling zerocopy-derive v0.2.0
15202024-04-19T19:58:01.733Z Compiling scroll v0.12.0
15212024-04-19T19:58:02.220Z Compiling plain v0.2.3
15222024-04-19T19:58:02.363Z Compiling goblin v0.8.0
15232024-04-19T19:58:04.744Z Compiling tokio-util v0.7.10
15242024-04-19T19:58:04.744Z Compiling untrusted v0.7.1
15252024-04-19T19:58:04.866Z Compiling untrusted v0.9.0
15262024-04-19T19:58:05.034Z Compiling foreign-types-shared v0.1.1
15272024-04-19T19:58:05.155Z Compiling pretty-hex v0.4.1
15282024-04-19T19:58:05.633Z Compiling foreign-types v0.3.2
15292024-04-19T19:58:08.178Z Compiling dof v0.3.0
15302024-04-19T19:58:08.836Z Compiling dtrace-parser v0.2.0
15312024-04-19T19:58:09.396Z Compiling errno v0.3.8
15322024-04-19T19:58:09.424Z Compiling usdt-impl v0.3.5
15332024-04-19T19:58:09.448Z Compiling base64 v0.21.7
15342024-04-19T19:58:09.472Z Compiling adler v1.0.2
15352024-04-19T19:58:09.604Z Compiling try-lock v0.2.4
15362024-04-19T19:58:09.681Z Compiling miniz_oxide v0.7.1
15372024-04-19T19:58:09.741Z Compiling want v0.3.1
15382024-04-19T19:58:10.407Z Compiling sct v0.7.0
15392024-04-19T19:58:10.739Z Compiling rustls-webpki v0.101.7
15402024-04-19T19:58:10.886Z Compiling h2 v0.3.26
15412024-04-19T19:58:11.368Z Compiling http-body v0.4.5
15422024-04-19T19:58:12.293Z Compiling num-bigint v0.4.4
15432024-04-19T19:58:12.569Z Compiling openssl-probe v0.1.5
15442024-04-19T19:58:12.858Z Compiling tower-service v0.3.2
15452024-04-19T19:58:12.974Z Compiling httpdate v1.0.3
15462024-04-19T19:58:14.066Z Compiling zerocopy v0.3.0
15472024-04-19T19:58:15.017Z Compiling heapless v0.7.16
15482024-04-19T19:58:15.018Z Compiling idna v0.3.0
15492024-04-19T19:58:15.018Z Compiling bzip2-sys v0.1.11+1.0.8
15502024-04-19T19:58:15.018Z Compiling signal-hook v0.3.17
15512024-04-19T19:58:15.284Z Compiling psl-types v2.0.11
15522024-04-19T19:58:15.366Z Compiling base64ct v1.6.0
15532024-04-19T19:58:15.463Z Compiling unicode-segmentation v1.10.1
15542024-04-19T19:58:15.856Z Compiling publicsuffix v2.2.3
15552024-04-19T19:58:16.514Z Compiling tokio-native-tls v0.3.1
15562024-04-19T19:58:16.953Z Compiling hyper v0.14.28
15572024-04-19T19:58:16.997Z Compiling tokio-rustls v0.24.1
15582024-04-19T19:58:17.056Z Compiling dof v0.1.5
15592024-04-19T19:58:17.110Z Compiling crossbeam-epoch v0.9.18
15602024-04-19T19:58:17.471Z Compiling dtrace-parser v0.1.14
15612024-04-19T19:58:17.766Z Compiling ipnet v2.9.0
15622024-04-19T19:58:17.790Z Compiling gimli v0.28.0
15632024-04-19T19:58:18.112Z Compiling bitflags v1.3.2
15642024-04-19T19:58:18.976Z Compiling cookie_store v0.20.0
15652024-04-19T19:58:20.277Z Compiling rustls-pemfile v1.0.3
15662024-04-19T19:58:20.328Z Compiling serde_urlencoded v0.7.1
15672024-04-19T19:58:20.690Z Compiling serde_tokenstream v0.1.7
15682024-04-19T19:58:20.719Z Compiling enum-as-inner v0.5.1
15692024-04-19T19:58:20.971Z Compiling object v0.32.1
15702024-04-19T19:58:21.110Z Compiling addr2line v0.21.0
15712024-04-19T19:58:21.599Z Compiling encoding_rs v0.8.33
15722024-04-19T19:58:21.629Z Compiling sync_wrapper v0.1.2
15732024-04-19T19:58:21.665Z Compiling mime v0.3.17
15742024-04-19T19:58:21.756Z Compiling hyper-tls v0.5.0
15752024-04-19T19:58:22.060Z Compiling hyper-rustls v0.24.2
15762024-04-19T19:58:23.693Z Compiling smoltcp v0.9.1
15772024-04-19T19:58:23.727Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15782024-04-19T19:58:24.273Z Compiling either v1.11.0
15792024-04-19T19:58:24.273Z Compiling rustc-demangle v0.1.23
15802024-04-19T19:58:24.353Z Compiling data-encoding v2.4.0
15812024-04-19T19:58:24.486Z Compiling webpki-roots v0.25.2
15822024-04-19T19:58:24.608Z Compiling reqwest v0.11.24
15832024-04-19T19:58:25.223Z Compiling pem-rfc7468 v0.7.0
15842024-04-19T19:58:26.396Z Compiling hmac v0.12.1
15852024-04-19T19:58:26.465Z Compiling futures-executor v0.3.30
15862024-04-19T19:58:26.603Z Compiling regress v0.9.1
15872024-04-19T19:58:27.364Z Compiling heck v0.5.0
15882024-04-19T19:58:27.793Z Compiling siphasher v0.3.11
15892024-04-19T19:58:28.110Z Compiling winnow v0.6.1
15902024-04-19T19:58:28.895Z Compiling flagset v0.4.3
15912024-04-19T19:58:29.083Z Compiling der v0.7.8
15922024-04-19T19:58:29.121Z Compiling clap_derive v4.5.4
15932024-04-19T19:58:30.610Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15942024-04-19T19:58:30.987Z Compiling toml_edit v0.22.9
15952024-04-19T19:58:32.472Z Compiling flate2 v1.0.28
15962024-04-19T19:58:32.852Z Compiling usdt-macro v0.3.5
15972024-04-19T19:58:33.079Z Compiling usdt-attr-macro v0.3.5
15982024-04-19T19:58:34.492Z Compiling zerocopy-derive v0.6.6
15992024-04-19T19:58:34.525Z Compiling hubpack_derive v0.1.1
16002024-04-19T19:58:35.374Z Compiling utf8parse v0.2.1
16012024-04-19T19:58:35.920Z Compiling anstyle v1.0.6
16022024-04-19T19:58:35.920Z Compiling anstyle-parse v0.2.1
16032024-04-19T19:58:35.920Z Compiling sha2 v0.10.8
16042024-04-19T19:58:37.085Z Compiling futures v0.3.30
16052024-04-19T19:58:37.195Z Compiling spki v0.7.2
16062024-04-19T19:58:37.932Z Compiling md-5 v0.10.5
16072024-04-19T19:58:38.020Z Compiling toml v0.7.8
16082024-04-19T19:58:38.170Z Compiling hex v0.4.3
16092024-04-19T19:58:38.222Z Compiling stringprep v0.1.3
16102024-04-19T19:58:38.258Z Compiling block-padding v0.3.3
16112024-04-19T19:58:38.597Z Compiling num-integer v0.1.46
16122024-04-19T19:58:38.685Z Compiling diesel_table_macro_syntax v0.1.0
16132024-04-19T19:58:38.928Z Compiling hash32 v0.2.1
16142024-04-19T19:58:39.049Z Compiling stable_deref_trait v1.2.0
16152024-04-19T19:58:39.610Z Compiling colorchoice v1.0.0
16162024-04-19T19:58:39.647Z Compiling anstyle-query v1.0.0
16172024-04-19T19:58:39.647Z Compiling fallible-iterator v0.2.0
16182024-04-19T19:58:39.647Z Compiling anstream v0.6.11
16192024-04-19T19:58:40.010Z Compiling postgres-protocol v0.6.6
16202024-04-19T19:58:40.043Z Compiling diesel_derives v2.1.2
16212024-04-19T19:58:40.768Z Compiling inout v0.1.3
16222024-04-19T19:58:41.145Z Compiling pkcs8 v0.10.2
16232024-04-19T19:58:41.414Z Compiling phf_shared v0.11.2
16242024-04-19T19:58:41.769Z Compiling terminal_size v0.3.0
16252024-04-19T19:58:41.872Z Compiling ff v0.13.0
16262024-04-19T19:58:41.943Z Compiling strum_macros v0.25.2
16272024-04-19T19:58:42.282Z Compiling serde_repr v0.1.16
16282024-04-19T19:58:43.244Z Compiling scheduled-thread-pool v0.2.7
16292024-04-19T19:58:43.245Z Compiling managed v0.8.0
16302024-04-19T19:58:43.246Z Compiling regex-automata v0.1.10
16312024-04-19T19:58:43.281Z Compiling clap_lex v0.7.0
16322024-04-19T19:58:43.281Z Compiling bit-vec v0.6.3
16332024-04-19T19:58:43.281Z Compiling base16ct v0.2.0
16342024-04-19T19:58:43.281Z Compiling matches v0.1.10
16352024-04-19T19:58:43.314Z Compiling strsim v0.11.0
16362024-04-19T19:58:43.344Z Compiling idna v0.2.3
16372024-04-19T19:58:43.372Z Compiling sec1 v0.7.3
16382024-04-19T19:58:43.398Z Compiling bstr v0.2.17
16392024-04-19T19:58:43.944Z Compiling clap_builder v4.5.2
16402024-04-19T19:58:44.128Z Compiling r2d2 v0.8.10
16412024-04-19T19:58:44.631Z Compiling group v0.13.0
16422024-04-19T19:58:44.910Z Compiling phf v0.11.2
16432024-04-19T19:58:45.336Z Compiling signal-hook-mio v0.2.3
16442024-04-19T19:58:45.395Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16452024-04-19T19:58:45.395Z Compiling bzip2 v0.4.4
16462024-04-19T19:58:45.395Z Compiling cipher v0.4.4
16472024-04-19T19:58:45.704Z Compiling postgres-types v0.2.6
16482024-04-19T19:58:49.388Z Compiling zerocopy v0.6.6
16492024-04-19T19:58:49.559Z Compiling hubpack v0.1.2
16502024-04-19T19:58:49.559Z Compiling phf_shared v0.10.0
16512024-04-19T19:58:49.560Z Compiling hkdf v0.12.4
16522024-04-19T19:58:49.560Z Compiling crypto-bigint v0.5.2
16532024-04-19T19:58:49.560Z Compiling ipnetwork v0.20.0
16542024-04-19T19:58:49.561Z Compiling float-cmp v0.9.0
16552024-04-19T19:58:49.648Z Compiling minimal-lexical v0.2.1
16562024-04-19T19:58:49.648Z Compiling difflib v0.4.0
16572024-04-19T19:58:49.697Z Compiling static_assertions v1.1.0
16582024-04-19T19:58:49.796Z Compiling new_debug_unreachable v1.0.4
16592024-04-19T19:58:49.918Z Compiling whoami v1.5.1
16602024-04-19T19:58:49.950Z Compiling predicates-core v1.0.6
16612024-04-19T19:58:50.093Z Compiling normalize-line-endings v0.3.0
16622024-04-19T19:58:50.210Z Compiling precomputed-hash v0.1.1
16632024-04-19T19:58:50.251Z Compiling fixedbitset v0.4.2
16642024-04-19T19:58:50.416Z Compiling string_cache v0.8.7
16652024-04-19T19:58:50.667Z Compiling petgraph v0.6.4
16662024-04-19T19:58:50.798Z Compiling predicates v3.1.0
16672024-04-19T19:58:50.830Z Compiling tokio-postgres v0.7.10
16682024-04-19T19:58:52.125Z Compiling nom v7.1.3
16692024-04-19T19:58:52.241Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16702024-04-19T19:58:52.274Z Compiling diesel v2.1.5
16712024-04-19T19:58:53.159Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16722024-04-19T19:58:53.285Z Compiling trust-dns-proto v0.22.0
16732024-04-19T19:58:53.843Z Compiling elliptic-curve v0.13.8
16742024-04-19T19:58:54.509Z Compiling clap v4.5.4
16752024-04-19T19:58:54.623Z Compiling yasna v0.5.2
16762024-04-19T19:58:54.662Z Compiling zip v0.6.6
16772024-04-19T19:58:55.221Z Compiling crossterm v0.27.0
16782024-04-19T19:58:56.241Z Compiling similar v2.4.0
16792024-04-19T19:58:56.352Z Compiling bit-set v0.5.3
16802024-04-19T19:58:56.744Z Compiling num-iter v0.1.44
16812024-04-19T19:58:56.849Z Compiling console v0.15.8
16822024-04-19T19:58:56.913Z Compiling usdt v0.3.5
16832024-04-19T19:58:57.178Z Compiling itertools v0.10.5
16842024-04-19T19:58:58.127Z Compiling tokio-stream v0.1.15
16852024-04-19T19:58:58.631Z Compiling getopts v0.2.21
16862024-04-19T19:58:58.759Z Compiling bstr v1.9.0
16872024-04-19T19:58:59.006Z Compiling lalrpop-util v0.19.12
16882024-04-19T19:58:59.170Z Compiling unsafe-libyaml v0.2.10
16892024-04-19T19:58:59.425Z Compiling peg-runtime v0.8.2
16902024-04-19T19:58:59.579Z Compiling base64 v0.22.0
16912024-04-19T19:59:00.234Z Compiling serde_yaml v0.9.25
16922024-04-19T19:59:00.528Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16932024-04-19T19:59:03.199Z Compiling camino v1.1.6
16942024-04-19T19:59:06.471Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16952024-04-19T19:59:07.243Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16962024-04-19T19:59:09.681Z Compiling sha1 v0.10.6
16972024-04-19T19:59:21.479Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982024-04-19T19:59:21.818Z Compiling ident_case v1.0.1
16992024-04-19T19:59:21.904Z Compiling strsim v0.10.0
17002024-04-19T19:59:22.333Z Compiling darling_core v0.20.8
17012024-04-19T19:59:22.458Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17022024-04-19T19:59:23.651Z Compiling strum_macros v0.26.1
17032024-04-19T19:59:27.961Z Compiling strum v0.26.2
17042024-04-19T19:59:28.233Z Compiling darling_macro v0.20.8
17052024-04-19T19:59:28.327Z Compiling dirs-sys-next v0.1.2
17062024-04-19T19:59:28.459Z Compiling match_cfg v0.1.0
17072024-04-19T19:59:28.554Z Compiling hostname v0.3.1
17082024-04-19T19:59:28.776Z Compiling dirs-next v2.0.0
17092024-04-19T19:59:28.877Z Compiling http v1.0.0
17102024-04-19T19:59:28.922Z Compiling thread_local v1.1.7
17112024-04-19T19:59:28.951Z Compiling rustls-pki-types v1.3.0
17122024-04-19T19:59:28.981Z Compiling slog-async v2.8.0
17132024-04-19T19:59:29.128Z Compiling darling v0.20.8
17142024-04-19T19:59:29.466Z Compiling term v0.7.0
17152024-04-19T19:59:29.538Z Compiling crossbeam-channel v0.5.8
17162024-04-19T19:59:29.564Z Compiling is-terminal v0.4.9
17172024-04-19T19:59:29.679Z Compiling proc-macro-error-attr v1.0.4
17182024-04-19T19:59:29.704Z Compiling paste v1.0.14
17192024-04-19T19:59:29.730Z Compiling rustls v0.22.4
17202024-04-19T19:59:29.958Z Compiling take_mut v0.2.2
17212024-04-19T19:59:30.104Z Compiling slog-term v2.9.1
17222024-04-19T19:59:30.268Z Compiling rustls-webpki v0.102.1
17232024-04-19T19:59:30.293Z Compiling proc-macro-error v1.0.4
17242024-04-19T19:59:30.536Z Compiling multer v3.0.0
17252024-04-19T19:59:30.563Z Compiling instant v0.1.12
17262024-04-19T19:59:30.886Z Compiling slog-json v2.6.1
17272024-04-19T19:59:31.166Z Compiling async-stream-impl v0.3.5
17282024-04-19T19:59:31.239Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17292024-04-19T19:59:31.288Z Compiling atomic-waker v1.1.1
17302024-04-19T19:59:31.465Z Compiling debug-ignore v1.0.5
17312024-04-19T19:59:31.593Z Compiling waitgroup v0.1.2
17322024-04-19T19:59:31.633Z Compiling slog-bunyan v2.5.0
17332024-04-19T19:59:31.846Z Compiling rustls-pemfile v2.1.2
17342024-04-19T19:59:31.935Z Compiling serde_with_macros v3.7.0
17352024-04-19T19:59:32.014Z Compiling toml v0.8.12
17362024-04-19T19:59:32.275Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17372024-04-19T19:59:32.312Z Compiling serde_path_to_error v0.1.16
17382024-04-19T19:59:32.435Z Compiling async-stream v0.3.5
17392024-04-19T19:59:32.732Z Compiling structmeta-derive v0.3.0
17402024-04-19T19:59:32.769Z Compiling newtype-uuid v1.1.0
17412024-04-19T19:59:33.449Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17422024-04-19T19:59:33.476Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17432024-04-19T19:59:33.476Z Compiling backoff v0.4.0
17442024-04-19T19:59:33.502Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17452024-04-19T19:59:33.583Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17462024-04-19T19:59:33.692Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17472024-04-19T19:59:33.859Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17482024-04-19T19:59:34.000Z Compiling macaddr v1.0.1
17492024-04-19T19:59:34.152Z Compiling proc-macro-crate v1.3.1
17502024-04-19T19:59:34.179Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512024-04-19T19:59:34.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17522024-04-19T19:59:34.590Z Compiling foreign-types-macros v0.2.3
17532024-04-19T19:59:34.686Z Compiling tokio-rustls v0.25.0
17542024-04-19T19:59:34.735Z Compiling serde_with v3.7.0
17552024-04-19T19:59:35.134Z Compiling num_enum_derive v0.5.11
17562024-04-19T19:59:35.300Z Compiling structmeta v0.3.0
17572024-04-19T19:59:35.677Z Compiling parse-display-derive v0.9.0
17582024-04-19T19:59:35.725Z Compiling heapless v0.8.0
17592024-04-19T19:59:36.206Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17602024-04-19T19:59:36.461Z Compiling foreign-types-shared v0.3.1
17612024-04-19T19:59:36.563Z Compiling foreign-types v0.5.0
17622024-04-19T19:59:37.355Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-04-19T19:59:37.477Z Compiling num_enum v0.5.11
17642024-04-19T19:59:42.307Z Compiling hash32 v0.3.1
17652024-04-19T19:59:42.473Z Compiling cstr-argument v0.1.2
17662024-04-19T19:59:42.473Z Compiling pretty-hex v0.2.1
17672024-04-19T19:59:42.473Z Compiling smoltcp v0.11.0
17682024-04-19T19:59:42.473Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17692024-04-19T19:59:42.474Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702024-04-19T19:59:42.474Z Compiling tabwriter v1.4.0
17712024-04-19T19:59:42.474Z Compiling colored v2.1.0
17722024-04-19T19:59:42.474Z Compiling socket2 v0.4.9
17732024-04-19T19:59:42.603Z Compiling atty v0.2.14
17742024-04-19T19:59:42.603Z Compiling cobs v0.2.3
17752024-04-19T19:59:42.604Z Compiling fastrand v2.0.1
17762024-04-19T19:59:42.604Z Compiling embedded-io v0.4.0
17772024-04-19T19:59:42.604Z Compiling parse-display v0.9.0
17782024-04-19T19:59:42.604Z Compiling postcard v1.0.8
17792024-04-19T19:59:42.604Z Compiling tempfile v3.10.1
17802024-04-19T19:59:42.604Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-04-19T19:59:42.604Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17822024-04-19T19:59:42.604Z Compiling crucible-workspace-hack v0.1.0
17832024-04-19T19:59:42.605Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17842024-04-19T19:59:42.605Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17852024-04-19T19:59:42.605Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17862024-04-19T19:59:42.606Z Compiling smf v0.2.3
17872024-04-19T19:59:42.606Z Compiling platforms v3.0.2
17882024-04-19T19:59:42.606Z Compiling humantime v2.1.0
17892024-04-19T19:59:42.606Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17902024-04-19T19:59:42.606Z Compiling camino-tempfile v1.1.1
17912024-04-19T19:59:42.606Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17922024-04-19T19:59:42.606Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
17932024-04-19T19:59:42.606Z Compiling heck v0.3.3
17942024-04-19T19:59:42.607Z Compiling usdt-macro v0.5.0
17952024-04-19T19:59:42.607Z Compiling usdt-attr-macro v0.5.0
17962024-04-19T19:59:42.607Z Compiling num-derive v0.4.0
17972024-04-19T19:59:42.607Z Compiling sigpipe v0.1.3
17982024-04-19T19:59:42.607Z Compiling memmap v0.7.0
17992024-04-19T19:59:42.607Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18002024-04-19T19:59:42.757Z Compiling utf-8 v0.7.6
18012024-04-19T19:59:42.869Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18022024-04-19T19:59:43.000Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
18032024-04-19T19:59:43.167Z Compiling usdt v0.5.0
18042024-04-19T19:59:43.818Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18052024-04-19T19:59:43.854Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
18062024-04-19T19:59:44.007Z Compiling unicase v2.7.0
18072024-04-19T19:59:44.007Z Compiling rayon-core v1.12.1
18082024-04-19T19:59:44.315Z Compiling semver v0.1.20
18092024-04-19T19:59:44.407Z Compiling curve25519-dalek v4.1.2
18102024-04-19T19:59:44.407Z Compiling newline-converter v0.3.0
18112024-04-19T19:59:44.407Z Compiling crossbeam-deque v0.8.3
18122024-04-19T19:59:44.444Z Compiling universal-hash v0.5.1
18132024-04-19T19:59:44.614Z Compiling rustc_version v0.1.7
18142024-04-19T19:59:44.658Z Compiling same-file v1.0.6
18152024-04-19T19:59:44.760Z Compiling opaque-debug v0.3.0
18162024-04-19T19:59:44.846Z Compiling walkdir v2.5.0
18172024-04-19T19:59:44.995Z Compiling expectorate v1.1.0
18182024-04-19T19:59:45.049Z Compiling tungstenite v0.20.1
18192024-04-19T19:59:45.087Z Compiling newtype_derive v0.1.6
18202024-04-19T19:59:45.161Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18212024-04-19T19:59:45.383Z Compiling signature v2.1.0
18222024-04-19T19:59:45.419Z Compiling curve25519-dalek-derive v0.1.0
18232024-04-19T19:59:45.531Z Compiling blake3 v1.5.0
18242024-04-19T19:59:45.601Z Compiling num-rational v0.4.1
18252024-04-19T19:59:45.637Z Compiling getrandom v0.1.16
18262024-04-19T19:59:45.870Z Compiling termcolor v1.2.0
18272024-04-19T19:59:46.109Z Compiling arc-swap v1.6.0
18282024-04-19T19:59:46.259Z Compiling env_logger v0.9.3
18292024-04-19T19:59:46.385Z Compiling tokio-tungstenite v0.20.1
18302024-04-19T19:59:46.466Z Compiling slog-scope v4.4.0
18312024-04-19T19:59:46.645Z Compiling rayon v1.10.0
18322024-04-19T19:59:46.971Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18332024-04-19T19:59:47.001Z Compiling password-hash v0.5.0
18342024-04-19T19:59:47.117Z Compiling textwrap v0.11.0
18352024-04-19T19:59:47.374Z Compiling blake2 v0.10.6
18362024-04-19T19:59:47.487Z Compiling bitstruct_derive v0.1.0
18372024-04-19T19:59:47.578Z Compiling memmap2 v0.7.1
18382024-04-19T19:59:47.818Z Compiling filetime v0.2.23
18392024-04-19T19:59:47.889Z Compiling xattr v1.0.1
18402024-04-19T19:59:47.928Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18412024-04-19T19:59:48.070Z Compiling ascii v1.1.0
18422024-04-19T19:59:48.120Z Compiling vec_map v0.8.2
18432024-04-19T19:59:48.152Z Compiling home v0.5.5
18442024-04-19T19:59:48.398Z Compiling linked-hash-map v0.5.6
18452024-04-19T19:59:48.427Z Compiling arrayref v0.3.7
18462024-04-19T19:59:48.470Z Compiling quick-error v1.2.3
18472024-04-19T19:59:48.519Z Compiling libefi-sys v0.1.0
18482024-04-19T19:59:48.598Z Compiling constant_time_eq v0.3.0
18492024-04-19T19:59:48.630Z Compiling parking_lot_core v0.8.6
18502024-04-19T19:59:48.655Z Compiling arrayvec v0.7.4
18512024-04-19T19:59:49.154Z Compiling ansi_term v0.12.1
18522024-04-19T19:59:49.192Z Compiling bytecount v0.6.3
18532024-04-19T19:59:49.192Z Compiling strsim v0.8.0
18542024-04-19T19:59:49.192Z Compiling papergrid v0.11.0
18552024-04-19T19:59:49.192Z Compiling clap v2.34.0
18562024-04-19T19:59:49.192Z Compiling lru-cache v0.1.2
18572024-04-19T19:59:49.192Z Compiling bitstruct v0.1.1
18582024-04-19T19:59:49.272Z Compiling resolv-conf v0.7.0
18592024-04-19T19:59:49.360Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18602024-04-19T19:59:49.399Z Compiling toolchain_find v0.4.0
18612024-04-19T19:59:49.954Z Compiling tar v0.4.40
18622024-04-19T19:59:49.985Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18632024-04-19T19:59:50.205Z Compiling argon2 v0.5.3
18642024-04-19T19:59:51.074Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-04-19T19:59:51.891Z Compiling slog-stdlog v4.1.1
18662024-04-19T19:59:52.243Z Compiling structopt-derive v0.4.18
18672024-04-19T19:59:52.508Z Compiling tabled_derive v0.7.0
18682024-04-19T19:59:52.546Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-04-19T19:59:53.187Z Compiling rfc6979 v0.4.0
18702024-04-19T19:59:53.361Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-04-19T19:59:53.512Z Compiling serde_arrays v0.1.0
18722024-04-19T19:59:53.668Z Compiling erased-serde v0.3.31
18732024-04-19T19:59:53.696Z Compiling aead v0.5.2
18742024-04-19T19:59:53.722Z Compiling num-complex v0.4.5
18752024-04-19T19:59:54.125Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18762024-04-19T19:59:54.154Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18772024-04-19T19:59:54.627Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18782024-04-19T19:59:54.787Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18792024-04-19T19:59:54.816Z Compiling nibble_vec v0.1.0
18802024-04-19T19:59:54.914Z Compiling slog-dtrace v0.3.0
18812024-04-19T19:59:55.012Z Compiling winapi v0.3.9
18822024-04-19T19:59:55.127Z Compiling endian-type v0.1.2
18832024-04-19T19:59:55.153Z Compiling topological-sort v0.2.2
18842024-04-19T19:59:55.211Z Compiling keccak v0.1.4
18852024-04-19T19:59:55.335Z Compiling cancel-safe-futures v0.1.5
18862024-04-19T19:59:55.375Z Compiling omicron-zone-package v0.11.0
18872024-04-19T19:59:55.689Z Compiling sha3 v0.10.8
18882024-04-19T19:59:55.940Z Compiling radix_trie v0.2.1
18892024-04-19T19:59:56.085Z Compiling tabled v0.15.0
18902024-04-19T19:59:56.138Z Compiling structopt v0.3.26
18912024-04-19T19:59:56.291Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-04-19T19:59:56.337Z Compiling num v0.4.2
18932024-04-19T19:59:56.449Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18942024-04-19T19:59:56.513Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18952024-04-19T19:59:56.560Z Compiling rustfmt-wrapper v0.2.1
18962024-04-19T19:59:56.774Z Compiling ecdsa v0.16.9
18972024-04-19T19:59:56.903Z Compiling rand_core v0.5.1
18982024-04-19T19:59:57.077Z Compiling slog-envlogger v2.2.0
18992024-04-19T19:59:57.335Z Compiling steno v0.4.0
19002024-04-19T19:59:57.447Z Compiling mime_guess v2.0.4
19012024-04-19T19:59:57.743Z Compiling trust-dns-resolver v0.22.0
19022024-04-19T19:59:59.488Z Compiling poly1305 v0.8.0
19032024-04-19T20:00:00.892Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19042024-04-19T20:00:01.047Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19052024-04-19T20:00:01.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19062024-04-19T20:00:01.807Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19072024-04-19T20:00:02.070Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19082024-04-19T20:00:02.099Z Compiling primeorder v0.13.6
19092024-04-19T20:00:02.125Z Compiling chacha20 v0.9.1
19102024-04-19T20:00:02.524Z Compiling secrecy v0.8.0
19112024-04-19T20:00:02.550Z Compiling thiserror-impl-no-std v2.0.2
19122024-04-19T20:00:02.767Z Compiling half v2.3.1
19132024-04-19T20:00:03.070Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19142024-04-19T20:00:03.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19152024-04-19T20:00:03.341Z Compiling convert_case v0.4.0
19162024-04-19T20:00:03.389Z Compiling option-ext v0.2.0
19172024-04-19T20:00:03.505Z Compiling ciborium-io v0.2.2
19182024-04-19T20:00:03.659Z Compiling ciborium-ll v0.2.2
19192024-04-19T20:00:03.991Z Compiling dirs-sys v0.4.1
19202024-04-19T20:00:04.075Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19212024-04-19T20:00:04.207Z Compiling derive_more v0.99.17
19222024-04-19T20:00:04.745Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19232024-04-19T20:00:04.745Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19242024-04-19T20:00:05.295Z Compiling thiserror-no-std v2.0.2
19252024-04-19T20:00:05.416Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19262024-04-19T20:00:05.855Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19272024-04-19T20:00:06.106Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19282024-04-19T20:00:06.138Z Compiling parking_lot v0.11.2
19292024-04-19T20:00:06.163Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19302024-04-19T20:00:06.524Z Compiling rand_chacha v0.2.2
19312024-04-19T20:00:07.014Z Compiling trust-dns-client v0.22.0
19322024-04-19T20:00:08.346Z Compiling ed25519 v2.2.2
19332024-04-19T20:00:08.745Z Compiling polyval v0.6.1
19342024-04-19T20:00:08.776Z Compiling tungstenite v0.21.0
19352024-04-19T20:00:09.139Z Compiling zone_cfg_derive v0.1.2
19362024-04-19T20:00:09.614Z Compiling aes v0.8.3
19372024-04-19T20:00:10.483Z Compiling ctr v0.9.2
19382024-04-19T20:00:10.638Z Compiling blowfish v0.9.1
19392024-04-19T20:00:10.808Z Compiling password-hash v0.4.2
19402024-04-19T20:00:10.967Z Compiling libsw v3.3.1
19412024-04-19T20:00:11.028Z Compiling toml v0.5.11
19422024-04-19T20:00:11.253Z Compiling pbkdf2 v0.12.2
19432024-04-19T20:00:11.287Z Compiling derive-where v1.2.7
19442024-04-19T20:00:11.418Z Compiling fxhash v0.2.1
19452024-04-19T20:00:11.839Z Compiling gethostname v0.4.3
19462024-04-19T20:00:11.933Z Compiling base64 v0.13.1
19472024-04-19T20:00:11.962Z Compiling linear-map v1.2.0
19482024-04-19T20:00:12.097Z Compiling owo-colors v4.0.0
19492024-04-19T20:00:12.291Z Compiling swrite v0.1.0
19502024-04-19T20:00:12.397Z Compiling ron v0.7.1
19512024-04-19T20:00:12.456Z Compiling trust-dns-server v0.22.1
19522024-04-19T20:00:13.897Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19532024-04-19T20:00:14.177Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19542024-04-19T20:00:14.410Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19552024-04-19T20:00:16.237Z Compiling sled v0.34.7
19562024-04-19T20:00:17.402Z Compiling bcrypt-pbkdf v0.10.0
19572024-04-19T20:00:17.732Z Compiling pbkdf2 v0.11.0
19582024-04-19T20:00:17.938Z Compiling zone v0.1.8
19592024-04-19T20:00:18.098Z Compiling tokio-tungstenite v0.21.0
19602024-04-19T20:00:18.440Z Compiling ghash v0.5.0
19612024-04-19T20:00:18.614Z Compiling ed25519-dalek v2.0.0
19622024-04-19T20:00:18.644Z Compiling russh-cryptovec v0.7.0
19632024-04-19T20:00:18.939Z Compiling rand v0.7.3
19642024-04-19T20:00:19.523Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19652024-04-19T20:00:19.559Z Compiling vsss-rs v3.3.4
19662024-04-19T20:00:20.152Z Compiling dirs v5.0.1
19672024-04-19T20:00:20.179Z Compiling ciborium v0.2.2
19682024-04-19T20:00:20.354Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19692024-04-19T20:00:20.967Z Compiling p256 v0.13.2
19702024-04-19T20:00:21.128Z Compiling p521 v0.13.3
19712024-04-19T20:00:21.398Z Compiling chacha20poly1305 v0.10.1
19722024-04-19T20:00:21.607Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19732024-04-19T20:00:21.665Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-04-19T20:00:23.031Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19752024-04-19T20:00:23.262Z Compiling pem v3.0.4
19762024-04-19T20:00:23.326Z Compiling cbc v0.1.2
19772024-04-19T20:00:23.554Z Compiling headers-core v0.2.0
19782024-04-19T20:00:23.752Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19792024-04-19T20:00:23.791Z Compiling portpicker v0.1.1
19802024-04-19T20:00:23.957Z Compiling kstat-rs v0.2.3
19812024-04-19T20:00:24.054Z Compiling nanorand v0.7.0
19822024-04-19T20:00:24.319Z Compiling glob v0.3.1
19832024-04-19T20:00:24.357Z Compiling http-range v0.1.5
19842024-04-19T20:00:24.549Z Compiling md5 v0.7.0
19852024-04-19T20:00:25.109Z Compiling hyper-staticfile v0.9.5
19862024-04-19T20:00:25.137Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19872024-04-19T20:00:25.138Z Compiling russh-keys v0.43.0
19882024-04-19T20:00:25.204Z Compiling flume v0.11.0
19892024-04-19T20:00:25.477Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19902024-04-19T20:00:25.781Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19912024-04-19T20:00:27.036Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19922024-04-19T20:00:27.567Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19932024-04-19T20:00:27.750Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19942024-04-19T20:00:28.255Z Compiling headers v0.3.9
19952024-04-19T20:00:28.860Z Compiling rcgen v0.12.1
19962024-04-19T20:00:30.419Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19972024-04-19T20:00:30.987Z Compiling aes-gcm v0.10.3
19982024-04-19T20:00:31.237Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19992024-04-19T20:00:31.542Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20002024-04-19T20:00:33.028Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20012024-04-19T20:00:34.105Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
20022024-04-19T20:00:34.889Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
20032024-04-19T20:00:35.554Z Compiling atomicwrites v0.4.3
20042024-04-19T20:00:35.894Z Compiling itertools v0.12.1
20052024-04-19T20:00:35.932Z Compiling subprocess v0.2.9
20062024-04-19T20:00:36.234Z Compiling display-error-chain v0.2.0
20072024-04-19T20:00:36.395Z Compiling hex-literal v0.4.1
20082024-04-19T20:00:36.541Z Compiling dhcproto-macros v0.1.0
20092024-04-19T20:00:37.372Z Compiling dhcproto v0.11.0
20102024-04-19T20:00:37.732Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20112024-04-19T20:00:38.520Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20122024-04-19T20:00:39.611Z Compiling russh v0.43.0
20132024-04-19T20:00:40.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20142024-04-19T20:00:40.163Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20152024-04-19T20:00:40.233Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20162024-04-19T20:00:40.647Z Compiling internet-checksum v0.2.1
20172024-04-19T20:01:05.786Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20182024-04-19T20:01:58.789Z Finished dev [unoptimized + debuginfo] target(s) in 5m 00s
20192024-04-19T20:01:59.127Z
20202024-04-19T20:01:59.127Zreal 5:01.087724403
20212024-04-19T20:01:59.127Zuser 23:45.597997783
20222024-04-19T20:01:59.153Zsys 5:34.622180126
20232024-04-19T20:01:59.153Ztrap 0.749463725
20242024-04-19T20:01:59.153Ztflt 0.424928250
20252024-04-19T20:01:59.153Zdflt 2.107720951
20262024-04-19T20:01:59.154Zkflt 0.002439948
20272024-04-19T20:01:59.154Zlock 44:09.922138354
20282024-04-19T20:01:59.154Zslp 1:07:26.660677183
20292024-04-19T20:01:59.154Zlat 1:41.038453051
20302024-04-19T20:01:59.154Zstop 4:17.629383981
20312024-04-19T20:01:59.154Z+ mkdir -p /work
20322024-04-19T20:01:59.154Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20332024-04-19T20:02:01.888Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20342024-04-19T20:02:10.614Z Finished dev [unoptimized + debuginfo] target(s) in 11.42s
20352024-04-19T20:02:10.703Z
20362024-04-19T20:02:10.703Zreal 11.555448979
20372024-04-19T20:02:10.703Zuser 9.134084409
20382024-04-19T20:02:10.703Zsys 3.766631361
20392024-04-19T20:02:10.704Ztrap 0.002163320
20402024-04-19T20:02:10.704Ztflt 0.005016788
20412024-04-19T20:02:10.704Zdflt 0.057563744
20422024-04-19T20:02:10.704Zkflt 0.000000000
20432024-04-19T20:02:10.704Zlock 32.164394035
20442024-04-19T20:02:10.704Zslp 44.632728316
20452024-04-19T20:02:10.704Zlat 0.089353917
20462024-04-19T20:02:10.704Zstop 0.085095367
20472024-04-19T20:02:10.741Z+ cp target/debug/commtest /work/commtest
20482024-04-19T20:02:11.046Z+ mkdir -p /work/end-to-end-tests
20492024-04-19T20:02:11.073Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20502024-04-19T20:02:11.109Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20512024-04-19T20:02:11.109Z+ ptime -m gzip
20522024-04-19T20:02:11.133Z++ basename target/debug/bootstrap
20532024-04-19T20:02:26.437Z
20542024-04-19T20:02:26.438Zreal 14.909857467
20552024-04-19T20:02:26.438Zuser 14.758325799
20562024-04-19T20:02:26.438Zsys 0.129805739
20572024-04-19T20:02:26.439Ztrap 0.005619595
20582024-04-19T20:02:26.439Ztflt 0.000000000
20592024-04-19T20:02:26.439Zdflt 0.000000000
20602024-04-19T20:02:26.440Zkflt 0.000000000
20612024-04-19T20:02:26.440Zlock 0.000000000
20622024-04-19T20:02:26.440Zslp 0.000000000
20632024-04-19T20:02:26.440Zlat 0.015257564
20642024-04-19T20:02:26.441Zstop 0.000766383
20652024-04-19T20:02:26.476Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20662024-04-19T20:02:26.476Z+ ptime -m gzip
20672024-04-19T20:02:26.476Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f4f678342406d947
20682024-04-19T20:02:27.426Z
20692024-04-19T20:02:27.426Zreal 1.387641953
20702024-04-19T20:02:27.426Zuser 1.370846994
20712024-04-19T20:02:27.426Zsys 0.015986660
20722024-04-19T20:02:27.426Ztrap 0.000232672
20732024-04-19T20:02:27.458Ztflt 0.000000000
20742024-04-19T20:02:27.458Zdflt 0.000000000
20752024-04-19T20:02:27.458Zkflt 0.000000000
20762024-04-19T20:02:27.458Zlock 0.000000000
20772024-04-19T20:02:27.458Zslp 0.000000000
20782024-04-19T20:02:27.458Zlat 0.000224794
20792024-04-19T20:02:27.458Zstop 0.000249140
20802024-04-19T20:02:27.458Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20812024-04-19T20:02:27.459Z+ ptime -m gzip
20822024-04-19T20:02:27.459Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-686eaa7822d796de
20832024-04-19T20:02:28.810Z
20842024-04-19T20:02:28.810Zreal 1.379349100
20852024-04-19T20:02:28.810Zuser 1.362944154
20862024-04-19T20:02:28.836Zsys 0.015603860
20872024-04-19T20:02:28.837Ztrap 0.000197131
20882024-04-19T20:02:28.837Ztflt 0.000000000
20892024-04-19T20:02:28.837Zdflt 0.000000000
20902024-04-19T20:02:28.837Zkflt 0.000000000
20912024-04-19T20:02:28.837Zlock 0.000000000
20922024-04-19T20:02:28.837Zslp 0.000000000
20932024-04-19T20:02:28.837Zlat 0.000227649
20942024-04-19T20:02:28.838Zstop 0.000283981
20952024-04-19T20:02:28.838Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20962024-04-19T20:02:28.838Z+ ptime -m gzip
20972024-04-19T20:02:28.838Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-8564126c5fe9b3ba
20982024-04-19T20:02:30.232Z
20992024-04-19T20:02:30.232Zreal 1.378724496
21002024-04-19T20:02:30.232Zuser 1.363891233
21012024-04-19T20:02:30.232Zsys 0.014129029
21022024-04-19T20:02:30.257Ztrap 0.000187242
21032024-04-19T20:02:30.258Ztflt 0.000000000
21042024-04-19T20:02:30.258Zdflt 0.000000000
21052024-04-19T20:02:30.258Zkflt 0.000000000
21062024-04-19T20:02:30.258Zlock 0.000000000
21072024-04-19T20:02:30.258Zslp 0.000000000
21082024-04-19T20:02:30.258Zlat 0.000184872
21092024-04-19T20:02:30.258Zstop 0.000239225
21102024-04-19T20:02:30.258Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21112024-04-19T20:02:30.258Z+ ptime -m gzip
21122024-04-19T20:02:30.258Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29c8d470d114db32
21132024-04-19T20:02:45.656Z
21142024-04-19T20:02:45.657Zreal 15.451336324
21152024-04-19T20:02:45.657Zuser 15.304507660
21162024-04-19T20:02:45.657Zsys 0.139970607
21172024-04-19T20:02:45.657Ztrap 0.003586808
21182024-04-19T20:02:45.657Ztflt 0.000000000
21192024-04-19T20:02:45.657Zdflt 0.000000000
21202024-04-19T20:02:45.657Zkflt 0.000000000
21212024-04-19T20:02:45.657Zlock 0.000000000
21222024-04-19T20:02:45.657Zslp 0.000000000
21232024-04-19T20:02:45.657Zlat 0.002815254
21242024-04-19T20:02:45.658Zstop 0.000361282
21252024-04-19T20:02:45.684Z+ banner caboose-util
21262024-04-19T20:02:45.684Z
21272024-04-19T20:02:45.684Z #### ## ##### #### #### #### ###### # # #####
21282024-04-19T20:02:45.684Z # # # # # # # # # # # # # # #
21292024-04-19T20:02:45.684Z # # # ##### # # # # #### ##### ##### # # #
21302024-04-19T20:02:45.684Z # ###### # # # # # # # # # # #
21312024-04-19T20:02:45.685Z # # # # # # # # # # # # # # # #
21322024-04-19T20:02:45.685Z #### # # ##### #### #### #### ###### #### #
21332024-04-19T20:02:45.685Z
21342024-04-19T20:02:45.685Z+ ptime -m cargo build --locked -p caboose-util --release
21352024-04-19T20:02:46.301Z Downloading crates ...
21362024-04-19T20:02:46.460Z Downloaded smallvec v0.6.14
21372024-04-19T20:02:46.485Z Downloaded array-init v0.0.4
21382024-04-19T20:02:46.485Z Downloaded pkcs1 v0.7.5
21392024-04-19T20:02:46.485Z Downloaded tap v1.0.1
21402024-04-19T20:02:46.485Z Downloaded wyz v0.5.1
21412024-04-19T20:02:46.485Z Downloaded rsa v0.9.2
21422024-04-19T20:02:46.485Z Downloaded x509-cert v0.2.4
21432024-04-19T20:02:46.485Z Downloaded object v0.30.4
21442024-04-19T20:02:46.510Z Downloaded num-bigint-dig v0.8.4
21452024-04-19T20:02:46.510Z Downloaded hashbrown v0.13.2
21462024-04-19T20:02:46.510Z Downloaded bitvec v1.0.1
21472024-04-19T20:02:46.540Z Downloaded serde-hex v0.1.0
21482024-04-19T20:02:46.540Z Downloaded ron v0.8.1
21492024-04-19T20:02:46.540Z Downloaded packed_struct v0.10.1
21502024-04-19T20:02:46.540Z Downloaded maybe-uninit v2.0.0
21512024-04-19T20:02:46.540Z Downloaded env_logger v0.10.0
21522024-04-19T20:02:46.540Z Downloaded crc-catalog v2.2.0
21532024-04-19T20:02:46.540Z Downloaded radium v0.7.0
21542024-04-19T20:02:46.566Z Downloaded path-slash v0.1.5
21552024-04-19T20:02:46.566Z Downloaded packed_struct_codegen v0.10.1
21562024-04-19T20:02:46.566Z Downloaded nodrop v0.1.14
21572024-04-19T20:02:46.566Z Downloaded funty v2.0.0
21582024-04-19T20:02:46.566Z Downloaded crc-any v2.4.3
21592024-04-19T20:02:46.566Z Downloaded bitfield v0.14.0
21602024-04-19T20:02:46.566Z Downloaded crc v3.0.1
21612024-04-19T20:02:46.701Z Compiling proc-macro2 v1.0.81
21622024-04-19T20:02:46.701Z Compiling unicode-ident v1.0.12
21632024-04-19T20:02:46.701Z Compiling libc v0.2.153
21642024-04-19T20:02:46.736Z Compiling serde v1.0.198
21652024-04-19T20:02:46.736Z Compiling autocfg v1.1.0
21662024-04-19T20:02:46.736Z Compiling version_check v0.9.4
21672024-04-19T20:02:46.736Z Compiling cfg-if v1.0.0
21682024-04-19T20:02:46.866Z Compiling typenum v1.16.0
21692024-04-19T20:02:46.912Z Compiling once_cell v1.19.0
21702024-04-19T20:02:46.913Z Compiling parking_lot_core v0.9.8
21712024-04-19T20:02:47.205Z Compiling memchr v2.7.1
21722024-04-19T20:02:47.239Z Compiling syn v1.0.109
21732024-04-19T20:02:47.281Z Compiling generic-array v0.14.7
21742024-04-19T20:02:47.334Z Compiling lock_api v0.4.10
21752024-04-19T20:02:47.947Z Compiling byteorder v1.5.0
21762024-04-19T20:02:47.976Z Compiling libm v0.2.7
21772024-04-19T20:02:47.976Z Compiling num-traits v0.2.18
21782024-04-19T20:02:47.976Z Compiling ahash v0.8.8
21792024-04-19T20:02:48.008Z Compiling serde_json v1.0.116
21802024-04-19T20:02:48.045Z Compiling quote v1.0.36
21812024-04-19T20:02:48.045Z Compiling pkg-config v0.3.27
21822024-04-19T20:02:48.537Z Compiling cc v1.0.83
21832024-04-19T20:02:48.537Z Compiling syn v2.0.59
21842024-04-19T20:02:48.537Z Compiling getrandom v0.2.12
21852024-04-19T20:02:48.804Z Compiling thiserror v1.0.58
21862024-04-19T20:02:48.923Z Compiling scopeguard v1.2.0
21872024-04-19T20:02:48.980Z Compiling itoa v1.0.9
21882024-04-19T20:02:49.182Z Compiling log v0.4.21
21892024-04-19T20:02:49.222Z Compiling slab v0.4.9
21902024-04-19T20:02:49.504Z Compiling rand_core v0.6.4
21912024-04-19T20:02:49.678Z Compiling smallvec v1.13.1
21922024-04-19T20:02:50.049Z Compiling vcpkg v0.2.15
21932024-04-19T20:02:50.375Z Compiling const-oid v0.9.6
21942024-04-19T20:02:50.682Z Compiling pin-project-lite v0.2.13
21952024-04-19T20:02:50.795Z Compiling parking_lot v0.12.1
21962024-04-19T20:02:50.920Z Compiling ryu v1.0.15
21972024-04-19T20:02:51.285Z Compiling ring v0.17.8
21982024-04-19T20:02:51.466Z Compiling openssl-sys v0.9.102
21992024-04-19T20:02:51.608Z Compiling ucd-trie v0.1.6
22002024-04-19T20:02:51.983Z Compiling signal-hook-registry v1.4.1
22012024-04-19T20:02:52.259Z Compiling subtle v2.5.0
22022024-04-19T20:02:52.287Z Compiling rustix v0.38.31
22032024-04-19T20:02:52.634Z Compiling ring v0.16.20
22042024-04-19T20:02:52.736Z Compiling mio v0.8.11
22052024-04-19T20:02:52.990Z Compiling semver v1.0.22
22062024-04-19T20:02:53.437Z Compiling tinyvec_macros v0.1.1
22072024-04-19T20:02:53.471Z Compiling futures-core v0.3.30
22082024-04-19T20:02:53.500Z Compiling tinyvec v1.6.0
22092024-04-19T20:02:54.037Z Compiling spin v0.5.2
22102024-04-19T20:02:54.572Z Compiling unicode-normalization v0.1.22
22112024-04-19T20:02:55.070Z Compiling socket2 v0.5.6
22122024-04-19T20:02:55.117Z Compiling num_cpus v1.16.0
22132024-04-19T20:02:55.145Z Compiling unicode-bidi v0.3.15
22142024-04-19T20:02:55.602Z Compiling httparse v1.8.0
22152024-04-19T20:02:55.662Z Compiling openssl v0.10.64
22162024-04-19T20:02:55.750Z Compiling unicode-xid v0.2.4
22172024-04-19T20:02:55.962Z Compiling allocator-api2 v0.2.16
22182024-04-19T20:02:56.022Z Compiling futures-sink v0.3.30
22192024-04-19T20:02:56.193Z Compiling synstructure v0.12.6
22202024-04-19T20:02:56.496Z Compiling time-core v0.1.2
22212024-04-19T20:02:56.522Z Compiling num-conv v0.1.0
22222024-04-19T20:02:56.640Z Compiling equivalent v1.0.1
22232024-04-19T20:02:56.754Z Compiling time-macros v0.2.17
22242024-04-19T20:02:56.779Z Compiling futures-channel v0.3.30
22252024-04-19T20:02:57.230Z Compiling native-tls v0.2.11
22262024-04-19T20:02:57.350Z Compiling rustls v0.21.9
22272024-04-19T20:02:57.452Z Compiling futures-io v0.3.30
22282024-04-19T20:02:58.670Z Compiling ppv-lite86 v0.2.17
22292024-04-19T20:02:58.728Z Compiling pin-utils v0.1.0
22302024-04-19T20:02:58.728Z Compiling crc32fast v1.3.2
22312024-04-19T20:02:58.728Z Compiling futures-task v0.3.30
22322024-04-19T20:02:58.729Z Compiling rand_chacha v0.3.1
22332024-04-19T20:02:58.729Z Compiling bzip2-sys v0.1.11+1.0.8
22342024-04-19T20:02:58.729Z Compiling spin v0.9.8
22352024-04-19T20:02:58.729Z Compiling tracing-core v0.1.32
22362024-04-19T20:02:58.761Z Compiling base64ct v1.6.0
22372024-04-19T20:02:58.822Z Compiling serde_derive v1.0.198
22382024-04-19T20:02:58.897Z Compiling zeroize_derive v1.4.2
22392024-04-19T20:02:58.996Z Compiling zerocopy-derive v0.7.32
22402024-04-19T20:02:59.137Z Compiling thiserror-impl v1.0.58
22412024-04-19T20:02:59.351Z Compiling tokio-macros v2.2.0
22422024-04-19T20:02:59.643Z Compiling futures-macro v0.3.30
22432024-04-19T20:02:59.712Z Compiling tracing-attributes v0.1.27
22442024-04-19T20:03:00.109Z Compiling zeroize v1.7.0
22452024-04-19T20:03:00.639Z Compiling der_derive v0.7.2
22462024-04-19T20:03:01.086Z Compiling zerocopy v0.7.32
22472024-04-19T20:03:01.518Z Compiling pest v2.7.6
22482024-04-19T20:03:01.551Z Compiling crypto-common v0.1.6
22492024-04-19T20:03:01.724Z Compiling block-buffer v0.10.4
22502024-04-19T20:03:01.893Z Compiling zerocopy-derive v0.2.0
22512024-04-19T20:03:02.069Z Compiling digest v0.10.7
22522024-04-19T20:03:02.460Z Compiling hashbrown v0.14.3
22532024-04-19T20:03:02.511Z Compiling openssl-macros v0.1.1
22542024-04-19T20:03:02.715Z Compiling futures-util v0.3.30
22552024-04-19T20:03:03.134Z Compiling tracing v0.1.40
22562024-04-19T20:03:03.173Z Compiling pem-rfc7468 v0.7.0
22572024-04-19T20:03:03.759Z Compiling zerocopy-derive v0.6.6
22582024-04-19T20:03:03.803Z Compiling pest_meta v2.7.6
22592024-04-19T20:03:03.804Z Compiling scroll_derive v0.12.0
22602024-04-19T20:03:03.804Z Compiling rand v0.8.5
22612024-04-19T20:03:04.509Z Compiling pest_generator v2.7.6
22622024-04-19T20:03:04.881Z Compiling usdt-impl v0.3.5
22632024-04-19T20:03:04.933Z Compiling cookie v0.17.0
22642024-04-19T20:03:05.186Z Compiling schemars v0.8.16
22652024-04-19T20:03:05.496Z Compiling signal-hook v0.3.17
22662024-04-19T20:03:05.611Z Compiling flagset v0.4.3
22672024-04-19T20:03:05.807Z Compiling percent-encoding v2.3.1
22682024-04-19T20:03:05.960Z Compiling der v0.7.8
22692024-04-19T20:03:06.165Z Compiling serde_derive_internals v0.26.0
22702024-04-19T20:03:06.751Z Compiling pest_derive v2.7.6
22712024-04-19T20:03:08.390Z Compiling errno v0.3.8
22722024-04-19T20:03:08.445Z Compiling fnv v1.0.7
22732024-04-19T20:03:08.445Z Compiling schemars_derive v0.8.16
22742024-04-19T20:03:08.445Z Compiling spki v0.7.2
22752024-04-19T20:03:09.358Z Compiling zerocopy v0.3.0
22762024-04-19T20:03:09.596Z Compiling bytes v1.6.0
22772024-04-19T20:03:09.946Z Compiling bitflags v2.4.2
22782024-04-19T20:03:10.457Z Compiling tokio v1.37.0
22792024-04-19T20:03:10.568Z Compiling indexmap v2.2.6
22802024-04-19T20:03:11.896Z Compiling rustc_version v0.4.0
22812024-04-19T20:03:11.942Z Compiling heapless v0.7.16
22822024-04-19T20:03:11.968Z Compiling http v0.2.12
22832024-04-19T20:03:12.317Z Compiling uuid v1.8.0
22842024-04-19T20:03:12.486Z Compiling lazy_static v1.4.0
22852024-04-19T20:03:13.185Z Compiling backtrace v0.3.69
22862024-04-19T20:03:13.529Z Compiling thread-id v4.2.0
22872024-04-19T20:03:13.630Z Compiling num-bigint v0.4.4
22882024-04-19T20:03:13.791Z Compiling smoltcp v0.9.1
22892024-04-19T20:03:14.030Z Compiling untrusted v0.9.0
22902024-04-19T20:03:14.215Z Compiling iana-time-zone v0.1.57
22912024-04-19T20:03:14.276Z Compiling crossbeam-utils v0.8.19
22922024-04-19T20:03:14.750Z Compiling heck v0.5.0
22932024-04-19T20:03:14.750Z Compiling powerfmt v0.2.0
22942024-04-19T20:03:14.750Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22952024-04-19T20:03:14.836Z Compiling foreign-types-shared v0.1.1
22962024-04-19T20:03:15.217Z Compiling heck v0.4.1
22972024-04-19T20:03:15.279Z Compiling untrusted v0.7.1
22982024-04-19T20:03:15.350Z Compiling base64 v0.21.7
22992024-04-19T20:03:15.998Z Compiling foreign-types v0.3.2
23002024-04-19T20:03:16.087Z Compiling deranged v0.3.11
23012024-04-19T20:03:16.123Z Compiling clap_derive v4.5.4
23022024-04-19T20:03:16.297Z Compiling chrono v0.4.38
23032024-04-19T20:03:17.601Z Compiling tokio-util v0.7.10
23042024-04-19T20:03:18.180Z Compiling dof v0.1.5
23052024-04-19T20:03:18.789Z Compiling dtrace-parser v0.1.14
23062024-04-19T20:03:18.816Z Compiling form_urlencoded v1.2.1
23072024-04-19T20:03:19.187Z Compiling hmac v0.12.1
23082024-04-19T20:03:19.243Z Compiling num-integer v0.1.46
23092024-04-19T20:03:19.531Z Compiling siphasher v0.3.11
23102024-04-19T20:03:20.023Z Compiling adler v1.0.2
23112024-04-19T20:03:20.537Z Compiling num_threads v0.1.6
23122024-04-19T20:03:20.590Z Compiling rustversion v1.0.14
23132024-04-19T20:03:20.590Z Compiling cpufeatures v0.2.12
23142024-04-19T20:03:20.590Z Compiling anstyle v1.0.6
23152024-04-19T20:03:20.591Z Compiling utf8parse v0.2.1
23162024-04-19T20:03:20.591Z Compiling try-lock v0.2.4
23172024-04-19T20:03:20.591Z Compiling anstyle-parse v0.2.1
23182024-04-19T20:03:20.591Z Compiling want v0.3.1
23192024-04-19T20:03:20.591Z Compiling sha2 v0.10.8
23202024-04-19T20:03:20.723Z Compiling time v0.3.34
23212024-04-19T20:03:20.759Z Compiling miniz_oxide v0.7.1
23222024-04-19T20:03:23.104Z Compiling h2 v0.3.26
23232024-04-19T20:03:24.495Z Compiling rustls-webpki v0.101.7
23242024-04-19T20:03:24.542Z Compiling sct v0.7.0
23252024-04-19T20:03:24.542Z Compiling http-body v0.4.5
23262024-04-19T20:03:24.867Z Compiling serde_tokenstream v0.1.7
23272024-04-19T20:03:24.988Z Compiling pkcs8 v0.10.2
23282024-04-19T20:03:25.314Z Compiling hubpack_derive v0.1.1
23292024-04-19T20:03:25.428Z Compiling async-trait v0.1.80
23302024-04-19T20:03:25.571Z Compiling idna v0.5.0
23312024-04-19T20:03:26.384Z Compiling aho-corasick v1.1.2
23322024-04-19T20:03:26.485Z Compiling usdt-impl v0.5.0
23332024-04-19T20:03:26.669Z Compiling anstyle-query v1.0.0
23342024-04-19T20:03:26.789Z Compiling openssl-probe v0.1.5
23352024-04-19T20:03:26.814Z Compiling slog v2.7.0
23362024-04-19T20:03:27.347Z Compiling colorchoice v1.0.0
23372024-04-19T20:03:27.447Z Compiling tower-service v0.3.2
23382024-04-19T20:03:27.497Z Compiling httpdate v1.0.3
23392024-04-19T20:03:27.562Z Compiling radium v0.7.0
23402024-04-19T20:03:27.628Z Compiling anyhow v1.0.82
23412024-04-19T20:03:28.651Z Compiling regex-syntax v0.8.2
23422024-04-19T20:03:28.867Z Compiling hyper v0.14.28
23432024-04-19T20:03:30.800Z Compiling anstream v0.6.11
23442024-04-19T20:03:31.697Z Compiling regex-automata v0.4.5
23452024-04-19T20:03:33.780Z Compiling url v2.5.0
23462024-04-19T20:03:35.893Z Compiling terminal_size v0.3.0
23472024-04-19T20:03:36.181Z Compiling serde_spanned v0.6.5
23482024-04-19T20:03:36.228Z Compiling toml_datetime v0.6.5
23492024-04-19T20:03:36.487Z Compiling zerocopy v0.6.6
23502024-04-19T20:03:36.551Z Compiling scroll v0.12.0
23512024-04-19T20:03:36.615Z Compiling md-5 v0.10.5
23522024-04-19T20:03:37.270Z Compiling idna v0.3.0
23532024-04-19T20:03:37.310Z Compiling stringprep v0.1.3
23542024-04-19T20:03:37.343Z Compiling diesel_table_macro_syntax v0.1.0
23552024-04-19T20:03:37.478Z Compiling hash32 v0.2.1
23562024-04-19T20:03:37.684Z Compiling plain v0.2.3
23572024-04-19T20:03:37.791Z Compiling uuid v0.8.2
23582024-04-19T20:03:37.817Z Compiling strsim v0.11.0
23592024-04-19T20:03:37.902Z Compiling tap v1.0.1
23602024-04-19T20:03:37.936Z Compiling fallible-iterator v0.2.0
23612024-04-19T20:03:38.069Z Compiling psl-types v2.0.11
23622024-04-19T20:03:38.223Z Compiling stable_deref_trait v1.2.0
23632024-04-19T20:03:38.306Z Compiling clap_lex v0.7.0
23642024-04-19T20:03:38.350Z Compiling maybe-uninit v2.0.0
23652024-04-19T20:03:38.404Z Compiling gimli v0.28.0
23662024-04-19T20:03:38.883Z Compiling dyn-clone v1.0.17
23672024-04-19T20:03:39.162Z Compiling postgres-protocol v0.6.6
23682024-04-19T20:03:39.443Z Compiling clap_builder v4.5.2
23692024-04-19T20:03:39.782Z Compiling publicsuffix v2.2.3
23702024-04-19T20:03:39.998Z Compiling wyz v0.5.1
23712024-04-19T20:03:40.131Z Compiling goblin v0.8.0
23722024-04-19T20:03:40.436Z Compiling diesel_derives v2.1.2
23732024-04-19T20:03:40.590Z Compiling tokio-rustls v0.24.1
23742024-04-19T20:03:41.754Z Compiling addr2line v0.21.0
23752024-04-19T20:03:42.214Z Compiling strum_macros v0.25.2
23762024-04-19T20:03:44.356Z Compiling tokio-native-tls v0.3.1
23772024-04-19T20:03:45.477Z Compiling usdt-macro v0.3.5
23782024-04-19T20:03:45.523Z Compiling usdt-attr-macro v0.3.5
23792024-04-19T20:03:46.512Z Compiling phf_shared v0.11.2
23802024-04-19T20:03:46.629Z Compiling num-iter v0.1.44
23812024-04-19T20:03:46.907Z Compiling enum-as-inner v0.5.1
23822024-04-19T20:03:47.687Z Compiling block-padding v0.3.3
23832024-04-19T20:03:47.859Z Compiling serde_repr v0.1.16
23842024-04-19T20:03:48.516Z Compiling ff v0.13.0
23852024-04-19T20:03:48.775Z Compiling scheduled-thread-pool v0.2.7
23862024-04-19T20:03:49.788Z Compiling object v0.32.1
23872024-04-19T20:03:50.717Z Compiling matches v0.1.10
23882024-04-19T20:03:50.809Z Compiling bitflags v1.3.2
23892024-04-19T20:03:50.974Z Compiling regex-automata v0.1.10
23902024-04-19T20:03:51.334Z Compiling ipnet v2.9.0
23912024-04-19T20:03:51.385Z Compiling pretty-hex v0.4.1
23922024-04-19T20:03:51.462Z Compiling base16ct v0.2.0
23932024-04-19T20:03:51.575Z Compiling num-bigint-dig v0.8.4
23942024-04-19T20:03:51.818Z Compiling funty v2.0.0
23952024-04-19T20:03:52.204Z Compiling bit-vec v0.6.3
23962024-04-19T20:03:52.360Z Compiling rustc-demangle v0.1.23
23972024-04-19T20:03:53.164Z Compiling packed_struct v0.10.1
23982024-04-19T20:03:53.480Z Compiling winnow v0.5.15
23992024-04-19T20:03:53.506Z Compiling managed v0.8.0
24002024-04-19T20:03:55.864Z Compiling bitvec v1.0.1
24012024-04-19T20:03:56.264Z Compiling toml_edit v0.19.15
24022024-04-19T20:04:03.944Z Compiling sec1 v0.7.3
24032024-04-19T20:04:03.944Z Compiling dof v0.3.0
24042024-04-19T20:04:03.944Z Compiling bstr v0.2.17
24052024-04-19T20:04:03.944Z Compiling idna v0.2.3
24062024-04-19T20:04:03.944Z Compiling r2d2 v0.8.10
24072024-04-19T20:04:03.944Z Compiling group v0.13.0
24082024-04-19T20:04:03.944Z Compiling inout v0.1.3
24092024-04-19T20:04:03.944Z Compiling phf v0.11.2
24102024-04-19T20:04:04.087Z Compiling hyper-tls v0.5.0
24112024-04-19T20:04:04.393Z Compiling clap v4.5.4
24122024-04-19T20:04:04.804Z Compiling cookie_store v0.20.0
24132024-04-19T20:04:05.250Z Compiling signal-hook-mio v0.2.3
24142024-04-19T20:04:05.351Z Compiling flate2 v1.0.28
24152024-04-19T20:04:05.559Z Compiling hyper-rustls v0.24.2
24162024-04-19T20:04:05.714Z Compiling bzip2 v0.4.4
24172024-04-19T20:04:05.862Z Compiling ipnetwork v0.20.0
24182024-04-19T20:04:06.054Z Compiling postgres-types v0.2.6
24192024-04-19T20:04:06.202Z Compiling regex v1.10.4
24202024-04-19T20:04:06.916Z Compiling hubpack v0.1.2
24212024-04-19T20:04:07.054Z Compiling rustls-pemfile v1.0.3
24222024-04-19T20:04:07.310Z Compiling phf_shared v0.10.0
24232024-04-19T20:04:07.347Z Compiling hkdf v0.12.4
24242024-04-19T20:04:07.347Z Compiling serde_urlencoded v0.7.1
24252024-04-19T20:04:07.424Z Compiling futures-executor v0.3.30
24262024-04-19T20:04:07.456Z Compiling dtrace-parser v0.2.0
24272024-04-19T20:04:08.070Z Compiling crypto-bigint v0.5.2
24282024-04-19T20:04:08.144Z Compiling packed_struct_codegen v0.10.1
24292024-04-19T20:04:08.791Z Compiling float-cmp v0.9.0
24302024-04-19T20:04:09.488Z Compiling indexmap v1.9.3
24312024-04-19T20:04:09.696Z Compiling encoding_rs v0.8.33
24322024-04-19T20:04:09.760Z Compiling mime v0.3.17
24332024-04-19T20:04:10.201Z Compiling sync_wrapper v0.1.2
24342024-04-19T20:04:10.241Z Compiling unicode-segmentation v1.10.1
24352024-04-19T20:04:10.321Z Compiling static_assertions v1.1.0
24362024-04-19T20:04:10.408Z Compiling data-encoding v2.4.0
24372024-04-19T20:04:10.841Z Compiling new_debug_unreachable v1.0.4
24382024-04-19T20:04:10.963Z Compiling crc-catalog v2.2.0
24392024-04-19T20:04:11.097Z Compiling normalize-line-endings v0.3.0
24402024-04-19T20:04:11.215Z Compiling minimal-lexical v0.2.1
24412024-04-19T20:04:11.244Z Compiling precomputed-hash v0.1.1
24422024-04-19T20:04:11.343Z Compiling predicates-core v1.0.6
24432024-04-19T20:04:11.386Z Compiling whoami v1.5.1
24442024-04-19T20:04:11.909Z Compiling unicode-width v0.1.11
24452024-04-19T20:04:11.910Z Compiling webpki-roots v0.25.2
24462024-04-19T20:04:11.910Z Compiling nodrop v0.1.14
24472024-04-19T20:04:11.910Z Compiling difflib v0.4.0
24482024-04-19T20:04:11.951Z Compiling fixedbitset v0.4.2
24492024-04-19T20:04:12.079Z Compiling winnow v0.6.1
24502024-04-19T20:04:12.666Z Compiling either v1.11.0
24512024-04-19T20:04:12.989Z Compiling itertools v0.10.5
24522024-04-19T20:04:14.937Z Compiling toml_edit v0.22.9
24532024-04-19T20:04:15.185Z Compiling predicates v3.1.0
24542024-04-19T20:04:16.446Z Compiling petgraph v0.6.4
24552024-04-19T20:04:16.600Z Compiling reqwest v0.11.24
24562024-04-19T20:04:16.909Z Compiling array-init v0.0.4
24572024-04-19T20:04:18.121Z Compiling console v0.15.8
24582024-04-19T20:04:19.153Z Compiling tokio-postgres v0.7.10
24592024-04-19T20:04:19.535Z Compiling nom v7.1.3
24602024-04-19T20:04:21.930Z Compiling string_cache v0.8.7
24612024-04-19T20:04:22.321Z Compiling crc v3.0.1
24622024-04-19T20:04:22.352Z Compiling trust-dns-proto v0.22.0
24632024-04-19T20:04:22.721Z Compiling similar v2.4.0
24642024-04-19T20:04:22.908Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24652024-04-19T20:04:26.584Z Compiling elliptic-curve v0.13.8
24662024-04-19T20:04:28.290Z Compiling futures v0.3.30
24672024-04-19T20:04:29.010Z Compiling diesel v2.1.5
24682024-04-19T20:04:29.364Z Compiling smallvec v0.6.14
24692024-04-19T20:04:29.839Z Compiling zip v0.6.6
24702024-04-19T20:04:30.011Z Compiling crossterm v0.27.0
24712024-04-19T20:04:30.348Z Compiling yasna v0.5.2
24722024-04-19T20:04:30.867Z Compiling crossbeam-epoch v0.9.18
24732024-04-19T20:04:32.094Z Compiling cipher v0.4.4
24742024-04-19T20:04:32.134Z Compiling toml v0.7.8
24752024-04-19T20:04:32.183Z Compiling bit-set v0.5.3
24762024-04-19T20:04:32.408Z Compiling usdt v0.3.5
24772024-04-19T20:04:33.119Z Compiling bstr v1.9.0
24782024-04-19T20:04:33.734Z Compiling pkcs1 v0.7.5
24792024-04-19T20:04:34.401Z Compiling tokio-stream v0.1.15
24802024-04-19T20:04:34.515Z Compiling is-terminal v0.4.9
24812024-04-19T20:04:35.078Z Compiling openapiv3 v2.0.0
24822024-04-19T20:04:35.171Z Compiling hex v0.4.3
24832024-04-19T20:04:36.413Z Compiling signature v2.1.0
24842024-04-19T20:04:37.678Z Compiling base64 v0.22.0
24852024-04-19T20:04:38.109Z Compiling termcolor v1.2.0
24862024-04-19T20:04:38.962Z Compiling lalrpop-util v0.19.12
24872024-04-19T20:04:39.024Z Compiling hashbrown v0.12.3
24882024-04-19T20:04:39.396Z Compiling peg-runtime v0.8.2
24892024-04-19T20:04:40.467Z Compiling bitfield v0.14.0
24902024-04-19T20:04:40.742Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24912024-04-19T20:04:43.305Z Compiling env_logger v0.10.0
24922024-04-19T20:04:46.452Z Compiling rsa v0.9.2
24932024-04-19T20:04:50.996Z Compiling serde-hex v0.1.0
24942024-04-19T20:04:51.480Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24952024-04-19T20:04:57.998Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24962024-04-19T20:04:58.028Z Compiling ron v0.8.1
24972024-04-19T20:04:58.262Z Compiling x509-cert v0.2.4
24982024-04-19T20:04:58.348Z Compiling hashbrown v0.13.2
24992024-04-19T20:05:04.194Z Compiling crc-any v2.4.3
25002024-04-19T20:05:12.127Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25012024-04-19T20:05:22.073Z Compiling object v0.30.4
25022024-04-19T20:05:24.151Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25032024-04-19T20:05:33.751Z Compiling path-slash v0.1.5
25042024-04-19T20:05:33.978Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25052024-04-19T20:05:55.683Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25062024-04-19T20:05:57.131Z Finished release [optimized] target(s) in 3m 11s
25072024-04-19T20:05:57.161Z
25082024-04-19T20:05:57.161Zreal 3:11.115725814
25092024-04-19T20:05:57.161Zuser 20:03.416038958
25102024-04-19T20:05:57.161Zsys 2:46.658524968
25112024-04-19T20:05:57.161Ztrap 0.731049202
25122024-04-19T20:05:57.161Ztflt 0.792020652
25132024-04-19T20:05:57.161Zdflt 0.329688584
25142024-04-19T20:05:57.161Zkflt 0.000202653
25152024-04-19T20:05:57.161Zlock 45:21.087701469
25162024-04-19T20:05:57.161Zslp 59:33.233602301
25172024-04-19T20:05:57.161Zlat 1:18.210304454
25182024-04-19T20:05:57.161Zstop 1:35.003361390
25192024-04-19T20:05:57.161Z+ ptime -m gzip
25202024-04-19T20:05:57.161Z
25212024-04-19T20:05:57.161Zreal 0.315127782
25222024-04-19T20:05:57.161Zuser 0.310824300
25232024-04-19T20:05:57.161Zsys 0.003699311
25242024-04-19T20:05:57.161Ztrap 0.000054989
25252024-04-19T20:05:57.161Ztflt 0.000000000
25262024-04-19T20:05:57.161Zdflt 0.000000000
25272024-04-19T20:05:57.162Zkflt 0.000000000
25282024-04-19T20:05:57.162Zlock 0.000000000
25292024-04-19T20:05:57.162Zslp 0.000000000
25302024-04-19T20:05:57.162Zlat 0.000194336
25312024-04-19T20:05:57.162Zstop 0.000252922
25322024-04-19T20:05:57.162Z+ banner tufaceous
25332024-04-19T20:05:57.162Z
25342024-04-19T20:05:57.162Z ##### # # ###### ## #### ###### #### # # ####
25352024-04-19T20:05:57.162Z # # # # # # # # # # # # # #
25362024-04-19T20:05:57.162Z # # # ##### # # # ##### # # # # ####
25372024-04-19T20:05:57.162Z # # # # ###### # # # # # # #
25382024-04-19T20:05:57.162Z # # # # # # # # # # # # # # #
25392024-04-19T20:05:57.162Z # #### # # # #### ###### #### #### ####
25402024-04-19T20:05:57.162Z
25412024-04-19T20:05:57.162Z+ ptime -m cargo build --locked -p tufaceous --release
25422024-04-19T20:05:57.812Z Downloading crates ...
25432024-04-19T20:05:57.989Z Downloaded async-recursion v1.1.0
25442024-04-19T20:05:58.017Z Downloaded snafu-derive v0.8.2
25452024-04-19T20:05:58.017Z Downloaded typed-path v0.7.0
25462024-04-19T20:05:58.017Z Downloaded tough v0.17.1
25472024-04-19T20:05:58.043Z Downloaded snafu v0.8.2
25482024-04-19T20:05:58.043Z Downloaded serde_plain v1.0.2
25492024-04-19T20:05:58.043Z Downloaded pin-project-internal v1.1.3
25502024-04-19T20:05:58.043Z Downloaded pin-project v1.1.3
25512024-04-19T20:05:58.043Z Downloaded parse-size v1.0.0
25522024-04-19T20:05:58.043Z Downloaded olpc-cjson v0.1.3
25532024-04-19T20:05:58.070Z Downloaded globset v0.4.13
25542024-04-19T20:05:58.070Z Downloaded fs-err v2.11.0
25552024-04-19T20:05:58.070Z Downloaded buf-list v1.0.3
25562024-04-19T20:05:58.186Z Compiling serde_tokenstream v0.2.0
25572024-04-19T20:05:58.219Z Compiling regress v0.9.1
25582024-04-19T20:05:58.245Z Compiling dirs-sys-next v0.1.2
25592024-04-19T20:05:58.245Z Compiling rustls-pki-types v1.3.0
25602024-04-19T20:05:58.245Z Compiling ident_case v1.0.1
25612024-04-19T20:05:58.245Z Compiling heck v0.4.1
25622024-04-19T20:05:58.270Z Compiling strsim v0.10.0
25632024-04-19T20:05:58.436Z Compiling getopts v0.2.21
25642024-04-19T20:05:58.623Z Compiling darling_core v0.20.8
25652024-04-19T20:05:59.066Z Compiling thread_local v1.1.7
25662024-04-19T20:05:59.152Z Compiling rustls v0.22.4
25672024-04-19T20:05:59.309Z Compiling unsafe-libyaml v0.2.10
25682024-04-19T20:05:59.360Z Compiling slog-async v2.8.0
25692024-04-19T20:05:59.420Z Compiling paste v1.0.14
25702024-04-19T20:05:59.570Z Compiling camino v1.1.6
25712024-04-19T20:05:59.853Z Compiling rustls-webpki v0.102.1
25722024-04-19T20:06:00.102Z Compiling crossbeam-channel v0.5.8
25732024-04-19T20:06:00.663Z Compiling serde_yaml v0.9.25
25742024-04-19T20:06:01.552Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25752024-04-19T20:06:01.959Z Compiling structmeta-derive v0.3.0
25762024-04-19T20:06:03.436Z Compiling multer v3.0.0
25772024-04-19T20:06:03.570Z Compiling darling_macro v0.20.8
25782024-04-19T20:06:03.714Z Compiling match_cfg v0.1.0
25792024-04-19T20:06:03.781Z Compiling take_mut v0.2.2
25802024-04-19T20:06:03.810Z Compiling hostname v0.3.1
25812024-04-19T20:06:04.079Z Compiling structmeta v0.3.0
25822024-04-19T20:06:04.616Z Compiling darling v0.20.8
25832024-04-19T20:06:05.160Z Compiling dirs-next v2.0.0
25842024-04-19T20:06:05.275Z Compiling term v0.7.0
25852024-04-19T20:06:05.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25862024-04-19T20:06:05.406Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25872024-04-19T20:06:05.445Z Compiling slog-json v2.6.1
25882024-04-19T20:06:05.842Z Compiling slog-term v2.9.1
25892024-04-19T20:06:05.870Z Compiling http v1.0.0
25902024-04-19T20:06:06.681Z Compiling async-stream-impl v0.3.5
25912024-04-19T20:06:06.754Z Compiling pin-project-internal v1.1.3
25922024-04-19T20:06:07.710Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25932024-04-19T20:06:07.984Z Compiling atomic-waker v1.1.1
25942024-04-19T20:06:08.169Z Compiling fastrand v2.0.1
25952024-04-19T20:06:08.230Z Compiling waitgroup v0.1.2
25962024-04-19T20:06:08.506Z Compiling tempfile v3.10.1
25972024-04-19T20:06:08.778Z Compiling tokio-rustls v0.25.0
25982024-04-19T20:06:08.940Z Compiling pin-project v1.1.3
25992024-04-19T20:06:09.063Z Compiling async-stream v0.3.5
26002024-04-19T20:06:09.656Z Compiling slog-bunyan v2.5.0
26012024-04-19T20:06:09.701Z Compiling serde_with_macros v3.7.0
26022024-04-19T20:06:09.701Z Compiling parse-display-derive v0.9.0
26032024-04-19T20:06:09.794Z Compiling toml v0.8.12
26042024-04-19T20:06:10.073Z Compiling rustls-pemfile v2.1.2
26052024-04-19T20:06:10.440Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26062024-04-19T20:06:10.687Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26072024-04-19T20:06:11.595Z Compiling sha1 v0.10.6
26082024-04-19T20:06:11.728Z Compiling strum_macros v0.26.1
26092024-04-19T20:06:12.323Z Compiling newtype-uuid v1.1.0
26102024-04-19T20:06:12.434Z Compiling snafu-derive v0.8.2
26112024-04-19T20:06:12.627Z Compiling serde_path_to_error v0.1.16
26122024-04-19T20:06:12.885Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26132024-04-19T20:06:13.469Z Compiling instant v0.1.12
26142024-04-19T20:06:13.503Z Compiling fs-err v2.11.0
26152024-04-19T20:06:13.620Z Compiling arc-swap v1.6.0
26162024-04-19T20:06:13.767Z Compiling same-file v1.0.6
26172024-04-19T20:06:14.014Z Compiling debug-ignore v1.0.5
26182024-04-19T20:06:14.054Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26192024-04-19T20:06:14.184Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26202024-04-19T20:06:14.315Z Compiling buf-list v1.0.3
26212024-04-19T20:06:15.370Z Compiling strum v0.26.2
26222024-04-19T20:06:15.540Z Compiling slog-scope v4.4.0
26232024-04-19T20:06:16.031Z Compiling walkdir v2.5.0
26242024-04-19T20:06:16.447Z Compiling snafu v0.8.2
26252024-04-19T20:06:16.555Z Compiling backoff v0.4.0
26262024-04-19T20:06:16.870Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26272024-04-19T20:06:17.312Z Compiling parse-display v0.9.0
26282024-04-19T20:06:17.361Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26292024-04-19T20:06:17.578Z Compiling serde_with v3.7.0
26302024-04-19T20:06:17.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26312024-04-19T20:06:18.351Z Compiling globset v0.4.13
26322024-04-19T20:06:18.700Z Compiling pem v3.0.4
26332024-04-19T20:06:19.694Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26342024-04-19T20:06:19.991Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26352024-04-19T20:06:20.148Z Compiling olpc-cjson v0.1.3
26362024-04-19T20:06:20.423Z Compiling macaddr v1.0.1
26372024-04-19T20:06:20.976Z Compiling serde_plain v1.0.2
26382024-04-19T20:06:21.088Z Compiling async-recursion v1.1.0
26392024-04-19T20:06:21.482Z Compiling filetime v0.2.23
26402024-04-19T20:06:21.782Z Compiling xattr v1.0.1
26412024-04-19T20:06:22.046Z Compiling typed-path v0.7.0
26422024-04-19T20:06:22.306Z Compiling tar v0.4.40
26432024-04-19T20:06:24.967Z Compiling tough v0.17.1
26442024-04-19T20:06:27.625Z Compiling slog-stdlog v4.1.1
26452024-04-19T20:06:28.414Z Compiling camino-tempfile v1.1.1
26462024-04-19T20:06:28.550Z Compiling itertools v0.12.1
26472024-04-19T20:06:35.129Z Compiling parse-size v1.0.0
26482024-04-19T20:06:35.428Z Compiling slog-envlogger v2.2.0
26492024-04-19T20:06:35.428Z Compiling humantime v2.1.0
26502024-04-19T20:06:35.428Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26512024-04-19T20:06:35.428Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26522024-04-19T20:06:36.665Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26532024-04-19T20:06:44.746Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26542024-04-19T20:06:46.104Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26552024-04-19T20:07:05.353Z Finished release [optimized] target(s) in 1m 08s
26562024-04-19T20:07:05.434Z
26572024-04-19T20:07:05.459Zreal 1:08.272503224
26582024-04-19T20:07:05.459Zuser 7:03.879126535
26592024-04-19T20:07:05.459Zsys 38.519119490
26602024-04-19T20:07:05.459Ztrap 0.230116478
26612024-04-19T20:07:05.459Ztflt 0.249885763
26622024-04-19T20:07:05.459Zdflt 0.507336774
26632024-04-19T20:07:05.459Zkflt 0.031423345
26642024-04-19T20:07:05.459Zlock 14:37.689427209
26652024-04-19T20:07:05.459Zslp 15:40.180494527
26662024-04-19T20:07:05.459Zlat 17.014278858
26672024-04-19T20:07:05.459Zstop 18.492729012
26682024-04-19T20:07:05.459Z+ ptime -m gzip
26692024-04-19T20:07:06.930Z
26702024-04-19T20:07:06.930Zreal 1.493794400
26712024-04-19T20:07:06.930Zuser 1.480492215
26722024-04-19T20:07:06.964Zsys 0.011188184
26732024-04-19T20:07:06.964Ztrap 0.000544492
26742024-04-19T20:07:06.964Ztflt 0.000000000
26752024-04-19T20:07:06.965Zdflt 0.000000000
26762024-04-19T20:07:06.965Zkflt 0.000000000
26772024-04-19T20:07:06.965Zlock 0.000000000
26782024-04-19T20:07:06.965Zslp 0.000000000
26792024-04-19T20:07:06.965Zlat 0.001251416
26802024-04-19T20:07:06.965Zstop 0.000233183
26812024-04-19T20:07:06.965Z+ banner permission-slip
26822024-04-19T20:07:06.965Z
26832024-04-19T20:07:06.965Z ##### ###### ##### # # # #### #### # #### # #
26842024-04-19T20:07:06.965Z # # # # # ## ## # # # # # # ## #
26852024-04-19T20:07:06.965Z # # ##### # # # ## # # #### #### # # # # # #
26862024-04-19T20:07:06.965Z ##### # ##### # # # # # # # # # # #
26872024-04-19T20:07:06.965Z # # # # # # # # # # # # # # # ##
26882024-04-19T20:07:06.965Z # ###### # # # # # #### #### # #### # #
26892024-04-19T20:07:06.965Z
26902024-04-19T20:07:06.965Z+ source ./tools/permslip_commit
26912024-04-19T20:07:06.965Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26922024-04-19T20:07:06.965Z+ git init /work/permission-slip-build
26932024-04-19T20:07:06.965Zhint: Using 'master' as the name for the initial branch. This default branch name
26942024-04-19T20:07:06.965Zhint: is subject to change. To configure the initial branch name to use in all
26952024-04-19T20:07:06.965Zhint: of your new repositories, which will suppress this warning, call:
26962024-04-19T20:07:06.965Zhint:
26972024-04-19T20:07:06.965Zhint: git config --global init.defaultBranch <name>
26982024-04-19T20:07:06.966Zhint:
26992024-04-19T20:07:06.966Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
27002024-04-19T20:07:06.966Zhint: 'development'. The just-created branch can be renamed via this command:
27012024-04-19T20:07:06.966Zhint:
27022024-04-19T20:07:06.966Zhint: git branch -m <name>
27032024-04-19T20:07:06.966ZInitialized empty Git repository in /work/permission-slip-build/.git/
27042024-04-19T20:07:06.966Z+ pushd /work/permission-slip-build
27052024-04-19T20:07:06.966Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
27062024-04-19T20:07:06.966Z/work/permission-slip-build /work/oxidecomputer/omicron
27072024-04-19T20:07:06.966Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
27082024-04-19T20:07:07.760ZFrom https://github.com/oxidecomputer/permission-slip
27092024-04-19T20:07:07.760Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
27102024-04-19T20:07:07.785Z
27112024-04-19T20:07:07.786Zreal 0.817327447
27122024-04-19T20:07:07.786Zuser 0.076071472
27132024-04-19T20:07:07.786Zsys 0.041144968
27142024-04-19T20:07:07.786Ztrap 0.000010359
27152024-04-19T20:07:07.786Ztflt 0.000000000
27162024-04-19T20:07:07.786Zdflt 0.000000000
27172024-04-19T20:07:07.786Zkflt 0.000000000
27182024-04-19T20:07:07.786Zlock 0.000077812
27192024-04-19T20:07:07.786Zslp 2.440771324
27202024-04-19T20:07:07.786Zlat 0.003867628
27212024-04-19T20:07:07.786Zstop 0.000693368
27222024-04-19T20:07:07.787Z+ git checkout FETCH_HEAD
27232024-04-19T20:07:07.787ZNote: switching to 'FETCH_HEAD'.
27242024-04-19T20:07:07.787Z
27252024-04-19T20:07:07.787ZYou are in 'detached HEAD' state. You can look around, make experimental
27262024-04-19T20:07:07.787Zchanges and commit them, and you can discard any commits you make in this
27272024-04-19T20:07:07.787Zstate without impacting any branches by switching back to a branch.
27282024-04-19T20:07:07.787Z
27292024-04-19T20:07:07.787ZIf you want to create a new branch to retain commits you create, you may
27302024-04-19T20:07:07.787Zdo so (now or later) by using -c with the switch command. Example:
27312024-04-19T20:07:07.787Z
27322024-04-19T20:07:07.787Z git switch -c <new-branch-name>
27332024-04-19T20:07:07.787Z
27342024-04-19T20:07:07.787ZOr undo this operation with:
27352024-04-19T20:07:07.787Z
27362024-04-19T20:07:07.787Z git switch -
27372024-04-19T20:07:07.788Z
27382024-04-19T20:07:07.788ZTurn off this advice by setting config variable advice.detachedHead to false
27392024-04-19T20:07:07.788Z
27402024-04-19T20:07:07.788ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
27412024-04-19T20:07:07.788Z+ ptime -m cargo build --locked -p permission-slip-client --release
27422024-04-19T20:07:07.815Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
27432024-04-19T20:07:07.924Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
27442024-04-19T20:07:07.924Zinfo: downloading component 'cargo'
27452024-04-19T20:07:08.078Zinfo: downloading component 'clippy'
27462024-04-19T20:07:08.118Zinfo: downloading component 'rust-docs'
27472024-04-19T20:07:08.300Zinfo: downloading component 'rust-std'
27482024-04-19T20:07:08.607Zinfo: downloading component 'rustc'
27492024-04-19T20:07:09.310Zinfo: downloading component 'rustfmt'
27502024-04-19T20:07:09.357Zinfo: installing component 'cargo'
27512024-04-19T20:07:10.398Zinfo: installing component 'clippy'
27522024-04-19T20:07:10.791Zinfo: installing component 'rust-docs'
27532024-04-19T20:07:13.288Zinfo: installing component 'rust-std'
27542024-04-19T20:07:15.166Zinfo: installing component 'rustc'
27552024-04-19T20:07:20.012Zinfo: installing component 'rustfmt'
27562024-04-19T20:07:20.658Z Updating crates.io index
27572024-04-19T20:07:21.046Z Updating git repository `https://github.com/oxidecomputer/sshauth`
27582024-04-19T20:07:21.891ZFrom https://github.com/oxidecomputer/sshauth
27592024-04-19T20:07:21.891Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
27602024-04-19T20:07:21.917Z * [new branch] main -> origin/main
27612024-04-19T20:07:21.917Z * [new branch] paranoia -> origin/paranoia
27622024-04-19T20:07:21.917Z * [new branch] readme -> origin/readme
27632024-04-19T20:07:21.917Z * [new ref] -> origin/HEAD
27642024-04-19T20:07:22.467Z Downloading crates ...
27652024-04-19T20:07:22.599Z Downloaded anstyle-query v1.0.2
27662024-04-19T20:07:22.628Z Downloaded bincode v1.3.3
27672024-04-19T20:07:22.628Z Downloaded anstyle-parse v0.2.3
27682024-04-19T20:07:22.628Z Downloaded is-terminal v0.4.12
27692024-04-19T20:07:22.628Z Downloaded crc-any v2.4.4
27702024-04-19T20:07:22.628Z Downloaded ed25519 v1.5.3
27712024-04-19T20:07:22.628Z Downloaded openssl-sys v0.9.101
27722024-04-19T20:07:22.654Z Downloaded xdg v2.5.2
27732024-04-19T20:07:22.655Z Downloaded x509-cert v0.2.5
27742024-04-19T20:07:22.680Z Downloaded unicode-normalization v0.1.23
27752024-04-19T20:07:22.680Z Downloaded webpki-roots v0.25.4
27762024-04-19T20:07:22.680Z Downloaded typify-impl v0.0.16
27772024-04-19T20:07:22.706Z Downloaded tokio v1.36.0
27782024-04-19T20:07:22.753Z Downloaded regex-automata v0.4.6
27792024-04-19T20:07:22.784Z Downloaded rustls v0.21.10
27802024-04-19T20:07:22.784Z Downloaded rustix v0.38.32
27812024-04-19T20:07:22.811Z Downloaded regex-syntax v0.8.3
27822024-04-19T20:07:22.839Z Downloaded syn v2.0.55
27832024-04-19T20:07:22.839Z Downloaded regress v0.8.0
27842024-04-19T20:07:22.839Z Downloaded p384 v0.13.0
27852024-04-19T20:07:22.878Z Downloaded curve25519-dalek v3.2.0
27862024-04-19T20:07:22.878Z Downloaded ssh-key v0.6.5
27872024-04-19T20:07:22.878Z Downloaded serde_json v1.0.115
27882024-04-19T20:07:22.878Z Downloaded reqwest v0.11.27
27892024-04-19T20:07:22.907Z Downloaded h2 v0.3.25
27902024-04-19T20:07:22.908Z Downloaded unsafe-libyaml v0.2.11
27912024-04-19T20:07:22.908Z Downloaded typenum v1.17.0
27922024-04-19T20:07:22.908Z Downloaded smallvec v1.13.2
27932024-04-19T20:07:22.908Z Downloaded serde_yaml v0.9.34+deprecated
27942024-04-19T20:07:22.908Z Downloaded serde_derive v1.0.197
27952024-04-19T20:07:22.908Z Downloaded serde v1.0.197
27962024-04-19T20:07:22.908Z Downloaded rsa v0.9.6
27972024-04-19T20:07:22.908Z Downloaded proc-macro2 v1.0.79
27982024-04-19T20:07:22.933Z Downloaded typify-macro v0.0.16
27992024-04-19T20:07:22.933Z Downloaded typify v0.0.16
28002024-04-19T20:07:22.933Z Downloaded try-lock v0.2.5
28012024-04-19T20:07:22.933Z Downloaded tls_codec_derive v0.4.1
28022024-04-19T20:07:22.933Z Downloaded tls_codec v0.4.1
28032024-04-19T20:07:22.934Z Downloaded termcolor v1.4.1
28042024-04-19T20:07:22.934Z Downloaded ssh-encoding v0.2.0
28052024-04-19T20:07:22.934Z Downloaded ssh-cipher v0.2.0
28062024-04-19T20:07:22.934Z Downloaded spki v0.7.3
28072024-04-19T20:07:22.934Z Downloaded signature v2.2.0
28082024-04-19T20:07:22.934Z Downloaded signature v1.6.4
28092024-04-19T20:07:22.934Z Downloaded sha2 v0.9.9
28102024-04-19T20:07:22.934Z Downloaded sct v0.7.1
28112024-04-19T20:07:22.934Z Downloaded ryu v1.0.17
28122024-04-19T20:07:22.959Z Downloaded rustls-pemfile v1.0.4
28132024-04-19T20:07:22.959Z Downloaded quote v1.0.35
28142024-04-19T20:07:22.959Z Downloaded platforms v3.4.0
28152024-04-19T20:07:22.959Z Downloaded pkg-config v0.3.30
28162024-04-19T20:07:22.959Z Downloaded parking_lot_core v0.9.9
28172024-04-19T20:07:22.959Z Downloaded opaque-debug v0.3.1
28182024-04-19T20:07:22.959Z Downloaded oauth2 v4.4.2
28192024-04-19T20:07:22.959Z Downloaded lock_api v0.4.11
28202024-04-19T20:07:22.959Z Downloaded itoa v1.0.11
28212024-04-19T20:07:22.959Z Downloaded http-body v0.4.6
28222024-04-19T20:07:22.959Z Downloaded flagset v0.4.5
28232024-04-19T20:07:22.959Z Downloaded ed25519-dalek v2.1.1
28242024-04-19T20:07:22.984Z Downloaded chrono v0.4.37
28252024-04-19T20:07:22.985Z Downloaded libm v0.2.8
28262024-04-19T20:07:22.985Z Downloaded iana-time-zone v0.1.60
28272024-04-19T20:07:22.985Z Downloaded heapless v0.7.17
28282024-04-19T20:07:23.010Z Downloaded env_logger v0.10.2
28292024-04-19T20:07:23.010Z Downloaded ed25519-dalek v1.0.1
28302024-04-19T20:07:23.010Z Downloaded ed25519 v2.2.3
28312024-04-19T20:07:23.010Z Downloaded curve25519-dalek-derive v0.1.1
28322024-04-19T20:07:23.010Z Downloaded crypto-bigint v0.5.5
28332024-04-19T20:07:23.010Z Downloaded blake3 v1.5.1
28342024-04-19T20:07:23.010Z Downloaded anyhow v1.0.81
28352024-04-19T20:07:23.035Z Downloaded digest v0.9.0
28362024-04-19T20:07:23.035Z Downloaded clap-num v1.1.1
28372024-04-19T20:07:23.035Z Downloaded cc v1.0.90
28382024-04-19T20:07:23.035Z Downloaded block-buffer v0.9.0
28392024-04-19T20:07:23.035Z Downloaded bitflags v2.5.0
28402024-04-19T20:07:23.036Z Downloaded autocfg v1.2.0
28412024-04-19T20:07:23.036Z Downloaded anstream v0.6.13
28422024-04-19T20:07:23.036Z Downloaded aho-corasick v1.1.3
28432024-04-19T20:07:23.036Z Downloaded ahash v0.8.11
28442024-04-19T20:07:23.158Z Compiling proc-macro2 v1.0.79
28452024-04-19T20:07:23.158Z Compiling unicode-ident v1.0.12
28462024-04-19T20:07:23.158Z Compiling version_check v0.9.4
28472024-04-19T20:07:23.158Z Compiling cfg-if v1.0.0
28482024-04-19T20:07:23.189Z Compiling libc v0.2.153
28492024-04-19T20:07:23.189Z Compiling autocfg v1.2.0
28502024-04-19T20:07:23.189Z Compiling typenum v1.17.0
28512024-04-19T20:07:23.189Z Compiling serde v1.0.197
28522024-04-19T20:07:23.316Z Compiling subtle v2.5.0
28532024-04-19T20:07:23.375Z Compiling const-oid v0.9.6
28542024-04-19T20:07:23.618Z Compiling cc v1.0.90
28552024-04-19T20:07:23.787Z Compiling generic-array v0.14.7
28562024-04-19T20:07:23.812Z Compiling ahash v0.8.11
28572024-04-19T20:07:23.867Z Compiling lock_api v0.4.11
28582024-04-19T20:07:24.172Z Compiling scopeguard v1.2.0
28592024-04-19T20:07:24.202Z Compiling once_cell v1.19.0
28602024-04-19T20:07:24.324Z Compiling serde_json v1.0.115
28612024-04-19T20:07:24.642Z Compiling quote v1.0.35
28622024-04-19T20:07:24.684Z Compiling syn v1.0.109
28632024-04-19T20:07:24.804Z Compiling itoa v1.0.11
28642024-04-19T20:07:25.015Z Compiling syn v2.0.55
28652024-04-19T20:07:25.063Z Compiling getrandom v0.2.12
28662024-04-19T20:07:25.162Z Compiling smallvec v1.13.2
28672024-04-19T20:07:25.205Z Compiling base64ct v1.6.0
28682024-04-19T20:07:25.254Z Compiling rand_core v0.6.4
28692024-04-19T20:07:25.574Z Compiling parking_lot_core v0.9.9
28702024-04-19T20:07:25.703Z Compiling pem-rfc7468 v0.7.0
28712024-04-19T20:07:26.301Z Compiling memchr v2.7.1
28722024-04-19T20:07:26.335Z Compiling libm v0.2.8
28732024-04-19T20:07:26.335Z Compiling zerocopy v0.7.32
28742024-04-19T20:07:26.336Z Compiling bytes v1.6.0
28752024-04-19T20:07:26.336Z Compiling pin-project-lite v0.2.13
28762024-04-19T20:07:26.336Z Compiling num-traits v0.2.18
28772024-04-19T20:07:26.370Z Compiling log v0.4.21
28782024-04-19T20:07:26.753Z Compiling allocator-api2 v0.2.16
28792024-04-19T20:07:26.854Z Compiling thiserror v1.0.58
28802024-04-19T20:07:27.624Z Compiling hashbrown v0.14.3
28812024-04-19T20:07:27.984Z Compiling flagset v0.4.5
28822024-04-19T20:07:28.393Z Compiling bitflags v2.5.0
28832024-04-19T20:07:28.892Z Compiling parking_lot v0.12.1
28842024-04-19T20:07:28.963Z Compiling signal-hook-registry v1.4.1
28852024-04-19T20:07:29.171Z Compiling num_cpus v1.16.0
28862024-04-19T20:07:29.325Z Compiling socket2 v0.5.6
28872024-04-19T20:07:29.350Z Compiling mio v0.8.11
28882024-04-19T20:07:29.735Z Compiling spin v0.9.8
28892024-04-19T20:07:30.152Z Compiling schemars v0.8.16
28902024-04-19T20:07:30.713Z Compiling pkg-config v0.3.30
28912024-04-19T20:07:30.790Z Compiling semver v1.0.22
28922024-04-19T20:07:31.093Z Compiling cpufeatures v0.2.12
28932024-04-19T20:07:31.218Z Compiling vcpkg v0.2.15
28942024-04-19T20:07:31.277Z Compiling serde_derive_internals v0.26.0
28952024-04-19T20:07:31.365Z Compiling ring v0.17.8
28962024-04-19T20:07:31.759Z Compiling ryu v1.0.17
28972024-04-19T20:07:32.774Z Compiling openssl-sys v0.9.101
28982024-04-19T20:07:32.867Z Compiling slab v0.4.9
28992024-04-19T20:07:33.030Z Compiling equivalent v1.0.1
29002024-04-19T20:07:33.133Z Compiling futures-core v0.3.30
29012024-04-19T20:07:33.235Z Compiling fnv v1.0.7
29022024-04-19T20:07:33.365Z Compiling http v0.2.12
29032024-04-19T20:07:33.459Z Compiling rustc_version v0.4.0
29042024-04-19T20:07:33.735Z Compiling tracing-core v0.1.32
29052024-04-19T20:07:33.767Z Compiling byteorder v1.5.0
29062024-04-19T20:07:33.996Z Compiling untrusted v0.9.0
29072024-04-19T20:07:34.367Z Compiling pin-utils v0.1.0
29082024-04-19T20:07:34.465Z Compiling tracing v0.1.40
29092024-04-19T20:07:34.489Z Compiling httparse v1.8.0
29102024-04-19T20:07:34.897Z Compiling chrono v0.4.37
29112024-04-19T20:07:34.923Z Compiling foreign-types-shared v0.1.1
29122024-04-19T20:07:35.023Z Compiling futures-task v0.3.30
29132024-04-19T20:07:35.105Z Compiling futures-sink v0.3.30
29142024-04-19T20:07:35.244Z Compiling dyn-clone v1.0.17
29152024-04-19T20:07:35.333Z Compiling openssl v0.10.64
29162024-04-19T20:07:35.378Z Compiling serde_derive v1.0.197
29172024-04-19T20:07:35.432Z Compiling zeroize_derive v1.4.2
29182024-04-19T20:07:35.572Z Compiling der_derive v0.7.2
29192024-04-19T20:07:35.739Z Compiling tokio-macros v2.2.0
29202024-04-19T20:07:36.174Z Compiling thiserror-impl v1.0.58
29212024-04-19T20:07:36.672Z Compiling schemars_derive v0.8.16
29222024-04-19T20:07:40.841Z Compiling zeroize v1.7.0
29232024-04-19T20:07:41.133Z Compiling tokio v1.36.0
29242024-04-19T20:07:41.133Z Compiling der v0.7.8
29252024-04-19T20:07:41.133Z Compiling ppv-lite86 v0.2.17
29262024-04-19T20:07:41.133Z Compiling crypto-common v0.1.6
29272024-04-19T20:07:41.133Z Compiling block-buffer v0.10.4
29282024-04-19T20:07:41.133Z Compiling futures-io v0.3.30
29292024-04-19T20:07:41.133Z Compiling digest v0.10.7
29302024-04-19T20:07:41.133Z Compiling uuid v1.8.0
29312024-04-19T20:07:41.133Z Compiling futures-util v0.3.30
29322024-04-19T20:07:41.133Z Compiling sha2 v0.10.8
29332024-04-19T20:07:41.232Z Compiling signature v2.2.0
29342024-04-19T20:07:41.232Z Compiling openssl-macros v0.1.1
29352024-04-19T20:07:41.232Z Compiling foreign-types v0.3.2
29362024-04-19T20:07:41.232Z Compiling spki v0.7.3
29372024-04-19T20:07:41.233Z Compiling pkcs8 v0.10.2
29382024-04-19T20:07:41.381Z Compiling regress v0.8.0
29392024-04-19T20:07:41.754Z Compiling tinyvec_macros v0.1.1
29402024-04-19T20:07:41.865Z Compiling try-lock v0.2.5
29412024-04-19T20:07:42.058Z Compiling rustls v0.21.10
29422024-04-19T20:07:42.341Z Compiling heck v0.4.1
29432024-04-19T20:07:42.711Z Compiling native-tls v0.2.11
29442024-04-19T20:07:43.106Z Compiling want v0.3.1
29452024-04-19T20:07:43.377Z Compiling rustls-webpki v0.101.7
29462024-04-19T20:07:44.070Z Compiling sct v0.7.1
29472024-04-19T20:07:44.541Z Compiling tokio-util v0.7.10
29482024-04-19T20:07:44.794Z Compiling tinyvec v1.6.0
29492024-04-19T20:07:46.971Z Compiling serde_tokenstream v0.2.0
29502024-04-19T20:07:47.099Z Compiling indexmap v2.2.6
29512024-04-19T20:07:47.388Z Compiling http-body v0.4.6
29522024-04-19T20:07:47.516Z Compiling futures-channel v0.3.30
29532024-04-19T20:07:47.703Z Compiling ff v0.13.0
29542024-04-19T20:07:48.040Z Compiling percent-encoding v2.3.1
29552024-04-19T20:07:48.109Z Compiling getrandom v0.1.16
29562024-04-19T20:07:48.150Z Compiling iana-time-zone v0.1.60
29572024-04-19T20:07:48.447Z Compiling rustix v0.38.32
29582024-04-19T20:07:48.629Z Compiling h2 v0.3.25
29592024-04-19T20:07:53.107Z Compiling openssl-probe v0.1.5
29602024-04-19T20:07:53.340Z Compiling httpdate v1.0.3
29612024-04-19T20:07:53.340Z Compiling tower-service v0.3.2
29622024-04-19T20:07:53.340Z Compiling base16ct v0.2.0
29632024-04-19T20:07:53.435Z Compiling sec1 v0.7.3
29642024-04-19T20:07:53.436Z Compiling form_urlencoded v1.2.1
29652024-04-19T20:07:53.436Z Compiling typify-impl v0.0.16
29662024-04-19T20:07:53.436Z Compiling group v0.13.0
29672024-04-19T20:07:53.436Z Compiling unicode-normalization v0.1.23
29682024-04-19T20:07:53.436Z Compiling hyper v0.14.28
29692024-04-19T20:07:55.977Z Compiling crypto-bigint v0.5.5
29702024-04-19T20:07:57.355Z Compiling errno v0.3.8
29712024-04-19T20:07:57.726Z Compiling radium v0.7.0
29722024-04-19T20:07:58.231Z Compiling platforms v3.4.0
29732024-04-19T20:07:58.747Z Compiling utf8parse v0.2.1
29742024-04-19T20:07:58.930Z Compiling unicode-bidi v0.3.15
29752024-04-19T20:07:59.272Z Compiling anstyle-parse v0.2.3
29762024-04-19T20:07:59.731Z Compiling idna v0.5.0
29772024-04-19T20:07:59.731Z Compiling typify-macro v0.0.16
29782024-04-19T20:08:00.826Z Compiling curve25519-dalek v4.1.2
29792024-04-19T20:08:01.284Z Compiling elliptic-curve v0.13.8
29802024-04-19T20:08:02.872Z Compiling tokio-rustls v0.24.1
29812024-04-19T20:08:03.300Z Compiling tokio-native-tls v0.3.1
29822024-04-19T20:08:03.590Z Compiling hmac v0.12.1
29832024-04-19T20:08:03.777Z Compiling rand_chacha v0.3.1
29842024-04-19T20:08:03.804Z Compiling aho-corasick v1.1.3
29852024-04-19T20:08:04.225Z Compiling maybe-uninit v2.0.0
29862024-04-19T20:08:04.684Z Compiling anstyle-query v1.0.2
29872024-04-19T20:08:04.823Z Compiling anstyle v1.0.6
29882024-04-19T20:08:04.943Z Compiling regex-syntax v0.8.3
29892024-04-19T20:08:05.037Z Compiling tap v1.0.1
29902024-04-19T20:08:05.207Z Compiling colorchoice v1.0.0
29912024-04-19T20:08:05.258Z Compiling base64 v0.21.7
29922024-04-19T20:08:05.362Z Compiling anstream v0.6.13
29932024-04-19T20:08:05.405Z Compiling wyz v0.5.1
29942024-04-19T20:08:05.777Z Compiling rustls-pemfile v1.0.4
29952024-04-19T20:08:06.390Z Compiling rand v0.8.5
29962024-04-19T20:08:06.519Z Compiling rfc6979 v0.4.0
29972024-04-19T20:08:06.558Z Compiling rand_core v0.5.1
29982024-04-19T20:08:07.002Z Compiling hyper-tls v0.5.0
29992024-04-19T20:08:07.002Z Compiling hyper-rustls v0.24.2
30002024-04-19T20:08:07.445Z Compiling terminal_size v0.3.0
30012024-04-19T20:08:07.517Z Compiling url v2.5.0
30022024-04-19T20:08:07.739Z Compiling serde_urlencoded v0.7.1
30032024-04-19T20:08:07.852Z Compiling inout v0.1.3
30042024-04-19T20:08:08.076Z Compiling regex-automata v0.4.6
30052024-04-19T20:08:08.249Z Compiling curve25519-dalek-derive v0.1.1
30062024-04-19T20:08:08.319Z Compiling heapless v0.7.17
30072024-04-19T20:08:08.715Z Compiling num-integer v0.1.46
30082024-04-19T20:08:10.331Z Compiling encoding_rs v0.8.33
30092024-04-19T20:08:12.760Z Compiling mime v0.3.17
30102024-04-19T20:08:13.701Z Compiling clap_lex v0.7.0
30112024-04-19T20:08:16.189Z Compiling webpki-roots v0.25.4
30122024-04-19T20:08:16.352Z Compiling strsim v0.11.0
30132024-04-19T20:08:17.715Z Compiling ipnet v2.9.0
30142024-04-19T20:08:18.060Z Compiling sync_wrapper v0.1.2
30152024-04-19T20:08:18.186Z Compiling spin v0.5.2
30162024-04-19T20:08:18.411Z Compiling unicode-width v0.1.11
30172024-04-19T20:08:18.695Z Compiling num-bigint-dig v0.8.4
30182024-04-19T20:08:19.921Z Compiling packed_struct v0.10.1
30192024-04-19T20:08:19.947Z Compiling heck v0.5.0
30202024-04-19T20:08:20.035Z Compiling funty v2.0.0
30212024-04-19T20:08:20.315Z Compiling clap_derive v4.5.4
30222024-04-19T20:08:20.389Z Compiling getopts v0.2.21
30232024-04-19T20:08:20.438Z Compiling lazy_static v1.4.0
30242024-04-19T20:08:20.547Z Compiling reqwest v0.11.27
30252024-04-19T20:08:21.169Z Compiling bitvec v1.0.1
30262024-04-19T20:08:22.497Z Compiling clap_builder v4.5.2
30272024-04-19T20:08:24.182Z Compiling regex v1.10.4
30282024-04-19T20:08:25.069Z Compiling num-iter v0.1.44
30292024-04-19T20:08:25.308Z Compiling cipher v0.4.4
30302024-04-19T20:08:25.714Z Compiling ecdsa v0.16.9
30312024-04-19T20:08:26.853Z Compiling typify v0.0.16
30322024-04-19T20:08:26.980Z Compiling openapiv3 v2.0.0
30332024-04-19T20:08:29.821Z Compiling primeorder v0.13.6
30342024-04-19T20:08:29.903Z Compiling ssh-encoding v0.2.0
30352024-04-19T20:08:30.152Z Compiling ed25519 v2.2.3
30362024-04-19T20:08:30.505Z Compiling digest v0.9.0
30372024-04-19T20:08:30.614Z Compiling packed_struct_codegen v0.10.1
30382024-04-19T20:08:30.713Z Compiling hash32 v0.2.1
30392024-04-19T20:08:31.411Z Compiling anyhow v1.0.81
30402024-04-19T20:08:31.453Z Compiling stable_deref_trait v1.2.0
30412024-04-19T20:08:31.453Z Compiling slog v2.7.0
30422024-04-19T20:08:31.518Z Compiling nodrop v0.1.14
30432024-04-19T20:08:31.622Z Compiling unsafe-libyaml v0.2.11
30442024-04-19T20:08:31.697Z Compiling array-init v0.0.4
30452024-04-19T20:08:32.741Z Compiling serde_yaml v0.9.34+deprecated
30462024-04-19T20:08:36.006Z Compiling ed25519-dalek v2.1.1
30472024-04-19T20:08:36.459Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30482024-04-19T20:08:36.504Z Compiling ssh-cipher v0.2.0
30492024-04-19T20:08:36.770Z Compiling p256 v0.13.2
30502024-04-19T20:08:36.805Z Compiling smallvec v0.6.14
30512024-04-19T20:08:38.680Z Compiling clap v4.5.4
30522024-04-19T20:08:40.759Z Compiling rand_chacha v0.2.2
30532024-04-19T20:08:41.814Z Compiling pkcs1 v0.7.5
30542024-04-19T20:08:44.797Z Compiling block-buffer v0.9.0
30552024-04-19T20:08:44.976Z Compiling zerocopy-derive v0.6.6
30562024-04-19T20:08:46.704Z Compiling blake3 v1.5.1
30572024-04-19T20:08:47.243Z Compiling is-terminal v0.4.12
30582024-04-19T20:08:47.357Z Compiling termcolor v1.4.1
30592024-04-19T20:08:47.846Z Compiling opaque-debug v0.3.1
30602024-04-19T20:08:47.937Z Compiling signature v1.6.4
30612024-04-19T20:08:48.117Z Compiling base64 v0.13.1
30622024-04-19T20:08:48.525Z Compiling cobs v0.2.3
30632024-04-19T20:08:48.563Z Compiling embedded-io v0.4.0
30642024-04-19T20:08:48.792Z Compiling bitfield v0.14.0
30652024-04-19T20:08:48.837Z Compiling postcard v1.0.8
30662024-04-19T20:08:48.958Z Compiling ed25519 v1.5.3
30672024-04-19T20:08:49.035Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30682024-04-19T20:08:49.278Z Compiling sha2 v0.9.9
30692024-04-19T20:08:49.735Z Compiling env_logger v0.10.2
30702024-04-19T20:08:50.999Z Compiling zerocopy v0.6.6
30712024-04-19T20:08:52.022Z Compiling rsa v0.9.6
30722024-04-19T20:08:52.571Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30732024-04-19T20:08:54.095Z Compiling rand v0.7.3
30742024-04-19T20:08:55.490Z Compiling ssh-key v0.6.5
30752024-04-19T20:08:56.320Z Compiling serde-hex v0.1.0
30762024-04-19T20:08:59.448Z Compiling curve25519-dalek v3.2.0
30772024-04-19T20:09:00.759Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30782024-04-19T20:09:02.281Z Compiling serde_path_to_error v0.1.16
30792024-04-19T20:09:03.205Z Compiling bincode v1.3.3
30802024-04-19T20:09:04.179Z Compiling x509-cert v0.2.5
30812024-04-19T20:09:05.284Z Compiling constant_time_eq v0.3.0
30822024-04-19T20:09:05.442Z Compiling arrayref v0.3.7
30832024-04-19T20:09:05.539Z Compiling crc-any v2.4.4
30842024-04-19T20:09:06.352Z Compiling hex v0.4.3
30852024-04-19T20:09:06.991Z Compiling arrayvec v0.7.4
30862024-04-19T20:09:08.942Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30872024-04-19T20:09:09.044Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30882024-04-19T20:09:09.239Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30892024-04-19T20:09:10.711Z Compiling oauth2 v4.4.2
30902024-04-19T20:09:14.155Z Compiling ed25519-dalek v1.0.1
30912024-04-19T20:09:14.202Z Compiling clap-num v1.1.1
30922024-04-19T20:09:14.430Z Compiling xdg v2.5.2
30932024-04-19T20:09:14.744Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30942024-04-19T20:09:39.339Z Finished release [optimized] target(s) in 2m 18s
30952024-04-19T20:09:39.415Z
30962024-04-19T20:09:39.415Zreal 2:31.604238696
30972024-04-19T20:09:39.415Zuser 15:35.883659250
30982024-04-19T20:09:39.415Zsys 1:32.630260047
30992024-04-19T20:09:39.415Ztrap 0.522347848
31002024-04-19T20:09:39.415Ztflt 0.468373041
31012024-04-19T20:09:39.415Zdflt 0.608154219
31022024-04-19T20:09:39.415Zkflt 0.000232631
31032024-04-19T20:09:39.415Zlock 37:20.221904384
31042024-04-19T20:09:39.415Zslp 43:11.822607147
31052024-04-19T20:09:39.416Zlat 57.357167546
31062024-04-19T20:09:39.416Zstop 50.262089887
31072024-04-19T20:09:39.440Z+ ptime -m gzip
31082024-04-19T20:09:40.766Z
31092024-04-19T20:09:40.766Zreal 1.345669452
31102024-04-19T20:09:40.766Zuser 1.328180710
31112024-04-19T20:09:40.766Zsys 0.016797692
31122024-04-19T20:09:40.766Ztrap 0.000201119
31132024-04-19T20:09:40.766Ztflt 0.000000000
31142024-04-19T20:09:40.766Zdflt 0.000000000
31152024-04-19T20:09:40.791Zkflt 0.000000000
31162024-04-19T20:09:40.791Zlock 0.000000000
31172024-04-19T20:09:40.791Zslp 0.000000000
31182024-04-19T20:09:40.791Zlat 0.000153387
31192024-04-19T20:09:40.791Zstop 0.000235813
31202024-04-19T20:09:40.791Zprocess exited: duration 890936 ms, exit code 0
 
31212024-04-19T20:09:40.846Zfound 9 output files
31222024-04-19T20:09:40.846Zuploading: /work/end-to-end-tests/bootstrap-f4f678342406d947.gz (9683652 bytes)
31232024-04-19T20:09:46.382Zuploaded: /work/end-to-end-tests/bootstrap-f4f678342406d947.gz
31242024-04-19T20:09:46.382Zuploading: /work/end-to-end-tests/bootstrap.gz (104727465 bytes)
31252024-04-19T20:10:26.464Zuploaded: /work/end-to-end-tests/bootstrap.gz
31262024-04-19T20:10:26.464Zuploading: /work/end-to-end-tests/commtest-8564126c5fe9b3ba.gz (9683025 bytes)
31272024-04-19T20:10:33.538Zuploaded: /work/end-to-end-tests/commtest-8564126c5fe9b3ba.gz
31282024-04-19T20:10:33.538Zuploading: /work/end-to-end-tests/dhcp_server-686eaa7822d796de.gz (9682302 bytes)
31292024-04-19T20:10:40.682Zuploaded: /work/end-to-end-tests/dhcp_server-686eaa7822d796de.gz
31302024-04-19T20:10:40.682Zuploading: /work/end-to-end-tests/end_to_end_tests-29c8d470d114db32.gz (106368661 bytes)
31312024-04-19T20:11:42.703Zuploaded: /work/end-to-end-tests/end_to_end_tests-29c8d470d114db32.gz
31322024-04-19T20:11:42.703Zuploading: /work/caboose-util.gz (2413950 bytes)
31332024-04-19T20:11:44.330Zuploaded: /work/caboose-util.gz
31342024-04-19T20:11:44.330Zuploading: /work/tufaceous.gz (11807520 bytes)
31352024-04-19T20:11:53.799Zuploaded: /work/tufaceous.gz
31362024-04-19T20:11:53.799Zuploading: /work/commtest (470722768 bytes)
31372024-04-19T20:15:29.352Zuploaded: /work/commtest
31382024-04-19T20:15:29.352Zuploading: /work/permslip.gz (10331253 bytes)
31392024-04-19T20:15:35.710Zuploaded: /work/permslip.gz