01K0D15TC27TB0S0YT8FMQK6GB: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01K0D177JY5N8HAK98QBSRS23V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-17T20:30:09.379Zjob assigned to worker 01K0D174RGE1E5159MWYTH86RE [factory aws, i-0e751d0d158de4ba4] (queued for 59 s)
 
22025-07-17T20:30:17.315Zstarting task 0: "setup"
32025-07-17T20:30:17.320Z++ uname -s
42025-07-17T20:30:17.323Z+ kern=SunOS
52025-07-17T20:30:17.323Z+ build_user=build
62025-07-17T20:30:17.323Z+ build_uid=12345
72025-07-17T20:30:17.323Z+ work_dir=/work
82025-07-17T20:30:17.323Z+ input_dir=/input
92025-07-17T20:30:17.323Z+ [[ 0 == 12345 ]]
102025-07-17T20:30:17.323Z+ case "$kern" in
112025-07-17T20:30:17.323Z+ groupadd -g 12345 build
122025-07-17T20:30:17.330Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-17T20:30:19.333Z+ zfs create -o mountpoint=/work rpool/work
142025-07-17T20:30:19.448Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-17T20:30:19.451Z+ home_fs=zfs
162025-07-17T20:30:19.451Z+ [[ zfs == autofs ]]
172025-07-17T20:30:19.451Z+ mkdir -p /home/build
182025-07-17T20:30:19.457Z+ chown build:build /home/build /work
192025-07-17T20:30:21.454Z+ chmod 0700 /home/build /work
202025-07-17T20:30:21.458Zprocess exited: duration 4144 ms, exit code 0
 
212025-07-17T20:30:21.468Zstarting task 1: "rust-toolchain"
222025-07-17T20:30:21.472Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-07-17T20:30:21.472Z * rust toolchain channel = "1.88.0"
242025-07-17T20:30:21.472Z * rust toolchain profile = "default"
252025-07-17T20:30:21.472Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-07-17T20:30:21.472Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-17T20:30:21.472Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-17T20:30:21.475Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-17T20:30:21.475Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-07-17T20:30:21.574Zinfo: downloading installer
312025-07-17T20:30:23.075Zwarn: It looks like you have an existing installation of Rust at:
322025-07-17T20:30:23.075Zwarn: /opt/ooce/bin
332025-07-17T20:30:23.075Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-17T20:30:23.075Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-17T20:30:23.075Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-17T20:30:23.075Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-17T20:30:23.075Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-17T20:30:23.075Zerror: cannot install while Rust is installed
392025-07-17T20:30:23.075Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-17T20:30:23.089Zinfo: profile set to 'default'
412025-07-17T20:30:23.089Zinfo: default host triple is x86_64-unknown-illumos
422025-07-17T20:30:23.093Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-07-17T20:30:23.257Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-07-17T20:30:23.257Zinfo: downloading component 'cargo'
452025-07-17T20:30:24.125Zinfo: downloading component 'clippy'
462025-07-17T20:30:24.523Zinfo: downloading component 'rust-docs'
472025-07-17T20:30:26.092Zinfo: downloading component 'rust-std'
482025-07-17T20:30:27.730Zinfo: downloading component 'rustc'
492025-07-17T20:30:34.208Zinfo: downloading component 'rustfmt'
502025-07-17T20:30:34.453Zinfo: installing component 'cargo'
512025-07-17T20:30:35.338Zinfo: installing component 'clippy'
522025-07-17T20:30:35.735Zinfo: installing component 'rust-docs'
532025-07-17T20:30:37.575Zinfo: installing component 'rust-std'
542025-07-17T20:30:39.301Zinfo: installing component 'rustc'
552025-07-17T20:30:45.767Zinfo: installing component 'rustfmt'
562025-07-17T20:30:46.095Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-07-17T20:30:46.095Z
582025-07-17T20:30:46.527Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-07-17T20:30:46.527Z
602025-07-17T20:30:46.530Z
612025-07-17T20:30:46.530ZRust is installed now. Great!
622025-07-17T20:30:46.530Z
632025-07-17T20:30:46.530ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-17T20:30:46.530Zenvironment variable. This has not been done automatically.
652025-07-17T20:30:46.530Z
662025-07-17T20:30:46.530ZTo configure your current shell, you need to source
672025-07-17T20:30:46.530Zthe corresponding env file under $HOME/.cargo.
682025-07-17T20:30:46.530Z
692025-07-17T20:30:46.530ZThis is usually done by running one of the following (note the leading DOT):
702025-07-17T20:30:46.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-17T20:30:46.530Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-17T20:30:46.530Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-17T20:30:46.631Z+ rustup --version
742025-07-17T20:30:46.637Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-17T20:30:46.637Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-17T20:30:46.705Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-07-17T20:30:46.708Z+ cargo --version
782025-07-17T20:30:46.765Zcargo 1.88.0 (873a06493 2025-05-10)
792025-07-17T20:30:46.769Z+ rustc --version
802025-07-17T20:30:46.834Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-07-17T20:30:46.837Zprocess exited: duration 25370 ms, exit code 0
 
822025-07-17T20:30:46.843Zstarting task 2: "authentication"
832025-07-17T20:30:46.865Zprocess exited: duration 21 ms, exit code 0
 
842025-07-17T20:30:46.872Zstarting task 3: "clone repository"
852025-07-17T20:30:46.877Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-17T20:30:46.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-17T20:30:46.922ZCloning into '/work/oxidecomputer/omicron'...
882025-07-17T20:30:55.245Z+ cd /work/oxidecomputer/omicron
892025-07-17T20:30:55.246Z+ git fetch origin a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71
902025-07-17T20:30:55.674ZFrom https://github.com/oxidecomputer/omicron
912025-07-17T20:30:55.674Z * branch a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 -> FETCH_HEAD
922025-07-17T20:30:55.684Z+ [[ -n sudomateo/wuxkwlxksyvk ]]
932025-07-17T20:30:55.688Z++ git branch --show-current
942025-07-17T20:30:55.691Z+ current=main
952025-07-17T20:30:55.692Z+ [[ main != sudomateo/wuxkwlxksyvk ]]
962025-07-17T20:30:55.692Z+ git branch -f sudomateo/wuxkwlxksyvk a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71
972025-07-17T20:30:55.701Z+ git checkout -f sudomateo/wuxkwlxksyvk
982025-07-17T20:30:55.917ZSwitched to branch 'sudomateo/wuxkwlxksyvk'
992025-07-17T20:30:55.921Z+ git reset --hard a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71
1002025-07-17T20:30:55.948ZHEAD is now at a8a7d9bbc nexus: add null test in `switch_port_settings_route_config` integration tests
1012025-07-17T20:30:55.953Zprocess exited: duration 9076 ms, exit code 0
 
1022025-07-17T20:30:55.961Zstarting task 4: "build"
1032025-07-17T20:30:55.965Z+ source .github/buildomat/ci-env.sh
1042025-07-17T20:30:55.965Z++ export CARGO_TERM_COLOR=always
1052025-07-17T20:30:55.965Z++ CARGO_TERM_COLOR=always
1062025-07-17T20:30:55.965Z+ cargo --version
1072025-07-17T20:30:56.020Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-07-17T20:30:56.023Z+ rustc --version
1092025-07-17T20:30:56.088Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-07-17T20:30:56.091Z+ WORK=/work
1112025-07-17T20:30:56.091Z+ pfexec mkdir -p /work
1122025-07-17T20:30:56.097Z+ pfexec chown build /work
1132025-07-17T20:30:56.100Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-07-17T20:31:06.335Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-07-17T20:31:13.501Z Startup: Caching catalogs ... Done
1162025-07-17T20:31:18.239ZPlanning: Solver setup ... Done (3.549s)
1172025-07-17T20:31:18.272ZPlanning: Running solver ... Done (0.033s)
1182025-07-17T20:31:18.360ZPlanning: Finding local manifests ... Done (0.004s)
1192025-07-17T20:31:18.375ZPlanning: Fetching manifests: 0/4 0% complete
1202025-07-17T20:31:18.522ZPlanning: Fetching manifests: 4/4 100% complete
1212025-07-17T20:31:18.569ZPlanning: Package planning ... Done (0.047s)
1222025-07-17T20:31:18.619ZPlanning: Merging actions ... Done (0.050s)
1232025-07-17T20:31:18.909ZPlanning: Checking for conflicting actions ... Done (0.290s)
1242025-07-17T20:31:18.922ZPlanning: Consolidating action changes ... Done (0.011s)
1252025-07-17T20:31:20.145ZPlanning: Evaluating mediators ... Done (1.223s)
1262025-07-17T20:31:20.154ZPlanning: Planning completed in 6.53 seconds
1272025-07-17T20:31:20.170Z Packages to install: 4
1282025-07-17T20:31:20.170Z Mediators to change: 2
1292025-07-17T20:31:20.174Z Services to change: 1
1302025-07-17T20:31:20.174Z Estimated space available: 155.51 GB
1312025-07-17T20:31:20.174ZEstimated space to be consumed: 1.70 GB
1322025-07-17T20:31:20.174Z Create boot environment: No
1332025-07-17T20:31:20.174ZCreate backup boot environment: No
1342025-07-17T20:31:20.174Z Rebuild boot archive: No
1352025-07-17T20:31:20.174Z
1362025-07-17T20:31:20.174ZChanged mediators:
1372025-07-17T20:31:20.174Z mediator clang:
1382025-07-17T20:31:20.174Z version: None -> 15 (system default)
1392025-07-17T20:31:20.174Z
1402025-07-17T20:31:20.174Z mediator llvm:
1412025-07-17T20:31:20.174Z version: 14 (system default) -> 15 (system default)
1422025-07-17T20:31:20.174Z
1432025-07-17T20:31:20.174ZChanged packages:
1442025-07-17T20:31:20.174Zhelios-dev
1452025-07-17T20:31:20.174Z developer/build-essential
1462025-07-17T20:31:20.174Z None -> 11-2.0
1472025-07-17T20:31:20.174Z library/libxmlsec1
1482025-07-17T20:31:20.174Z None -> 1.2.35-2.0
1492025-07-17T20:31:20.174Z ooce/developer/clang-15
1502025-07-17T20:31:20.174Z None -> 15.0.7-2.0
1512025-07-17T20:31:20.174Z ooce/developer/llvm-15
1522025-07-17T20:31:20.174Z None -> 15.0.7-2.0
1532025-07-17T20:31:20.174Z
1542025-07-17T20:31:20.174ZServices:
1552025-07-17T20:31:20.174Z restart_fmri:
1562025-07-17T20:31:20.174Z svc:/system/update-man-index:default
1572025-07-17T20:31:20.225Z
1582025-07-17T20:31:20.225ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-07-17T20:31:25.225ZDownload: 1186/3290 items 81.6/212.6MB 38% complete (17.3M/s)
1602025-07-17T20:31:30.226ZDownload: 2562/3290 items 120.2/212.6MB 56% complete (12.1M/s)
1612025-07-17T20:31:33.619ZDownload: Completed 212.60 MB in 13.06 seconds (16.3M/s)
1622025-07-17T20:31:33.665Z Actions: 1/3689 actions (Installing new actions)
1632025-07-17T20:31:38.013Z Actions: Completed 3689 actions in 4.52 seconds.
1642025-07-17T20:31:38.359Z Done (0.341s)
1652025-07-17T20:31:38.359Z Done (0.000s)
1662025-07-17T20:31:39.217Z Done (0.857s)
1672025-07-17T20:31:43.732Z Done (4.211s)
1682025-07-17T20:31:43.825Z Done (0.019s)
1692025-07-17T20:31:43.828Z Done (0.000s)
1702025-07-17T20:31:43.993Z Done (0.000s)
1712025-07-17T20:31:44.810ZPlanning: Evaluating mediator changes ... Done
1722025-07-17T20:31:44.972ZPlanning: Checking for conflicting actions ... Done
1732025-07-17T20:31:44.975ZPlanning: Consolidating action changes ... Done
1742025-07-17T20:31:45.242ZPlanning: Evaluating mediators ... Done
1752025-07-17T20:31:45.246ZPlanning: Planning completed in 0.43 seconds
1762025-07-17T20:31:45.275Z Mediators to change: 2
1772025-07-17T20:31:45.275Z Create boot environment: No
1782025-07-17T20:31:45.279ZCreate backup boot environment: No
1792025-07-17T20:31:45.348Z Done
1802025-07-17T20:31:45.348Z Done
1812025-07-17T20:31:45.962Z Done
1822025-07-17T20:31:49.576Z Done
1832025-07-17T20:31:49.660Z Done
1842025-07-17T20:31:49.663Z Done
1852025-07-17T20:31:49.809Z Done
1862025-07-17T20:31:50.432ZPlanning: Evaluating mediator changes ... Done
1872025-07-17T20:31:50.435ZPlanning: Merging actions ... Done
1882025-07-17T20:31:50.626ZPlanning: Checking for conflicting actions ... Done
1892025-07-17T20:31:50.629ZPlanning: Consolidating action changes ... Done
1902025-07-17T20:31:50.894ZPlanning: Evaluating mediators ... Done
1912025-07-17T20:31:50.952ZPlanning: Planning completed in 0.77 seconds
1922025-07-17T20:31:50.986Z Packages to change: 1
1932025-07-17T20:31:50.986Z Mediators to change: 1
1942025-07-17T20:31:50.990Z Services to change: 1
1952025-07-17T20:31:50.990Z Create boot environment: No
1962025-07-17T20:31:50.990ZCreate backup boot environment: Yes
1972025-07-17T20:31:53.443Z Actions: 1/6 actions (Updating modified actions)
1982025-07-17T20:31:53.449Z Actions: Completed 6 actions in 0.00 seconds.
1992025-07-17T20:31:53.449Z Done
2002025-07-17T20:31:53.449Z Done
2012025-07-17T20:31:53.619Z Done
2022025-07-17T20:31:57.175Z Done
2032025-07-17T20:31:57.262Z Done
2042025-07-17T20:31:57.266Z Done
2052025-07-17T20:31:57.413Z Done
2062025-07-17T20:31:57.856ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072025-07-17T20:31:57.856Zclang system 15 system
2082025-07-17T20:31:57.856Zcsh system system illumos
2092025-07-17T20:31:57.856Zctags system system illumos
2102025-07-17T20:31:57.856Zfile system system illumos
2112025-07-17T20:31:57.856Zgcc vendor 12 vendor
2122025-07-17T20:31:57.856Zgcc system 10 system
2132025-07-17T20:31:57.856Zgcc system 7 system
2142025-07-17T20:31:57.856Zgo system 1.20 system
2152025-07-17T20:31:57.856Zgo system 1.19 system
2162025-07-17T20:31:57.856Zllvm system 15 system
2172025-07-17T20:31:57.856Zllvm system 14 system
2182025-07-17T20:31:57.856Zmariadb system 10.6 system
2192025-07-17T20:31:57.856Zmta vendor vendor dma
2202025-07-17T20:31:57.856Zopenjdk system 17 system
2212025-07-17T20:31:57.856Zopenjdk system 11 system
2222025-07-17T20:31:57.856Zopenjdk system 1.8 system
2232025-07-17T20:31:57.856Zopenssl vendor 3 vendor
2242025-07-17T20:31:57.856Zperl system 5.36 system
2252025-07-17T20:31:57.856Zpostgresql system 15 system
2262025-07-17T20:31:57.856Zpostgresql system 13 system
2272025-07-17T20:31:57.856Zpython vendor 3 vendor
2282025-07-17T20:31:57.856Zpython system 2 system
2292025-07-17T20:31:57.856Zpython3 system 3.11 system
2302025-07-17T20:31:57.856Zruby system 3.0 system
2312025-07-17T20:31:57.856Zwords vendor vendor american-english
2322025-07-17T20:31:57.856Zwords system system australian-english
2332025-07-17T20:31:57.856Zwords system system british-english
2342025-07-17T20:31:57.856Zwords system system canadian-english
2352025-07-17T20:31:57.857Zwords system system french
2362025-07-17T20:31:57.857Zwords system system italian
2372025-07-17T20:31:57.857Zwords system system ngerman
2382025-07-17T20:31:57.857Zwords system system ogerman
2392025-07-17T20:31:57.857Zwords system system spanish
2402025-07-17T20:31:58.204ZPUBLISHER TYPE STATUS P LOCATION
2412025-07-17T20:31:58.204Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422025-07-17T20:32:02.886ZFMRI IFO
2432025-07-17T20:32:02.886Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442025-07-17T20:32:02.886Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452025-07-17T20:32:02.886Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462025-07-17T20:32:02.886Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472025-07-17T20:32:02.886Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482025-07-17T20:32:02.886Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492025-07-17T20:32:02.886Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-07-17T20:32:02.886Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512025-07-17T20:32:02.886Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-07-17T20:32:02.886Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-07-17T20:32:02.886Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542025-07-17T20:32:02.886Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-07-17T20:32:02.886Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-07-17T20:32:02.886Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572025-07-17T20:32:02.886Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-07-17T20:32:02.886Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-07-17T20:32:03.867Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-07-17T20:32:04.181Z Updating crates.io index
2612025-07-17T20:32:04.239Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622025-07-17T20:32:04.531Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-07-17T20:32:05.469Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642025-07-17T20:32:05.754Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652025-07-17T20:32:05.998Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662025-07-17T20:32:06.302Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-07-17T20:32:09.096Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-07-17T20:32:10.996Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-07-17T20:32:11.879Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-07-17T20:32:12.665Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-07-17T20:32:12.932Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-07-17T20:32:13.205Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732025-07-17T20:32:13.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742025-07-17T20:32:14.187Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752025-07-17T20:32:14.584Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762025-07-17T20:32:15.072Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772025-07-17T20:32:15.389Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-07-17T20:32:15.697Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-07-17T20:32:15.925Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-07-17T20:32:16.153Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-07-17T20:32:16.425Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822025-07-17T20:32:16.792Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832025-07-17T20:32:17.368Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842025-07-17T20:32:17.657Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852025-07-17T20:32:18.175Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2862025-07-17T20:32:18.671Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872025-07-17T20:32:18.962Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882025-07-17T20:32:19.336Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892025-07-17T20:32:20.062Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902025-07-17T20:32:20.219Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912025-07-17T20:32:20.489Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922025-07-17T20:32:20.928Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932025-07-17T20:32:29.785Z Updating git repository `https://github.com/illumos/smf-rs`
2942025-07-17T20:32:31.160Z Downloading crates ...
2952025-07-17T20:32:31.212Z Downloaded anstream v0.6.18
2962025-07-17T20:32:31.219Z Downloaded anstyle v1.0.11
2972025-07-17T20:32:31.234Z Downloaded byteorder v1.5.0
2982025-07-17T20:32:31.238Z Downloaded anstyle-parse v0.2.5
2992025-07-17T20:32:31.238Z Downloaded bytecount v0.6.8
3002025-07-17T20:32:31.242Z Downloaded anstyle-query v1.1.1
3012025-07-17T20:32:31.242Z Downloaded autocfg v1.4.0
3022025-07-17T20:32:31.243Z Downloaded anyhow v1.0.98
3032025-07-17T20:32:31.247Z Downloaded crypto-common v0.1.6
3042025-07-17T20:32:31.252Z Downloaded once_cell v1.21.3
3052025-07-17T20:32:31.253Z Downloaded textwrap v0.16.2
3062025-07-17T20:32:31.258Z Downloaded utf8parse v0.2.2
3072025-07-17T20:32:31.258Z Downloaded idna v1.0.3
3082025-07-17T20:32:31.264Z Downloaded zerofrom v0.1.4
3092025-07-17T20:32:31.264Z Downloaded bitflags v2.9.1
3102025-07-17T20:32:31.269Z Downloaded icu_locid v1.5.0
3112025-07-17T20:32:31.274Z Downloaded write16 v1.0.0
3122025-07-17T20:32:31.274Z Downloaded yoke-derive v0.7.4
3132025-07-17T20:32:31.274Z Downloaded icu_provider v1.5.0
3142025-07-17T20:32:31.278Z Downloaded pretty-hex v0.4.1
3152025-07-17T20:32:31.279Z Downloaded camino v1.1.10
3162025-07-17T20:32:31.285Z Downloaded unicode-xid v0.2.6
3172025-07-17T20:32:31.286Z Downloaded thread-id v4.2.2
3182025-07-17T20:32:31.286Z Downloaded zerofrom-derive v0.1.4
3192025-07-17T20:32:31.291Z Downloaded ordered-float v2.10.1
3202025-07-17T20:32:31.292Z Downloaded idna_adapter v1.2.0
3212025-07-17T20:32:31.292Z Downloaded version_check v0.9.5
3222025-07-17T20:32:31.292Z Downloaded utf16_iter v1.0.5
3232025-07-17T20:32:31.292Z Downloaded thiserror-impl v1.0.69
3242025-07-17T20:32:31.292Z Downloaded tinystr v0.7.6
3252025-07-17T20:32:31.296Z Downloaded memmap v0.7.0
3262025-07-17T20:32:31.296Z Downloaded zerovec-derive v0.10.3
3272025-07-17T20:32:31.300Z Downloaded yoke v0.7.4
3282025-07-17T20:32:31.300Z Downloaded dtrace-parser v0.2.0
3292025-07-17T20:32:31.300Z Downloaded usdt-impl v0.5.0
3302025-07-17T20:32:31.304Z Downloaded thiserror v2.0.12
3312025-07-17T20:32:31.308Z Downloaded zerocopy-derive v0.7.35
3322025-07-17T20:32:31.312Z Downloaded unicode-ident v1.0.18
3332025-07-17T20:32:31.315Z Downloaded equivalent v1.0.2
3342025-07-17T20:32:31.319Z Downloaded thiserror-impl v2.0.12
3352025-07-17T20:32:31.319Z Downloaded ucd-trie v0.1.7
3362025-07-17T20:32:31.323Z Downloaded url v2.5.4
3372025-07-17T20:32:31.323Z Downloaded heck v0.5.0
3382025-07-17T20:32:31.327Z Downloaded typenum v1.17.0
3392025-07-17T20:32:31.327Z Downloaded swrite v0.1.0
3402025-07-17T20:32:31.332Z Downloaded macaddr v1.0.1
3412025-07-17T20:32:31.332Z Downloaded getrandom v0.3.1
3422025-07-17T20:32:31.338Z Downloaded scroll_derive v0.12.0
3432025-07-17T20:32:31.338Z Downloaded icu_provider_macros v1.5.0
3442025-07-17T20:32:31.338Z Downloaded fs-err v3.1.1
3452025-07-17T20:32:31.342Z Downloaded toml v0.8.23
3462025-07-17T20:32:31.342Z Downloaded zerovec v0.10.4
3472025-07-17T20:32:31.347Z Downloaded zerocopy v0.7.35
3482025-07-17T20:32:31.361Z Downloaded winnow v0.7.10
3492025-07-17T20:32:31.367Z Downloaded synstructure v0.13.1
3502025-07-17T20:32:31.371Z Downloaded icu_collections v1.5.0
3512025-07-17T20:32:31.375Z Downloaded dof v0.3.0
3522025-07-17T20:32:31.375Z Downloaded terminal_size v0.4.0
3532025-07-17T20:32:31.379Z Downloaded unicode-width v0.2.0
3542025-07-17T20:32:31.383Z Downloaded unicode-width v0.1.14
3552025-07-17T20:32:31.387Z Downloaded smallvec v1.15.0
3562025-07-17T20:32:31.391Z Downloaded proc-macro-error v1.0.4
3572025-07-17T20:32:31.395Z Downloaded semver v1.0.26
3582025-07-17T20:32:31.395Z Downloaded camino-tempfile v1.4.1
3592025-07-17T20:32:31.395Z Downloaded scroll v0.12.0
3602025-07-17T20:32:31.399Z Downloaded litemap v0.7.3
3612025-07-17T20:32:31.400Z Downloaded sha2 v0.10.9
3622025-07-17T20:32:31.403Z Downloaded icu_locid_transform_data v1.5.0
3632025-07-17T20:32:31.404Z Downloaded icu_normalizer_data v1.5.0
3642025-07-17T20:32:31.404Z Downloaded clap_derive v4.5.40
3652025-07-17T20:32:31.408Z Downloaded pest_meta v2.7.14
3662025-07-17T20:32:31.408Z Downloaded pest_derive v2.7.14
3672025-07-17T20:32:31.412Z Downloaded cargo_toml v0.21.0
3682025-07-17T20:32:31.412Z Downloaded erased-serde v0.4.6
3692025-07-17T20:32:31.416Z Downloaded ryu v1.0.18
3702025-07-17T20:32:31.416Z Downloaded papergrid v0.11.0
3712025-07-17T20:32:31.421Z Downloaded tempfile v3.20.0
3722025-07-17T20:32:31.425Z Downloaded num-traits v0.2.19
3732025-07-17T20:32:31.425Z Downloaded log v0.4.27
3742025-07-17T20:32:31.429Z Downloaded serde_tokenstream v0.2.2
3752025-07-17T20:32:31.429Z Downloaded proc-macro2 v1.0.95
3762025-07-17T20:32:31.433Z Downloaded clap v4.5.40
3772025-07-17T20:32:31.439Z Downloaded quote v1.0.40
3782025-07-17T20:32:31.444Z Downloaded displaydoc v0.2.5
3792025-07-17T20:32:31.444Z Downloaded icu_properties v1.5.1
3802025-07-17T20:32:31.450Z Downloaded strsim v0.11.1
3812025-07-17T20:32:31.450Z Downloaded smawk v0.3.2
3822025-07-17T20:32:31.451Z Downloaded serde_spanned v0.6.9
3832025-07-17T20:32:31.451Z Downloaded serde_derive v1.0.219
3842025-07-17T20:32:31.456Z Downloaded serde-value v0.7.0
3852025-07-17T20:32:31.456Z Downloaded errno v0.3.12
3862025-07-17T20:32:31.457Z Downloaded clap_lex v0.7.4
3872025-07-17T20:32:31.457Z Downloaded stable_deref_trait v1.2.0
3882025-07-17T20:32:31.461Z Downloaded serde-untagged v0.1.7
3892025-07-17T20:32:31.461Z Downloaded memchr v2.7.4
3902025-07-17T20:32:31.465Z Downloaded plain v0.2.3
3912025-07-17T20:32:31.465Z Downloaded serde v1.0.219
3922025-07-17T20:32:31.480Z Downloaded indexmap v2.10.0
3932025-07-17T20:32:31.484Z Downloaded is_terminal_polyfill v1.70.1
3942025-07-17T20:32:31.484Z Downloaded icu_locid_transform v1.5.0
3952025-07-17T20:32:31.484Z Downloaded heck v0.4.1
3962025-07-17T20:32:31.484Z Downloaded fnv v1.0.7
3972025-07-17T20:32:31.484Z Downloaded colorchoice v1.0.2
3982025-07-17T20:32:31.484Z Downloaded cargo-util-schemas v0.2.0
3992025-07-17T20:32:31.484Z Downloaded percent-encoding v2.3.1
4002025-07-17T20:32:31.484Z Downloaded generic-array v0.14.7
4012025-07-17T20:32:31.484Z Downloaded hashbrown v0.15.4
4022025-07-17T20:32:31.484Z Downloaded pest_generator v2.7.14
4032025-07-17T20:32:31.495Z Downloaded fastrand v2.1.1
4042025-07-17T20:32:31.495Z Downloaded toml_edit v0.22.27
4052025-07-17T20:32:31.495Z Downloaded form_urlencoded v1.2.1
4062025-07-17T20:32:31.500Z Downloaded cargo-platform v0.2.0
4072025-07-17T20:32:31.500Z Downloaded thiserror v1.0.69
4082025-07-17T20:32:31.500Z Downloaded unicode-linebreak v0.1.5
4092025-07-17T20:32:31.500Z Downloaded pest v2.7.14
4102025-07-17T20:32:31.504Z Downloaded typeid v1.0.3
4112025-07-17T20:32:31.504Z Downloaded goblin v0.8.2
4122025-07-17T20:32:31.508Z Downloaded usdt v0.5.0
4132025-07-17T20:32:31.509Z Downloaded toml_datetime v0.6.11
4142025-07-17T20:32:31.513Z Downloaded cfg-if v1.0.1
4152025-07-17T20:32:31.513Z Downloaded cargo_metadata v0.20.0
4162025-07-17T20:32:31.513Z Downloaded icu_properties_data v1.5.0
4172025-07-17T20:32:31.522Z Downloaded serde_json v1.0.140
4182025-07-17T20:32:31.530Z Downloaded tabled v0.15.0
4192025-07-17T20:32:31.542Z Downloaded clap_builder v4.5.40
4202025-07-17T20:32:31.547Z Downloaded syn v1.0.109
4212025-07-17T20:32:31.555Z Downloaded writeable v0.5.5
4222025-07-17T20:32:31.560Z Downloaded utf8_iter v1.0.4
4232025-07-17T20:32:31.560Z Downloaded toml_write v0.1.2
4242025-07-17T20:32:31.560Z Downloaded tabled_derive v0.7.0
4252025-07-17T20:32:31.560Z Downloaded proc-macro-error-attr v1.0.4
4262025-07-17T20:32:31.564Z Downloaded icu_normalizer v1.5.0
4272025-07-17T20:32:31.564Z Downloaded usdt-macro v0.5.0
4282025-07-17T20:32:31.564Z Downloaded usdt-attr-macro v0.5.0
4292025-07-17T20:32:31.564Z Downloaded itoa v1.0.11
4302025-07-17T20:32:31.569Z Downloaded syn v2.0.104
4312025-07-17T20:32:31.573Z Downloaded cpufeatures v0.2.14
4322025-07-17T20:32:31.576Z Downloaded block-buffer v0.10.4
4332025-07-17T20:32:31.576Z Downloaded digest v0.10.7
4342025-07-17T20:32:31.580Z Downloaded rustix v0.38.37
4352025-07-17T20:32:31.610Z Downloaded rustix v1.0.7
4362025-07-17T20:32:31.625Z Downloaded libc v0.2.174
4372025-07-17T20:32:31.717Z Compiling proc-macro2 v1.0.95
4382025-07-17T20:32:31.718Z Compiling unicode-ident v1.0.18
4392025-07-17T20:32:31.718Z Compiling serde v1.0.219
4402025-07-17T20:32:31.733Z Compiling version_check v0.9.5
4412025-07-17T20:32:31.733Z Compiling thiserror v1.0.69
4422025-07-17T20:32:31.733Z Compiling libc v0.2.174
4432025-07-17T20:32:31.733Z Compiling memchr v2.7.4
4442025-07-17T20:32:31.733Z Compiling stable_deref_trait v1.2.0
4452025-07-17T20:32:32.129Z Compiling litemap v0.7.3
4462025-07-17T20:32:32.154Z Compiling itoa v1.0.11
4472025-07-17T20:32:32.444Z Compiling writeable v0.5.5
4482025-07-17T20:32:32.553Z Compiling autocfg v1.4.0
4492025-07-17T20:32:32.646Z Compiling ryu v1.0.18
4502025-07-17T20:32:32.689Z Compiling ucd-trie v0.1.7
4512025-07-17T20:32:32.942Z Compiling once_cell v1.21.3
4522025-07-17T20:32:33.035Z Compiling bitflags v2.9.1
4532025-07-17T20:32:33.203Z Compiling byteorder v1.5.0
4542025-07-17T20:32:33.357Z Compiling icu_locid_transform_data v1.5.0
4552025-07-17T20:32:33.376Z Compiling icu_properties_data v1.5.0
4562025-07-17T20:32:33.467Z Compiling serde_json v1.0.140
4572025-07-17T20:32:33.491Z Compiling num-traits v0.2.19
4582025-07-17T20:32:33.584Z Compiling rustix v0.38.37
4592025-07-17T20:32:33.635Z Compiling hashbrown v0.15.4
4602025-07-17T20:32:33.804Z Compiling quote v1.0.40
4612025-07-17T20:32:33.865Z Compiling equivalent v1.0.2
4622025-07-17T20:32:33.956Z Compiling write16 v1.0.0
4632025-07-17T20:32:34.013Z Compiling errno v0.3.12
4642025-07-17T20:32:34.126Z Compiling smallvec v1.15.0
4652025-07-17T20:32:34.150Z Compiling typeid v1.0.3
4662025-07-17T20:32:34.175Z Compiling utf8_iter v1.0.4
4672025-07-17T20:32:34.224Z Compiling syn v2.0.104
4682025-07-17T20:32:34.265Z Compiling icu_normalizer_data v1.5.0
4692025-07-17T20:32:34.367Z Compiling utf16_iter v1.0.5
4702025-07-17T20:32:34.499Z Compiling usdt-impl v0.5.0
4712025-07-17T20:32:34.527Z Compiling proc-macro-error-attr v1.0.4
4722025-07-17T20:32:34.578Z Compiling winnow v0.7.10
4732025-07-17T20:32:34.702Z Compiling indexmap v2.10.0
4742025-07-17T20:32:34.726Z Compiling toml_write v0.1.2
4752025-07-17T20:32:34.750Z Compiling syn v1.0.109
4762025-07-17T20:32:35.016Z Compiling thread-id v4.2.2
4772025-07-17T20:32:35.143Z Compiling proc-macro-error v1.0.4
4782025-07-17T20:32:35.233Z Compiling camino v1.1.10
4792025-07-17T20:32:35.392Z Compiling getrandom v0.3.1
4802025-07-17T20:32:35.484Z Compiling utf8parse v0.2.2
4812025-07-17T20:32:35.671Z Compiling plain v0.2.3
4822025-07-17T20:32:35.840Z Compiling semver v1.0.26
4832025-07-17T20:32:35.867Z Compiling rustix v1.0.7
4842025-07-17T20:32:35.956Z Compiling log v0.4.27
4852025-07-17T20:32:36.064Z Compiling percent-encoding v2.3.1
4862025-07-17T20:32:36.310Z Compiling form_urlencoded v1.2.1
4872025-07-17T20:32:36.376Z Compiling terminal_size v0.4.0
4882025-07-17T20:32:36.459Z Compiling anstyle-parse v0.2.5
4892025-07-17T20:32:36.500Z Compiling ordered-float v2.10.1
4902025-07-17T20:32:36.760Z Compiling thiserror v2.0.12
4912025-07-17T20:32:36.777Z Compiling cfg-if v1.0.1
4922025-07-17T20:32:36.902Z Compiling anstyle-query v1.1.1
4932025-07-17T20:32:37.025Z Compiling pretty-hex v0.4.1
4942025-07-17T20:32:37.050Z Compiling is_terminal_polyfill v1.70.1
4952025-07-17T20:32:37.077Z Compiling anstyle v1.0.11
4962025-07-17T20:32:37.208Z Compiling colorchoice v1.0.2
4972025-07-17T20:32:37.556Z Compiling anstream v0.6.18
4982025-07-17T20:32:37.761Z Compiling fs-err v3.1.1
4992025-07-17T20:32:37.875Z Compiling bytecount v0.6.8
5002025-07-17T20:32:37.901Z Compiling fnv v1.0.7
5012025-07-17T20:32:38.068Z Compiling anyhow v1.0.98
5022025-07-17T20:32:38.103Z Compiling unicode-xid v0.2.6
5032025-07-17T20:32:38.107Z Compiling heck v0.4.1
5042025-07-17T20:32:38.338Z Compiling fastrand v2.1.1
5052025-07-17T20:32:38.552Z Compiling heck v0.5.0
5062025-07-17T20:32:38.578Z Compiling clap_lex v0.7.4
5072025-07-17T20:32:38.683Z Compiling unicode-width v0.1.14
5082025-07-17T20:32:38.826Z Compiling strsim v0.11.1
5092025-07-17T20:32:39.179Z Compiling clap_builder v4.5.40
5102025-07-17T20:32:39.204Z Compiling papergrid v0.11.0
5112025-07-17T20:32:39.505Z Compiling tempfile v3.20.0
5122025-07-17T20:32:39.545Z Compiling memmap v0.7.0
5132025-07-17T20:32:39.875Z Compiling unicode-width v0.2.0
5142025-07-17T20:32:39.976Z Compiling unicode-linebreak v0.1.5
5152025-07-17T20:32:40.286Z Compiling smawk v0.3.2
5162025-07-17T20:32:40.519Z Compiling textwrap v0.16.2
5172025-07-17T20:32:40.991Z Compiling synstructure v0.13.1
5182025-07-17T20:32:41.109Z Compiling swrite v0.1.0
5192025-07-17T20:32:41.257Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202025-07-17T20:32:41.651Z Compiling tabled_derive v0.7.0
5212025-07-17T20:32:43.053Z Compiling serde_derive v1.0.219
5222025-07-17T20:32:43.054Z Compiling zerofrom-derive v0.1.4
5232025-07-17T20:32:43.151Z Compiling thiserror-impl v1.0.69
5242025-07-17T20:32:43.180Z Compiling yoke-derive v0.7.4
5252025-07-17T20:32:43.210Z Compiling zerovec-derive v0.10.3
5262025-07-17T20:32:44.101Z Compiling displaydoc v0.2.5
5272025-07-17T20:32:45.581Z Compiling icu_provider_macros v1.5.0
5282025-07-17T20:32:45.630Z Compiling zerocopy-derive v0.7.35
5292025-07-17T20:32:45.771Z Compiling scroll_derive v0.12.0
5302025-07-17T20:32:45.854Z Compiling thiserror-impl v2.0.12
5312025-07-17T20:32:46.209Z Compiling pest v2.7.14
5322025-07-17T20:32:46.422Z Compiling zerofrom v0.1.4
5332025-07-17T20:32:46.620Z Compiling clap_derive v4.5.40
5342025-07-17T20:32:46.666Z Compiling yoke v0.7.4
5352025-07-17T20:32:46.916Z Compiling tabled v0.15.0
5362025-07-17T20:32:47.015Z Compiling zerovec v0.10.4
5372025-07-17T20:32:47.063Z Compiling scroll v0.12.0
5382025-07-17T20:32:47.468Z Compiling zerocopy v0.7.35
5392025-07-17T20:32:47.653Z Compiling goblin v0.8.2
5402025-07-17T20:32:48.875Z Compiling tinystr v0.7.6
5412025-07-17T20:32:48.923Z Compiling pest_meta v2.7.14
5422025-07-17T20:32:49.075Z Compiling icu_collections v1.5.0
5432025-07-17T20:32:49.268Z Compiling icu_locid v1.5.0
5442025-07-17T20:32:50.447Z Compiling icu_provider v1.5.0
5452025-07-17T20:32:50.499Z Compiling pest_generator v2.7.14
5462025-07-17T20:32:51.253Z Compiling icu_locid_transform v1.5.0
5472025-07-17T20:32:51.309Z Compiling clap v4.5.40
5482025-07-17T20:32:52.366Z Compiling pest_derive v2.7.14
5492025-07-17T20:32:52.437Z Compiling icu_properties v1.5.1
5502025-07-17T20:32:53.088Z Compiling dtrace-parser v0.2.0
5512025-07-17T20:32:54.604Z Compiling serde_tokenstream v0.2.2
5522025-07-17T20:32:54.661Z Compiling serde_spanned v0.6.9
5532025-07-17T20:32:54.661Z Compiling toml_datetime v0.6.11
5542025-07-17T20:32:54.797Z Compiling erased-serde v0.4.6
5552025-07-17T20:32:54.890Z Compiling serde-value v0.7.0
5562025-07-17T20:32:55.157Z Compiling toml_edit v0.22.27
5572025-07-17T20:32:55.634Z Compiling icu_normalizer v1.5.0
5582025-07-17T20:32:55.676Z Compiling cargo-platform v0.2.0
5592025-07-17T20:32:55.926Z Compiling serde-untagged v0.1.7
5602025-07-17T20:32:55.963Z Compiling camino-tempfile v1.4.1
5612025-07-17T20:32:56.225Z Compiling dof v0.3.0
5622025-07-17T20:32:56.428Z Compiling macaddr v1.0.1
5632025-07-17T20:32:56.547Z Compiling idna_adapter v1.2.0
5642025-07-17T20:32:56.855Z Compiling idna v1.0.3
5652025-07-17T20:32:57.404Z Compiling url v2.5.4
5662025-07-17T20:32:57.864Z Compiling usdt-attr-macro v0.5.0
5672025-07-17T20:32:57.864Z Compiling usdt-macro v0.5.0
5682025-07-17T20:32:58.209Z Compiling toml v0.8.23
5692025-07-17T20:32:58.840Z Compiling usdt v0.5.0
5702025-07-17T20:32:58.975Z Compiling cargo-util-schemas v0.2.0
5712025-07-17T20:32:58.979Z Compiling cargo_toml v0.21.0
5722025-07-17T20:33:00.329Z Compiling cargo_metadata v0.20.0
5732025-07-17T20:33:02.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742025-07-17T20:33:05.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
5752025-07-17T20:33:05.711Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762025-07-17T20:33:06.369Z Downloading crates ...
5772025-07-17T20:33:06.516Z Downloaded adler2 v2.0.0
5782025-07-17T20:33:06.519Z Downloaded atomicwrites v0.4.4
5792025-07-17T20:33:06.527Z Downloaded arrayref v0.3.9
5802025-07-17T20:33:06.530Z Downloaded array-init v0.0.4
5812025-07-17T20:33:06.535Z Downloaded allocator-api2 v0.2.21
5822025-07-17T20:33:06.543Z Downloaded addr2line v0.24.2
5832025-07-17T20:33:06.546Z Downloaded async-recursion v1.1.1
5842025-07-17T20:33:06.549Z Downloaded aead v0.5.2
5852025-07-17T20:33:06.554Z Downloaded aes v0.8.4
5862025-07-17T20:33:06.557Z Downloaded hex-literal v0.4.1
5872025-07-17T20:33:06.560Z Downloaded ahash v0.8.11
5882025-07-17T20:33:06.563Z Downloaded atty v0.2.14
5892025-07-17T20:33:06.563Z Downloaded async-bb8-diesel v0.2.1
5902025-07-17T20:33:06.566Z Downloaded async-trait v0.1.88
5912025-07-17T20:33:06.570Z Downloaded crucible-workspace-hack v0.1.0
5922025-07-17T20:33:06.573Z Downloaded async-stream v0.3.6
5932025-07-17T20:33:06.573Z Downloaded async-stream-impl v0.3.6
5942025-07-17T20:33:06.576Z Downloaded ascii-canvas v3.0.0
5952025-07-17T20:33:06.576Z Downloaded http-body v1.0.1
5962025-07-17T20:33:06.579Z Downloaded bb8 v0.8.5
5972025-07-17T20:33:06.579Z Downloaded bcrypt-pbkdf v0.10.0
5982025-07-17T20:33:06.582Z Downloaded http-range v0.1.5
5992025-07-17T20:33:06.582Z Downloaded heck v0.3.3
6002025-07-17T20:33:06.585Z Downloaded bit-vec v0.8.0
6012025-07-17T20:33:06.585Z Downloaded hex v0.4.3
6022025-07-17T20:33:06.588Z Downloaded bzip2 v0.5.2
6032025-07-17T20:33:06.592Z Downloaded heapless v0.8.0
6042025-07-17T20:33:06.596Z Downloaded ingot v0.1.1
6052025-07-17T20:33:06.599Z Downloaded cfg_aliases v0.1.1
6062025-07-17T20:33:06.599Z Downloaded atomic-waker v1.1.2
6072025-07-17T20:33:06.599Z Downloaded internet-checksum v0.2.1
6082025-07-17T20:33:06.603Z Downloaded blake2 v0.10.6
6092025-07-17T20:33:06.606Z Downloaded http-body-util v0.1.3
6102025-07-17T20:33:06.606Z Downloaded cipher v0.4.4
6112025-07-17T20:33:06.610Z Downloaded hickory-client v0.25.2
6122025-07-17T20:33:06.613Z Downloaded libloading v0.8.5
6132025-07-17T20:33:06.614Z Downloaded hyper-tls v0.6.0
6142025-07-17T20:33:06.617Z Downloaded highway v1.3.0
6152025-07-17T20:33:06.620Z Downloaded iana-time-zone v0.1.63
6162025-07-17T20:33:06.623Z Downloaded hostname v0.3.1
6172025-07-17T20:33:06.626Z Downloaded bzip2 v0.4.4
6182025-07-17T20:33:06.630Z Downloaded lru-cache v0.1.2
6192025-07-17T20:33:06.630Z Downloaded bitfield-struct v0.6.2
6202025-07-17T20:33:06.633Z Downloaded httparse v1.9.5
6212025-07-17T20:33:06.636Z Downloaded convert_case v0.4.0
6222025-07-17T20:33:06.636Z Downloaded ciborium-io v0.2.2
6232025-07-17T20:33:06.636Z Downloaded chrono-tz-build v0.4.0
6242025-07-17T20:33:06.639Z Downloaded backoff v0.4.0
6252025-07-17T20:33:06.642Z Downloaded indexmap v1.9.3
6262025-07-17T20:33:06.645Z Downloaded crc8 v0.1.1
6272025-07-17T20:33:06.645Z Downloaded progenitor-client v0.9.1
6282025-07-17T20:33:06.648Z Downloaded bcs v0.1.6
6292025-07-17T20:33:06.648Z Downloaded is_ci v1.2.0
6302025-07-17T20:33:06.651Z Downloaded bitflags v1.3.2
6312025-07-17T20:33:06.654Z Downloaded md5 v0.7.0
6322025-07-17T20:33:06.657Z Downloaded cfg_aliases v0.2.1
6332025-07-17T20:33:06.657Z Downloaded bit-vec v0.6.3
6342025-07-17T20:33:06.660Z Downloaded bit-set v0.8.0
6352025-07-17T20:33:06.660Z Downloaded serde-big-array v0.5.1
6362025-07-17T20:33:06.663Z Downloaded russh-cryptovec v0.7.3
6372025-07-17T20:33:06.663Z Downloaded ident_case v1.0.1
6382025-07-17T20:33:06.666Z Downloaded hubpack_derive v0.1.1
6392025-07-17T20:33:06.666Z Downloaded libsw-core v0.3.1
6402025-07-17T20:33:06.669Z Downloaded linked-hash-map v0.5.6
6412025-07-17T20:33:06.669Z Downloaded home v0.5.9
6422025-07-17T20:33:06.672Z Downloaded chacha20 v0.9.1
6432025-07-17T20:33:06.675Z Downloaded indoc v1.0.9
6442025-07-17T20:33:06.678Z Downloaded hickory-resolver v0.25.2
6452025-07-17T20:33:06.681Z Downloaded sigpipe v0.1.3
6462025-07-17T20:33:06.684Z Downloaded signature v2.2.0
6472025-07-17T20:33:06.684Z Downloaded libsw v3.5.0
6482025-07-17T20:33:06.687Z Downloaded kstat-rs v0.2.4
6492025-07-17T20:33:06.690Z Downloaded maplit v1.0.2
6502025-07-17T20:33:06.690Z Downloaded libz-rs-sys v0.5.1
6512025-07-17T20:33:06.694Z Downloaded md-5 v0.10.6
6522025-07-17T20:33:06.694Z Downloaded managed v0.8.0
6532025-07-17T20:33:06.698Z Downloaded lockfree-object-pool v0.1.6
6542025-07-17T20:33:06.701Z Downloaded memoffset v0.9.1
6552025-07-17T20:33:06.701Z Downloaded mime v0.3.17
6562025-07-17T20:33:06.704Z Downloaded r2d2 v0.8.10
6572025-07-17T20:33:06.704Z Downloaded strip-ansi-escapes v0.2.0
6582025-07-17T20:33:06.707Z Downloaded slog-bunyan v2.5.0
6592025-07-17T20:33:06.707Z Downloaded lru v0.12.5
6602025-07-17T20:33:06.710Z Downloaded quick-error v1.2.3
6612025-07-17T20:33:06.710Z Downloaded is-terminal v0.4.13
6622025-07-17T20:33:06.714Z Downloaded proc-macro-crate v1.3.1
6632025-07-17T20:33:06.717Z Downloaded linear-map v1.2.0
6642025-07-17T20:33:06.717Z Downloaded critical-section v1.1.3
6652025-07-17T20:33:06.720Z Downloaded camino-tempfile-ext v0.3.2
6662025-07-17T20:33:06.723Z Downloaded tower-service v0.3.3
6672025-07-17T20:33:06.723Z Downloaded ciborium v0.2.2
6682025-07-17T20:33:06.726Z Downloaded rustc-hash v1.1.0
6692025-07-17T20:33:06.726Z Downloaded primeorder v0.13.6
6702025-07-17T20:33:06.729Z Downloaded serde-hex v0.1.0
6712025-07-17T20:33:06.732Z Downloaded sec1 v0.7.3
6722025-07-17T20:33:06.732Z Downloaded const_format_proc_macros v0.2.34
6732025-07-17T20:33:06.735Z Downloaded schemars_derive v0.8.22
6742025-07-17T20:33:06.738Z Downloaded console v0.15.10
6752025-07-17T20:33:06.743Z Downloaded salsa20 v0.10.2
6762025-07-17T20:33:06.743Z Downloaded void v1.0.2
6772025-07-17T20:33:06.746Z Downloaded slog-dtrace v0.3.0
6782025-07-17T20:33:06.746Z Downloaded lzss v0.8.2
6792025-07-17T20:33:06.749Z Downloaded smf v0.2.3
6802025-07-17T20:33:06.749Z Downloaded lock_api v0.4.12
6812025-07-17T20:33:06.753Z Downloaded crc32fast v1.4.2
6822025-07-17T20:33:06.756Z Downloaded zone_cfg_derive v0.1.2
6832025-07-17T20:33:06.756Z Downloaded progenitor-macro v0.8.0
6842025-07-17T20:33:06.756Z Downloaded diesel_table_macro_syntax v0.2.0
6852025-07-17T20:33:06.759Z Downloaded spki v0.7.3
6862025-07-17T20:33:06.759Z Downloaded hyper-staticfile v0.10.1
6872025-07-17T20:33:06.762Z Downloaded cstr-argument v0.1.2
6882025-07-17T20:33:06.765Z Downloaded multer v3.1.0
6892025-07-17T20:33:06.769Z Downloaded mime_guess v2.0.5
6902025-07-17T20:33:06.769Z Downloaded tiny-keccak v2.0.2
6912025-07-17T20:33:06.786Z Downloaded float-ord v0.3.2
6922025-07-17T20:33:06.790Z Downloaded hmac v0.12.1
6932025-07-17T20:33:06.791Z Downloaded foreign-types-shared v0.3.1
6942025-07-17T20:33:06.791Z Downloaded hickory-resolver v0.24.4
6952025-07-17T20:33:06.794Z Downloaded foreign-types-shared v0.1.1
6962025-07-17T20:33:06.794Z Downloaded arc-swap v1.7.1
6972025-07-17T20:33:06.797Z Downloaded num-conv v0.1.0
6982025-07-17T20:33:06.801Z Downloaded newtype_derive v0.1.6
6992025-07-17T20:33:06.801Z Downloaded foreign-types v0.5.0
7002025-07-17T20:33:06.804Z Downloaded whoami v1.5.2
7012025-07-17T20:33:06.807Z Downloaded peg-runtime v0.8.5
7022025-07-17T20:33:06.807Z Downloaded unicode-truncate v1.1.0
7032025-07-17T20:33:06.810Z Downloaded strum_macros v0.27.1
7042025-07-17T20:33:06.813Z Downloaded shlex v1.3.0
7052025-07-17T20:33:06.813Z Downloaded crossbeam-utils v0.8.21
7062025-07-17T20:33:06.816Z Downloaded strum_macros v0.26.4
7072025-07-17T20:33:06.820Z Downloaded curve25519-dalek-derive v0.1.1
7082025-07-17T20:33:06.824Z Downloaded tabwriter v1.4.0
7092025-07-17T20:33:06.824Z Downloaded daft v0.1.4
7102025-07-17T20:33:06.824Z Downloaded stringprep v0.1.5
7112025-07-17T20:33:06.828Z Downloaded sqlformat v0.3.5
7122025-07-17T20:33:06.831Z Downloaded zone v0.3.1
7132025-07-17T20:33:06.831Z Downloaded tokio-rustls v0.24.1
7142025-07-17T20:33:06.834Z Downloaded tokio-native-tls v0.3.1
7152025-07-17T20:33:06.837Z Downloaded psl-types v2.0.11
7162025-07-17T20:33:06.837Z Downloaded either v1.15.0
7172025-07-17T20:33:06.840Z Downloaded thiserror-no-std v2.0.2
7182025-07-17T20:33:06.843Z Downloaded float-cmp v0.10.0
7192025-07-17T20:33:06.846Z Downloaded indicatif v0.17.11
7202025-07-17T20:33:06.850Z Downloaded foldhash v0.1.5
7212025-07-17T20:33:06.852Z Downloaded chacha20poly1305 v0.10.1
7222025-07-17T20:33:06.852Z Downloaded hash32 v0.2.1
7232025-07-17T20:33:06.856Z Downloaded rustc_version v0.1.7
7242025-07-17T20:33:06.856Z Downloaded nibble_vec v0.1.0
7252025-07-17T20:33:06.859Z Downloaded simd-adler32 v0.3.7
7262025-07-17T20:33:06.862Z Downloaded num v0.4.3
7272025-07-17T20:33:06.862Z Downloaded russh-keys v0.45.0
7282025-07-17T20:33:06.865Z Downloaded ron v0.8.1
7292025-07-17T20:33:06.869Z Downloaded powerfmt v0.2.0
7302025-07-17T20:33:06.872Z Downloaded pbkdf2 v0.11.0
7312025-07-17T20:33:06.875Z Downloaded pem v3.0.5
7322025-07-17T20:33:06.878Z Downloaded yasna v0.5.2
7332025-07-17T20:33:06.878Z Downloaded packed_struct_codegen v0.10.1
7342025-07-17T20:33:06.881Z Downloaded csv-core v0.1.11
7352025-07-17T20:33:06.884Z Downloaded subprocess v0.2.9
7362025-07-17T20:33:06.887Z Downloaded ctr v0.9.2
7372025-07-17T20:33:06.887Z Downloaded ignore v0.4.23
7382025-07-17T20:33:06.891Z Downloaded aes-gcm v0.10.3
7392025-07-17T20:33:06.894Z Downloaded universal-hash v0.5.1
7402025-07-17T20:33:06.897Z Downloaded packed_struct v0.10.1
7412025-07-17T20:33:06.897Z Downloaded thread_local v1.1.8
7422025-07-17T20:33:06.900Z Downloaded num-derive v0.3.3
7432025-07-17T20:33:06.906Z Downloaded resolv-conf v0.7.0
7442025-07-17T20:33:06.906Z Downloaded rustls-pemfile v1.0.4
7452025-07-17T20:33:06.909Z Downloaded rfc6979 v0.4.0
7462025-07-17T20:33:06.909Z Downloaded libxml v0.3.3
7472025-07-17T20:33:06.913Z Downloaded darling_macro v0.21.0
7482025-07-17T20:33:06.916Z Downloaded darling_macro v0.20.10
7492025-07-17T20:33:06.916Z Downloaded serde_plain v1.0.2
7502025-07-17T20:33:06.919Z Downloaded scheduled-thread-pool v0.2.7
7512025-07-17T20:33:06.919Z Downloaded same-file v1.0.6
7522025-07-17T20:33:06.922Z Downloaded rustc-hash v2.1.1
7532025-07-17T20:33:06.925Z Downloaded thiserror-impl-no-std v2.0.2
7542025-07-17T20:33:06.925Z Downloaded pem-rfc7468 v0.7.0
7552025-07-17T20:33:06.930Z Downloaded password-hash v0.4.2
7562025-07-17T20:33:06.933Z Downloaded futures-sink v0.3.31
7572025-07-17T20:33:06.933Z Downloaded ppv-lite86 v0.2.20
7582025-07-17T20:33:06.933Z Downloaded num-complex v0.4.6
7592025-07-17T20:33:06.936Z Downloaded vte v0.11.1
7602025-07-17T20:33:06.939Z Downloaded string_cache v0.8.9
7612025-07-17T20:33:06.939Z Downloaded oso-derive v0.27.3
7622025-07-17T20:33:06.942Z Downloaded jiff-static v0.2.15
7632025-07-17T20:33:06.945Z Downloaded pkcs8 v0.10.2
7642025-07-17T20:33:06.948Z Downloaded futures-macro v0.3.31
7652025-07-17T20:33:06.948Z Downloaded progenitor-client v0.10.0
7662025-07-17T20:33:06.952Z Downloaded derive_more v0.99.20
7672025-07-17T20:33:06.955Z Downloaded path-slash v0.1.5
7682025-07-17T20:33:06.958Z Downloaded xz2 v0.1.7
7692025-07-17T20:33:06.958Z Downloaded untrusted v0.9.0
7702025-07-17T20:33:06.961Z Downloaded debug-ignore v1.0.5
7712025-07-17T20:33:06.964Z Downloaded rustls-pemfile v2.2.0
7722025-07-17T20:33:06.967Z Downloaded untrusted v0.7.1
7732025-07-17T20:33:06.967Z Downloaded tokio-tungstenite v0.21.0
7742025-07-17T20:33:06.970Z Downloaded pbkdf2 v0.12.2
7752025-07-17T20:33:06.973Z Downloaded progenitor-client v0.8.0
7762025-07-17T20:33:06.973Z Downloaded serde_yaml v0.9.34+deprecated
7772025-07-17T20:33:06.976Z Downloaded hash32 v0.3.1
7782025-07-17T20:33:06.979Z Downloaded zeroize_derive v1.4.2
7792025-07-17T20:33:06.983Z Downloaded fs-err v2.11.0
7802025-07-17T20:33:06.983Z Downloaded uuid v1.17.0
7812025-07-17T20:33:06.986Z Downloaded half v1.8.3
7822025-07-17T20:33:06.989Z Downloaded crossbeam-channel v0.5.15
7832025-07-17T20:33:06.993Z Downloaded newtype-uuid v1.2.4
7842025-07-17T20:33:06.996Z Downloaded bytes v1.10.1
7852025-07-17T20:33:06.999Z Downloaded futures-task v0.3.31
7862025-07-17T20:33:07.002Z Downloaded fallible-iterator v0.2.0
7872025-07-17T20:33:07.002Z Downloaded unicase v2.7.0
7882025-07-17T20:33:07.005Z Downloaded structmeta-derive v0.3.0
7892025-07-17T20:33:07.008Z Downloaded flagset v0.4.6
7902025-07-17T20:33:07.008Z Downloaded uzers v0.12.1
7912025-07-17T20:33:07.012Z Downloaded strum v0.26.3
7922025-07-17T20:33:07.012Z Downloaded utf-8 v0.7.6
7932025-07-17T20:33:07.015Z Downloaded num_enum_derive v0.5.11
7942025-07-17T20:33:07.018Z Downloaded tracing v0.1.40
7952025-07-17T20:33:07.021Z Downloaded time-core v0.1.2
7962025-07-17T20:33:07.024Z Downloaded olpc-cjson v0.1.4
7972025-07-17T20:33:07.024Z Downloaded diesel_derives v2.2.3
7982025-07-17T20:33:07.028Z Downloaded des v0.8.1
7992025-07-17T20:33:07.031Z Downloaded crunchy v0.2.2
8002025-07-17T20:33:07.031Z Downloaded parking_lot_core v0.8.6
8012025-07-17T20:33:07.035Z Downloaded xshell-macros v0.2.7
8022025-07-17T20:33:07.035Z Downloaded want v0.3.1
8032025-07-17T20:33:07.038Z Downloaded rustc_version v0.4.1
8042025-07-17T20:33:07.038Z Downloaded http v1.3.1
8052025-07-17T20:33:07.041Z Downloaded polyval v0.6.2
8062025-07-17T20:33:07.046Z Downloaded pkg-config v0.3.31
8072025-07-17T20:33:07.049Z Downloaded rand_chacha v0.9.0
8082025-07-17T20:33:07.049Z Downloaded rand_chacha v0.3.1
8092025-07-17T20:33:07.049Z Downloaded fixedbitset v0.5.7
8102025-07-17T20:33:07.052Z Downloaded dunce v1.0.5
8112025-07-17T20:33:07.055Z Downloaded unicode_categories v0.1.1
8122025-07-17T20:33:07.055Z Downloaded derive_builder_macro v0.20.2
8132025-07-17T20:33:07.059Z Downloaded scrypt v0.11.0
8142025-07-17T20:33:07.059Z Downloaded scopeguard v1.2.0
8152025-07-17T20:33:07.062Z Downloaded similar v2.7.0
8162025-07-17T20:33:07.065Z Downloaded openssl-probe v0.1.5
8172025-07-17T20:33:07.068Z Downloaded fixedbitset v0.4.2
8182025-07-17T20:33:07.073Z Downloaded tungstenite v0.23.0
8192025-07-17T20:33:07.077Z Downloaded proc-macro-error-attr2 v2.0.0
8202025-07-17T20:33:07.077Z Downloaded pretty-hex v0.2.1
8212025-07-17T20:33:07.077Z Downloaded ssh-encoding v0.2.0
8222025-07-17T20:33:07.081Z Downloaded parse-size v1.1.0
8232025-07-17T20:33:07.081Z Downloaded slog-stdlog v4.1.1
8242025-07-17T20:33:07.081Z Downloaded typify-macro v0.2.0
8252025-07-17T20:33:07.085Z Downloaded termtree v0.5.1
8262025-07-17T20:33:07.086Z Downloaded ssh-cipher v0.2.0
8272025-07-17T20:33:07.089Z Downloaded slog-scope v4.4.0
8282025-07-17T20:33:07.089Z Downloaded signal-hook-registry v1.4.2
8292025-07-17T20:33:07.093Z Downloaded signal-hook-mio v0.2.4
8302025-07-17T20:33:07.093Z Downloaded rand v0.8.5
8312025-07-17T20:33:07.096Z Downloaded dsl_auto_type v0.1.2
8322025-07-17T20:33:07.102Z Downloaded typify-macro v0.4.1
8332025-07-17T20:33:07.102Z Downloaded typify-macro v0.3.0
8342025-07-17T20:33:07.102Z Downloaded topological-sort v0.2.2
8352025-07-17T20:33:07.102Z Downloaded parking_lot_core v0.9.10
8362025-07-17T20:33:07.105Z Downloaded try-lock v0.2.5
8372025-07-17T20:33:07.105Z Downloaded diesel-dtrace v0.4.2
8382025-07-17T20:33:07.108Z Downloaded tungstenite v0.21.0
8392025-07-17T20:33:07.112Z Downloaded num-integer v0.1.46
8402025-07-17T20:33:07.116Z Downloaded filetime v0.2.25
8412025-07-17T20:33:07.116Z Downloaded serde_derive_internals v0.29.1
8422025-07-17T20:33:07.120Z Downloaded ff v0.13.0
8432025-07-17T20:33:07.120Z Downloaded ed25519-dalek v2.1.1
8442025-07-17T20:33:07.123Z Downloaded crossterm v0.28.1
8452025-07-17T20:33:07.129Z Downloaded parse-display v0.10.0
8462025-07-17T20:33:07.132Z Downloaded unsafe-libyaml v0.2.11
8472025-07-17T20:33:07.136Z Downloaded parse-display-derive v0.10.0
8482025-07-17T20:33:07.140Z Downloaded newline-converter v0.3.0
8492025-07-17T20:33:07.140Z Downloaded headers-core v0.3.0
8502025-07-17T20:33:07.140Z Downloaded predicates v3.1.3
8512025-07-17T20:33:07.143Z Downloaded openssl-macros v0.1.1
8522025-07-17T20:33:07.143Z Downloaded pkcs5 v0.7.1
8532025-07-17T20:33:07.148Z Downloaded opaque-debug v0.3.1
8542025-07-17T20:33:07.152Z Downloaded shell-words v1.1.0
8552025-07-17T20:33:07.152Z Downloaded rusty-fork v0.3.0
8562025-07-17T20:33:07.156Z Downloaded slog-async v2.8.0
8572025-07-17T20:33:07.156Z Downloaded slog-json v2.6.1
8582025-07-17T20:33:07.159Z Downloaded sct v0.7.1
8592025-07-17T20:33:07.162Z Downloaded slog-term v2.9.1
8602025-07-17T20:33:07.167Z Downloaded sync_wrapper v1.0.1
8612025-07-17T20:33:07.167Z Downloaded sync-ptr v0.1.4
8622025-07-17T20:33:07.171Z Downloaded hkdf v0.12.4
8632025-07-17T20:33:07.171Z Downloaded fd-lock v4.0.2
8642025-07-17T20:33:07.174Z Downloaded predicates-core v1.0.8
8652025-07-17T20:33:07.174Z Downloaded globset v0.4.15
8662025-07-17T20:33:07.180Z Downloaded darling v0.20.10
8672025-07-17T20:33:07.184Z Downloaded zone_cfg_derive v0.3.0
8682025-07-17T20:33:07.184Z Downloaded tui-tree-widget v0.23.1
8692025-07-17T20:33:07.184Z Downloaded tokio-dtrace v0.1.0
8702025-07-17T20:33:07.187Z Downloaded postcard v1.0.10
8712025-07-17T20:33:07.190Z Downloaded waitgroup v0.1.2
8722025-07-17T20:33:07.190Z Downloaded rustls-pki-types v1.10.0
8732025-07-17T20:33:07.193Z Downloaded enum-as-inner v0.6.1
8742025-07-17T20:33:07.197Z Downloaded difflib v0.4.0
8752025-07-17T20:33:07.197Z Downloaded wyz v0.5.1
8762025-07-17T20:33:07.201Z Downloaded new_debug_unreachable v1.0.6
8772025-07-17T20:33:07.201Z Downloaded env_filter v0.1.2
8782025-07-17T20:33:07.207Z Downloaded embedded-io v0.4.0
8792025-07-17T20:33:07.207Z Downloaded steno v0.4.1
8802025-07-17T20:33:07.211Z Downloaded funty v2.0.0
8812025-07-17T20:33:07.211Z Downloaded toml v0.7.8
8822025-07-17T20:33:07.214Z Downloaded p256 v0.13.2
8832025-07-17T20:33:07.217Z Downloaded num-bigint v0.4.6
8842025-07-17T20:33:07.221Z Downloaded gethostname v0.5.0
8852025-07-17T20:33:07.225Z Downloaded itertools v0.12.1
8862025-07-17T20:33:07.232Z Downloaded rtoolbox v0.0.2
8872025-07-17T20:33:07.235Z Downloaded aws-lc-rs v1.12.4
8882025-07-17T20:33:07.241Z Downloaded tinyvec_macros v0.1.1
8892025-07-17T20:33:07.244Z Downloaded bindgen v0.69.5
8902025-07-17T20:33:07.249Z Downloaded fxhash v0.2.1
8912025-07-17T20:33:07.252Z Downloaded precomputed-hash v0.1.1
8922025-07-17T20:33:07.252Z Downloaded tough v0.20.0
8932025-07-17T20:33:07.260Z Downloaded signal-hook-tokio v0.3.1
8942025-07-17T20:33:07.264Z Downloaded blake3 v1.5.4
8952025-07-17T20:33:07.269Z Downloaded take_mut v0.2.2
8962025-07-17T20:33:07.272Z Downloaded progenitor-macro v0.10.0
8972025-07-17T20:33:07.272Z Downloaded paste v1.0.15
8982025-07-17T20:33:07.275Z Downloaded predicates-tree v1.0.12
8992025-07-17T20:33:07.278Z Downloaded nanorand v0.7.0
9002025-07-17T20:33:07.281Z Downloaded num-rational v0.4.2
9012025-07-17T20:33:07.281Z Downloaded multimap v0.10.1
9022025-07-17T20:33:07.291Z Downloaded rustversion v1.0.17
9032025-07-17T20:33:07.291Z Downloaded rand_core v0.6.4
9042025-07-17T20:33:07.291Z Downloaded normalize-line-endings v0.3.0
9052025-07-17T20:33:07.291Z Downloaded oxnet v0.1.2
9062025-07-17T20:33:07.291Z Downloaded yansi v1.0.1
9072025-07-17T20:33:07.294Z Downloaded slab v0.4.9
9082025-07-17T20:33:07.298Z Downloaded defmt-parser v0.3.4
9092025-07-17T20:33:07.298Z Downloaded unicode-properties v0.1.3
9102025-07-17T20:33:07.301Z Downloaded unarray v0.1.4
9112025-07-17T20:33:07.301Z Downloaded defmt-macros v0.3.9
9122025-07-17T20:33:07.305Z Downloaded embedded-io v0.6.1
9132025-07-17T20:33:07.305Z Downloaded termcolor v1.4.1
9142025-07-17T20:33:07.315Z Downloaded sqlparser_derive v0.2.2
9152025-07-17T20:33:07.318Z Downloaded tabled_derive v0.10.0
9162025-07-17T20:33:07.322Z Downloaded nodrop v0.1.14
9172025-07-17T20:33:07.330Z Downloaded num-bigint-dig v0.8.4
9182025-07-17T20:33:07.333Z Downloaded num_threads v0.1.7
9192025-07-17T20:33:07.333Z Downloaded rustls-native-certs v0.8.1
9202025-07-17T20:33:07.336Z Downloaded tower v0.5.2
9212025-07-17T20:33:07.350Z Downloaded number_prefix v0.4.0
9222025-07-17T20:33:07.353Z Downloaded subtle v2.6.1
9232025-07-17T20:33:07.353Z Downloaded serde_bytes v0.11.17
9242025-07-17T20:33:07.356Z Downloaded secrecy v0.10.3
9252025-07-17T20:33:07.359Z Downloaded deranged v0.3.11
9262025-07-17T20:33:07.359Z Downloaded snafu-derive v0.8.5
9272025-07-17T20:33:07.362Z Downloaded sha1 v0.10.6
9282025-07-17T20:33:07.362Z Downloaded serde_path_to_error v0.1.17
9292025-07-17T20:33:07.365Z Downloaded darling_core v0.20.10
9302025-07-17T20:33:07.368Z Downloaded slog v2.7.0
9312025-07-17T20:33:07.373Z Downloaded rand_xorshift v0.4.0
9322025-07-17T20:33:07.376Z Downloaded vte_generate_state_changes v0.1.2
9332025-07-17T20:33:07.376Z Downloaded num_enum v0.5.11
9342025-07-17T20:33:07.379Z Downloaded ghash v0.5.1
9352025-07-17T20:33:07.382Z Downloaded futures-channel v0.3.31
9362025-07-17T20:33:07.382Z Downloaded num-iter v0.1.45
9372025-07-17T20:33:07.385Z Downloaded zopfli v0.8.1
9382025-07-17T20:33:07.385Z Downloaded typed-path v0.9.3
9392025-07-17T20:33:07.390Z Downloaded secrecy v0.8.0
9402025-07-17T20:33:07.393Z Downloaded itertools v0.14.0
9412025-07-17T20:33:07.398Z Downloaded time v0.3.36
9422025-07-17T20:33:07.406Z Downloaded phf_shared v0.11.2
9432025-07-17T20:33:07.409Z Downloaded phf_generator v0.11.2
9442025-07-17T20:33:07.409Z Downloaded oxide-tokio-rt v0.1.2
9452025-07-17T20:33:07.412Z Downloaded pin-utils v0.1.0
9462025-07-17T20:33:07.412Z Downloaded semver v0.1.20
9472025-07-17T20:33:07.412Z Downloaded nu-ansi-term v0.50.1
9482025-07-17T20:33:07.415Z Downloaded phf_codegen v0.11.2
9492025-07-17T20:33:07.417Z Downloaded strum_macros v0.24.3
9502025-07-17T20:33:07.417Z Downloaded pin-project-lite v0.2.14
9512025-07-17T20:33:07.422Z Downloaded tokio-rustls v0.25.0
9522025-07-17T20:33:07.425Z Downloaded der_derive v0.7.3
9532025-07-17T20:33:07.429Z Downloaded wait-timeout v0.2.0
9542025-07-17T20:33:07.429Z Downloaded serde_with_macros v3.14.0
9552025-07-17T20:33:07.432Z Downloaded zip v4.2.0
9562025-07-17T20:33:07.435Z Downloaded rand_seeder v0.3.0
9572025-07-17T20:33:07.437Z Downloaded phf v0.11.2
9582025-07-17T20:33:07.437Z Downloaded winnow v0.5.40
9592025-07-17T20:33:07.445Z Downloaded spin v0.9.8
9602025-07-17T20:33:07.450Z Downloaded tokio-rustls v0.26.0
9612025-07-17T20:33:07.453Z Downloaded rustls-webpki v0.101.7
9622025-07-17T20:33:07.467Z Downloaded zstd v0.13.3
9632025-07-17T20:33:07.470Z Downloaded bitvec v1.0.1
9642025-07-17T20:33:07.483Z Downloaded typify v0.2.0
9652025-07-17T20:33:07.486Z Downloaded chrono v0.4.41
9662025-07-17T20:33:07.491Z Downloaded bindgen v0.71.1
9672025-07-17T20:33:07.499Z Downloaded tokio-tungstenite v0.23.1
9682025-07-17T20:33:07.502Z Downloaded typify v0.3.0
9692025-07-17T20:33:07.505Z Downloaded vergen v8.3.2
9702025-07-17T20:33:07.508Z Downloaded h2 v0.4.6
9712025-07-17T20:33:07.514Z Downloaded zstd-safe v7.2.3
9722025-07-17T20:33:07.517Z Downloaded unicode-segmentation v1.12.0
9732025-07-17T20:33:07.520Z Downloaded typify v0.4.1
9742025-07-17T20:33:07.524Z Downloaded ron v0.7.1
9752025-07-17T20:33:07.527Z Downloaded portable-atomic v1.11.0
9762025-07-17T20:33:07.535Z Downloaded postgres-types v0.2.9
9772025-07-17T20:33:07.538Z Downloaded rcgen v0.12.1
9782025-07-17T20:33:07.543Z Downloaded darling_core v0.21.0
9792025-07-17T20:33:07.547Z Downloaded rand v0.9.1
9802025-07-17T20:33:07.550Z Downloaded headers v0.4.1
9812025-07-17T20:33:07.555Z Downloaded heapless v0.7.17
9822025-07-17T20:33:07.560Z Downloaded futures-util v0.3.31
9832025-07-17T20:33:07.572Z Downloaded der v0.7.9
9842025-07-17T20:33:07.579Z Downloaded serde_with v3.14.0
9852025-07-17T20:33:07.591Z Downloaded russh v0.45.0
9862025-07-17T20:33:07.596Z Downloaded moka v0.12.10
9872025-07-17T20:33:07.605Z Downloaded hickory-proto v0.24.4
9882025-07-17T20:33:07.620Z Downloaded tower-http v0.6.6
9892025-07-17T20:33:07.627Z Downloaded tokio-util v0.7.15
9902025-07-17T20:33:07.633Z Downloaded unicode-normalization v0.1.24
9912025-07-17T20:33:07.637Z Downloaded smoltcp v0.9.1
9922025-07-17T20:33:07.647Z Downloaded winnow v0.6.26
9932025-07-17T20:33:07.657Z Downloaded salty v0.3.0
9942025-07-17T20:33:07.663Z Downloaded x509-cert v0.2.5
9952025-07-17T20:33:07.668Z Downloaded regex-syntax v0.6.29
9962025-07-17T20:33:07.675Z Downloaded radix_trie v0.2.1
9972025-07-17T20:33:07.680Z Downloaded rpassword v7.4.0
9982025-07-17T20:33:07.683Z Downloaded proptest v1.7.0
9992025-07-17T20:33:07.692Z Downloaded p384 v0.13.0
10002025-07-17T20:33:07.697Z Downloaded quinn-proto v0.11.8
10012025-07-17T20:33:07.704Z Downloaded quick-xml v0.37.2
10022025-07-17T20:33:07.709Z Downloaded lalrpop v0.19.12
10032025-07-17T20:33:07.721Z Downloaded nix v0.27.1
10042025-07-17T20:33:07.731Z Downloaded rayon v1.10.0
10052025-07-17T20:33:07.740Z Downloaded zlib-rs v0.5.1
10062025-07-17T20:33:07.745Z Downloaded nom v7.1.3
10072025-07-17T20:33:07.751Z Downloaded hickory-proto v0.25.2
10082025-07-17T20:33:07.766Z Downloaded vcpkg v0.2.15
10092025-07-17T20:33:07.802Z Downloaded git2 v0.19.0
10102025-07-17T20:33:07.809Z Downloaded smoltcp v0.11.0
10112025-07-17T20:33:07.821Z Downloaded openssl v0.10.73
10122025-07-17T20:33:07.829Z Downloaded regex v1.11.1
10132025-07-17T20:33:07.842Z Downloaded bstr v1.10.0
10142025-07-17T20:33:07.849Z Downloaded chrono-tz v0.10.3
10152025-07-17T20:33:07.855Z Downloaded regress v0.10.3
10162025-07-17T20:33:07.863Z Downloaded nix v0.29.0
10172025-07-17T20:33:07.873Z Downloaded petname v2.0.2
10182025-07-17T20:33:07.878Z Downloaded tabled v0.18.0
10192025-07-17T20:33:07.895Z Downloaded reqwest v0.12.22
10202025-07-17T20:33:07.902Z Downloaded nix v0.30.1
10212025-07-17T20:33:07.912Z Downloaded rustls v0.21.12
10222025-07-17T20:33:07.923Z Downloaded gimli v0.31.1
10232025-07-17T20:33:07.929Z Downloaded rustls v0.23.19
10242025-07-17T20:33:07.940Z Downloaded rustls v0.22.4
10252025-07-17T20:33:07.953Z Downloaded regex-syntax v0.8.5
10262025-07-17T20:33:07.960Z Downloaded diesel v2.2.11
10272025-07-17T20:33:07.978Z Downloaded nix v0.28.0
10282025-07-17T20:33:07.987Z Downloaded sled v0.34.7
10292025-07-17T20:33:07.998Z Downloaded object v0.36.5
10302025-07-17T20:33:08.009Z Downloaded openapiv3 v2.2.0
10312025-07-17T20:33:08.019Z Downloaded typify-impl v0.3.0
10322025-07-17T20:33:08.034Z Downloaded dropshot v0.16.2
10332025-07-17T20:33:08.055Z Downloaded object v0.30.4
10342025-07-17T20:33:08.063Z Downloaded webpki-roots v1.0.1
10352025-07-17T20:33:08.067Z Downloaded jiff v0.2.15
10362025-07-17T20:33:08.085Z Downloaded typify-impl v0.4.1
10372025-07-17T20:33:08.096Z Downloaded typify-impl v0.2.0
10382025-07-17T20:33:08.109Z Downloaded ratatui v0.29.0
10392025-07-17T20:33:08.130Z Downloaded regex-automata v0.4.8
10402025-07-17T20:33:08.143Z Downloaded libz-sys v1.1.20
10412025-07-17T20:33:08.162Z Downloaded lzma-sys v0.1.20
10422025-07-17T20:33:08.188Z Downloaded curve25519-dalek v4.1.3
10432025-07-17T20:33:08.195Z Downloaded bzip2-sys v0.1.13+1.0.8
10442025-07-17T20:33:08.207Z Downloaded zerocopy-derive v0.6.6
10452025-07-17T20:33:08.216Z Downloaded rustls-webpki v0.102.8
10462025-07-17T20:33:08.236Z Downloaded zerocopy v0.8.26
10472025-07-17T20:33:08.255Z Downloaded polar-core v0.27.3
10482025-07-17T20:33:08.263Z Downloaded parse-zoneinfo v0.3.1
10492025-07-17T20:33:08.266Z Downloaded ssh-key v0.6.6
10502025-07-17T20:33:08.273Z Downloaded petgraph v0.6.5
10512025-07-17T20:33:08.287Z Downloaded sha3 v0.10.8
10522025-07-17T20:33:08.292Z Downloaded rand_core v0.9.2
10532025-07-17T20:33:08.296Z Downloaded pin-project-internal v1.1.6
10542025-07-17T20:33:08.296Z Downloaded diff v0.1.13
10552025-07-17T20:33:08.299Z Downloaded postgres-protocol v0.6.8
10562025-07-17T20:33:08.306Z Downloaded socket2 v0.5.10
10572025-07-17T20:33:08.307Z Downloaded quinn v0.11.5
10582025-07-17T20:33:08.307Z Downloaded derive_builder_core v0.20.2
10592025-07-17T20:33:08.311Z Downloaded petgraph v0.8.2
10602025-07-17T20:33:08.326Z Downloaded prefix-trie v0.7.0
10612025-07-17T20:33:08.329Z Downloaded omicron-zone-package v0.12.2
10622025-07-17T20:33:08.333Z Downloaded sqlparser v0.45.0
10632025-07-17T20:33:08.336Z Downloaded walkdir v2.5.0
10642025-07-17T20:33:08.339Z Downloaded derive_builder v0.20.2
10652025-07-17T20:33:08.342Z Downloaded defmt v0.3.8
10662025-07-17T20:33:08.346Z Downloaded peg-macros v0.8.5
10672025-07-17T20:33:08.350Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10682025-07-17T20:33:08.361Z Downloaded csv v1.3.1
10692025-07-17T20:33:08.378Z Downloaded tokio v1.45.1
10702025-07-17T20:33:08.411Z Downloaded rsa v0.9.6
10712025-07-17T20:33:08.415Z Downloaded crypto-bigint v0.5.5
10722025-07-17T20:33:08.421Z Downloaded toml_edit v0.19.15
10732025-07-17T20:33:08.435Z Downloaded p521 v0.13.3
10742025-07-17T20:33:08.439Z Downloaded getrandom v0.2.15
10752025-07-17T20:33:08.442Z Downloaded which v4.4.2
10762025-07-17T20:33:08.444Z Downloaded tls_codec_derive v0.4.1
10772025-07-17T20:33:08.444Z Downloaded tap v1.0.1
10782025-07-17T20:33:08.448Z Downloaded password-hash v0.5.0
10792025-07-17T20:33:08.448Z Downloaded pin-project v1.1.6
10802025-07-17T20:33:08.457Z Downloaded hashbrown v0.12.3
10812025-07-17T20:33:08.461Z Downloaded futures-io v0.3.31
10822025-07-17T20:33:08.463Z Downloaded futures-executor v0.3.31
10832025-07-17T20:33:08.463Z Downloaded futures-core v0.3.31
10842025-07-17T20:33:08.467Z Downloaded endian-type v0.1.2
10852025-07-17T20:33:08.467Z Downloaded ena v0.14.3
10862025-07-17T20:33:08.467Z Downloaded xshell v0.2.7
10872025-07-17T20:33:08.470Z Downloaded futures v0.3.31
10882025-07-17T20:33:08.473Z Downloaded fs_extra v1.3.0
10892025-07-17T20:33:08.475Z Downloaded value-bag v1.9.0
10902025-07-17T20:33:08.478Z Downloaded samael v0.0.19
10912025-07-17T20:33:08.481Z Downloaded darling v0.21.0
10922025-07-17T20:33:08.487Z Downloaded papergrid v0.14.0
10932025-07-17T20:33:08.493Z Downloaded tls_codec v0.4.1
10942025-07-17T20:33:08.496Z Downloaded hyper v1.6.0
10952025-07-17T20:33:08.499Z Downloaded owo-colors v4.2.2
10962025-07-17T20:33:08.502Z Downloaded progenitor-impl v0.9.1
10972025-07-17T20:33:08.502Z Downloaded itertools v0.13.0
10982025-07-17T20:33:08.508Z Downloaded ref-cast v1.0.24
10992025-07-17T20:33:08.511Z Downloaded document-features v0.2.10
11002025-07-17T20:33:08.513Z Downloaded dirs-sys-next v0.1.2
11012025-07-17T20:33:08.513Z Downloaded dirs-next v2.0.0
11022025-07-17T20:33:08.513Z Downloaded xattr v1.3.1
11032025-07-17T20:33:08.516Z Downloaded tower-layer v0.3.3
11042025-07-17T20:33:08.516Z Downloaded supports-color v3.0.2
11052025-07-17T20:33:08.519Z Downloaded support-bundle-viewer v0.1.2
11062025-07-17T20:33:08.519Z Downloaded zerocopy-derive v0.8.26
11072025-07-17T20:33:08.524Z Downloaded libgit2-sys v0.17.0+1.8.1
11082025-07-17T20:33:08.573Z Downloaded reedline v0.40.0
11092025-07-17T20:33:08.579Z Downloaded parking_lot v0.12.3
11102025-07-17T20:33:08.582Z Downloaded parking_lot v0.11.2
11112025-07-17T20:33:08.585Z Downloaded rayon-core v1.12.1
11122025-07-17T20:33:08.588Z Downloaded encoding_rs v0.8.34
11132025-07-17T20:33:08.605Z Downloaded snafu v0.8.5
11142025-07-17T20:33:08.610Z Downloaded term v0.7.0
11152025-07-17T20:33:08.613Z Downloaded fatfs v0.3.6
11162025-07-17T20:33:08.617Z Downloaded zip v0.6.6
11172025-07-17T20:33:08.621Z Downloaded itertools v0.10.5
11182025-07-17T20:33:08.624Z Downloaded iri-string v0.7.8
11192025-07-17T20:33:08.630Z Downloaded ring v0.17.14
11202025-07-17T20:33:08.666Z Downloaded proc-macro-error2 v2.0.1
11212025-07-17T20:33:08.669Z Downloaded signal-hook v0.3.17
11222025-07-17T20:33:08.672Z Downloaded serde_cbor v0.11.2
11232025-07-17T20:33:08.675Z Downloaded tar v0.4.44
11242025-07-17T20:33:08.678Z Downloaded expectorate v1.2.0
11252025-07-17T20:33:08.681Z Downloaded slog-envlogger v2.2.0
11262025-07-17T20:33:08.681Z Downloaded daft-derive v0.1.4
11272025-07-17T20:33:08.683Z Downloaded qorb v0.4.0
11282025-07-17T20:33:08.687Z Downloaded progenitor-macro v0.9.1
11292025-07-17T20:33:08.690Z Downloaded progenitor v0.10.0
11302025-07-17T20:33:08.690Z Downloaded progenitor v0.9.1
11312025-07-17T20:33:08.693Z Downloaded progenitor v0.8.0
11322025-07-17T20:33:08.693Z Downloaded tinyvec v1.8.0
11332025-07-17T20:33:08.696Z Downloaded progenitor-impl v0.8.0
11342025-07-17T20:33:08.696Z Downloaded publicsuffix v2.3.0
11352025-07-17T20:33:08.700Z Downloaded rustyline v14.0.0
11362025-07-17T20:33:08.703Z Downloaded libm v0.2.8
11372025-07-17T20:33:08.708Z Downloaded flume v0.11.1
11382025-07-17T20:33:08.711Z Downloaded schemars v0.8.22
11392025-07-17T20:33:08.722Z Downloaded hashbrown v0.13.2
11402025-07-17T20:33:08.726Z Downloaded num-derive v0.4.2
11412025-07-17T20:33:08.729Z Downloaded group v0.13.0
11422025-07-17T20:33:08.729Z Downloaded globwalk v0.9.1
11432025-07-17T20:33:08.729Z Downloaded glob v0.3.2
11442025-07-17T20:33:08.732Z Downloaded twox-hash v2.1.0
11452025-07-17T20:33:08.732Z Downloaded prettyplease v0.2.35
11462025-07-17T20:33:08.735Z Downloaded pretty_assertions v1.4.1
11472025-07-17T20:33:08.738Z Downloaded tokio-postgres v0.7.13
11482025-07-17T20:33:08.741Z Downloaded mio v1.0.2
11492025-07-17T20:33:08.747Z Downloaded pkcs1 v0.7.5
11502025-07-17T20:33:08.750Z Downloaded peg v0.8.5
11512025-07-17T20:33:08.753Z Downloaded oso v0.27.3
11522025-07-17T20:33:08.758Z Downloaded flate2 v1.1.2
11532025-07-17T20:33:08.761Z Downloaded poly1305 v0.8.0
11542025-07-17T20:33:08.761Z Downloaded test-strategy v0.4.1
11552025-07-17T20:33:08.764Z Downloaded ecdsa v0.16.9
11562025-07-17T20:33:08.768Z Downloaded tokio-stream v0.1.17
11572025-07-17T20:33:08.782Z Downloaded minimal-lexical v0.2.1
11582025-07-17T20:33:08.782Z Downloaded openssl-sys v0.9.109
11592025-07-17T20:33:08.782Z Downloaded derive-where v1.5.0
11602025-07-17T20:33:08.785Z Downloaded strum v0.27.1
11612025-07-17T20:33:08.785Z Downloaded elliptic-curve v0.13.8
11622025-07-17T20:33:08.785Z Downloaded dropshot_endpoint v0.16.2
11632025-07-17T20:33:08.789Z Downloaded tracing-core v0.1.32
11642025-07-17T20:33:08.789Z Downloaded ed25519 v2.2.3
11652025-07-17T20:33:08.791Z Downloaded dyn-clone v1.0.19
11662025-07-17T20:33:08.791Z Downloaded data-encoding v2.9.0
11672025-07-17T20:33:08.801Z Downloaded zeroize v1.8.1
11682025-07-17T20:33:08.801Z Downloaded hyper-util v0.1.14
11692025-07-17T20:33:08.805Z Downloaded ref-cast-impl v1.0.24
11702025-07-17T20:33:08.805Z Downloaded zerocopy v0.6.6
11712025-07-17T20:33:08.805Z Downloaded miniz_oxide v0.8.5
11722025-07-17T20:33:08.805Z Downloaded bumpalo v3.16.0
11732025-07-17T20:33:08.808Z Downloaded display-error-chain v0.2.2
11742025-07-17T20:33:08.808Z Downloaded structmeta v0.3.0
11752025-07-17T20:33:08.808Z Downloaded static_assertions v1.1.0
11762025-07-17T20:33:08.813Z Downloaded smallvec v0.6.14
11772025-07-17T20:33:08.813Z Downloaded siphasher v0.3.11
11782025-07-17T20:33:08.813Z Downloaded serde_urlencoded v0.7.1
11792025-07-17T20:33:08.816Z Downloaded native-tls v0.2.12
11802025-07-17T20:33:08.816Z Downloaded foreign-types-macros v0.2.3
11812025-07-17T20:33:08.816Z Downloaded unicode-bidi v0.3.17
11822025-07-17T20:33:08.819Z Downloaded const_format v0.2.34
11832025-07-17T20:33:08.824Z Downloaded backtrace v0.3.74
11842025-07-17T20:33:08.827Z Downloaded hickory-server v0.25.2
11852025-07-17T20:33:08.830Z Downloaded env_logger v0.11.5
11862025-07-17T20:33:08.833Z Downloaded env_logger v0.10.2
11872025-07-17T20:33:08.836Z Downloaded progenitor-impl v0.10.0
11882025-07-17T20:33:08.836Z Downloaded base64 v0.13.1
11892025-07-17T20:33:08.839Z Downloaded vsss-rs v3.3.4
11902025-07-17T20:33:08.842Z Downloaded tracing-attributes v0.1.27
11912025-07-17T20:33:08.842Z Downloaded time-macros v0.2.18
11922025-07-17T20:33:08.844Z Downloaded base64 v0.21.7
11932025-07-17T20:33:08.848Z Downloaded iddqd v0.3.8
11942025-07-17T20:33:08.851Z Downloaded zone v0.1.8
11952025-07-17T20:33:08.854Z Downloaded crc-any v2.5.0
11962025-07-17T20:33:08.854Z Downloaded half v2.4.1
11972025-07-17T20:33:09.906Z Downloaded crossbeam-epoch v0.9.18
11982025-07-17T20:33:09.992Z Downloaded colored v2.2.0
11992025-07-17T20:33:09.992Z Downloaded clang-sys v1.8.1
12002025-07-17T20:33:09.992Z Downloaded ingot-macros v0.1.1
12012025-07-17T20:33:09.992Z Downloaded hyper-rustls v0.27.7
12022025-07-17T20:33:09.992Z Downloaded compact_str v0.8.0
12032025-07-17T20:33:09.992Z Downloaded base64 v0.22.1
12042025-07-17T20:33:09.992Z Downloaded foreign-types v0.3.2
12052025-07-17T20:33:09.992Z Downloaded cookie_store v0.21.1
12062025-07-17T20:33:09.992Z Downloaded cookie v0.18.1
12072025-07-17T20:33:09.992Z Downloaded tokio-macros v2.5.0
12082025-07-17T20:33:09.992Z Downloaded rustc-demangle v0.1.24
12092025-07-17T20:33:09.992Z Downloaded litrs v0.4.1
12102025-07-17T20:33:09.992Z Downloaded libefi-sys v0.1.0
12112025-07-17T20:33:09.992Z Downloaded jobserver v0.1.32
12122025-07-17T20:33:09.992Z Downloaded cc v1.2.15
12132025-07-17T20:33:09.992Z Downloaded termios v0.3.3
12142025-07-17T20:33:09.992Z Downloaded tagptr v0.2.0
12152025-07-17T20:33:09.992Z Downloaded memmap2 v0.9.5
12162025-07-17T20:33:09.992Z Downloaded cancel-safe-futures v0.1.5
12172025-07-17T20:33:09.992Z Downloaded argon2 v0.5.3
12182025-07-17T20:33:09.992Z Downloaded cargo_metadata v0.18.1
12192025-07-17T20:33:09.992Z Downloaded instability v0.3.2
12202025-07-17T20:33:09.992Z Downloaded const-oid v0.9.6
12212025-07-17T20:33:09.992Z Downloaded cargo-platform v0.1.8
12222025-07-17T20:33:09.992Z Downloaded radium v0.7.0
12232025-07-17T20:33:09.992Z Downloaded quinn-udp v0.5.5
12242025-07-17T20:33:09.993Z Downloaded ipnet v2.11.0
12252025-07-17T20:33:09.993Z Downloaded indoc v2.0.6
12262025-07-17T20:33:09.993Z Downloaded libscf-sys v1.1.0
12272025-07-17T20:33:09.993Z Downloaded lazy_static v1.5.0
12282025-07-17T20:33:09.993Z Downloaded keccak v0.1.5
12292025-07-17T20:33:09.993Z Downloaded crc-catalog v2.4.0
12302025-07-17T20:33:09.993Z Downloaded buf-list v1.0.3
12312025-07-17T20:33:09.993Z Downloaded lazycell v1.3.0
12322025-07-17T20:33:09.993Z Downloaded crossbeam-deque v0.8.5
12332025-07-17T20:33:09.993Z Downloaded maybe-uninit v2.0.0
12342025-07-17T20:33:09.993Z Downloaded lalrpop-util v0.19.12
12352025-07-17T20:33:09.993Z Downloaded ingot-types v0.1.2
12362025-07-17T20:33:09.993Z Downloaded indent_write v2.2.0
12372025-07-17T20:33:09.993Z Downloaded impl-trait-for-tuples v0.2.2
12382025-07-17T20:33:09.993Z Downloaded humantime v2.2.0
12392025-07-17T20:33:09.993Z Downloaded crc v3.2.1
12402025-07-17T20:33:09.993Z Downloaded cobs v0.2.3
12412025-07-17T20:33:09.993Z Downloaded cbc v0.1.2
12422025-07-17T20:33:09.993Z Downloaded block-padding v0.3.3
12432025-07-17T20:33:09.993Z Downloaded inout v0.1.3
12442025-07-17T20:33:09.993Z Downloaded serde_repr v0.1.19
12452025-07-17T20:33:09.993Z Downloaded match_cfg v0.1.0
12462025-07-17T20:33:09.993Z Downloaded base64ct v1.6.0
12472025-07-17T20:33:09.993Z Downloaded ipnetwork v0.21.1
12482025-07-17T20:33:09.993Z Downloaded hubpack v0.1.2
12492025-07-17T20:33:09.993Z Downloaded hostname v0.4.0
12502025-07-17T20:33:09.993Z Downloaded ciborium-ll v0.2.2
12512025-07-17T20:33:09.993Z Downloaded cassowary v0.3.0
12522025-07-17T20:33:09.993Z Downloaded blowfish v0.9.1
12532025-07-17T20:33:09.993Z Downloaded cmake v0.1.51
12542025-07-17T20:33:09.993Z Downloaded cexpr v0.6.0
12552025-07-17T20:33:09.993Z Downloaded constant_time_eq v0.3.1
12562025-07-17T20:33:09.993Z Downloaded instant v0.1.13
12572025-07-17T20:33:09.993Z Downloaded httpdate v1.0.3
12582025-07-17T20:33:09.993Z Downloaded bit-set v0.5.3
12592025-07-17T20:33:09.993Z Downloaded castaway v0.2.3
12602025-07-17T20:33:09.993Z Downloaded bitfield v0.14.0
12612025-07-17T20:33:09.993Z Downloaded base16ct v0.2.0
12622025-07-17T20:33:09.993Z Downloaded arrayvec v0.7.6
12632025-07-17T20:33:09.993Z Downloaded aho-corasick v1.1.3
12642025-07-17T20:33:09.994Z Downloaded assert_matches v1.5.0
12652025-07-17T20:33:09.994Z Downloaded aws-lc-sys v0.26.0
12662025-07-17T20:33:09.994Z Compiling value-bag v1.9.0
12672025-07-17T20:33:09.994Z Compiling shlex v1.3.0
12682025-07-17T20:33:09.994Z Compiling lock_api v0.4.12
12692025-07-17T20:33:09.994Z Compiling scopeguard v1.2.0
12702025-07-17T20:33:09.994Z Compiling typenum v1.17.0
12712025-07-17T20:33:09.994Z Compiling generic-array v0.14.7
12722025-07-17T20:33:09.994Z Compiling syn v2.0.104
12732025-07-17T20:33:09.994Z Compiling getrandom v0.2.15
12742025-07-17T20:33:09.994Z Compiling jobserver v0.1.32
12752025-07-17T20:33:10.016Z Compiling rand_core v0.6.4
12762025-07-17T20:33:10.063Z Compiling log v0.4.27
12772025-07-17T20:33:10.097Z Compiling smallvec v1.15.0
12782025-07-17T20:33:10.214Z Compiling portable-atomic v1.11.0
12792025-07-17T20:33:10.490Z Compiling cc v1.2.15
12802025-07-17T20:33:10.506Z Compiling critical-section v1.1.3
12812025-07-17T20:33:10.546Z Compiling subtle v2.6.1
12822025-07-17T20:33:10.634Z Compiling const-oid v0.9.6
12832025-07-17T20:33:10.675Z Compiling pkg-config v0.3.31
12842025-07-17T20:33:10.766Z Compiling parking_lot_core v0.9.10
12852025-07-17T20:33:10.879Z Compiling pin-project-lite v0.2.14
12862025-07-17T20:33:11.028Z Compiling rustix v0.38.37
12872025-07-17T20:33:11.799Z Compiling signal-hook-registry v1.4.2
12882025-07-17T20:33:11.841Z Compiling parking_lot v0.12.3
12892025-07-17T20:33:11.865Z Compiling mio v1.0.2
12902025-07-17T20:33:11.887Z Compiling futures-core v0.3.31
12912025-07-17T20:33:12.144Z Compiling spin v0.9.8
12922025-07-17T20:33:12.519Z Compiling once_cell v1.21.3
12932025-07-17T20:33:12.592Z Compiling either v1.15.0
12942025-07-17T20:33:12.617Z Compiling socket2 v0.5.10
12952025-07-17T20:33:12.724Z Compiling slab v0.4.9
12962025-07-17T20:33:12.743Z Compiling aho-corasick v1.1.3
12972025-07-17T20:33:12.920Z Compiling cpufeatures v0.2.14
12982025-07-17T20:33:13.014Z Compiling libm v0.2.8
12992025-07-17T20:33:13.035Z Compiling regex-syntax v0.8.5
13002025-07-17T20:33:13.055Z Compiling serde_json v1.0.140
13012025-07-17T20:33:13.237Z Compiling num-traits v0.2.19
13022025-07-17T20:33:13.421Z Compiling glob v0.3.2
13032025-07-17T20:33:13.444Z Compiling getrandom v0.3.1
13042025-07-17T20:33:13.518Z Compiling percent-encoding v2.3.1
13052025-07-17T20:33:13.565Z Compiling futures-sink v0.3.31
13062025-07-17T20:33:14.142Z Compiling prettyplease v0.2.35
13072025-07-17T20:33:14.291Z Compiling clang-sys v1.8.1
13082025-07-17T20:33:14.326Z Compiling lazy_static v1.5.0
13092025-07-17T20:33:14.481Z Compiling minimal-lexical v0.2.1
13102025-07-17T20:33:14.549Z Compiling allocator-api2 v0.2.21
13112025-07-17T20:33:14.693Z Compiling foldhash v0.1.5
13122025-07-17T20:33:15.029Z Compiling nom v7.1.3
13132025-07-17T20:33:15.103Z Compiling libloading v0.8.5
13142025-07-17T20:33:15.144Z Compiling bindgen v0.69.5
13152025-07-17T20:33:15.253Z Compiling hashbrown v0.15.4
13162025-07-17T20:33:15.481Z Compiling home v0.5.9
13172025-07-17T20:33:15.724Z Compiling base64ct v1.6.0
13182025-07-17T20:33:16.297Z Compiling pem-rfc7468 v0.7.0
13192025-07-17T20:33:16.495Z Compiling regex-automata v0.4.8
13202025-07-17T20:33:16.699Z Compiling futures-channel v0.3.31
13212025-07-17T20:33:16.914Z Compiling synstructure v0.13.1
13222025-07-17T20:33:17.096Z Compiling itertools v0.12.1
13232025-07-17T20:33:18.292Z Compiling cexpr v0.6.0
13242025-07-17T20:33:18.321Z Compiling pin-utils v0.1.0
13252025-07-17T20:33:18.429Z Compiling lazycell v1.3.0
13262025-07-17T20:33:18.622Z Compiling rustc-hash v1.1.0
13272025-07-17T20:33:18.738Z Compiling flagset v0.4.6
13282025-07-17T20:33:18.796Z Compiling futures-task v0.3.31
13292025-07-17T20:33:18.965Z Compiling futures-io v0.3.31
13302025-07-17T20:33:19.106Z Compiling cmake v0.1.51
13312025-07-17T20:33:19.234Z Compiling dunce v1.0.5
13322025-07-17T20:33:19.385Z Compiling fs_extra v1.3.0
13332025-07-17T20:33:19.786Z Compiling zerocopy v0.8.26
13342025-07-17T20:33:19.820Z Compiling form_urlencoded v1.2.1
13352025-07-17T20:33:19.919Z Compiling vcpkg v0.2.15
13362025-07-17T20:33:19.922Z Compiling paste v1.0.15
13372025-07-17T20:33:19.954Z Compiling crossbeam-utils v0.8.21
13382025-07-17T20:33:20.127Z Compiling ring v0.17.14
13392025-07-17T20:33:20.520Z Compiling tracing-core v0.1.32
13402025-07-17T20:33:20.575Z Compiling iana-time-zone v0.1.63
13412025-07-17T20:33:20.946Z Compiling aws-lc-rs v1.12.4
13422025-07-17T20:33:21.475Z Compiling openssl-sys v0.9.109
13432025-07-17T20:33:21.578Z Compiling rustversion v1.0.17
13442025-07-17T20:33:21.614Z Compiling tinyvec_macros v0.1.1
13452025-07-17T20:33:21.688Z Compiling serde_derive v1.0.219
13462025-07-17T20:33:21.724Z Compiling zeroize_derive v1.4.2
13472025-07-17T20:33:22.233Z Compiling zerofrom-derive v0.1.4
13482025-07-17T20:33:22.458Z Compiling yoke-derive v0.7.4
13492025-07-17T20:33:22.493Z Compiling zerovec-derive v0.10.3
13502025-07-17T20:33:23.072Z Compiling zeroize v1.8.1
13512025-07-17T20:33:24.734Z Compiling crypto-common v0.1.6
13522025-07-17T20:33:24.754Z Compiling block-buffer v0.10.4
13532025-07-17T20:33:24.945Z Compiling displaydoc v0.2.5
13542025-07-17T20:33:24.977Z Compiling zerocopy-derive v0.7.35
13552025-07-17T20:33:25.038Z Compiling digest v0.10.7
13562025-07-17T20:33:25.498Z Compiling tokio-macros v2.5.0
13572025-07-17T20:33:25.578Z Compiling zerofrom v0.1.4
13582025-07-17T20:33:25.815Z Compiling yoke v0.7.4
13592025-07-17T20:33:25.959Z Compiling hmac v0.12.1
13602025-07-17T20:33:26.189Z Compiling zerovec v0.10.4
13612025-07-17T20:33:26.209Z Compiling icu_provider_macros v1.5.0
13622025-07-17T20:33:26.322Z Compiling block-padding v0.3.3
13632025-07-17T20:33:26.351Z Compiling sha2 v0.10.9
13642025-07-17T20:33:26.571Z Compiling inout v0.1.3
13652025-07-17T20:33:26.738Z Compiling zerocopy v0.7.35
13662025-07-17T20:33:26.847Z Compiling cipher v0.4.4
13672025-07-17T20:33:26.873Z Compiling regex v1.11.1
13682025-07-17T20:33:26.876Z Compiling der_derive v0.7.3
13692025-07-17T20:33:27.239Z Compiling futures-macro v0.3.31
13702025-07-17T20:33:27.432Z Compiling thiserror-impl v1.0.69
13712025-07-17T20:33:27.830Z Compiling tinystr v0.7.6
13722025-07-17T20:33:28.135Z Compiling icu_collections v1.5.0
13732025-07-17T20:33:28.138Z Compiling icu_locid v1.5.0
13742025-07-17T20:33:28.206Z Compiling ppv-lite86 v0.2.20
13752025-07-17T20:33:28.652Z Compiling serde v1.0.219
13762025-07-17T20:33:28.936Z Compiling salsa20 v0.10.2
13772025-07-17T20:33:29.034Z Compiling futures-util v0.3.31
13782025-07-17T20:33:29.124Z Compiling der v0.7.9
13792025-07-17T20:33:29.181Z Compiling icu_provider v1.5.0
13802025-07-17T20:33:29.354Z Compiling pbkdf2 v0.12.2
13812025-07-17T20:33:29.531Z Compiling zerocopy-derive v0.8.26
13822025-07-17T20:33:29.646Z Compiling scrypt v0.11.0
13832025-07-17T20:33:29.980Z Compiling icu_locid_transform v1.5.0
13842025-07-17T20:33:30.104Z Compiling cbc v0.1.2
13852025-07-17T20:33:30.126Z Compiling aes v0.8.4
13862025-07-17T20:33:30.313Z Compiling thiserror v1.0.69
13872025-07-17T20:33:30.432Z Compiling tracing-attributes v0.1.27
13882025-07-17T20:33:30.470Z Compiling pest v2.7.14
13892025-07-17T20:33:31.990Z Compiling icu_properties v1.5.1
13902025-07-17T20:33:32.200Z Compiling spki v0.7.3
13912025-07-17T20:33:32.596Z Compiling pkcs5 v0.7.1
13922025-07-17T20:33:32.839Z Compiling scroll_derive v0.12.0
13932025-07-17T20:33:33.372Z Compiling pkcs8 v0.10.2
13942025-07-17T20:33:33.468Z Compiling tracing v0.1.40
13952025-07-17T20:33:33.594Z Compiling pest_meta v2.7.14
13962025-07-17T20:33:33.951Z Compiling bytes v1.10.1
13972025-07-17T20:33:33.971Z Compiling bitflags v2.9.1
13982025-07-17T20:33:34.004Z Compiling semver v1.0.26
13992025-07-17T20:33:34.259Z Compiling indexmap v2.10.0
14002025-07-17T20:33:34.625Z Compiling rustc_version v0.4.1
14012025-07-17T20:33:35.281Z Compiling tokio v1.45.1
14022025-07-17T20:33:35.301Z Compiling http v1.3.1
14032025-07-17T20:33:35.637Z Compiling icu_normalizer v1.5.0
14042025-07-17T20:33:36.147Z Compiling uuid v1.17.0
14052025-07-17T20:33:36.372Z Compiling chrono v0.4.41
14062025-07-17T20:33:36.858Z Compiling idna_adapter v1.2.0
14072025-07-17T20:33:37.102Z Compiling idna v1.0.3
14082025-07-17T20:33:37.329Z Compiling http-body v1.0.1
14092025-07-17T20:33:37.367Z Compiling httparse v1.9.5
14102025-07-17T20:33:37.610Z Compiling base64 v0.22.1
14112025-07-17T20:33:37.630Z Compiling rustls-pki-types v1.10.0
14122025-07-17T20:33:37.894Z Compiling url v2.5.4
14132025-07-17T20:33:38.113Z Compiling which v4.4.2
14142025-07-17T20:33:38.277Z Compiling rand_core v0.9.2
14152025-07-17T20:33:38.594Z Compiling pest_generator v2.7.14
14162025-07-17T20:33:38.631Z Compiling scroll v0.12.0
14172025-07-17T20:33:38.775Z Compiling tinyvec v1.8.0
14182025-07-17T20:33:39.071Z Compiling serde_derive_internals v0.29.1
14192025-07-17T20:33:39.134Z Compiling bzip2-sys v0.1.13+1.0.8
14202025-07-17T20:33:39.560Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14212025-07-17T20:33:39.629Z Compiling openssl-probe v0.1.5
14222025-07-17T20:33:39.633Z Compiling adler2 v2.0.0
14232025-07-17T20:33:39.853Z Compiling atomic-waker v1.1.2
14242025-07-17T20:33:39.943Z Compiling foreign-types-shared v0.1.1
14252025-07-17T20:33:40.058Z Compiling num-conv v0.1.0
14262025-07-17T20:33:40.078Z Compiling tower-service v0.3.3
14272025-07-17T20:33:40.181Z Compiling time-core v0.1.2
14282025-07-17T20:33:40.233Z Compiling powerfmt v0.2.0
14292025-07-17T20:33:40.272Z Compiling untrusted v0.9.0
14302025-07-17T20:33:40.293Z Compiling untrusted v0.7.1
14312025-07-17T20:33:40.322Z Compiling try-lock v0.2.5
14322025-07-17T20:33:40.371Z Compiling schemars v0.8.22
14332025-07-17T20:33:40.467Z Compiling openssl v0.10.73
14342025-07-17T20:33:40.485Z Compiling want v0.3.1
14352025-07-17T20:33:40.506Z Compiling deranged v0.3.11
14362025-07-17T20:33:40.753Z Compiling time-macros v0.2.18
14372025-07-17T20:33:40.772Z Compiling goblin v0.8.2
14382025-07-17T20:33:41.146Z Compiling schemars_derive v0.8.22
14392025-07-17T20:33:41.860Z Compiling pest_derive v2.7.14
14402025-07-17T20:33:42.662Z Compiling foreign-types v0.3.2
14412025-07-17T20:33:42.773Z Compiling miniz_oxide v0.8.5
14422025-07-17T20:33:43.676Z Compiling tokio-util v0.7.15
14432025-07-17T20:33:44.542Z Compiling rand_chacha v0.9.0
14442025-07-17T20:33:45.041Z Compiling h2 v0.4.6
14452025-07-17T20:33:45.388Z Compiling ipnet v2.11.0
14462025-07-17T20:33:46.393Z Compiling openssl-macros v0.1.1
14472025-07-17T20:33:46.484Z Compiling syn v1.0.109
14482025-07-17T20:33:47.067Z Compiling httpdate v1.0.3
14492025-07-17T20:33:47.087Z Compiling rustls v0.23.19
14502025-07-17T20:33:47.132Z Compiling dyn-clone v1.0.19
14512025-07-17T20:33:47.404Z Compiling num_threads v0.1.7
14522025-07-17T20:33:47.446Z Compiling native-tls v0.2.12
14532025-07-17T20:33:47.482Z Compiling dof v0.3.0
14542025-07-17T20:33:47.549Z Compiling time v0.3.36
14552025-07-17T20:33:49.249Z Compiling rand v0.9.1
14562025-07-17T20:33:49.379Z Compiling dtrace-parser v0.2.0
14572025-07-17T20:33:50.726Z Compiling unicode-normalization v0.1.24
14582025-07-17T20:33:51.023Z Compiling heapless v0.7.17
14592025-07-17T20:33:51.144Z Compiling signature v2.2.0
14602025-07-17T20:33:51.430Z Compiling crossbeam-epoch v0.9.18
14612025-07-17T20:33:51.472Z Compiling cookie v0.18.1
14622025-07-17T20:33:51.730Z Compiling crc32fast v1.4.2
14632025-07-17T20:33:51.786Z Compiling unicode-properties v0.1.3
14642025-07-17T20:33:51.808Z Compiling zlib-rs v0.5.1
14652025-07-17T20:33:52.008Z Compiling hyper v1.6.0
14662025-07-17T20:33:52.043Z Compiling signal-hook v0.3.17
14672025-07-17T20:33:52.200Z Compiling zstd-safe v7.2.3
14682025-07-17T20:33:52.374Z Compiling rayon-core v1.12.1
14692025-07-17T20:33:52.570Z Compiling slog v2.7.0
14702025-07-17T20:33:52.696Z Compiling unicode-bidi v0.3.17
14712025-07-17T20:33:53.069Z Compiling siphasher v0.3.11
14722025-07-17T20:33:53.443Z Compiling phf_shared v0.11.2
14732025-07-17T20:33:53.808Z Compiling stringprep v0.1.5
14742025-07-17T20:33:54.312Z Compiling hyper-util v0.1.14
14752025-07-17T20:33:54.557Z Compiling crossbeam-deque v0.8.5
14762025-07-17T20:33:54.825Z Compiling usdt-impl v0.5.0
14772025-07-17T20:33:55.291Z Compiling curve25519-dalek v4.1.3
14782025-07-17T20:33:55.311Z Compiling serde_spanned v0.6.9
14792025-07-17T20:33:55.314Z Compiling toml_datetime v0.6.11
14802025-07-17T20:33:55.547Z Compiling serde_tokenstream v0.2.2
14812025-07-17T20:33:55.847Z Compiling rand_chacha v0.3.1
14822025-07-17T20:33:55.984Z Compiling md-5 v0.10.6
14832025-07-17T20:33:56.050Z Compiling num-integer v0.1.46
14842025-07-17T20:33:56.080Z Compiling sync_wrapper v1.0.1
14852025-07-17T20:33:56.250Z Compiling ff v0.13.0
14862025-07-17T20:33:56.268Z Compiling hash32 v0.2.1
14872025-07-17T20:33:56.492Z Compiling memoffset v0.9.1
14882025-07-17T20:33:56.630Z Compiling num-bigint-dig v0.8.4
14892025-07-17T20:33:56.717Z Compiling newtype-uuid v1.2.4
14902025-07-17T20:33:56.840Z Compiling psl-types v2.0.11
14912025-07-17T20:33:57.944Z Compiling base16ct v0.2.0
14922025-07-17T20:33:57.983Z Compiling fallible-iterator v0.2.0
14932025-07-17T20:33:57.983Z Compiling tower-layer v0.3.3
14942025-07-17T20:33:57.983Z Compiling cfg_aliases v0.2.1
14952025-07-17T20:33:57.983Z Compiling gimli v0.31.1
14962025-07-17T20:33:57.984Z Compiling litrs v0.4.1
14972025-07-17T20:33:57.984Z Compiling smoltcp v0.9.1
14982025-07-17T20:33:57.984Z Compiling postgres-protocol v0.6.8
14992025-07-17T20:33:58.076Z Compiling libz-rs-sys v0.5.1
15002025-07-17T20:33:58.373Z Compiling flate2 v1.1.2
15012025-07-17T20:33:58.376Z Compiling nix v0.29.0
15022025-07-17T20:33:58.550Z Compiling document-features v0.2.10
15032025-07-17T20:33:58.812Z Compiling tower v0.5.2
15042025-07-17T20:33:58.905Z Compiling sec1 v0.7.3
15052025-07-17T20:33:59.247Z Compiling publicsuffix v2.3.0
15062025-07-17T20:33:59.482Z Compiling num-iter v0.1.45
15072025-07-17T20:33:59.530Z Compiling group v0.13.0
15082025-07-17T20:33:59.609Z Compiling rand v0.8.5
15092025-07-17T20:34:00.781Z Compiling tokio-native-tls v0.3.1
15102025-07-17T20:34:00.892Z Compiling ipnetwork v0.21.1
15112025-07-17T20:34:01.049Z Compiling strum_macros v0.27.1
15122025-07-17T20:34:01.069Z Compiling rustls-native-certs v0.8.1
15132025-07-17T20:34:01.186Z Compiling webpki-roots v1.0.1
15142025-07-17T20:34:01.402Z Compiling addr2line v0.24.2
15152025-07-17T20:34:01.575Z Compiling terminal_size v0.4.0
15162025-07-17T20:34:01.620Z Compiling http-body-util v0.1.3
15172025-07-17T20:34:01.698Z Compiling hkdf v0.12.4
15182025-07-17T20:34:01.803Z Compiling crypto-bigint v0.5.5
15192025-07-17T20:34:01.875Z Compiling async-trait v0.1.88
15202025-07-17T20:34:01.965Z Compiling curve25519-dalek-derive v0.1.1
15212025-07-17T20:34:02.044Z Compiling thiserror-impl v2.0.12
15222025-07-17T20:34:02.096Z Compiling fs-err v3.1.1
15232025-07-17T20:34:02.457Z Compiling object v0.36.5
15242025-07-17T20:34:03.324Z Compiling ahash v0.8.11
15252025-07-17T20:34:03.688Z Compiling bumpalo v3.16.0
15262025-07-17T20:34:04.145Z Compiling buf-list v1.0.3
15272025-07-17T20:34:04.258Z Compiling lockfree-object-pool v0.1.6
15282025-07-17T20:34:04.534Z Compiling simd-adler32 v0.3.7
15292025-07-17T20:34:04.742Z Compiling winnow v0.5.40
15302025-07-17T20:34:05.055Z Compiling rustc-demangle v0.1.24
15312025-07-17T20:34:05.173Z Compiling iri-string v0.7.8
15322025-07-17T20:34:05.860Z Compiling managed v0.8.0
15332025-07-17T20:34:05.916Z Compiling bitflags v1.3.2
15342025-07-17T20:34:06.039Z Compiling anyhow v1.0.98
15352025-07-17T20:34:06.289Z Compiling clap_builder v4.5.40
15362025-07-17T20:34:06.370Z Compiling hubpack_derive v0.1.1
15372025-07-17T20:34:07.234Z Compiling hubpack v0.1.2
15382025-07-17T20:34:07.427Z Compiling console v0.15.10
15392025-07-17T20:34:07.676Z Compiling strum v0.27.1
15402025-07-17T20:34:07.891Z Compiling toml_edit v0.19.15
15412025-07-17T20:34:07.997Z Compiling tower-http v0.6.6
15422025-07-17T20:34:08.702Z Compiling thiserror v2.0.12
15432025-07-17T20:34:08.826Z Compiling zopfli v0.8.1
15442025-07-17T20:34:08.871Z Compiling elliptic-curve v0.13.8
15452025-07-17T20:34:08.964Z Compiling backtrace v0.3.74
15462025-07-17T20:34:09.651Z Compiling hyper-tls v0.6.0
15472025-07-17T20:34:09.668Z Compiling oxnet v0.1.2
15482025-07-17T20:34:10.342Z Compiling rayon v1.10.0
15492025-07-17T20:34:10.375Z Compiling signal-hook-mio v0.2.4
15502025-07-17T20:34:10.561Z Compiling cookie_store v0.21.1
15512025-07-17T20:34:11.689Z Compiling zstd v0.13.3
15522025-07-17T20:34:12.248Z Compiling postgres-types v0.2.9
15532025-07-17T20:34:12.469Z Compiling usdt-macro v0.5.0
15542025-07-17T20:34:13.491Z Compiling usdt-attr-macro v0.5.0
15552025-07-17T20:34:13.779Z Compiling phf v0.11.2
15562025-07-17T20:34:13.873Z Compiling ed25519 v2.2.3
15572025-07-17T20:34:14.069Z Compiling bzip2 v0.4.4
15582025-07-17T20:34:14.447Z Compiling bzip2 v0.5.2
15592025-07-17T20:34:14.450Z Compiling strum_macros v0.26.4
15602025-07-17T20:34:14.631Z Compiling pkcs1 v0.7.5
15612025-07-17T20:34:14.830Z Compiling serde-big-array v0.5.1
15622025-07-17T20:34:14.982Z Compiling serde_urlencoded v0.7.1
15632025-07-17T20:34:15.071Z Compiling rfc6979 v0.4.0
15642025-07-17T20:34:15.270Z Compiling serde_repr v0.1.19
15652025-07-17T20:34:15.499Z Compiling daft-derive v0.1.4
15662025-07-17T20:34:15.527Z Compiling clap_derive v4.5.40
15672025-07-17T20:34:15.576Z Compiling enum-as-inner v0.6.1
15682025-07-17T20:34:16.149Z Compiling bstr v1.10.0
15692025-07-17T20:34:16.422Z Compiling float-cmp v0.10.0
15702025-07-17T20:34:16.666Z Compiling encoding_rs v0.8.34
15712025-07-17T20:34:16.810Z Compiling number_prefix v0.4.0
15722025-07-17T20:34:16.955Z Compiling difflib v0.4.0
15732025-07-17T20:34:17.086Z Compiling fixedbitset v0.4.2
15742025-07-17T20:34:17.494Z Compiling static_assertions v1.1.0
15752025-07-17T20:34:17.627Z Compiling precomputed-hash v0.1.1
15762025-07-17T20:34:17.654Z Compiling unicode-segmentation v1.12.0
15772025-07-17T20:34:17.719Z Compiling normalize-line-endings v0.3.0
15782025-07-17T20:34:17.868Z Compiling whoami v1.5.2
15792025-07-17T20:34:18.103Z Compiling mime v0.3.17
15802025-07-17T20:34:18.440Z Compiling new_debug_unreachable v1.0.6
15812025-07-17T20:34:18.514Z Compiling data-encoding v2.9.0
15822025-07-17T20:34:18.533Z Compiling predicates-core v1.0.8
15832025-07-17T20:34:18.602Z Compiling string_cache v0.8.9
15842025-07-17T20:34:18.678Z Compiling strum v0.26.3
15852025-07-17T20:34:18.839Z Compiling predicates v3.1.3
15862025-07-17T20:34:18.882Z Compiling similar v2.7.0
15872025-07-17T20:34:19.041Z Compiling tokio-postgres v0.7.13
15882025-07-17T20:34:19.838Z Compiling clap v4.5.40
15892025-07-17T20:34:19.973Z Compiling hickory-proto v0.25.2
15902025-07-17T20:34:20.201Z Compiling toml_edit v0.22.27
15912025-07-17T20:34:20.272Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
15922025-07-17T20:34:20.292Z Compiling petgraph v0.6.5
15932025-07-17T20:34:20.798Z Compiling daft v0.1.4
15942025-07-17T20:34:21.298Z Compiling indicatif v0.17.11
15952025-07-17T20:34:23.208Z Compiling usdt v0.5.0
15962025-07-17T20:34:23.217Z Compiling ecdsa v0.16.9
15972025-07-17T20:34:23.676Z Compiling rsa v0.9.6
15982025-07-17T20:34:23.810Z Compiling zip v4.2.0
15992025-07-17T20:34:24.039Z Compiling zip v0.6.6
16002025-07-17T20:34:24.392Z Compiling ed25519-dalek v2.1.1
16012025-07-17T20:34:25.723Z Compiling toml v0.7.8
16022025-07-17T20:34:25.897Z Compiling crossterm v0.28.1
16032025-07-17T20:34:27.517Z Compiling tokio-stream v0.1.17
16042025-07-17T20:34:27.714Z Compiling openapiv3 v2.2.0
16052025-07-17T20:34:27.734Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16062025-07-17T20:34:27.755Z Compiling x509-cert v0.2.5
16072025-07-17T20:34:28.142Z Compiling sha1 v0.10.6
16082025-07-17T20:34:28.451Z Compiling itertools v0.10.5
16092025-07-17T20:34:28.543Z Compiling itertools v0.13.0
16102025-07-17T20:34:29.002Z Compiling dirs-sys-next v0.1.2
16112025-07-17T20:34:29.536Z Compiling winnow v0.6.26
16122025-07-17T20:34:30.896Z Compiling lalrpop-util v0.19.12
16132025-07-17T20:34:31.150Z Compiling rustc-hash v2.1.1
16142025-07-17T20:34:31.208Z Compiling peg-runtime v0.8.5
16152025-07-17T20:34:31.227Z Compiling dirs-next v2.0.0
16162025-07-17T20:34:31.354Z Compiling thread_local v1.1.8
16172025-07-17T20:34:31.436Z Compiling slog-async v2.8.0
16182025-07-17T20:34:31.454Z Compiling term v0.7.0
16192025-07-17T20:34:31.490Z Compiling xattr v1.3.1
16202025-07-17T20:34:31.749Z Compiling futures-executor v0.3.31
16212025-07-17T20:34:31.768Z Compiling crossbeam-channel v0.5.15
16222025-07-17T20:34:31.819Z Compiling filetime v0.2.25
16232025-07-17T20:34:31.995Z Compiling is-terminal v0.4.13
16242025-07-17T20:34:32.136Z Compiling take_mut v0.2.2
16252025-07-17T20:34:32.150Z Compiling slog-term v2.9.1
16262025-07-17T20:34:32.155Z Compiling tar v0.4.44
16272025-07-17T20:34:32.232Z Compiling futures v0.3.31
16282025-07-17T20:34:32.295Z Compiling camino v1.1.10
16292025-07-17T20:34:37.640Z Compiling aws-lc-sys v0.26.0
16302025-07-17T20:35:06.874Z Compiling rustls-webpki v0.102.8
16312025-07-17T20:35:11.313Z Compiling tokio-rustls v0.26.0
16322025-07-17T20:35:11.601Z Compiling hyper-rustls v0.27.7
16332025-07-17T20:35:11.894Z Compiling reqwest v0.12.22
16342025-07-17T20:35:15.401Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16352025-07-17T20:35:15.713Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16362025-07-17T20:35:20.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
16372025-07-17T20:35:20.418Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16382025-07-17T20:35:20.453ZJul 17 20:35:19.662 INFO Starting download, target: Clickhouse
16392025-07-17T20:35:20.460ZJul 17 20:35:19.662 INFO Starting download, target: Cockroach
16402025-07-17T20:35:20.473ZJul 17 20:35:19.662 INFO Starting download, target: Console
16412025-07-17T20:35:20.474ZJul 17 20:35:19.662 INFO Starting download, target: DendriteStub
16422025-07-17T20:35:20.474ZJul 17 20:35:19.662 INFO Starting download, target: MaghemiteMgd
16432025-07-17T20:35:20.474ZJul 17 20:35:19.662 INFO Starting download, target: TransceiverControl
16442025-07-17T20:35:20.474ZJul 17 20:35:19.663 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16452025-07-17T20:35:20.474ZJul 17 20:35:19.663 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16462025-07-17T20:35:20.474ZJul 17 20:35:19.663 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16472025-07-17T20:35:20.475ZJul 17 20:35:19.663 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16482025-07-17T20:35:20.475ZJul 17 20:35:19.663 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16492025-07-17T20:35:20.475ZJul 17 20:35:19.663 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16502025-07-17T20:35:21.008ZJul 17 20:35:20.140 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16512025-07-17T20:35:21.074ZJul 17 20:35:20.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16522025-07-17T20:35:21.386ZJul 17 20:35:20.556 INFO Download complete, target: Console
16532025-07-17T20:35:21.523ZJul 17 20:35:20.694 INFO Download complete, target: TransceiverControl
16542025-07-17T20:35:22.020ZJul 17 20:35:21.203 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16552025-07-17T20:35:22.187ZJul 17 20:35:21.364 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16562025-07-17T20:35:22.475ZJul 17 20:35:21.657 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16572025-07-17T20:35:22.829ZJul 17 20:35:22.041 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16582025-07-17T20:35:22.829ZJul 17 20:35:22.041 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16592025-07-17T20:35:25.579ZJul 17 20:35:24.790 INFO Download complete, target: DendriteStub
16602025-07-17T20:35:25.717ZJul 17 20:35:24.926 INFO Download complete, target: MaghemiteMgd
16612025-07-17T20:35:29.360ZJul 17 20:35:28.572 INFO Checking that binary works, target: Cockroach
16622025-07-17T20:35:29.519ZJul 17 20:35:28.724 INFO Download complete, target: Cockroach
16632025-07-17T20:35:33.277ZJul 17 20:35:32.208 INFO Checking that binary works, target: Clickhouse
16642025-07-17T20:35:33.807ZJul 17 20:35:32.329 INFO Download complete, target: Clickhouse
16652025-07-17T20:35:33.807ZAll prerequisites installed successfully
16662025-07-17T20:35:33.807Z
16672025-07-17T20:35:33.807Zreal 4:37.004354227
16682025-07-17T20:35:33.807Zuser 16:10.406163800
16692025-07-17T20:35:33.807Zsys 2:15.917601508
16702025-07-17T20:35:33.807Ztrap 0.588002965
16712025-07-17T20:35:33.807Ztflt 0.891256951
16722025-07-17T20:35:33.807Zdflt 1.231151237
16732025-07-17T20:35:33.808Zkflt 0.027022433
16742025-07-17T20:35:33.808Zlock 37:11.989911205
16752025-07-17T20:35:33.808Zslp 58:27.193439139
16762025-07-17T20:35:33.808Zlat 1:11.870250985
16772025-07-17T20:35:33.808Zstop 2:49.721763023
16782025-07-17T20:35:33.808Z+ ptime -m cargo xtask download softnpu
16792025-07-17T20:35:34.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
16802025-07-17T20:35:34.265Z Running `target/debug/xtask download softnpu`
16812025-07-17T20:35:34.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
16822025-07-17T20:35:34.874Z Running `target/debug/xtask-downloader softnpu`
16832025-07-17T20:35:34.924ZJul 17 20:35:34.123 INFO Starting download, target: Softnpu
16842025-07-17T20:35:34.938ZJul 17 20:35:34.124 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16852025-07-17T20:35:35.483ZJul 17 20:35:34.693 INFO Download complete, target: Softnpu
16862025-07-17T20:35:35.486Z
16872025-07-17T20:35:35.486Zreal 2.355686489
16882025-07-17T20:35:35.486Zuser 1.486168410
16892025-07-17T20:35:35.486Zsys 0.627673055
16902025-07-17T20:35:35.486Ztrap 0.000972410
16912025-07-17T20:35:35.486Ztflt 0.000063816
16922025-07-17T20:35:35.486Zdflt 0.000123681
16932025-07-17T20:35:35.486Zkflt 0.000000000
16942025-07-17T20:35:35.486Zlock 6.158602441
16952025-07-17T20:35:35.486Zslp 0.472565215
16962025-07-17T20:35:35.486Zlat 0.072762081
16972025-07-17T20:35:35.491Zstop 0.000157130
16982025-07-17T20:35:35.491Z+ export CARGO_INCREMENTAL=0
16992025-07-17T20:35:35.491Z+ CARGO_INCREMENTAL=0
17002025-07-17T20:35:35.491Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17012025-07-17T20:35:36.699Z Compiling proc-macro2 v1.0.95
17022025-07-17T20:35:36.699Z Compiling unicode-ident v1.0.18
17032025-07-17T20:35:36.718Z Compiling libc v0.2.174
17042025-07-17T20:35:36.718Z Compiling serde v1.0.219
17052025-07-17T20:35:36.719Z Compiling autocfg v1.4.0
17062025-07-17T20:35:36.719Z Compiling cfg-if v1.0.1
17072025-07-17T20:35:36.719Z Compiling version_check v0.9.5
17082025-07-17T20:35:36.976Z Compiling memchr v2.7.4
17092025-07-17T20:35:37.050Z Compiling shlex v1.3.0
17102025-07-17T20:35:37.069Z Compiling portable-atomic v1.11.0
17112025-07-17T20:35:37.431Z Compiling typenum v1.17.0
17122025-07-17T20:35:37.468Z Compiling generic-array v0.14.7
17132025-07-17T20:35:37.637Z Compiling lock_api v0.4.12
17142025-07-17T20:35:37.758Z Compiling value-bag v1.9.0
17152025-07-17T20:35:37.969Z Compiling libm v0.2.8
17162025-07-17T20:35:38.128Z Compiling serde_json v1.0.140
17172025-07-17T20:35:38.174Z Compiling num-traits v0.2.19
17182025-07-17T20:35:38.301Z Compiling log v0.4.27
17192025-07-17T20:35:38.304Z Compiling getrandom v0.3.1
17202025-07-17T20:35:38.466Z Compiling quote v1.0.40
17212025-07-17T20:35:38.496Z Compiling parking_lot_core v0.9.10
17222025-07-17T20:35:38.697Z Compiling jobserver v0.1.32
17232025-07-17T20:35:38.873Z Compiling syn v2.0.104
17242025-07-17T20:35:38.878Z Compiling scopeguard v1.2.0
17252025-07-17T20:35:38.913Z Compiling smallvec v1.15.0
17262025-07-17T20:35:38.989Z Compiling semver v1.0.26
17272025-07-17T20:35:38.996Z Compiling getrandom v0.2.15
17282025-07-17T20:35:39.032Z Compiling pkg-config v0.3.31
17292025-07-17T20:35:39.366Z Compiling cc v1.2.15
17302025-07-17T20:35:39.430Z Compiling itoa v1.0.11
17312025-07-17T20:35:39.430Z Compiling aho-corasick v1.1.3
17322025-07-17T20:35:39.486Z Compiling rustix v0.38.37
17332025-07-17T20:35:39.522Z Compiling regex-syntax v0.8.5
17342025-07-17T20:35:39.643Z Compiling either v1.15.0
17352025-07-17T20:35:40.738Z Compiling critical-section v1.1.3
17362025-07-17T20:35:40.903Z Compiling stable_deref_trait v1.2.0
17372025-07-17T20:35:41.035Z Compiling slab v0.4.9
17382025-07-17T20:35:41.244Z Compiling once_cell v1.21.3
17392025-07-17T20:35:41.424Z Compiling spin v0.9.8
17402025-07-17T20:35:41.469Z Compiling errno v0.3.12
17412025-07-17T20:35:41.634Z Compiling rand_core v0.6.4
17422025-07-17T20:35:41.822Z Compiling glob v0.3.2
17432025-07-17T20:35:42.136Z Compiling thiserror v1.0.69
17442025-07-17T20:35:42.213Z Compiling subtle v2.6.1
17452025-07-17T20:35:42.452Z Compiling allocator-api2 v0.2.21
17462025-07-17T20:35:42.541Z Compiling clang-sys v1.8.1
17472025-07-17T20:35:42.639Z Compiling ryu v1.0.18
17482025-07-17T20:35:42.659Z Compiling equivalent v1.0.2
17492025-07-17T20:35:42.814Z Compiling prettyplease v0.2.35
17502025-07-17T20:35:42.850Z Compiling pin-project-lite v0.2.14
17512025-07-17T20:35:42.961Z Compiling regex-automata v0.4.8
17522025-07-17T20:35:43.061Z Compiling foldhash v0.1.5
17532025-07-17T20:35:43.193Z Compiling lazy_static v1.5.0
17542025-07-17T20:35:43.330Z Compiling hashbrown v0.15.4
17552025-07-17T20:35:43.386Z Compiling litemap v0.7.3
17562025-07-17T20:35:43.422Z Compiling minimal-lexical v0.2.1
17572025-07-17T20:35:43.468Z Compiling writeable v0.5.5
17582025-07-17T20:35:43.795Z Compiling schemars v0.8.22
17592025-07-17T20:35:43.899Z Compiling nom v7.1.3
17602025-07-17T20:35:44.724Z Compiling libloading v0.8.5
17612025-07-17T20:35:44.907Z Compiling home v0.5.9
17622025-07-17T20:35:45.090Z Compiling bindgen v0.69.5
17632025-07-17T20:35:45.306Z Compiling percent-encoding v2.3.1
17642025-07-17T20:35:45.622Z Compiling zerocopy v0.8.26
17652025-07-17T20:35:45.864Z Compiling synstructure v0.13.1
17662025-07-17T20:35:46.193Z Compiling serde_derive_internals v0.29.1
17672025-07-17T20:35:46.965Z Compiling cexpr v0.6.0
17682025-07-17T20:35:47.052Z Compiling itertools v0.12.1
17692025-07-17T20:35:47.641Z Compiling lazycell v1.3.0
17702025-07-17T20:35:48.184Z Compiling regex v1.11.1
17712025-07-17T20:35:48.260Z Compiling icu_locid_transform_data v1.5.0
17722025-07-17T20:35:48.296Z Compiling byteorder v1.5.0
17732025-07-17T20:35:48.296Z Compiling rustc-hash v1.1.0
17742025-07-17T20:35:48.647Z Compiling cmake v0.1.51
17752025-07-17T20:35:48.738Z Compiling signal-hook-registry v1.4.2
17762025-07-17T20:35:48.863Z Compiling dunce v1.0.5
17772025-07-17T20:35:49.011Z Compiling fs_extra v1.3.0
17782025-07-17T20:35:49.209Z Compiling paste v1.0.15
17792025-07-17T20:35:49.368Z Compiling icu_properties_data v1.5.0
17802025-07-17T20:35:49.507Z Compiling fnv v1.0.7
17812025-07-17T20:35:49.648Z Compiling parking_lot v0.12.3
17822025-07-17T20:35:49.688Z Compiling mio v1.0.2
17832025-07-17T20:35:49.717Z Compiling serde_derive v1.0.219
17842025-07-17T20:35:49.745Z Compiling zeroize_derive v1.4.2
17852025-07-17T20:35:49.766Z Compiling zerofrom-derive v0.1.4
17862025-07-17T20:35:50.066Z Compiling yoke-derive v0.7.4
17872025-07-17T20:35:51.012Z Compiling zerovec-derive v0.10.3
17882025-07-17T20:35:51.233Z Compiling displaydoc v0.2.5
17892025-07-17T20:35:51.413Z Compiling icu_provider_macros v1.5.0
17902025-07-17T20:35:51.767Z Compiling tokio-macros v2.5.0
17912025-07-17T20:35:52.322Z Compiling zeroize v1.8.1
17922025-07-17T20:35:52.576Z Compiling zerocopy-derive v0.7.35
17932025-07-17T20:35:52.670Z Compiling zerofrom v0.1.4
17942025-07-17T20:35:52.755Z Compiling thiserror-impl v1.0.69
17952025-07-17T20:35:52.924Z Compiling yoke v0.7.4
17962025-07-17T20:35:53.098Z Compiling schemars_derive v0.8.22
17972025-07-17T20:35:53.296Z Compiling zerovec v0.10.4
17982025-07-17T20:35:53.907Z Compiling futures-macro v0.3.31
17992025-07-17T20:35:54.465Z Compiling zerocopy-derive v0.8.26
18002025-07-17T20:35:54.861Z Compiling utf16_iter v1.0.5
18012025-07-17T20:35:55.130Z Compiling write16 v1.0.0
18022025-07-17T20:35:55.204Z Compiling utf8_iter v1.0.4
18032025-07-17T20:35:55.291Z Compiling tinystr v0.7.6
18042025-07-17T20:35:55.474Z Compiling icu_collections v1.5.0
18052025-07-17T20:35:55.508Z Compiling icu_normalizer_data v1.5.0
18062025-07-17T20:35:55.580Z Compiling icu_locid v1.5.0
18072025-07-17T20:35:55.621Z Compiling heck v0.5.0
18082025-07-17T20:35:55.649Z Compiling crypto-common v0.1.6
18092025-07-17T20:35:56.723Z Compiling socket2 v0.5.10
18102025-07-17T20:35:56.906Z Compiling icu_provider v1.5.0
18112025-07-17T20:35:56.969Z Compiling const-oid v0.9.6
18122025-07-17T20:35:57.689Z Compiling icu_locid_transform v1.5.0
18132025-07-17T20:35:58.439Z Compiling form_urlencoded v1.2.1
18142025-07-17T20:35:58.941Z Compiling ring v0.17.14
18152025-07-17T20:35:59.085Z Compiling icu_properties v1.5.1
18162025-07-17T20:36:00.126Z Compiling tracing-attributes v0.1.27
18172025-07-17T20:36:00.166Z Compiling der_derive v0.7.3
18182025-07-17T20:36:01.378Z Compiling bitflags v2.9.1
18192025-07-17T20:36:01.606Z Compiling bytes v1.10.1
18202025-07-17T20:36:03.153Z Compiling icu_normalizer v1.5.0
18212025-07-17T20:36:03.207Z Compiling tokio v1.45.1
18222025-07-17T20:36:03.618Z Compiling indexmap v2.10.0
18232025-07-17T20:36:04.592Z Compiling idna_adapter v1.2.0
18242025-07-17T20:36:04.821Z Compiling idna v1.0.3
18252025-07-17T20:36:05.044Z Compiling vcpkg v0.2.15
18262025-07-17T20:36:05.096Z Compiling aws-lc-rs v1.12.4
18272025-07-17T20:36:05.517Z Compiling which v4.4.2
18282025-07-17T20:36:06.330Z Compiling url v2.5.4
18292025-07-17T20:36:06.372Z Compiling openssl-sys v0.9.109
18302025-07-17T20:36:08.689Z Compiling block-buffer v0.10.4
18312025-07-17T20:36:08.963Z Compiling thiserror v2.0.12
18322025-07-17T20:36:09.238Z Compiling futures-core v0.3.31
18332025-07-17T20:36:09.526Z Compiling digest v0.10.7
18342025-07-17T20:36:10.046Z Compiling zerocopy v0.7.35
18352025-07-17T20:36:10.072Z Compiling thiserror-impl v2.0.12
18362025-07-17T20:36:10.137Z Compiling httparse v1.9.5
18372025-07-17T20:36:11.771Z Compiling uuid v1.17.0
18382025-07-17T20:36:12.316Z Compiling iana-time-zone v0.1.63
18392025-07-17T20:36:12.338Z Compiling syn v1.0.109
18402025-07-17T20:36:12.625Z Compiling crossbeam-utils v0.8.21
18412025-07-17T20:36:12.950Z Compiling chrono v0.4.41
18422025-07-17T20:36:14.840Z Compiling futures-sink v0.3.31
18432025-07-17T20:36:14.963Z Compiling time-core v0.1.2
18442025-07-17T20:36:14.963Z Compiling num-conv v0.1.0
18452025-07-17T20:36:14.963Z Compiling time-macros v0.2.18
18462025-07-17T20:36:15.799Z Compiling cpufeatures v0.2.14
18472025-07-17T20:36:16.263Z Compiling openssl v0.10.73
18482025-07-17T20:36:16.290Z Compiling strsim v0.11.1
18492025-07-17T20:36:17.050Z Compiling hmac v0.12.1
18502025-07-17T20:36:17.076Z Compiling aws-lc-sys v0.26.0
18512025-07-17T20:36:17.283Z Compiling rustc_version v0.4.1
18522025-07-17T20:36:17.451Z Compiling serde_tokenstream v0.2.2
18532025-07-17T20:36:17.982Z Compiling block-padding v0.3.3
18542025-07-17T20:36:18.011Z Compiling scroll_derive v0.12.0
18552025-07-17T20:36:18.246Z Compiling openssl-macros v0.1.1
18562025-07-17T20:36:21.162Z Compiling native-tls v0.2.12
18572025-07-17T20:36:23.625Z Compiling ucd-trie v0.1.7
18582025-07-17T20:36:23.625Z Compiling dyn-clone v1.0.19
18592025-07-17T20:36:23.625Z Compiling rustls v0.23.19
18602025-07-17T20:36:23.625Z Compiling pest v2.7.14
18612025-07-17T20:36:23.625Z Compiling inout v0.1.3
18622025-07-17T20:36:23.625Z Compiling futures-channel v0.3.31
18632025-07-17T20:36:23.625Z Compiling futures-io v0.3.31
18642025-07-17T20:36:23.625Z Compiling pin-utils v0.1.0
18652025-07-17T20:36:23.625Z Compiling futures-task v0.3.31
18662025-07-17T20:36:24.888Z Compiling futures-util v0.3.31
18672025-07-17T20:36:25.317Z Compiling pest_meta v2.7.14
18682025-07-17T20:36:25.318Z Compiling cipher v0.4.4
18692025-07-17T20:36:25.318Z Compiling sha2 v0.10.9
18702025-07-17T20:36:25.318Z Compiling http v1.3.1
18712025-07-17T20:36:25.880Z Compiling cookie v0.18.1
18722025-07-17T20:36:25.923Z Compiling base64ct v1.6.0
18732025-07-17T20:36:26.196Z Compiling rustversion v1.0.17
18742025-07-17T20:36:26.500Z Compiling pem-rfc7468 v0.7.0
18752025-07-17T20:36:26.877Z Compiling pest_generator v2.7.14
18762025-07-17T20:36:27.191Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18772025-07-17T20:36:27.291Z Compiling bzip2-sys v0.1.13+1.0.8
18782025-07-17T20:36:27.801Z Compiling flagset v0.4.6
18792025-07-17T20:36:27.907Z Compiling slog v2.7.0
18802025-07-17T20:36:28.028Z Compiling anyhow v1.0.98
18812025-07-17T20:36:28.361Z Compiling pest_derive v2.7.14
18822025-07-17T20:36:28.379Z Compiling der v0.7.9
18832025-07-17T20:36:29.081Z Compiling serde_spanned v0.6.9
18842025-07-17T20:36:29.203Z Compiling toml_datetime v0.6.11
18852025-07-17T20:36:29.620Z Compiling tracing-core v0.1.32
18862025-07-17T20:36:29.655Z Compiling usdt-impl v0.5.0
18872025-07-17T20:36:29.713Z Compiling rayon-core v1.12.1
18882025-07-17T20:36:30.024Z Compiling rustls-pki-types v1.10.0
18892025-07-17T20:36:30.143Z Compiling salsa20 v0.10.2
18902025-07-17T20:36:30.229Z Compiling spki v0.7.3
18912025-07-17T20:36:30.390Z Compiling tracing v0.1.40
18922025-07-17T20:36:30.947Z Compiling scroll v0.12.0
18932025-07-17T20:36:30.986Z Compiling pbkdf2 v0.12.2
18942025-07-17T20:36:31.039Z Compiling ppv-lite86 v0.2.20
18952025-07-17T20:36:31.556Z Compiling plain v0.2.3
18962025-07-17T20:36:31.683Z Compiling winnow v0.5.40
18972025-07-17T20:36:31.756Z Compiling litrs v0.4.1
18982025-07-17T20:36:31.868Z Compiling goblin v0.8.2
18992025-07-17T20:36:32.191Z Compiling scrypt v0.11.0
19002025-07-17T20:36:32.612Z Compiling cbc v0.1.2
19012025-07-17T20:36:32.670Z Compiling document-features v0.2.10
19022025-07-17T20:36:32.823Z Compiling aes v0.8.4
19032025-07-17T20:36:34.769Z Compiling toml_edit v0.19.15
19042025-07-17T20:36:35.327Z Compiling tokio-util v0.7.15
19052025-07-17T20:36:37.061Z Compiling untrusted v0.7.1
19062025-07-17T20:36:37.120Z Compiling powerfmt v0.2.0
19072025-07-17T20:36:37.267Z Compiling newtype-uuid v1.2.4
19082025-07-17T20:36:37.290Z Compiling untrusted v0.9.0
19092025-07-17T20:36:37.487Z Compiling adler2 v2.0.0
19102025-07-17T20:36:37.568Z Compiling pretty-hex v0.4.1
19112025-07-17T20:36:37.596Z Compiling deranged v0.3.11
19122025-07-17T20:36:37.747Z Compiling dof v0.3.0
19132025-07-17T20:36:37.799Z Compiling miniz_oxide v0.8.5
19142025-07-17T20:36:39.279Z Compiling pkcs5 v0.7.1
19152025-07-17T20:36:39.588Z Compiling dtrace-parser v0.2.0
19162025-07-17T20:36:39.776Z Compiling http-body v1.0.1
19172025-07-17T20:36:40.192Z Compiling heapless v0.7.17
19182025-07-17T20:36:40.858Z Compiling thread-id v4.2.2
19192025-07-17T20:36:40.993Z Compiling atomic-waker v1.1.2
19202025-07-17T20:36:41.228Z Compiling zstd-safe v7.2.3
19212025-07-17T20:36:41.284Z Compiling signal-hook v0.3.17
19222025-07-17T20:36:41.578Z Compiling base64 v0.22.1
19232025-07-17T20:36:41.621Z Compiling num_threads v0.1.7
19242025-07-17T20:36:41.764Z Compiling time v0.3.36
19252025-07-17T20:36:43.291Z Compiling pkcs8 v0.10.2
19262025-07-17T20:36:43.683Z Compiling tower-service v0.3.3
19272025-07-17T20:36:44.072Z Compiling tinyvec_macros v0.1.1
19282025-07-17T20:36:44.178Z Compiling try-lock v0.2.5
19292025-07-17T20:36:44.502Z Compiling ident_case v1.0.1
19302025-07-17T20:36:44.700Z Compiling want v0.3.1
19312025-07-17T20:36:44.979Z Compiling tinyvec v1.8.0
19322025-07-17T20:36:46.405Z Compiling h2 v0.4.6
19332025-07-17T20:36:47.870Z Compiling rand_core v0.9.2
19342025-07-17T20:36:48.170Z Compiling curve25519-dalek v4.1.3
19352025-07-17T20:36:48.743Z Compiling ipnet v2.11.0
19362025-07-17T20:36:48.899Z Compiling async-trait v0.1.88
19372025-07-17T20:36:50.833Z Compiling memoffset v0.9.1
19382025-07-17T20:36:50.857Z Compiling openssl-probe v0.1.5
19392025-07-17T20:36:51.394Z Compiling httpdate v1.0.3
19402025-07-17T20:36:51.658Z Compiling foreign-types-shared v0.1.1
19412025-07-17T20:36:51.781Z Compiling gimli v0.31.1
19422025-07-17T20:36:51.892Z Compiling num-bigint-dig v0.8.4
19432025-07-17T20:36:52.390Z Compiling smoltcp v0.9.1
19442025-07-17T20:36:52.946Z Compiling foreign-types v0.3.2
19452025-07-17T20:36:54.361Z Compiling hyper v1.6.0
19462025-07-17T20:36:57.120Z Compiling addr2line v0.24.2
19472025-07-17T20:36:59.676Z Compiling rand_chacha v0.9.0
19482025-07-17T20:37:00.558Z Compiling usdt-attr-macro v0.5.0
19492025-07-17T20:37:01.577Z Compiling usdt-macro v0.5.0
19502025-07-17T20:37:03.320Z Compiling strum_macros v0.26.4
19512025-07-17T20:37:05.037Z Compiling ipnetwork v0.21.1
19522025-07-17T20:37:06.544Z Compiling daft-derive v0.1.4
19532025-07-17T20:37:06.941Z Compiling object v0.36.5
19542025-07-17T20:37:07.927Z Compiling rustc-demangle v0.1.24
19552025-07-17T20:37:08.018Z Compiling cfg_aliases v0.2.1
19562025-07-17T20:37:08.135Z Compiling nix v0.29.0
19572025-07-17T20:37:11.426Z Compiling rand v0.9.1
19582025-07-17T20:37:15.668Z Compiling crossbeam-epoch v0.9.18
19592025-07-17T20:37:15.668Z Compiling hyper-util v0.1.14
19602025-07-17T20:37:15.668Z Compiling backtrace v0.3.74
19612025-07-17T20:37:16.830Z Compiling unicode-normalization v0.1.24
19622025-07-17T20:37:18.200Z Compiling strum_macros v0.27.1
19632025-07-17T20:37:20.238Z Compiling hubpack_derive v0.1.1
19642025-07-17T20:37:20.414Z Compiling signature v2.2.0
19652025-07-17T20:37:20.649Z Compiling openapiv3 v2.2.0
19662025-07-17T20:37:21.013Z Compiling curve25519-dalek-derive v0.1.1
19672025-07-17T20:37:22.535Z Compiling fs-err v3.1.1
19682025-07-17T20:37:22.875Z Compiling ahash v0.8.11
19692025-07-17T20:37:23.241Z Compiling crc32fast v1.4.2
19702025-07-17T20:37:23.558Z Compiling anstyle v1.0.11
19712025-07-17T20:37:24.142Z Compiling buf-list v1.0.3
19722025-07-17T20:37:24.444Z Compiling siphasher v0.3.11
19732025-07-17T20:37:24.490Z Compiling zlib-rs v0.5.1
19742025-07-17T20:37:24.675Z Compiling utf8parse v0.2.2
19752025-07-17T20:37:24.815Z Compiling unicode-properties v0.1.3
19762025-07-17T20:37:24.860Z Compiling unicode-bidi v0.3.17
19772025-07-17T20:37:25.220Z Compiling anstyle-parse v0.2.5
19782025-07-17T20:37:25.279Z Compiling phf_shared v0.11.2
19792025-07-17T20:37:25.556Z Compiling stringprep v0.1.5
19802025-07-17T20:37:29.316Z Compiling libz-rs-sys v0.5.1
19812025-07-17T20:37:33.110Z Compiling crossbeam-deque v0.8.5
19822025-07-17T20:37:33.692Z Compiling http-body-util v0.1.3
19832025-07-17T20:37:33.787Z Compiling rand_chacha v0.3.1
19842025-07-17T20:37:34.427Z Compiling sync_wrapper v1.0.1
19852025-07-17T20:37:34.608Z Compiling md-5 v0.10.6
19862025-07-17T20:37:34.802Z Compiling num-integer v0.1.46
19872025-07-17T20:37:35.333Z Compiling hash32 v0.2.1
19882025-07-17T20:37:35.469Z Compiling ff v0.13.0
19892025-07-17T20:37:35.638Z Compiling encoding_rs v0.8.34
19902025-07-17T20:37:35.694Z Compiling psl-types v2.0.11
19912025-07-17T20:37:35.713Z Compiling tower-layer v0.3.3
19922025-07-17T20:37:35.910Z Compiling colorchoice v1.0.2
19932025-07-17T20:37:36.012Z Compiling fallible-iterator v0.2.0
19942025-07-17T20:37:36.689Z Compiling is_terminal_polyfill v1.70.1
19952025-07-17T20:37:36.757Z Compiling anstyle-query v1.1.1
19962025-07-17T20:37:36.840Z Compiling mime v0.3.17
19972025-07-17T20:37:36.922Z Compiling base16ct v0.2.0
19982025-07-17T20:37:37.209Z Compiling sec1 v0.7.3
19992025-07-17T20:37:37.740Z Compiling anstream v0.6.18
20002025-07-17T20:37:37.796Z Compiling publicsuffix v2.3.0
20012025-07-17T20:37:38.156Z Compiling postgres-protocol v0.6.8
20022025-07-17T20:37:38.306Z Compiling tower v0.5.2
20032025-07-17T20:37:39.522Z Compiling group v0.13.0
20042025-07-17T20:37:39.988Z Compiling num-iter v0.1.45
20052025-07-17T20:37:41.702Z Compiling rand v0.8.5
20062025-07-17T20:37:43.379Z Compiling tokio-native-tls v0.3.1
20072025-07-17T20:37:43.658Z Compiling flate2 v1.1.2
20082025-07-17T20:37:44.554Z Compiling rustls-native-certs v0.8.1
20092025-07-17T20:37:45.268Z Compiling rustls-webpki v0.102.8
20102025-07-17T20:37:45.970Z Compiling webpki-roots v1.0.1
20112025-07-17T20:37:46.544Z Compiling hkdf v0.12.4
20122025-07-17T20:37:46.782Z Compiling terminal_size v0.4.0
20132025-07-17T20:37:46.870Z Compiling serde_urlencoded v0.7.1
20142025-07-17T20:37:47.016Z Compiling clap_derive v4.5.40
20152025-07-17T20:37:47.096Z Compiling enum-as-inner v0.6.1
20162025-07-17T20:37:47.100Z Compiling crypto-bigint v0.5.5
20172025-07-17T20:37:47.425Z Compiling serde_repr v0.1.19
20182025-07-17T20:37:48.488Z Compiling iri-string v0.7.8
20192025-07-17T20:37:50.204Z Compiling bitflags v1.3.2
20202025-07-17T20:37:50.326Z Compiling bumpalo v3.16.0
20212025-07-17T20:37:50.713Z Compiling managed v0.8.0
20222025-07-17T20:37:50.912Z Compiling simd-adler32 v0.3.7
20232025-07-17T20:37:51.143Z Compiling unicode-width v0.2.0
20242025-07-17T20:37:52.066Z Compiling lockfree-object-pool v0.1.6
20252025-07-17T20:37:52.338Z Compiling clap_lex v0.7.4
20262025-07-17T20:37:52.449Z Compiling zopfli v0.8.1
20272025-07-17T20:37:52.721Z Compiling tokio-rustls v0.26.0
20282025-07-17T20:37:53.179Z Compiling hyper-rustls v0.27.7
20292025-07-17T20:37:53.748Z Compiling clap_builder v4.5.40
20302025-07-17T20:37:54.188Z Compiling tower-http v0.6.6
20312025-07-17T20:37:55.506Z Compiling console v0.15.10
20322025-07-17T20:37:57.088Z Compiling elliptic-curve v0.13.8
20332025-07-17T20:37:57.432Z Compiling oxnet v0.1.2
20342025-07-17T20:37:57.794Z Compiling hyper-tls v0.6.0
20352025-07-17T20:37:59.967Z Compiling zstd v0.13.3
20362025-07-17T20:38:00.064Z Compiling signal-hook-mio v0.2.4
20372025-07-17T20:38:00.085Z Compiling rayon v1.10.0
20382025-07-17T20:38:00.251Z Compiling cookie_store v0.21.1
20392025-07-17T20:38:00.449Z Compiling postgres-types v0.2.9
20402025-07-17T20:38:01.055Z Compiling phf v0.11.2
20412025-07-17T20:38:01.579Z Compiling strum v0.27.1
20422025-07-17T20:38:01.634Z Compiling hubpack v0.1.2
20432025-07-17T20:38:01.686Z Compiling ed25519 v2.2.3
20442025-07-17T20:38:01.780Z Compiling bzip2 v0.5.2
20452025-07-17T20:38:02.039Z Compiling bzip2 v0.4.4
20462025-07-17T20:38:02.407Z Compiling pkcs1 v0.7.5
20472025-07-17T20:38:03.556Z Compiling rfc6979 v0.4.0
20482025-07-17T20:38:03.718Z Compiling float-cmp v0.10.0
20492025-07-17T20:38:03.969Z Compiling serde-big-array v0.5.1
20502025-07-17T20:38:04.178Z Compiling bstr v1.10.0
20512025-07-17T20:38:04.205Z Compiling regress v0.10.3
20522025-07-17T20:38:04.248Z Compiling memmap v0.7.0
20532025-07-17T20:38:04.548Z Compiling difflib v0.4.0
20542025-07-17T20:38:05.486Z Compiling number_prefix v0.4.0
20552025-07-17T20:38:05.505Z Compiling predicates-core v1.0.8
20562025-07-17T20:38:05.544Z Compiling normalize-line-endings v0.3.0
20572025-07-17T20:38:05.659Z Compiling whoami v1.5.2
20582025-07-17T20:38:05.690Z Compiling static_assertions v1.1.0
20592025-07-17T20:38:05.716Z Compiling winnow v0.7.10
20602025-07-17T20:38:05.783Z Compiling data-encoding v2.9.0
20612025-07-17T20:38:05.808Z Compiling unicode-segmentation v1.12.0
20622025-07-17T20:38:06.111Z Compiling fixedbitset v0.4.2
20632025-07-17T20:38:06.505Z Compiling toml_write v0.1.2
20642025-07-17T20:38:06.618Z Compiling precomputed-hash v0.1.1
20652025-07-17T20:38:06.767Z Compiling new_debug_unreachable v1.0.6
20662025-07-17T20:38:06.880Z Compiling string_cache v0.8.9
20672025-07-17T20:38:06.896Z Compiling similar v2.7.0
20682025-07-17T20:38:07.134Z Compiling reqwest v0.12.22
20692025-07-17T20:38:07.148Z Compiling hickory-proto v0.25.2
20702025-07-17T20:38:07.271Z Compiling petgraph v0.6.5
20712025-07-17T20:38:08.492Z Compiling typify-impl v0.3.0
20722025-07-17T20:38:08.585Z Compiling tokio-postgres v0.7.13
20732025-07-17T20:38:09.145Z Compiling toml_edit v0.22.27
20742025-07-17T20:38:10.680Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20752025-07-17T20:38:13.511Z Compiling predicates v3.1.3
20762025-07-17T20:38:14.736Z Compiling indicatif v0.17.11
20772025-07-17T20:38:16.367Z Compiling usdt v0.5.0
20782025-07-17T20:38:17.547Z Compiling ecdsa v0.16.9
20792025-07-17T20:38:18.274Z Compiling rsa v0.9.6
20802025-07-17T20:38:18.585Z Compiling zip v0.6.6
20812025-07-17T20:38:18.768Z Compiling zip v4.2.0
20822025-07-17T20:38:19.562Z Compiling ed25519-dalek v2.1.1
20832025-07-17T20:38:20.100Z Compiling crossterm v0.28.1
20842025-07-17T20:38:20.294Z Compiling daft v0.1.4
20852025-07-17T20:38:20.347Z Compiling clap v4.5.40
20862025-07-17T20:38:20.602Z Compiling strum v0.26.3
20872025-07-17T20:38:20.659Z Compiling darling_core v0.21.0
20882025-07-17T20:38:20.683Z Compiling tokio-stream v0.1.17
20892025-07-17T20:38:20.790Z Compiling toml v0.7.8
20902025-07-17T20:38:20.839Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
20912025-07-17T20:38:21.265Z Compiling x509-cert v0.2.5
20922025-07-17T20:38:22.825Z Compiling sha1 v0.10.6
20932025-07-17T20:38:22.946Z Compiling itertools v0.13.0
20942025-07-17T20:38:23.211Z Compiling itertools v0.10.5
20952025-07-17T20:38:25.630Z Compiling winnow v0.6.26
20962025-07-17T20:38:25.742Z Compiling rustix v1.0.7
20972025-07-17T20:38:27.218Z Compiling lalrpop-util v0.19.12
20982025-07-17T20:38:27.575Z Compiling rustc-hash v2.1.1
20992025-07-17T20:38:27.780Z Compiling peg-runtime v0.8.5
21002025-07-17T20:38:28.614Z Compiling unicode-xid v0.2.6
21012025-07-17T20:38:28.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21022025-07-17T20:38:28.806Z Compiling darling_macro v0.21.0
21032025-07-17T20:38:29.942Z Compiling typify-macro v0.3.0
21042025-07-17T20:38:36.677Z Compiling camino v1.1.10
21052025-07-17T20:38:38.495Z Compiling darling v0.21.0
21062025-07-17T20:38:39.402Z Compiling proc-macro-crate v1.3.1
21072025-07-17T20:38:39.723Z Compiling macaddr v1.0.1
21082025-07-17T20:38:40.806Z Compiling itertools v0.14.0
21092025-07-17T20:38:41.506Z Compiling fastrand v2.1.1
21102025-07-17T20:38:42.986Z Compiling heapless v0.8.0
21112025-07-17T20:38:43.717Z Compiling ingot-macros v0.1.1
21122025-07-17T20:38:46.275Z Compiling tempfile v3.20.0
21132025-07-17T20:38:48.030Z Compiling num_enum_derive v0.5.11
21142025-07-17T20:38:50.467Z Compiling structmeta-derive v0.3.0
21152025-07-17T20:38:51.605Z Compiling hash32 v0.3.1
21162025-07-17T20:38:55.326Z Compiling smoltcp v0.11.0
21172025-07-17T20:38:55.849Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21182025-07-17T20:39:00.160Z Compiling structmeta v0.3.0
21192025-07-17T20:39:04.677Z Compiling num_enum v0.5.11
21202025-07-17T20:39:04.908Z Compiling ingot-types v0.1.2
21212025-07-17T20:39:07.044Z Compiling typify v0.3.0
21222025-07-17T20:39:11.427Z Compiling darling_core v0.20.10
21232025-07-17T20:39:12.241Z Compiling dirs-sys-next v0.1.2
21242025-07-17T20:39:12.262Z Compiling proc-macro-error-attr v1.0.4
21252025-07-17T20:39:12.792Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21262025-07-17T20:39:13.730Z Compiling rustls v0.22.4
21272025-07-17T20:39:14.014Z Compiling unsafe-libyaml v0.2.11
21282025-07-17T20:39:14.058Z Compiling cobs v0.2.3
21292025-07-17T20:39:14.597Z Compiling postcard v1.0.10
21302025-07-17T20:39:15.396Z Compiling serde_yaml v0.9.34+deprecated
21312025-07-17T20:39:16.470Z Compiling darling_macro v0.20.10
21322025-07-17T20:39:22.310Z Compiling dirs-next v2.0.0
21332025-07-17T20:39:26.723Z Compiling progenitor-impl v0.9.1
21342025-07-17T20:39:29.193Z Compiling ingot v0.1.1
21352025-07-17T20:39:30.400Z Compiling toml v0.8.23
21362025-07-17T20:39:35.387Z Compiling futures-executor v0.3.31
21372025-07-17T20:39:36.065Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21382025-07-17T20:39:36.261Z Compiling hex v0.4.3
21392025-07-17T20:39:36.389Z Compiling foreign-types-macros v0.2.3
21402025-07-17T20:39:36.903Z Compiling thread_local v1.1.8
21412025-07-17T20:39:36.983Z Compiling wait-timeout v0.2.0
21422025-07-17T20:39:37.005Z Compiling proc-macro-error v1.0.4
21432025-07-17T20:39:37.009Z Compiling multer v3.1.0
21442025-07-17T20:39:37.359Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21452025-07-17T20:39:37.360Z Compiling quick-error v1.2.3
21462025-07-17T20:39:37.523Z Compiling ref-cast v1.0.24
21472025-07-17T20:39:37.578Z Compiling bit-vec v0.8.0
21482025-07-17T20:39:37.700Z Compiling unicode-width v0.1.14
21492025-07-17T20:39:37.831Z Compiling match_cfg v0.1.0
21502025-07-17T20:39:37.952Z Compiling slog-async v2.8.0
21512025-07-17T20:39:38.005Z Compiling foreign-types-shared v0.3.1
21522025-07-17T20:39:38.152Z Compiling foreign-types v0.5.0
21532025-07-17T20:39:38.284Z Compiling tabwriter v1.4.0
21542025-07-17T20:39:38.387Z Compiling bit-set v0.8.0
21552025-07-17T20:39:39.603Z Compiling hostname v0.3.1
21562025-07-17T20:39:39.634Z Compiling rusty-fork v0.3.0
21572025-07-17T20:39:39.634Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21582025-07-17T20:39:39.634Z Compiling futures v0.3.31
21592025-07-17T20:39:39.634Z Compiling progenitor-macro v0.9.1
21602025-07-17T20:39:39.634Z Compiling term v0.7.0
21612025-07-17T20:39:42.606Z Compiling darling v0.20.10
21622025-07-17T20:39:42.954Z Compiling progenitor-client v0.9.1
21632025-07-17T20:39:43.036Z Compiling slog-json v2.6.1
21642025-07-17T20:39:43.491Z Compiling rand_xorshift v0.4.0
21652025-07-17T20:39:43.787Z Compiling crossbeam-channel v0.5.15
21662025-07-17T20:39:43.852Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672025-07-17T20:39:44.509Z Compiling async-stream-impl v0.3.6
21682025-07-17T20:39:44.649Z Compiling ref-cast-impl v1.0.24
21692025-07-17T20:39:45.253Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
21702025-07-17T20:39:45.628Z Compiling cstr-argument v0.1.2
21712025-07-17T20:39:45.694Z Compiling is-terminal v0.4.13
21722025-07-17T20:39:45.860Z Compiling dropshot v0.16.2
21732025-07-17T20:39:45.908Z Compiling crucible-workspace-hack v0.1.0
21742025-07-17T20:39:46.067Z Compiling typeid v1.0.3
21752025-07-17T20:39:46.243Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21762025-07-17T20:39:46.266Z Compiling take_mut v0.2.2
21772025-07-17T20:39:46.449Z Compiling unarray v0.1.4
21782025-07-17T20:39:46.570Z Compiling pretty-hex v0.2.1
21792025-07-17T20:39:46.664Z Compiling proptest v1.7.0
21802025-07-17T20:39:46.823Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21812025-07-17T20:39:47.365Z Compiling tokio-rustls v0.25.0
21822025-07-17T20:39:47.844Z Compiling slog-term v2.9.1
21832025-07-17T20:39:49.144Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21842025-07-17T20:39:49.487Z Compiling async-stream v0.3.6
21852025-07-17T20:39:49.553Z Compiling progenitor v0.9.1
21862025-07-17T20:39:49.794Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21872025-07-17T20:39:49.816Z Compiling slog-bunyan v2.5.0
21882025-07-17T20:39:50.007Z Compiling serde_with_macros v3.14.0
21892025-07-17T20:39:50.284Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21902025-07-17T20:39:50.496Z Compiling test-strategy v0.4.1
21912025-07-17T20:39:50.599Z Compiling parse-display-derive v0.10.0
21922025-07-17T20:39:52.282Z Compiling colored v2.2.0
21932025-07-17T20:39:52.619Z Compiling waitgroup v0.1.2
21942025-07-17T20:39:52.892Z Compiling rustls-pemfile v2.2.0
21952025-07-17T20:39:53.354Z Compiling dropshot_endpoint v0.16.2
21962025-07-17T20:39:53.426Z Compiling serde_path_to_error v0.1.17
21972025-07-17T20:39:53.603Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21982025-07-17T20:39:53.941Z Compiling derive-where v1.5.0
21992025-07-17T20:39:54.342Z Compiling hostname v0.4.0
22002025-07-17T20:39:54.376Z Compiling instant v0.1.13
22012025-07-17T20:39:54.556Z Compiling heck v0.4.1
22022025-07-17T20:39:54.674Z Compiling debug-ignore v1.0.5
22032025-07-17T20:39:54.862Z Compiling backoff v0.4.0
22042025-07-17T20:39:54.948Z Compiling zone_cfg_derive v0.3.0
22052025-07-17T20:39:55.242Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062025-07-17T20:39:55.479Z Compiling parse-display v0.10.0
22072025-07-17T20:39:56.186Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
22082025-07-17T20:39:56.673Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22092025-07-17T20:39:57.255Z Compiling serde_with v3.14.0
22102025-07-17T20:39:59.298Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22112025-07-17T20:39:59.410Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
22122025-07-17T20:40:00.020Z Compiling iddqd v0.3.8
22132025-07-17T20:40:00.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
22142025-07-17T20:40:04.112Z Compiling camino-tempfile v1.4.1
22152025-07-17T20:40:04.554Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
22162025-07-17T20:40:04.915Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22172025-07-17T20:40:04.986Z Compiling progenitor-client v0.10.0
22182025-07-17T20:40:05.769Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22192025-07-17T20:40:05.904Z Compiling num-derive v0.4.2
22202025-07-17T20:40:05.922Z Compiling sigpipe v0.1.3
22212025-07-17T20:40:06.068Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22222025-07-17T20:40:06.428Z Compiling libefi-sys v0.1.0
22232025-07-17T20:40:06.775Z Compiling jiff v0.2.15
22242025-07-17T20:40:08.041Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
22252025-07-17T20:40:08.324Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22262025-07-17T20:40:09.503Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
22272025-07-17T20:40:09.524Z Compiling erased-serde v0.4.6
22282025-07-17T20:40:10.073Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
22292025-07-17T20:40:10.987Z Compiling zone v0.3.1
22302025-07-17T20:40:14.141Z Compiling smf v0.2.3
22312025-07-17T20:40:14.619Z Compiling bitfield-struct v0.6.2
22322025-07-17T20:40:15.910Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22332025-07-17T20:40:16.246Z Compiling ordered-float v2.10.1
22342025-07-17T20:40:16.552Z Compiling blake3 v1.5.4
22352025-07-17T20:40:16.616Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22362025-07-17T20:40:16.637Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22372025-07-17T20:40:16.879Z Compiling serde-value v0.7.0
22382025-07-17T20:40:17.177Z Compiling serde-untagged v0.1.7
22392025-07-17T20:40:17.785Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22402025-07-17T20:40:17.809Z Compiling xattr v1.3.1
22412025-07-17T20:40:17.982Z Compiling filetime v0.2.25
22422025-07-17T20:40:18.180Z Compiling memmap2 v0.9.5
22432025-07-17T20:40:18.352Z Compiling constant_time_eq v0.3.1
22442025-07-17T20:40:18.394Z Compiling same-file v1.0.6
22452025-07-17T20:40:18.558Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22462025-07-17T20:40:18.682Z Compiling arrayvec v0.7.6
22472025-07-17T20:40:18.708Z Compiling arrayref v0.3.9
22482025-07-17T20:40:18.739Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22492025-07-17T20:40:18.825Z Compiling walkdir v2.5.0
22502025-07-17T20:40:18.848Z Compiling tar v0.4.44
22512025-07-17T20:40:20.338Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22522025-07-17T20:40:20.759Z Compiling cargo-util-schemas v0.2.0
22532025-07-17T20:40:20.804Z Compiling tokio-dtrace v0.1.0
22542025-07-17T20:40:21.268Z Compiling gethostname v0.5.0
22552025-07-17T20:40:21.323Z Compiling cargo-platform v0.2.0
22562025-07-17T20:40:21.418Z Compiling fixedbitset v0.5.7
22572025-07-17T20:40:22.500Z Compiling topological-sort v0.2.2
22582025-07-17T20:40:22.503Z Compiling petgraph v0.8.2
22592025-07-17T20:40:22.796Z Compiling omicron-zone-package v0.12.2
22602025-07-17T20:40:24.483Z Compiling cargo_metadata v0.20.0
22612025-07-17T20:40:26.136Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22622025-07-17T20:40:26.504Z Compiling oxide-tokio-rt v0.1.2
22632025-07-17T20:40:27.596Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22642025-07-17T20:40:27.857Z Compiling indent_write v2.2.0
22652025-07-17T20:40:28.129Z Compiling shell-words v1.1.0
22662025-07-17T20:40:28.527Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
22672025-07-17T20:40:31.287Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682025-07-17T20:40:50.771Z Finished `release` profile [optimized] target(s) in 5m 15s
22692025-07-17T20:40:50.956Z Running `target/release/omicron-package -t test target create -p dev`
22702025-07-17T20:40:51.007ZLogging to: /work/oxidecomputer/omicron/out/LOG
22712025-07-17T20:40:51.010ZCreated new build target 'test' and set it as active
22722025-07-17T20:40:51.010Z
22732025-07-17T20:40:51.010Zreal 5:15.499117105
22742025-07-17T20:40:51.011Zuser 36:31.277016793
22752025-07-17T20:40:51.011Zsys 3:33.343112221
22762025-07-17T20:40:51.011Ztrap 1.100172181
22772025-07-17T20:40:51.011Ztflt 1.928967235
22782025-07-17T20:40:51.011Zdflt 1.027551375
22792025-07-17T20:40:51.011Zkflt 0.000096094
22802025-07-17T20:40:51.011Zlock 1:43:10.098110189
22812025-07-17T20:40:51.011Zslp 2:29:01.987106927
22822025-07-17T20:40:51.011Zlat 3:02.476447370
22832025-07-17T20:40:51.011Zstop 5:17.235876073
22842025-07-17T20:40:51.011Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22852025-07-17T20:40:52.154Z Finished `release` profile [optimized] target(s) in 1.09s
22862025-07-17T20:40:52.210Z Running `target/release/omicron-package -t test package`
22872025-07-17T20:40:52.258ZLogging to: /work/oxidecomputer/omicron/out/LOG
22882025-07-17T20:40:53.932Z Compiling typify-impl v0.4.1
22892025-07-17T20:40:54.161Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22902025-07-17T20:40:54.165Z Compiling convert_case v0.4.0
22912025-07-17T20:40:54.165Z Compiling num-rational v0.4.2
22922025-07-17T20:40:54.165Z Compiling num-complex v0.4.6
22932025-07-17T20:40:54.165Z Compiling dirs-sys-next v0.1.2
22942025-07-17T20:40:54.178Z Compiling half v2.4.1
22952025-07-17T20:40:54.378Z Compiling ciborium-io v0.2.2
22962025-07-17T20:40:54.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22972025-07-17T20:40:54.639Z Compiling dirs-next v2.0.0
22982025-07-17T20:40:54.838Z Compiling ciborium-ll v0.2.2
22992025-07-17T20:40:54.882Z Compiling float-ord v0.3.2
23002025-07-17T20:40:54.908Z Compiling derive_more v0.99.20
23012025-07-17T20:40:55.083Z Compiling term v0.7.0
23022025-07-17T20:40:55.238Z Compiling num v0.4.3
23032025-07-17T20:40:55.272Z Compiling ciborium v0.2.2
23042025-07-17T20:40:55.346Z Compiling is-terminal v0.4.13
23052025-07-17T20:40:55.374Z Compiling secrecy v0.10.3
23062025-07-17T20:40:55.507Z Compiling camino v1.1.10
23072025-07-17T20:40:55.697Z Compiling password-hash v0.5.0
23082025-07-17T20:40:56.099Z Compiling blake2 v0.10.6
23092025-07-17T20:40:56.363Z Compiling base64 v0.21.7
23102025-07-17T20:40:56.410Z Compiling atomicwrites v0.4.4
23112025-07-17T20:40:56.937Z Compiling argon2 v0.5.3
23122025-07-17T20:40:57.175Z Compiling rustix v1.0.7
23132025-07-17T20:40:57.250Z Compiling newline-converter v0.3.0
23142025-07-17T20:40:57.429Z Compiling fastrand v2.1.1
23152025-07-17T20:40:57.490Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
23162025-07-17T20:40:57.846Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23172025-07-17T20:40:57.878Z Compiling expectorate v1.2.0
23182025-07-17T20:40:57.941Z Compiling rustls v0.22.4
23192025-07-17T20:40:57.985Z Compiling thread_local v1.1.8
23202025-07-17T20:40:58.289Z Compiling wait-timeout v0.2.0
23212025-07-17T20:40:58.417Z Compiling match_cfg v0.1.0
23222025-07-17T20:40:58.462Z Compiling bit-vec v0.8.0
23232025-07-17T20:40:58.552Z Compiling quick-error v1.2.3
23242025-07-17T20:40:58.710Z Compiling hostname v0.3.1
23252025-07-17T20:40:58.744Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23262025-07-17T20:40:58.917Z Compiling bit-set v0.8.0
23272025-07-17T20:40:58.945Z Compiling tempfile v3.20.0
23282025-07-17T20:40:59.292Z Compiling ref-cast v1.0.24
23292025-07-17T20:40:59.408Z Compiling rusty-fork v0.3.0
23302025-07-17T20:40:59.618Z Compiling multer v3.1.0
23312025-07-17T20:40:59.707Z Compiling slog-async v2.8.0
23322025-07-17T20:40:59.793Z Compiling progenitor-client v0.9.1
23332025-07-17T20:40:59.819Z Compiling slog-json v2.6.1
23342025-07-17T20:40:59.985Z Compiling crossbeam-channel v0.5.15
23352025-07-17T20:41:00.148Z Compiling rand_xorshift v0.4.0
23362025-07-17T20:41:00.187Z Compiling futures-executor v0.3.31
23372025-07-17T20:41:00.328Z Compiling hex v0.4.3
23382025-07-17T20:41:00.414Z Compiling owo-colors v4.2.2
23392025-07-17T20:41:00.634Z Compiling take_mut v0.2.2
23402025-07-17T20:41:00.828Z Compiling unarray v0.1.4
23412025-07-17T20:41:00.897Z Compiling cancel-safe-futures v0.1.5
23422025-07-17T20:41:00.938Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23432025-07-17T20:41:01.006Z Compiling proptest v1.7.0
23442025-07-17T20:41:01.117Z Compiling futures v0.3.31
23452025-07-17T20:41:01.280Z Compiling progenitor v0.9.1
23462025-07-17T20:41:01.333Z Compiling slog-bunyan v2.5.0
23472025-07-17T20:41:01.767Z Compiling slog-term v2.9.1
23482025-07-17T20:41:01.902Z Compiling dropshot v0.16.2
23492025-07-17T20:41:01.988Z Compiling async-stream v0.3.6
23502025-07-17T20:41:02.282Z Compiling toml v0.8.23
23512025-07-17T20:41:02.333Z Compiling waitgroup v0.1.2
23522025-07-17T20:41:02.568Z Compiling rustls-pemfile v2.2.0
23532025-07-17T20:41:02.733Z Compiling libsw-core v0.3.1
23542025-07-17T20:41:02.911Z Compiling serde_path_to_error v0.1.17
23552025-07-17T20:41:03.060Z Compiling hostname v0.4.0
23562025-07-17T20:41:03.309Z Compiling tokio-rustls v0.25.0
23572025-07-17T20:41:03.563Z Compiling typify-macro v0.4.1
23582025-07-17T20:41:03.622Z Compiling instant v0.1.13
23592025-07-17T20:41:03.665Z Compiling debug-ignore v1.0.5
23602025-07-17T20:41:03.717Z Compiling libsw v3.5.0
23612025-07-17T20:41:03.797Z Compiling backoff v0.4.0
23622025-07-17T20:41:04.032Z Compiling iddqd v0.3.8
23632025-07-17T20:41:04.176Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23642025-07-17T20:41:06.145Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
23652025-07-17T20:41:06.941Z Compiling typify v0.4.1
23662025-07-17T20:41:07.136Z Compiling progenitor-impl v0.10.0
23672025-07-17T20:41:08.344Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23682025-07-17T20:41:09.757Z Compiling parse-display v0.10.0
23692025-07-17T20:41:10.236Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702025-07-17T20:41:10.269Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23712025-07-17T20:41:10.452Z Compiling serde_with v3.14.0
23722025-07-17T20:41:10.632Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732025-07-17T20:41:10.939Z Compiling progenitor-client v0.10.0
23742025-07-17T20:41:11.471Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23752025-07-17T20:41:12.548Z Compiling macaddr v1.0.1
23762025-07-17T20:41:12.658Z Compiling progenitor-macro v0.10.0
23772025-07-17T20:41:12.721Z Compiling utf-8 v0.7.6
23782025-07-17T20:41:12.987Z Compiling linear-map v1.2.0
23792025-07-17T20:41:13.111Z Compiling swrite v0.1.0
23802025-07-17T20:41:13.283Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812025-07-17T20:41:13.400Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23822025-07-17T20:41:13.428Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23832025-07-17T20:41:13.674Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23842025-07-17T20:41:16.357Z Compiling async-recursion v1.1.1
23852025-07-17T20:41:17.636Z Compiling keccak v0.1.5
23862025-07-17T20:41:18.884Z Compiling sha3 v0.10.8
23872025-07-17T20:41:19.734Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23882025-07-17T20:41:20.760Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23892025-07-17T20:41:23.477Z Compiling progenitor v0.10.0
23902025-07-17T20:41:23.743Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23912025-07-17T20:41:23.905Z Compiling globset v0.4.15
23922025-07-17T20:41:27.325Z Compiling prettyplease v0.2.35
23932025-07-17T20:41:28.140Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23942025-07-17T20:41:29.453Z Compiling tungstenite v0.21.0
23952025-07-17T20:41:29.767Z Compiling pem v3.0.5
23962025-07-17T20:41:31.182Z Compiling pin-project-internal v1.1.6
23972025-07-17T20:41:32.125Z Compiling tokio-tungstenite v0.21.0
23982025-07-17T20:41:32.787Z Compiling snafu-derive v0.8.5
23992025-07-17T20:41:33.580Z Compiling pin-project v1.1.6
24002025-07-17T20:41:33.766Z Compiling highway v1.3.0
24012025-07-17T20:41:34.303Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24022025-07-17T20:41:34.534Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24032025-07-17T20:41:35.326Z Compiling olpc-cjson v0.1.4
24042025-07-17T20:41:35.647Z Compiling serde_plain v1.0.2
24052025-07-17T20:41:36.213Z Compiling semver v0.1.20
24062025-07-17T20:41:36.743Z Compiling typed-path v0.9.3
24072025-07-17T20:41:36.827Z Compiling snafu v0.8.5
24082025-07-17T20:41:38.020Z Compiling rustc_version v0.1.7
24092025-07-17T20:41:38.395Z Compiling resolv-conf v0.7.0
24102025-07-17T20:41:39.992Z Compiling tough v0.20.0
24112025-07-17T20:41:42.264Z Compiling newtype_derive v0.1.6
24122025-07-17T20:41:42.354Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
24132025-07-17T20:41:42.626Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24142025-07-17T20:41:42.719Z Compiling universal-hash v0.5.1
24152025-07-17T20:41:42.985Z Compiling thiserror-impl-no-std v2.0.2
24162025-07-17T20:41:43.421Z Compiling opaque-debug v0.3.1
24172025-07-17T20:41:43.528Z Compiling poly1305 v0.8.0
24182025-07-17T20:41:44.898Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24192025-07-17T20:41:45.563Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24202025-07-17T20:41:45.636Z Compiling thiserror-no-std v2.0.2
24212025-07-17T20:41:45.636Z Compiling chacha20 v0.9.1
24222025-07-17T20:41:45.636Z Compiling aead v0.5.2
24232025-07-17T20:41:45.841Z Compiling linked-hash-map v0.5.6
24242025-07-17T20:41:45.952Z Compiling humantime v2.2.0
24252025-07-17T20:41:45.990Z Compiling chacha20poly1305 v0.10.1
24262025-07-17T20:41:46.261Z Compiling lru-cache v0.1.2
24272025-07-17T20:41:46.316Z Compiling vsss-rs v3.3.4
24282025-07-17T20:41:46.665Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24292025-07-17T20:41:50.377Z Compiling steno v0.4.1
24302025-07-17T20:41:50.479Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
24312025-07-17T20:41:50.479Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
24322025-07-17T20:41:51.323Z Compiling hickory-proto v0.24.4
24332025-07-17T20:41:51.382Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24342025-07-17T20:41:57.341Z Compiling hickory-resolver v0.24.4
24352025-07-17T20:41:58.411Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362025-07-17T20:41:59.249Z Compiling slog-dtrace v0.3.0
24372025-07-17T20:41:59.657Z Compiling moka v0.12.10
24382025-07-17T20:42:00.015Z Compiling qorb v0.4.0
24392025-07-17T20:42:06.730Z Compiling tagptr v0.2.0
24402025-07-17T20:42:06.804Z Compiling bytecount v0.6.8
24412025-07-17T20:42:09.784Z Compiling hickory-resolver v0.25.2
24422025-07-17T20:42:11.102Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24432025-07-17T20:42:13.303Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24442025-07-17T20:42:13.995Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24452025-07-17T20:42:14.292Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24462025-07-17T20:42:17.270Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24472025-07-17T20:42:19.064Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24482025-07-17T20:42:19.541Z Compiling display-error-chain v0.2.2
24492025-07-17T20:42:19.811Z Compiling radium v0.7.0
24502025-07-17T20:42:20.284Z Compiling crunchy v0.2.2
24512025-07-17T20:42:20.750Z Compiling maplit v1.0.2
24522025-07-17T20:42:21.005Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24532025-07-17T20:42:21.598Z Compiling dsl_auto_type v0.1.2
24542025-07-17T20:42:22.815Z Compiling scheduled-thread-pool v0.2.7
24552025-07-17T20:42:24.036Z Compiling diesel_table_macro_syntax v0.2.0
24562025-07-17T20:42:24.093Z Compiling zerocopy-derive v0.6.6
24572025-07-17T20:42:24.414Z Compiling proc-macro-error-attr2 v2.0.0
24582025-07-17T20:42:24.486Z Compiling tiny-keccak v2.0.2
24592025-07-17T20:42:24.832Z Compiling tap v1.0.1
24602025-07-17T20:42:25.064Z Compiling maybe-uninit v2.0.0
24612025-07-17T20:42:25.124Z Compiling proc-macro-error2 v2.0.1
24622025-07-17T20:42:25.499Z Compiling wyz v0.5.1
24632025-07-17T20:42:25.694Z Compiling zerocopy v0.6.6
24642025-07-17T20:42:25.721Z Compiling diesel_derives v2.2.3
24652025-07-17T20:42:25.743Z Compiling r2d2 v0.8.10
24662025-07-17T20:42:26.356Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24672025-07-17T20:42:26.477Z Compiling const_format_proc_macros v0.2.34
24682025-07-17T20:42:26.528Z Compiling bit-vec v0.6.3
24692025-07-17T20:42:26.951Z Compiling funty v2.0.0
24702025-07-17T20:42:28.082Z Compiling packed_struct v0.10.1
24712025-07-17T20:42:28.607Z Compiling crc-catalog v2.4.0
24722025-07-17T20:42:28.730Z Compiling crc v3.2.1
24732025-07-17T20:42:29.678Z Compiling const_format v0.2.34
24742025-07-17T20:42:30.769Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24752025-07-17T20:42:30.893Z Compiling bitvec v1.0.1
24762025-07-17T20:42:32.493Z Compiling bit-set v0.5.3
24772025-07-17T20:42:32.829Z Compiling tabled_derive v0.10.0
24782025-07-17T20:42:32.913Z Compiling papergrid v0.14.0
24792025-07-17T20:42:33.735Z Compiling ascii-canvas v3.0.0
24802025-07-17T20:42:38.800Z Compiling packed_struct_codegen v0.10.1
24812025-07-17T20:42:39.216Z Compiling num-derive v0.3.3
24822025-07-17T20:42:39.216Z Compiling diesel v2.2.11
24832025-07-17T20:42:39.216Z Compiling ena v0.14.3
24842025-07-17T20:42:39.216Z Compiling indexmap v1.9.3
24852025-07-17T20:42:39.216Z Compiling regex-syntax v0.6.29
24862025-07-17T20:42:39.216Z Compiling bindgen v0.71.1
24872025-07-17T20:42:39.216Z Compiling diff v0.1.13
24882025-07-17T20:42:39.216Z Compiling nodrop v0.1.14
24892025-07-17T20:42:39.302Z Compiling array-init v0.0.4
24902025-07-17T20:42:42.125Z Compiling lalrpop v0.19.12
24912025-07-17T20:42:49.459Z Compiling libscf-sys v1.1.0
24922025-07-17T20:42:49.720Z Compiling tabled v0.18.0
24932025-07-17T20:42:52.865Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24942025-07-17T20:42:56.584Z Compiling smallvec v0.6.14
24952025-07-17T20:42:57.038Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24962025-07-17T20:42:57.672Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
24972025-07-17T20:42:58.088Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
24982025-07-17T20:42:58.588Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24992025-07-17T20:42:58.843Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25002025-07-17T20:42:59.102Z Compiling bitfield v0.14.0
25012025-07-17T20:42:59.214Z Compiling termcolor v1.4.1
25022025-07-17T20:42:59.431Z Compiling hashbrown v0.12.3
25032025-07-17T20:43:00.185Z Compiling env_logger v0.10.2
25042025-07-17T20:43:00.765Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
25052025-07-17T20:43:01.752Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25062025-07-17T20:43:02.515Z Compiling polar-core v0.27.3
25072025-07-17T20:43:03.146Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
25082025-07-17T20:43:03.596Z Compiling serde-hex v0.1.0
25092025-07-17T20:43:03.768Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25102025-07-17T20:43:08.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25112025-07-17T20:43:08.749Z Compiling ron v0.8.1
25122025-07-17T20:43:08.827Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25132025-07-17T20:43:09.184Z Compiling hashbrown v0.13.2
25142025-07-17T20:43:09.521Z Compiling derive_builder_core v0.20.2
25152025-07-17T20:43:10.419Z Compiling headers-core v0.3.0
25162025-07-17T20:43:10.629Z Compiling phf_generator v0.11.2
25172025-07-17T20:43:10.861Z Compiling libxml v0.3.3
25182025-07-17T20:43:11.306Z Compiling termtree v0.5.1
25192025-07-17T20:43:11.337Z Compiling crc-any v2.5.0
25202025-07-17T20:43:11.612Z Compiling derive_builder_macro v0.20.2
25212025-07-17T20:43:11.697Z Compiling phf_codegen v0.11.2
25222025-07-17T20:43:11.948Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
25232025-07-17T20:43:12.223Z Compiling headers v0.4.1
25242025-07-17T20:43:12.486Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25252025-07-17T20:43:14.192Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25262025-07-17T20:43:15.637Z Compiling object v0.30.4
25272025-07-17T20:43:15.709Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25282025-07-17T20:43:17.284Z Compiling samael v0.0.19
25292025-07-17T20:43:25.295Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25302025-07-17T20:43:25.639Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25312025-07-17T20:43:25.996Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25322025-07-17T20:43:26.745Z Compiling strum_macros v0.24.3
25332025-07-17T20:43:26.942Z Compiling parse-zoneinfo v0.3.1
25342025-07-17T20:43:28.042Z Compiling crc8 v0.1.1
25352025-07-17T20:43:28.070Z Compiling indoc v1.0.9
25362025-07-17T20:43:28.288Z Compiling path-slash v0.1.5
25372025-07-17T20:43:28.368Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
25382025-07-17T20:43:28.568Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
25392025-07-17T20:43:28.711Z Compiling chrono-tz-build v0.4.0
25402025-07-17T20:43:29.593Z Compiling derive_builder v0.20.2
25412025-07-17T20:43:29.827Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25422025-07-17T20:43:30.176Z Compiling impl-trait-for-tuples v0.2.2
25432025-07-17T20:43:31.968Z Compiling oso-derive v0.27.3
25442025-07-17T20:43:32.903Z Compiling quick-xml v0.37.2
25452025-07-17T20:43:33.848Z Compiling vte_generate_state_changes v0.1.2
25462025-07-17T20:43:34.499Z Compiling arc-swap v1.7.1
25472025-07-17T20:43:35.175Z Compiling slog-scope v4.4.0
25482025-07-17T20:43:35.636Z Compiling vte v0.11.1
25492025-07-17T20:43:35.901Z Compiling chrono-tz v0.10.3
25502025-07-17T20:43:36.627Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25512025-07-17T20:43:37.174Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25522025-07-17T20:43:38.064Z Compiling diesel-dtrace v0.4.2
25532025-07-17T20:43:38.450Z Compiling unicase v2.7.0
25542025-07-17T20:43:38.822Z Compiling xshell-macros v0.2.7
25552025-07-17T20:43:39.556Z Compiling xshell v0.2.7
25562025-07-17T20:43:46.233Z Compiling oso v0.27.3
25572025-07-17T20:43:46.233Z Compiling strip-ansi-escapes v0.2.0
25582025-07-17T20:43:46.233Z Compiling slog-stdlog v4.1.1
25592025-07-17T20:43:46.233Z Compiling papergrid v0.11.0
25602025-07-17T20:43:46.234Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612025-07-17T20:43:46.615Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
25622025-07-17T20:43:46.980Z Compiling tabled_derive v0.7.0
25632025-07-17T20:43:48.948Z Compiling fd-lock v4.0.2
25642025-07-17T20:43:49.155Z Compiling bb8 v0.8.5
25652025-07-17T20:43:49.765Z Compiling peg-macros v0.8.5
25662025-07-17T20:43:52.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25672025-07-17T20:43:54.211Z Compiling nu-ansi-term v0.50.1
25682025-07-17T20:43:55.388Z Compiling reedline v0.40.0
25692025-07-17T20:43:57.927Z Compiling peg v0.8.5
25702025-07-17T20:43:57.966Z Compiling async-bb8-diesel v0.2.1
25712025-07-17T20:43:58.069Z Compiling tabled v0.15.0
25722025-07-17T20:43:58.785Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25732025-07-17T20:44:00.974Z Compiling slog-envlogger v2.2.0
25742025-07-17T20:44:06.580Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25752025-07-17T20:44:16.631Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25762025-07-17T20:44:16.682Z Compiling typify-impl v0.2.0
25772025-07-17T20:44:16.820Z Compiling bcs v0.1.6
25782025-07-17T20:44:16.998Z Compiling fxhash v0.2.1
25792025-07-17T20:44:17.272Z Compiling libz-sys v1.1.20
25802025-07-17T20:44:17.663Z Compiling half v1.8.3
25812025-07-17T20:44:18.577Z Compiling serde_cbor v0.11.2
25822025-07-17T20:44:19.601Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25832025-07-17T20:44:20.771Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25842025-07-17T20:44:21.823Z Compiling kstat-rs v0.2.4
25852025-07-17T20:44:22.731Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25862025-07-17T20:44:24.706Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25872025-07-17T20:44:26.052Z Compiling typify-macro v0.2.0
25882025-07-17T20:44:27.477Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
25892025-07-17T20:44:28.062Z Compiling nix v0.30.1
25902025-07-17T20:44:28.901Z Compiling nanorand v0.7.0
25912025-07-17T20:44:29.466Z Compiling libgit2-sys v0.17.0+1.8.1
25922025-07-17T20:44:29.598Z Compiling parking_lot_core v0.8.6
25932025-07-17T20:44:30.095Z Compiling flume v0.11.1
25942025-07-17T20:44:30.822Z Compiling mime_guess v2.0.5
25952025-07-17T20:44:32.303Z Compiling ignore v0.4.23
25962025-07-17T20:44:34.366Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
25972025-07-17T20:44:41.102Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982025-07-17T20:44:41.316Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
25992025-07-17T20:44:42.513Z Compiling castaway v0.2.3
26002025-07-17T20:44:42.569Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26012025-07-17T20:44:42.737Z Compiling fs-err v2.11.0
26022025-07-17T20:44:43.060Z Compiling compact_str v0.8.0
26032025-07-17T20:44:43.285Z Compiling globwalk v0.9.1
26042025-07-17T20:44:44.091Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
26052025-07-17T20:44:45.373Z Compiling typify v0.2.0
26062025-07-17T20:44:45.576Z Compiling predicates-tree v1.0.12
26072025-07-17T20:44:45.712Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26082025-07-17T20:44:46.441Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26092025-07-17T20:44:47.360Z Compiling unicode-truncate v1.1.0
26102025-07-17T20:44:49.091Z Compiling lru v0.12.5
26112025-07-17T20:44:49.482Z Compiling vergen v8.3.2
26122025-07-17T20:44:52.657Z Compiling nibble_vec v0.1.0
26132025-07-17T20:44:52.932Z Compiling cargo-platform v0.1.8
26142025-07-17T20:44:53.433Z Compiling instability v0.3.2
26152025-07-17T20:44:54.156Z Compiling atty v0.2.14
26162025-07-17T20:44:54.369Z Compiling endian-type v0.1.2
26172025-07-17T20:44:54.411Z Compiling cassowary v0.3.0
26182025-07-17T20:44:54.656Z Compiling salty v0.3.0
26192025-07-17T20:44:55.057Z Compiling indoc v2.0.6
26202025-07-17T20:44:55.881Z Compiling http-range v0.1.5
26212025-07-17T20:44:56.489Z Compiling ratatui v0.29.0
26222025-07-17T20:44:57.689Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
26232025-07-17T20:45:14.705Z Compiling radix_trie v0.2.1
26242025-07-17T20:45:15.580Z Compiling cargo_metadata v0.18.1
26252025-07-17T20:45:17.836Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26262025-07-17T20:45:18.273Z Compiling camino-tempfile-ext v0.3.2
26272025-07-17T20:45:19.609Z Compiling progenitor-impl v0.8.0
26282025-07-17T20:45:20.528Z Compiling git2 v0.19.0
26292025-07-17T20:45:22.406Z Compiling parking_lot v0.11.2
26302025-07-17T20:45:25.904Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
26312025-07-17T20:45:25.998Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26322025-07-17T20:45:28.210Z Compiling prefix-trie v0.7.0
26332025-07-17T20:45:29.226Z Compiling rand_seeder v0.3.0
26342025-07-17T20:45:29.654Z Compiling lzma-sys v0.1.20
26352025-07-17T20:45:30.367Z Compiling parse-size v1.1.0
26362025-07-17T20:45:30.394Z Compiling rustls v0.21.12
26372025-07-17T20:45:30.725Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
26382025-07-17T20:45:30.853Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26392025-07-17T20:45:31.142Z Compiling hickory-server v0.25.2
26402025-07-17T20:45:32.788Z Compiling progenitor-macro v0.8.0
26412025-07-17T20:45:33.835Z Compiling hyper-staticfile v0.10.1
26422025-07-17T20:45:34.057Z Compiling sled v0.34.7
26432025-07-17T20:45:36.351Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
26442025-07-17T20:45:42.824Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26452025-07-17T20:45:43.657Z Compiling hickory-client v0.25.2
26462025-07-17T20:45:45.448Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26472025-07-17T20:45:45.889Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26482025-07-17T20:45:46.663Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26492025-07-17T20:45:47.009Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26502025-07-17T20:45:51.673Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26512025-07-17T20:45:52.032Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
26522025-07-17T20:45:52.238Z Compiling primeorder v0.13.6
26532025-07-17T20:45:52.835Z Compiling progenitor-client v0.8.0
26542025-07-17T20:45:53.570Z Compiling rustls-webpki v0.101.7
26552025-07-17T20:45:53.697Z Compiling sct v0.7.1
26562025-07-17T20:45:54.174Z Compiling heck v0.3.3
26572025-07-17T20:45:54.521Z Compiling env_filter v0.1.2
26582025-07-17T20:45:56.002Z Compiling csv-core v0.1.11
26592025-07-17T20:45:56.908Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
26602025-07-17T20:45:57.186Z Compiling void v1.0.2
26612025-07-17T20:45:57.385Z Compiling lzss v0.8.2
26622025-07-17T20:45:57.412Z Compiling csv v1.3.1
26632025-07-17T20:45:57.860Z Compiling env_logger v0.11.5
26642025-07-17T20:45:59.231Z Compiling zone_cfg_derive v0.1.2
26652025-07-17T20:46:00.525Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26662025-07-17T20:46:01.570Z Compiling progenitor v0.8.0
26672025-07-17T20:46:01.766Z Compiling p384 v0.13.0
26682025-07-17T20:46:01.900Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26692025-07-17T20:46:04.690Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702025-07-17T20:46:05.863Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26712025-07-17T20:46:07.035Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26722025-07-17T20:46:07.503Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26732025-07-17T20:46:08.079Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26742025-07-17T20:46:10.487Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26752025-07-17T20:46:10.509Z Compiling tungstenite v0.23.0
26762025-07-17T20:46:14.158Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26772025-07-17T20:46:14.526Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26782025-07-17T20:46:14.893Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
26792025-07-17T20:46:15.262Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26802025-07-17T20:46:15.326Z Compiling nix v0.27.1
26812025-07-17T20:46:15.990Z Compiling serde_bytes v0.11.17
26822025-07-17T20:46:16.595Z Compiling base64 v0.13.1
26832025-07-17T20:46:17.412Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
26842025-07-17T20:46:17.841Z Compiling ron v0.7.1
26852025-07-17T20:46:18.395Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26862025-07-17T20:46:19.262Z Compiling tokio-tungstenite v0.23.1
26872025-07-17T20:46:19.902Z Compiling xz2 v0.1.7
26882025-07-17T20:46:20.763Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26892025-07-17T20:46:22.856Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26902025-07-17T20:46:23.895Z Compiling tokio-rustls v0.24.1
26912025-07-17T20:46:26.545Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26922025-07-17T20:46:29.817Z Compiling zone v0.1.8
26932025-07-17T20:46:30.325Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26942025-07-17T20:46:31.107Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26952025-07-17T20:46:32.884Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26962025-07-17T20:46:33.048Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
26972025-07-17T20:46:33.426Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26982025-07-17T20:46:33.474Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
26992025-07-17T20:46:40.186Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27002025-07-17T20:46:42.255Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27012025-07-17T20:46:43.552Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
27022025-07-17T20:46:45.288Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
27032025-07-17T20:46:46.361Z Compiling rustls-pemfile v1.0.4
27042025-07-17T20:46:47.125Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27052025-07-17T20:46:47.539Z Compiling signal-hook-tokio v0.3.1
27062025-07-17T20:46:47.811Z Compiling twox-hash v2.1.0
27072025-07-17T20:46:48.810Z Compiling yasna v0.5.2
27082025-07-17T20:46:49.482Z Compiling secrecy v0.8.0
27092025-07-17T20:46:49.792Z Compiling unicode-linebreak v0.1.5
27102025-07-17T20:46:50.400Z Compiling smawk v0.3.2
27112025-07-17T20:46:50.728Z Compiling is_ci v1.2.0
27122025-07-17T20:46:51.072Z Compiling supports-color v3.0.2
27132025-07-17T20:46:51.535Z Compiling textwrap v0.16.2
27142025-07-17T20:46:52.074Z Compiling rcgen v0.12.1
27152025-07-17T20:46:54.951Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27162025-07-17T20:46:56.729Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
27172025-07-17T20:47:02.335Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27182025-07-17T20:47:03.755Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
27192025-07-17T20:47:04.103Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27202025-07-17T20:47:12.656Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
27212025-07-17T20:47:16.517Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27222025-07-17T20:47:20.867Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
27232025-07-17T20:47:21.675Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27242025-07-17T20:47:22.672Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27252025-07-17T20:47:23.338Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27262025-07-17T20:47:25.415Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27272025-07-17T20:47:32.534Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27282025-07-17T20:47:32.908Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
27292025-07-17T20:47:33.272Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27302025-07-17T20:47:36.619Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
27312025-07-17T20:47:38.291Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27322025-07-17T20:47:42.763Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
27332025-07-17T20:47:43.083Z Compiling fatfs v0.3.6
27342025-07-17T20:47:43.686Z Compiling rtoolbox v0.0.2
27352025-07-17T20:47:44.129Z Compiling subprocess v0.2.9
27362025-07-17T20:47:45.167Z Compiling assert_matches v1.5.0
27372025-07-17T20:47:46.722Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27382025-07-17T20:47:48.638Z Compiling rpassword v7.4.0
27392025-07-17T20:47:49.130Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27402025-07-17T20:47:50.086Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
27412025-07-17T20:47:53.238Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27422025-07-17T20:47:55.447Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27432025-07-17T20:48:02.310Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27442025-07-17T20:48:22.691Z Compiling tui-tree-widget v0.23.1
27452025-07-17T20:48:23.198Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27462025-07-17T20:48:29.280Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27472025-07-17T20:48:29.663Z Compiling uzers v0.12.1
27482025-07-17T20:48:32.767Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27492025-07-17T20:48:33.207Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27502025-07-17T20:48:35.276Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27512025-07-17T20:48:55.296Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27522025-07-17T20:49:02.748Z Compiling support-bundle-viewer v0.1.2
27532025-07-17T20:49:06.505Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
27542025-07-17T20:49:10.771Z Compiling multimap v0.10.1
27552025-07-17T20:51:29.342Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
27562025-07-17T20:51:42.138Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27572025-07-17T20:59:31.821Z Finished `release` profile [optimized] target(s) in 18m 39s
27582025-07-17T21:00:27.337Z
27592025-07-17T21:00:27.347Zreal 19:36.228378871
27602025-07-17T21:00:27.347Zuser 2:17:31.540031187
27612025-07-17T21:00:27.347Zsys 4:00.778065604
27622025-07-17T21:00:27.348Ztrap 3.403930879
27632025-07-17T21:00:27.348Ztflt 2.097908835
27642025-07-17T21:00:27.348Zdflt 5.907241144
27652025-07-17T21:00:27.348Zkflt 0.000780816
27662025-07-17T21:00:27.348Zlock 9:29:36.654438076
27672025-07-17T21:00:27.348Zslp 7:02:47.336270339
27682025-07-17T21:00:27.348Zlat 4:06.670204190
27692025-07-17T21:00:27.348Zstop 3:51.423421782
27702025-07-17T21:00:27.348Z+ mapfile -t packages
27712025-07-17T21:00:27.348Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
27722025-07-17T21:00:28.572Z Finished `release` profile [optimized] target(s) in 1.17s
27732025-07-17T21:00:28.626Z Running `target/release/omicron-package -t test list-outputs`
27742025-07-17T21:00:28.695ZLogging to: /work/oxidecomputer/omicron/out/LOG
27752025-07-17T21:00:28.702Z+ ptime -m cargo build --locked --release -p xtask
27762025-07-17T21:00:29.402Z Compiling once_cell v1.21.3
27772025-07-17T21:00:29.402Z Compiling serde v1.0.219
27782025-07-17T21:00:29.406Z Compiling bitflags v2.9.1
27792025-07-17T21:00:29.406Z Compiling syn v2.0.104
27802025-07-17T21:00:29.406Z Compiling libc v0.2.174
27812025-07-17T21:00:29.406Z Compiling serde_json v1.0.140
27822025-07-17T21:00:29.406Z Compiling num-traits v0.2.19
27832025-07-17T21:00:29.851Z Compiling rustix v0.38.37
27842025-07-17T21:00:29.895Z Compiling smallvec v1.15.0
27852025-07-17T21:00:29.913Z Compiling hashbrown v0.15.4
27862025-07-17T21:00:30.019Z Compiling usdt-impl v0.5.0
27872025-07-17T21:00:30.235Z Compiling syn v1.0.109
27882025-07-17T21:00:30.363Z Compiling getrandom v0.3.1
27892025-07-17T21:00:30.577Z Compiling log v0.4.27
27902025-07-17T21:00:30.800Z Compiling percent-encoding v2.3.1
27912025-07-17T21:00:31.011Z Compiling thread-id v4.2.2
27922025-07-17T21:00:31.097Z Compiling form_urlencoded v1.2.1
27932025-07-17T21:00:31.155Z Compiling indexmap v2.10.0
27942025-07-17T21:00:31.592Z Compiling rustix v1.0.7
27952025-07-17T21:00:31.611Z Compiling fs-err v3.1.1
27962025-07-17T21:00:31.986Z Compiling terminal_size v0.4.0
27972025-07-17T21:00:32.274Z Compiling ordered-float v2.10.1
27982025-07-17T21:00:32.765Z Compiling anyhow v1.0.98
27992025-07-17T21:00:32.857Z Compiling clap_builder v4.5.40
28002025-07-17T21:00:32.948Z Compiling textwrap v0.16.2
28012025-07-17T21:00:33.763Z Compiling proc-macro-error v1.0.4
28022025-07-17T21:00:33.870Z Compiling tempfile v3.20.0
28032025-07-17T21:00:35.277Z Compiling tabled_derive v0.7.0
28042025-07-17T21:00:36.104Z Compiling synstructure v0.13.1
28052025-07-17T21:00:36.592Z Compiling tabled v0.15.0
28062025-07-17T21:00:37.351Z Compiling serde_derive v1.0.219
28072025-07-17T21:00:37.351Z Compiling thiserror-impl v1.0.69
28082025-07-17T21:00:38.782Z Compiling zerofrom-derive v0.1.4
28092025-07-17T21:00:39.245Z Compiling yoke-derive v0.7.4
28102025-07-17T21:00:39.982Z Compiling zerovec-derive v0.10.3
28112025-07-17T21:00:41.571Z Compiling thiserror v1.0.69
28122025-07-17T21:00:41.702Z Compiling zerofrom v0.1.4
28132025-07-17T21:00:41.749Z Compiling displaydoc v0.2.5
28142025-07-17T21:00:41.988Z Compiling yoke v0.7.4
28152025-07-17T21:00:42.247Z Compiling pest v2.7.14
28162025-07-17T21:00:42.399Z Compiling zerovec v0.10.4
28172025-07-17T21:00:43.109Z Compiling zerocopy-derive v0.7.35
28182025-07-17T21:00:44.822Z Compiling tinystr v0.7.6
28192025-07-17T21:00:45.187Z Compiling pest_meta v2.7.14
28202025-07-17T21:00:45.300Z Compiling icu_locid v1.5.0
28212025-07-17T21:00:45.336Z Compiling icu_provider_macros v1.5.0
28222025-07-17T21:00:46.388Z Compiling icu_collections v1.5.0
28232025-07-17T21:00:48.636Z Compiling icu_provider v1.5.0
28242025-07-17T21:00:48.996Z Compiling pest_generator v2.7.14
28252025-07-17T21:00:50.267Z Compiling icu_locid_transform v1.5.0
28262025-07-17T21:00:50.632Z Compiling pest_derive v2.7.14
28272025-07-17T21:00:51.351Z Compiling toml_datetime v0.6.11
28282025-07-17T21:00:51.446Z Compiling serde_spanned v0.6.9
28292025-07-17T21:00:51.735Z Compiling icu_properties v1.5.1
28302025-07-17T21:00:52.120Z Compiling zerocopy v0.7.35
28312025-07-17T21:00:52.369Z Compiling scroll_derive v0.12.0
28322025-07-17T21:00:53.453Z Compiling toml_edit v0.22.27
28332025-07-17T21:00:53.695Z Compiling scroll v0.12.0
28342025-07-17T21:00:54.359Z Compiling dtrace-parser v0.2.0
28352025-07-17T21:00:55.719Z Compiling icu_normalizer v1.5.0
28362025-07-17T21:00:55.859Z Compiling goblin v0.8.2
28372025-07-17T21:00:57.896Z Compiling idna_adapter v1.2.0
28382025-07-17T21:00:58.158Z Compiling dof v0.3.0
28392025-07-17T21:00:58.648Z Compiling idna v1.0.3
28402025-07-17T21:00:59.467Z Compiling toml v0.8.23
28412025-07-17T21:01:00.005Z Compiling serde_tokenstream v0.2.2
28422025-07-17T21:01:00.504Z Compiling erased-serde v0.4.6
28432025-07-17T21:01:00.775Z Compiling url v2.5.4
28442025-07-17T21:01:02.472Z Compiling serde-untagged v0.1.7
28452025-07-17T21:01:02.870Z Compiling serde-value v0.7.0
28462025-07-17T21:01:03.755Z Compiling semver v1.0.26
28472025-07-17T21:01:04.050Z Compiling camino v1.1.10
28482025-07-17T21:01:05.131Z Compiling thiserror-impl v2.0.12
28492025-07-17T21:01:05.300Z Compiling cargo-util-schemas v0.2.0
28502025-07-17T21:01:06.036Z Compiling usdt-macro v0.5.0
28512025-07-17T21:01:07.270Z Compiling usdt-attr-macro v0.5.0
28522025-07-17T21:01:07.897Z Compiling thiserror v2.0.12
28532025-07-17T21:01:08.117Z Compiling cargo-platform v0.2.0
28542025-07-17T21:01:08.472Z Compiling clap_derive v4.5.40
28552025-07-17T21:01:08.494Z Compiling usdt v0.5.0
28562025-07-17T21:01:09.300Z Compiling cargo_metadata v0.20.0
28572025-07-17T21:01:09.362Z Compiling camino-tempfile v1.4.1
28582025-07-17T21:01:09.842Z Compiling cargo_toml v0.21.0
28592025-07-17T21:01:10.173Z Compiling macaddr v1.0.1
28602025-07-17T21:01:12.485Z Compiling clap v4.5.40
28612025-07-17T21:01:20.400Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28622025-07-17T21:01:26.073Z Finished `release` profile [optimized] target(s) in 57.33s
28632025-07-17T21:01:26.209Z
28642025-07-17T21:01:26.213Zreal 57.490677664
28652025-07-17T21:01:26.213Zuser 6:10.756647516
28662025-07-17T21:01:26.213Zsys 26.606230927
28672025-07-17T21:01:26.213Ztrap 0.187145646
28682025-07-17T21:01:26.213Ztflt 0.309153650
28692025-07-17T21:01:26.213Zdflt 0.564394906
28702025-07-17T21:01:26.213Zkflt 0.000036927
28712025-07-17T21:01:26.213Zlock 16:43.199161447
28722025-07-17T21:01:26.213Zslp 19:18.547817735
28732025-07-17T21:01:26.213Zlat 25.631302349
28742025-07-17T21:01:26.213Zstop 32.456977493
28752025-07-17T21:01:26.213Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
28762025-07-17T21:01:26.213Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
28772025-07-17T21:01:26.213Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
28782025-07-17T21:01:26.213Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
28792025-07-17T21:01:26.213Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
28802025-07-17T21:01:27.391Z Compiling regress v0.10.3
28812025-07-17T21:01:27.558Z Compiling ident_case v1.0.1
28822025-07-17T21:01:27.561Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832025-07-17T21:01:27.561Z Compiling unsafe-libyaml v0.2.11
28842025-07-17T21:01:27.561Z Compiling match_cfg v0.1.0
28852025-07-17T21:01:27.627Z Compiling rustix v1.0.7
28862025-07-17T21:01:27.645Z Compiling quick-error v1.2.3
28872025-07-17T21:01:27.648Z Compiling progenitor-client v0.10.0
28882025-07-17T21:01:27.692Z Compiling hostname v0.3.1
28892025-07-17T21:01:27.724Z Compiling darling_core v0.20.10
28902025-07-17T21:01:27.803Z Compiling rustls v0.22.4
28912025-07-17T21:01:27.928Z Compiling hex v0.4.3
28922025-07-17T21:01:28.121Z Compiling structmeta-derive v0.3.0
28932025-07-17T21:01:28.172Z Compiling multer v3.1.0
28942025-07-17T21:01:28.206Z Compiling debug-ignore v1.0.5
28952025-07-17T21:01:28.450Z Compiling toml v0.8.23
28962025-07-17T21:01:28.591Z Compiling slog-json v2.6.1
28972025-07-17T21:01:28.947Z Compiling serde_yaml v0.9.34+deprecated
28982025-07-17T21:01:29.564Z Compiling tempfile v3.20.0
28992025-07-17T21:01:29.699Z Compiling macaddr v1.0.1
29002025-07-17T21:01:29.945Z Compiling async-stream-impl v0.3.6
29012025-07-17T21:01:30.144Z Compiling dropshot v0.16.2
29022025-07-17T21:01:30.167Z Compiling slog-bunyan v2.5.0
29032025-07-17T21:01:30.554Z Compiling waitgroup v0.1.2
29042025-07-17T21:01:30.628Z Compiling structmeta v0.3.0
29052025-07-17T21:01:30.811Z Compiling rustls-pemfile v2.2.0
29062025-07-17T21:01:31.104Z Compiling dropshot_endpoint v0.16.2
29072025-07-17T21:01:31.185Z Compiling typify-impl v0.3.0
29082025-07-17T21:01:31.281Z Compiling async-stream v0.3.6
29092025-07-17T21:01:31.340Z Compiling serde_path_to_error v0.1.17
29102025-07-17T21:01:31.607Z Compiling hostname v0.4.0
29112025-07-17T21:01:31.844Z Compiling wait-timeout v0.2.0
29122025-07-17T21:01:32.164Z Compiling bit-vec v0.8.0
29132025-07-17T21:01:32.216Z Compiling rusty-fork v0.3.0
29142025-07-17T21:01:32.378Z Compiling rand_xorshift v0.4.0
29152025-07-17T21:01:32.463Z Compiling instant v0.1.13
29162025-07-17T21:01:32.620Z Compiling tokio-rustls v0.25.0
29172025-07-17T21:01:32.645Z Compiling bit-set v0.8.0
29182025-07-17T21:01:32.689Z Compiling unarray v0.1.4
29192025-07-17T21:01:32.884Z Compiling test-strategy v0.4.1
29202025-07-17T21:01:32.907Z Compiling proptest v1.7.0
29212025-07-17T21:01:32.960Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29222025-07-17T21:01:33.048Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29232025-07-17T21:01:33.143Z Compiling progenitor-client v0.9.1
29242025-07-17T21:01:33.328Z Compiling darling_macro v0.20.10
29252025-07-17T21:01:33.880Z Compiling derive-where v1.5.0
29262025-07-17T21:01:33.907Z Compiling ref-cast v1.0.24
29272025-07-17T21:01:34.285Z Compiling darling v0.20.10
29282025-07-17T21:01:34.373Z Compiling ref-cast-impl v1.0.24
29292025-07-17T21:01:34.472Z Compiling serde_with_macros v3.14.0
29302025-07-17T21:01:35.749Z Compiling parse-display-derive v0.10.0
29312025-07-17T21:01:36.227Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29322025-07-17T21:01:36.533Z Compiling iddqd v0.3.8
29332025-07-17T21:01:36.784Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29342025-07-17T21:01:36.979Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29352025-07-17T21:01:37.004Z Compiling serde_with v3.14.0
29362025-07-17T21:01:37.137Z Compiling backoff v0.4.0
29372025-07-17T21:01:37.196Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29382025-07-17T21:01:37.526Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
29392025-07-17T21:01:37.984Z Compiling itertools v0.14.0
29402025-07-17T21:01:38.714Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
29412025-07-17T21:01:39.654Z Compiling darling_core v0.21.0
29422025-07-17T21:01:39.725Z Compiling parse-display v0.10.0
29432025-07-17T21:01:39.807Z Compiling proc-macro-crate v1.3.1
29442025-07-17T21:01:39.894Z Compiling crucible-workspace-hack v0.1.0
29452025-07-17T21:01:40.233Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462025-07-17T21:01:40.354Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29472025-07-17T21:01:40.653Z Compiling heapless v0.8.0
29482025-07-17T21:01:40.679Z Compiling num_enum_derive v0.5.11
29492025-07-17T21:01:40.768Z Compiling proc-macro-error v1.0.4
29502025-07-17T21:01:41.203Z Compiling typify-impl v0.4.1
29512025-07-17T21:01:41.391Z Compiling hash32 v0.3.1
29522025-07-17T21:01:41.607Z Compiling foreign-types-macros v0.2.3
29532025-07-17T21:01:41.663Z Compiling foreign-types-shared v0.3.1
29542025-07-17T21:01:41.824Z Compiling smoltcp v0.11.0
29552025-07-17T21:01:42.920Z Compiling foreign-types v0.5.0
29562025-07-17T21:01:42.994Z Compiling num_enum v0.5.11
29572025-07-17T21:01:43.196Z Compiling tabwriter v1.4.0
29582025-07-17T21:01:43.478Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29592025-07-17T21:01:43.507Z Compiling cstr-argument v0.1.2
29602025-07-17T21:01:43.648Z Compiling cobs v0.2.3
29612025-07-17T21:01:43.790Z Compiling pretty-hex v0.2.1
29622025-07-17T21:01:43.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
29632025-07-17T21:01:43.969Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
29642025-07-17T21:01:44.020Z Compiling postcard v1.0.10
29652025-07-17T21:01:44.254Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29662025-07-17T21:01:44.306Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29672025-07-17T21:01:44.519Z Compiling colored v2.2.0
29682025-07-17T21:01:44.696Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
29692025-07-17T21:01:44.750Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
29702025-07-17T21:01:45.229Z Compiling typify-macro v0.3.0
29712025-07-17T21:01:45.276Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
29722025-07-17T21:01:45.354Z Compiling camino-tempfile v1.4.1
29732025-07-17T21:01:45.542Z Compiling darling_macro v0.21.0
29742025-07-17T21:01:45.860Z Compiling smf v0.2.3
29752025-07-17T21:01:46.200Z Compiling zone_cfg_derive v0.3.0
29762025-07-17T21:01:46.551Z Compiling darling v0.21.0
29772025-07-17T21:01:46.704Z Compiling ingot-macros v0.1.1
29782025-07-17T21:01:47.072Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
29792025-07-17T21:01:47.503Z Compiling num-derive v0.4.2
29802025-07-17T21:01:47.584Z Compiling sigpipe v0.1.3
29812025-07-17T21:01:47.750Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29822025-07-17T21:01:48.094Z Compiling jiff v0.2.15
29832025-07-17T21:01:48.680Z Compiling zone v0.3.1
29842025-07-17T21:01:48.826Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
29852025-07-17T21:01:49.262Z Compiling typify v0.3.0
29862025-07-17T21:01:49.287Z Compiling num-rational v0.4.2
29872025-07-17T21:01:49.458Z Compiling progenitor-impl v0.9.1
29882025-07-17T21:01:49.717Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
29892025-07-17T21:01:51.672Z Compiling universal-hash v0.5.1
29902025-07-17T21:01:53.529Z Compiling num-complex v0.4.6
29912025-07-17T21:01:53.529Z Compiling opaque-debug v0.3.1
29922025-07-17T21:01:53.529Z Compiling half v2.4.1
29932025-07-17T21:01:53.529Z Compiling ciborium-io v0.2.2
29942025-07-17T21:01:53.529Z Compiling float-ord v0.3.2
29952025-07-17T21:01:53.529Z Compiling secrecy v0.10.3
29962025-07-17T21:01:53.529Z Compiling num v0.4.3
29972025-07-17T21:01:53.529Z Compiling ciborium-ll v0.2.2
29982025-07-17T21:01:53.529Z Compiling aead v0.5.2
29992025-07-17T21:01:53.529Z Compiling convert_case v0.4.0
30002025-07-17T21:01:53.612Z Compiling ciborium v0.2.2
30012025-07-17T21:01:53.612Z Compiling keccak v0.1.5
30022025-07-17T21:01:53.612Z Compiling utf-8 v0.7.6
30032025-07-17T21:01:53.665Z Compiling tungstenite v0.21.0
30042025-07-17T21:01:53.665Z Compiling derive_more v0.99.20
30052025-07-17T21:01:53.665Z Compiling sha3 v0.10.8
30062025-07-17T21:01:53.665Z Compiling ingot-types v0.1.2
30072025-07-17T21:01:54.226Z Compiling poly1305 v0.8.0
30082025-07-17T21:01:54.448Z Compiling ingot v0.1.1
30092025-07-17T21:01:54.598Z Compiling password-hash v0.5.0
30102025-07-17T21:01:55.186Z Compiling typify-macro v0.4.1
30112025-07-17T21:01:55.488Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122025-07-17T21:01:55.891Z Compiling chacha20 v0.9.1
30132025-07-17T21:01:56.146Z Compiling progenitor-macro v0.9.1
30142025-07-17T21:01:56.440Z Compiling blake2 v0.10.6
30152025-07-17T21:01:56.821Z Compiling tokio-tungstenite v0.21.0
30162025-07-17T21:01:57.432Z Compiling argon2 v0.5.3
30172025-07-17T21:01:57.729Z Compiling base64 v0.21.7
30182025-07-17T21:01:58.030Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
30192025-07-17T21:01:58.378Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30202025-07-17T21:01:58.404Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30212025-07-17T21:01:58.876Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30222025-07-17T21:01:59.157Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30232025-07-17T21:01:59.184Z Compiling typify v0.4.1
30242025-07-17T21:01:59.376Z Compiling progenitor-impl v0.10.0
30252025-07-17T21:01:59.443Z Compiling thiserror-impl-no-std v2.0.2
30262025-07-17T21:01:59.453Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
30272025-07-17T21:01:59.462Z Compiling cancel-safe-futures v0.1.5
30282025-07-17T21:01:59.853Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30292025-07-17T21:01:59.877Z Compiling owo-colors v4.2.2
30302025-07-17T21:02:00.548Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
30312025-07-17T21:02:00.581Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30322025-07-17T21:02:00.581Z Compiling atomicwrites v0.4.4
30332025-07-17T21:02:00.590Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30342025-07-17T21:02:00.660Z Compiling libsw-core v0.3.1
30352025-07-17T21:02:00.860Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
30362025-07-17T21:02:00.945Z Compiling semver v0.1.20
30372025-07-17T21:02:00.970Z Compiling fixedbitset v0.5.7
30382025-07-17T21:02:01.044Z Compiling libsw v3.5.0
30392025-07-17T21:02:01.377Z Compiling rustc_version v0.1.7
30402025-07-17T21:02:01.563Z Compiling petgraph v0.8.2
30412025-07-17T21:02:02.146Z Compiling thiserror-no-std v2.0.2
30422025-07-17T21:02:02.313Z Compiling vsss-rs v3.3.4
30432025-07-17T21:02:03.114Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
30442025-07-17T21:02:03.171Z Compiling chacha20poly1305 v0.10.1
30452025-07-17T21:02:03.456Z Compiling typify-impl v0.2.0
30462025-07-17T21:02:03.662Z Compiling resolv-conf v0.7.0
30472025-07-17T21:02:04.395Z Compiling newline-converter v0.3.0
30482025-07-17T21:02:04.596Z Compiling primeorder v0.13.6
30492025-07-17T21:02:04.642Z Compiling linear-map v1.2.0
30502025-07-17T21:02:04.987Z Compiling moka v0.12.10
30512025-07-17T21:02:05.021Z Compiling indent_write v2.2.0
30522025-07-17T21:02:05.117Z Compiling libefi-sys v0.1.0
30532025-07-17T21:02:05.279Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30542025-07-17T21:02:05.355Z Compiling expectorate v1.2.0
30552025-07-17T21:02:05.508Z Compiling newtype_derive v0.1.6
30562025-07-17T21:02:05.649Z Compiling pem v3.0.5
30572025-07-17T21:02:05.673Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30582025-07-17T21:02:05.885Z Compiling pin-project-internal v1.1.6
30592025-07-17T21:02:06.027Z Compiling progenitor-macro v0.10.0
30602025-07-17T21:02:06.149Z Compiling bitfield-struct v0.6.2
30612025-07-17T21:02:06.362Z Compiling unicase v2.7.0
30622025-07-17T21:02:06.430Z Compiling arc-swap v1.7.1
30632025-07-17T21:02:06.739Z Compiling same-file v1.0.6
30642025-07-17T21:02:07.040Z Compiling tagptr v0.2.0
30652025-07-17T21:02:07.072Z Compiling walkdir v2.5.0
30662025-07-17T21:02:07.530Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30672025-07-17T21:02:07.693Z Compiling slog-scope v4.4.0
30682025-07-17T21:02:08.491Z Compiling polyval v0.6.2
30692025-07-17T21:02:08.571Z Compiling pin-project v1.1.6
30702025-07-17T21:02:08.749Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30712025-07-17T21:02:08.784Z Compiling progenitor v0.9.1
30722025-07-17T21:02:08.853Z Compiling hickory-proto v0.24.4
30732025-07-17T21:02:08.915Z Compiling snafu-derive v0.8.5
30742025-07-17T21:02:08.977Z Compiling proc-macro-error-attr2 v2.0.0
30752025-07-17T21:02:09.015Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30762025-07-17T21:02:09.045Z Compiling parking_lot_core v0.8.6
30772025-07-17T21:02:09.345Z Compiling salty v0.3.0
30782025-07-17T21:02:09.551Z Compiling linked-hash-map v0.5.6
30792025-07-17T21:02:09.779Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30802025-07-17T21:02:09.845Z Compiling lru-cache v0.1.2
30812025-07-17T21:02:09.896Z Compiling proc-macro-error2 v2.0.1
30822025-07-17T21:02:09.935Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30832025-07-17T21:02:10.549Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30842025-07-17T21:02:10.610Z Compiling hickory-resolver v0.25.2
30852025-07-17T21:02:10.873Z Compiling ghash v0.5.1
30862025-07-17T21:02:11.166Z Compiling slog-stdlog v4.1.1
30872025-07-17T21:02:11.504Z Compiling p384 v0.13.0
30882025-07-17T21:02:11.562Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30892025-07-17T21:02:12.503Z Compiling globset v0.4.15
30902025-07-17T21:02:12.895Z Compiling olpc-cjson v0.1.4
30912025-07-17T21:02:13.232Z Compiling num-derive v0.3.3
30922025-07-17T21:02:13.683Z Compiling snafu v0.8.5
30932025-07-17T21:02:14.012Z Compiling ctr v0.9.2
30942025-07-17T21:02:14.405Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30952025-07-17T21:02:14.430Z Compiling gethostname v0.5.0
30962025-07-17T21:02:14.684Z Compiling lzma-sys v0.1.20
30972025-07-17T21:02:15.122Z Compiling serde_plain v1.0.2
30982025-07-17T21:02:15.313Z Compiling async-recursion v1.1.1
30992025-07-17T21:02:15.438Z Compiling slog-dtrace v0.3.0
31002025-07-17T21:02:15.525Z Compiling typed-path v0.9.3
31012025-07-17T21:02:15.823Z Compiling xshell-macros v0.2.7
31022025-07-17T21:02:16.140Z Compiling highway v1.3.0
31032025-07-17T21:02:16.573Z Compiling papergrid v0.14.0
31042025-07-17T21:02:16.626Z Compiling xshell v0.2.7
31052025-07-17T21:02:16.840Z Compiling typify-macro v0.2.0
31062025-07-17T21:02:16.886Z Compiling libscf-sys v1.1.0
31072025-07-17T21:02:16.921Z Compiling aes-gcm v0.10.3
31082025-07-17T21:02:17.129Z Compiling hickory-resolver v0.24.4
31092025-07-17T21:02:17.262Z Compiling mime_guess v2.0.5
31102025-07-17T21:02:17.671Z Compiling tough v0.20.0
31112025-07-17T21:02:18.418Z Compiling slog-envlogger v2.2.0
31122025-07-17T21:02:18.466Z Compiling steno v0.4.1
31132025-07-17T21:02:18.594Z Compiling progenitor v0.10.0
31142025-07-17T21:02:18.855Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
31152025-07-17T21:02:19.110Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31162025-07-17T21:02:20.214Z Compiling tabled_derive v0.10.0
31172025-07-17T21:02:20.765Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31182025-07-17T21:02:20.777Z Compiling typify v0.2.0
31192025-07-17T21:02:20.988Z Compiling progenitor-impl v0.8.0
31202025-07-17T21:02:22.977Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31212025-07-17T21:02:23.039Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31222025-07-17T21:02:23.517Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31232025-07-17T21:02:24.099Z Compiling tokio-dtrace v0.1.0
31242025-07-17T21:02:24.167Z Compiling heck v0.3.3
31252025-07-17T21:02:24.204Z Compiling progenitor-client v0.8.0
31262025-07-17T21:02:24.549Z Compiling ssh-encoding v0.2.0
31272025-07-17T21:02:24.553Z Compiling blowfish v0.9.1
31282025-07-17T21:02:24.609Z Compiling env_filter v0.1.2
31292025-07-17T21:02:24.705Z Compiling nibble_vec v0.1.0
31302025-07-17T21:02:24.957Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31312025-07-17T21:02:25.064Z Compiling endian-type v0.1.2
31322025-07-17T21:02:25.086Z Compiling humantime v2.2.0
31332025-07-17T21:02:25.233Z Compiling ssh-cipher v0.2.0
31342025-07-17T21:02:25.312Z Compiling radix_trie v0.2.1
31352025-07-17T21:02:25.426Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
31362025-07-17T21:02:25.556Z Compiling env_logger v0.11.5
31372025-07-17T21:02:25.699Z Compiling bcrypt-pbkdf v0.10.0
31382025-07-17T21:02:25.970Z Compiling zone_cfg_derive v0.1.2
31392025-07-17T21:02:26.255Z Compiling oxide-tokio-rt v0.1.2
31402025-07-17T21:02:26.594Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31412025-07-17T21:02:26.597Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31422025-07-17T21:02:27.219Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31432025-07-17T21:02:27.366Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31442025-07-17T21:02:27.390Z Compiling progenitor-macro v0.8.0
31452025-07-17T21:02:28.031Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31462025-07-17T21:02:29.128Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31472025-07-17T21:02:29.966Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31482025-07-17T21:02:30.004Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31492025-07-17T21:02:30.896Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31502025-07-17T21:02:31.451Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31512025-07-17T21:02:32.032Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31522025-07-17T21:02:33.257Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31532025-07-17T21:02:33.910Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31542025-07-17T21:02:34.072Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31552025-07-17T21:02:34.530Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31562025-07-17T21:02:34.843Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31572025-07-17T21:02:36.579Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31582025-07-17T21:02:36.641Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31592025-07-17T21:02:37.161Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602025-07-17T21:02:37.192Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31612025-07-17T21:02:40.254Z Compiling progenitor v0.8.0
31622025-07-17T21:02:40.290Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31632025-07-17T21:02:41.481Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31642025-07-17T21:02:41.496Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31652025-07-17T21:02:41.496Z Compiling tabled v0.18.0
31662025-07-17T21:02:41.496Z Compiling parking_lot v0.11.2
31672025-07-17T21:02:41.496Z Compiling qorb v0.4.0
31682025-07-17T21:02:41.751Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692025-07-17T21:02:41.785Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31702025-07-17T21:02:42.345Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31712025-07-17T21:02:43.157Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31722025-07-17T21:02:43.479Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31732025-07-17T21:02:43.673Z Compiling prefix-trie v0.7.0
31742025-07-17T21:02:43.898Z Compiling password-hash v0.4.2
31752025-07-17T21:02:44.505Z Compiling fxhash v0.2.1
31762025-07-17T21:02:44.725Z Compiling base64 v0.13.1
31772025-07-17T21:02:44.785Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31782025-07-17T21:02:45.139Z Compiling http-range v0.1.5
31792025-07-17T21:02:45.303Z Compiling ron v0.7.1
31802025-07-17T21:02:45.523Z Compiling sled v0.34.7
31812025-07-17T21:02:46.095Z Compiling hickory-server v0.25.2
31822025-07-17T21:02:47.115Z Compiling pbkdf2 v0.11.0
31832025-07-17T21:02:47.429Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31842025-07-17T21:02:47.506Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31852025-07-17T21:02:48.216Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31862025-07-17T21:02:48.882Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31872025-07-17T21:02:50.363Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
31882025-07-17T21:02:50.426Z Compiling xz2 v0.1.7
31892025-07-17T21:02:50.917Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31902025-07-17T21:02:51.503Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31912025-07-17T21:02:51.634Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31922025-07-17T21:02:51.670Z Compiling zone v0.1.8
31932025-07-17T21:02:52.508Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31942025-07-17T21:02:52.763Z Compiling ssh-key v0.6.6
31952025-07-17T21:02:53.005Z Compiling hickory-client v0.25.2
31962025-07-17T21:02:53.644Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
31972025-07-17T21:02:54.476Z Compiling p256 v0.13.2
31982025-07-17T21:02:54.819Z Compiling p521 v0.13.3
31992025-07-17T21:02:55.107Z Compiling yasna v0.5.2
32002025-07-17T21:02:55.226Z Compiling headers-core v0.3.0
32012025-07-17T21:02:55.437Z Compiling kstat-rs v0.2.4
32022025-07-17T21:02:55.955Z Compiling secrecy v0.8.0
32032025-07-17T21:02:56.055Z Compiling nanorand v0.7.0
32042025-07-17T21:02:56.254Z Compiling atty v0.2.14
32052025-07-17T21:02:56.456Z Compiling russh-cryptovec v0.7.3
32062025-07-17T21:02:56.589Z Compiling crc8 v0.1.1
32072025-07-17T21:02:56.615Z Compiling md5 v0.7.0
32082025-07-17T21:02:56.688Z Compiling flume v0.11.1
32092025-07-17T21:02:56.805Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32102025-07-17T21:02:56.829Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
32112025-07-17T21:02:56.977Z Compiling russh-keys v0.45.0
32122025-07-17T21:02:57.299Z Compiling rcgen v0.12.1
32132025-07-17T21:02:57.348Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32142025-07-17T21:02:59.178Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
32152025-07-17T21:02:59.368Z Compiling headers v0.4.1
32162025-07-17T21:03:00.443Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32172025-07-17T21:03:01.091Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32182025-07-17T21:03:01.143Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32192025-07-17T21:03:01.466Z Compiling hyper-staticfile v0.10.1
32202025-07-17T21:03:02.561Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32212025-07-17T21:03:02.735Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32222025-07-17T21:03:03.166Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32232025-07-17T21:03:04.229Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32242025-07-17T21:03:04.418Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
32252025-07-17T21:03:04.583Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
32262025-07-17T21:03:04.903Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32272025-07-17T21:03:06.260Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32282025-07-17T21:03:06.530Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32292025-07-17T21:03:07.105Z Compiling num-bigint v0.4.6
32302025-07-17T21:03:07.897Z Compiling des v0.8.1
32312025-07-17T21:03:08.299Z Compiling subprocess v0.2.9
32322025-07-17T21:03:09.091Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32332025-07-17T21:03:09.958Z Compiling hex-literal v0.4.1
32342025-07-17T21:03:09.983Z Compiling display-error-chain v0.2.2
32352025-07-17T21:03:10.172Z Compiling russh v0.45.0
32362025-07-17T21:03:10.241Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
32372025-07-17T21:03:11.785Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32382025-07-17T21:03:13.190Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32392025-07-17T21:03:13.809Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32402025-07-17T21:03:14.304Z Compiling internet-checksum v0.2.1
32412025-07-17T21:03:17.606Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422025-07-17T21:03:19.258Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32432025-07-17T21:03:42.439Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442025-07-17T21:04:08.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
32452025-07-17T21:04:08.610Z
32462025-07-17T21:04:08.610Zreal 2:42.336629451
32472025-07-17T21:04:08.610Zuser 14:51.029289452
32482025-07-17T21:04:08.610Zsys 2:05.287304854
32492025-07-17T21:04:08.610Ztrap 0.450662750
32502025-07-17T21:04:08.610Ztflt 0.205000472
32512025-07-17T21:04:08.615Zdflt 1.124620462
32522025-07-17T21:04:08.615Zkflt 0.000063402
32532025-07-17T21:04:08.615Zlock 40:27.699872434
32542025-07-17T21:04:08.616Zslp 54:14.787992804
32552025-07-17T21:04:08.616Zlat 54.541372253
32562025-07-17T21:04:08.616Zstop 2:13.388797083
32572025-07-17T21:04:08.616Z+ mkdir tests
32582025-07-17T21:04:08.619Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
32592025-07-17T21:04:08.619Z+ xargs -I '{}' -t cp '{}' tests/
32602025-07-17T21:04:08.657Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a590754048223356 tests/
32612025-07-17T21:04:08.682Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0ee5579a62d82617 tests/
32622025-07-17T21:04:08.707Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3904925e180e6cb0 tests/
32632025-07-17T21:04:08.738Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-438068aacfb8f659 tests/
32642025-07-17T21:04:09.076Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
32652025-07-17T21:04:09.080Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-0ee5579a62d82617 tests/commtest-3904925e180e6cb0 tests/dhcp_server-a590754048223356 tests/end_to_end_tests-438068aacfb8f659 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
32662025-07-17T21:05:44.400ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
32672025-07-17T21:05:44.400Za .github/buildomat/ci-env.sh 1K
32682025-07-17T21:05:44.400Za out/target/test 1K
32692025-07-17T21:05:44.400Za out/npuzone/npuzone 23144K
32702025-07-17T21:05:44.400Za package-manifest.toml 34K
32712025-07-17T21:05:44.400Za smf/sled-agent/non-gimlet/config.toml 5K
32722025-07-17T21:05:44.400Za target/release/omicron-package 40898K
32732025-07-17T21:05:44.400Za target/release/xtask 11595K
32742025-07-17T21:05:44.400Za target/debug/bootstrap 243302K
32752025-07-17T21:05:44.400Za tests/bootstrap-0ee5579a62d82617 23336K
32762025-07-17T21:05:44.400Za tests/commtest-3904925e180e6cb0 29495K
32772025-07-17T21:05:44.401Za tests/dhcp_server-a590754048223356 23336K
32782025-07-17T21:05:44.401Za tests/end_to_end_tests-438068aacfb8f659 326053K
32792025-07-17T21:05:44.401Za out/clickhouse.tar.gz 319910K
32802025-07-17T21:05:44.401Za out/clickhouse_keeper.tar.gz 303765K
32812025-07-17T21:05:44.401Za out/clickhouse_server.tar.gz 319909K
32822025-07-17T21:05:44.401Za out/cockroachdb.tar.gz 162567K
32832025-07-17T21:05:44.401Za out/crucible-dtrace.tar 98K
32842025-07-17T21:05:44.401Za out/crucible-pantry-zone.tar.gz 38978K
32852025-07-17T21:05:44.401Za out/crucible-zone.tar.gz 48862K
32862025-07-17T21:05:44.401Za out/external-dns.tar.gz 50580K
32872025-07-17T21:05:44.401Za out/internal-dns.tar.gz 50580K
32882025-07-17T21:05:44.401Za out/mg-ddm-gz.tar 90846K
32892025-07-17T21:05:44.401Za out/nexus.tar.gz 131610K
32902025-07-17T21:05:44.401Za out/ntp.tar.gz 33044K
32912025-07-17T21:05:44.401Za out/omicron-gateway-softnpu.tar.gz 30187K
32922025-07-17T21:05:44.401Za out/omicron-sled-agent.tar 138719K
32932025-07-17T21:05:44.401Za out/overlay.tar.gz 3K
32942025-07-17T21:05:44.402Za out/oximeter.tar.gz 63525K
32952025-07-17T21:05:44.402Za out/oxlog.tar 3950K
32962025-07-17T21:05:44.402Za out/probe.tar.gz 3037K
32972025-07-17T21:05:44.402Za out/propolis-server.tar.gz 68537K
32982025-07-17T21:05:44.402Za out/pumpkind-gz.tar 26648K
32992025-07-17T21:05:44.403Za out/switch-softnpu.tar.gz 337497K
33002025-07-17T21:05:44.411Z
33012025-07-17T21:05:44.411Zreal 1:35.314053114
33022025-07-17T21:05:44.412Zuser 1:31.391890168
33032025-07-17T21:05:44.412Zsys 5.696362883
33042025-07-17T21:05:44.412Ztrap 0.021174714
33052025-07-17T21:05:44.412Ztflt 0.000000000
33062025-07-17T21:05:44.412Zdflt 0.000000000
33072025-07-17T21:05:44.412Zkflt 0.000000000
33082025-07-17T21:05:44.412Zlock 0.000000000
33092025-07-17T21:05:44.412Zslp 1:31.095968044
33102025-07-17T21:05:44.412Zlat 2.417056436
33112025-07-17T21:05:44.412Zstop 0.000591757
33122025-07-17T21:05:44.412Zprocess exited: duration 2088309 ms, exit code 0
 
33132025-07-17T21:05:44.433Zfound 1 output files
33142025-07-17T21:05:44.433Zuploading: /work/package.tar.gz (2231344526 bytes)
33152025-07-17T21:06:55.578Zuploaded: /work/package.tar.gz