01JCRV89ACR9W8JFVWRK82SE45: 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: 01JCRV8TGZ2RBV4A1JQR76CT6D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-15T21:23:13.064Zjob assigned to worker 01JCRV8ZA2P1TR434TSTV816N5 [factory aws, i-0909cfbd385694b64] (queued for 1 m 5 s)
 
22024-11-15T21:23:21.077Zstarting task 0: "setup"
32024-11-15T21:23:21.087Z++ uname -s
42024-11-15T21:23:21.090Z+ kern=SunOS
52024-11-15T21:23:21.090Z+ case "$kern" in
62024-11-15T21:23:21.090Z+ groupadd -g 12345 build
72024-11-15T21:23:21.093Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-15T21:23:23.098Z+ zfs create -o mountpoint=/work rpool/work
92024-11-15T21:23:23.182Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-15T21:23:23.185Z+ home_fs=zfs
112024-11-15T21:23:23.185Z+ [[ zfs == autofs ]]
122024-11-15T21:23:23.185Z+ mkdir -p /home/build
132024-11-15T21:23:23.187Z+ chown build:build /home/build /work
142024-11-15T21:23:25.189Z+ chmod 0700 /home/build /work
152024-11-15T21:23:25.194Zprocess exited: duration 4115 ms, exit code 0
 
162024-11-15T21:23:25.202Zstarting task 1: "rust-toolchain"
172024-11-15T21:23:25.208Z+ printf ' * toolchain channel = "%s"
182024-11-15T21:23:25.208Z' 1.81.0
192024-11-15T21:23:25.208Z * toolchain channel = "1.81.0"
202024-11-15T21:23:25.208Z+ printf ' * toolchain profile = "%s"
212024-11-15T21:23:25.208Z * toolchain profile = "default"
222024-11-15T21:23:25.208Z' default
232024-11-15T21:23:25.210Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-15T21:23:25.211Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-15T21:23:25.334Zinfo: downloading installer
262024-11-15T21:23:26.580Zinfo: profile set to 'default'
272024-11-15T21:23:26.580Zinfo: default host triple is x86_64-unknown-illumos
282024-11-15T21:23:26.582Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-15T21:23:26.729Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-15T21:23:26.729Zinfo: downloading component 'cargo'
312024-11-15T21:23:27.527Zinfo: downloading component 'clippy'
322024-11-15T21:23:27.821Zinfo: downloading component 'rust-docs'
332024-11-15T21:23:29.026Zinfo: downloading component 'rust-std'
342024-11-15T21:23:30.861Zinfo: downloading component 'rustc'
352024-11-15T21:23:37.101Zinfo: downloading component 'rustfmt'
362024-11-15T21:23:37.341Zinfo: installing component 'cargo'
372024-11-15T21:23:38.193Zinfo: installing component 'clippy'
382024-11-15T21:23:38.576Zinfo: installing component 'rust-docs'
392024-11-15T21:23:40.198Zinfo: installing component 'rust-std'
402024-11-15T21:23:42.009Zinfo: installing component 'rustc'
412024-11-15T21:23:47.863Zinfo: installing component 'rustfmt'
422024-11-15T21:23:48.185Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-15T21:23:48.185Z
442024-11-15T21:23:48.551Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-15T21:23:48.551Z
462024-11-15T21:23:48.555Z
472024-11-15T21:23:48.555ZRust is installed now. Great!
482024-11-15T21:23:48.555Z
492024-11-15T21:23:48.555ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-15T21:23:48.555Zenvironment variable. This has not been done automatically.
512024-11-15T21:23:48.555Z
522024-11-15T21:23:48.555ZTo configure your current shell, you need to source
532024-11-15T21:23:48.555Zthe corresponding env file under $HOME/.cargo.
542024-11-15T21:23:48.555Z
552024-11-15T21:23:48.555ZThis is usually done by running one of the following (note the leading DOT):
562024-11-15T21:23:48.555Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-15T21:23:48.555Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-15T21:23:48.623Z+ rustc --version
592024-11-15T21:23:48.691Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-15T21:23:48.694Zprocess exited: duration 23490 ms, exit code 0
 
612024-11-15T21:23:48.699Zstarting task 2: "authentication"
622024-11-15T21:23:48.720Zprocess exited: duration 21 ms, exit code 0
 
632024-11-15T21:23:48.726Zstarting task 3: "clone repository"
642024-11-15T21:23:48.731Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-15T21:23:48.733Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-15T21:23:49.384ZCloning into '/work/oxidecomputer/omicron'...
672024-11-15T21:24:26.179Z+ cd /work/oxidecomputer/omicron
682024-11-15T21:24:26.182Z+ git fetch origin 963fcd56b278b6d19df878fa296a42eb596eb1bb
692024-11-15T21:24:26.938ZFrom https://github.com/oxidecomputer/omicron
702024-11-15T21:24:26.938Z * branch 963fcd56b278b6d19df878fa296a42eb596eb1bb -> FETCH_HEAD
712024-11-15T21:24:26.950Z+ [[ -n doc ]]
722024-11-15T21:24:26.952Z++ git branch --show-current
732024-11-15T21:24:26.955Z+ current=main
742024-11-15T21:24:26.955Z+ [[ main != doc ]]
752024-11-15T21:24:26.955Z+ git branch -f doc 963fcd56b278b6d19df878fa296a42eb596eb1bb
762024-11-15T21:24:26.957Z+ git checkout -f doc
772024-11-15T21:24:27.136ZSwitched to branch 'doc'
782024-11-15T21:24:27.139Z+ git reset --hard 963fcd56b278b6d19df878fa296a42eb596eb1bb
792024-11-15T21:24:27.157ZHEAD is now at 963fcd56b regenerate openapi
802024-11-15T21:24:27.160Zprocess exited: duration 38430 ms, exit code 0
 
812024-11-15T21:24:27.165Zstarting task 4: "build"
822024-11-15T21:24:27.170Z+ source .github/buildomat/ci-env.sh
832024-11-15T21:24:27.170Z++ export CARGO_TERM_COLOR=always
842024-11-15T21:24:27.170Z++ CARGO_TERM_COLOR=always
852024-11-15T21:24:27.170Z+ cargo --version
862024-11-15T21:24:27.228Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-15T21:24:27.231Z+ rustc --version
882024-11-15T21:24:27.292Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-15T21:24:27.294Z+ WORK=/work
902024-11-15T21:24:27.294Z+ pfexec mkdir -p /work
912024-11-15T21:24:27.298Z+ pfexec chown build /work
922024-11-15T21:24:27.301Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-15T21:24:54.700Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-15T21:24:58.597Z Startup: Caching catalogs ... Done
952024-11-15T21:25:07.310ZPlanning: Solver setup ... Done (7.869s)
962024-11-15T21:25:07.420ZPlanning: Running solver ... Done (0.110s)
972024-11-15T21:25:07.661ZPlanning: Finding local manifests ... Done (0.152s)
982024-11-15T21:25:07.674ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-15T21:25:07.892ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-15T21:25:08.315ZPlanning: Package planning ... Done (0.423s)
1012024-11-15T21:25:08.371ZPlanning: Merging actions ... Done (0.056s)
1022024-11-15T21:25:09.638ZPlanning: Checking for conflicting actions ... Done (1.267s)
1032024-11-15T21:25:20.195ZPlanning: Consolidating action changes ... Done (10.554s)
1042024-11-15T21:25:20.644ZPlanning: Evaluating mediators ... Done (0.451s)
1052024-11-15T21:25:20.854ZPlanning: Planning completed in 22.16 seconds
1062024-11-15T21:25:21.383Z Packages to install: 4
1072024-11-15T21:25:21.383Z Packages to update: 1
1082024-11-15T21:25:21.383Z Mediators to change: 2
1092024-11-15T21:25:21.383Z Services to change: 1
1102024-11-15T21:25:21.385Z Estimated space available: 155.64 GB
1112024-11-15T21:25:21.386ZEstimated space to be consumed: 1.60 GB
1122024-11-15T21:25:21.386Z Create boot environment: No
1132024-11-15T21:25:21.386ZCreate backup boot environment: Yes
1142024-11-15T21:25:21.386Z Rebuild boot archive: No
1152024-11-15T21:25:21.386Z
1162024-11-15T21:25:21.386ZChanged mediators:
1172024-11-15T21:25:21.386Z mediator clang:
1182024-11-15T21:25:21.386Z version: None -> 15 (system default)
1192024-11-15T21:25:21.386Z
1202024-11-15T21:25:21.386Z mediator llvm:
1212024-11-15T21:25:21.386Z version: 14 (system default) -> 15 (system default)
1222024-11-15T21:25:21.386Z
1232024-11-15T21:25:21.386ZChanged packages:
1242024-11-15T21:25:21.386Zhelios-dev
1252024-11-15T21:25:21.386Z developer/build-essential
1262024-11-15T21:25:21.386Z None -> 11-2.0
1272024-11-15T21:25:21.386Z library/libxmlsec1
1282024-11-15T21:25:21.386Z None -> 1.2.35-2.0
1292024-11-15T21:25:21.386Z ooce/developer/clang-15
1302024-11-15T21:25:21.386Z None -> 15.0.7-2.0
1312024-11-15T21:25:21.386Z ooce/developer/llvm-15
1322024-11-15T21:25:21.386Z None -> 15.0.7-2.0
1332024-11-15T21:25:21.386Z package/pkg
1342024-11-15T21:25:21.386Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-15T21:25:21.387Z
1362024-11-15T21:25:21.387ZServices:
1372024-11-15T21:25:21.387Z restart_fmri:
1382024-11-15T21:25:21.387Z svc:/system/update-man-index:default
1392024-11-15T21:25:21.387Z
1402024-11-15T21:25:21.387ZEditable files to change:
1412024-11-15T21:25:21.387Z Update:
1422024-11-15T21:25:21.387Z usr/share/lib/pkg/web/config.shtml
1432024-11-15T21:25:21.908Z
1442024-11-15T21:25:21.908ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-15T21:25:26.912ZDownload: 1393/4281 items 113.9/220.6MB 51% complete (22.9M/s)
1462024-11-15T21:25:31.912ZDownload: 3104/4281 items 133.3/220.6MB 60% complete (13.3M/s)
1472024-11-15T21:25:36.913ZDownload: 4203/4281 items 220.5/220.6MB 99% complete (10.8M/s)
1482024-11-15T21:25:37.221ZDownload: Completed 220.60 MB in 15.31 seconds (14.4M/s)
1492024-11-15T21:25:41.484Z Actions: 1/5063 actions (Removing old actions)
1502024-11-15T21:25:41.502Z Actions: 194/5063 actions (Installing new actions)
1512024-11-15T21:25:46.829Z Actions: 4082/5063 actions (Installing new actions)
1522024-11-15T21:25:47.649Z Actions: 4226/5063 actions (Updating modified actions)
1532024-11-15T21:25:48.090Z Actions: Completed 5063 actions in 6.61 seconds.
1542024-11-15T21:25:48.313Z Done (0.216s)
1552024-11-15T21:25:48.316Z Done (0.000s)
1562024-11-15T21:25:48.850Z Done (0.535s)
1572024-11-15T21:25:56.654Z Done (7.582s)
1582024-11-15T21:25:57.115Z Done (0.390s)
1592024-11-15T21:25:57.117Z Done (0.000s)
1602024-11-15T21:25:57.265Z Done (0.000s)
1612024-11-15T21:25:57.946ZPlanning: Evaluating mediator changes ... Done
1622024-11-15T21:25:58.110ZPlanning: Checking for conflicting actions ... Done
1632024-11-15T21:25:58.112ZPlanning: Consolidating action changes ... Done
1642024-11-15T21:25:58.385ZPlanning: Evaluating mediators ... Done
1652024-11-15T21:25:58.388ZPlanning: Planning completed in 0.44 seconds
1662024-11-15T21:25:58.425Z Mediators to change: 2
1672024-11-15T21:25:58.425Z Create boot environment: No
1682024-11-15T21:25:58.428ZCreate backup boot environment: No
1692024-11-15T21:25:58.492Z Done
1702024-11-15T21:25:58.492Z Done
1712024-11-15T21:25:58.836Z Done
1722024-11-15T21:26:02.477Z Done
1732024-11-15T21:26:02.582Z Done
1742024-11-15T21:26:02.585Z Done
1752024-11-15T21:26:03.242Z Done
1762024-11-15T21:26:03.862ZPlanning: Evaluating mediator changes ... Done
1772024-11-15T21:26:03.864ZPlanning: Merging actions ... Done
1782024-11-15T21:26:04.052ZPlanning: Checking for conflicting actions ... Done
1792024-11-15T21:26:04.054ZPlanning: Consolidating action changes ... Done
1802024-11-15T21:26:04.325ZPlanning: Evaluating mediators ... Done
1812024-11-15T21:26:04.382ZPlanning: Planning completed in 0.77 seconds
1822024-11-15T21:26:04.422Z Packages to change: 1
1832024-11-15T21:26:04.422Z Mediators to change: 1
1842024-11-15T21:26:04.425Z Services to change: 1
1852024-11-15T21:26:04.425Z Create boot environment: No
1862024-11-15T21:26:04.425ZCreate backup boot environment: Yes
1872024-11-15T21:26:06.582Z Actions: 1/6 actions (Updating modified actions)
1882024-11-15T21:26:06.687Z Actions: Completed 6 actions in 0.11 seconds.
1892024-11-15T21:26:06.690Z Done
1902024-11-15T21:26:06.690Z Done
1912024-11-15T21:26:06.796Z Done
1922024-11-15T21:26:10.638Z Done
1932024-11-15T21:26:10.728Z Done
1942024-11-15T21:26:10.731Z Done
1952024-11-15T21:26:10.893Z Done
1962024-11-15T21:26:11.333ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-11-15T21:26:11.333Zclang system 15 system
1982024-11-15T21:26:11.333Zcsh system system illumos
1992024-11-15T21:26:11.333Zctags system system illumos
2002024-11-15T21:26:11.333Zgcc vendor 12 vendor
2012024-11-15T21:26:11.333Zgcc system 10 system
2022024-11-15T21:26:11.333Zgcc system 7 system
2032024-11-15T21:26:11.333Zgo system 1.20 system
2042024-11-15T21:26:11.333Zgo system 1.19 system
2052024-11-15T21:26:11.333Zllvm system 15 system
2062024-11-15T21:26:11.333Zllvm system 14 system
2072024-11-15T21:26:11.333Zmariadb system 10.6 system
2082024-11-15T21:26:11.333Zmta vendor vendor dma
2092024-11-15T21:26:11.333Zopenjdk system 17 system
2102024-11-15T21:26:11.333Zopenjdk system 11 system
2112024-11-15T21:26:11.333Zopenjdk system 1.8 system
2122024-11-15T21:26:11.333Zopenssl vendor 3 vendor
2132024-11-15T21:26:11.333Zperl system 5.36 system
2142024-11-15T21:26:11.333Zpostgresql system 15 system
2152024-11-15T21:26:11.333Zpostgresql system 13 system
2162024-11-15T21:26:11.333Zpython vendor 3 vendor
2172024-11-15T21:26:11.333Zpython system 2 system
2182024-11-15T21:26:11.333Zpython3 system 3.11 system
2192024-11-15T21:26:11.333Zruby system 3.0 system
2202024-11-15T21:26:11.333Zwords vendor vendor american-english
2212024-11-15T21:26:11.333Zwords system system australian-english
2222024-11-15T21:26:11.333Zwords system system british-english
2232024-11-15T21:26:11.333Zwords system system canadian-english
2242024-11-15T21:26:11.333Zwords system system french
2252024-11-15T21:26:11.334Zwords system system italian
2262024-11-15T21:26:11.334Zwords system system ngerman
2272024-11-15T21:26:11.334Zwords system system ogerman
2282024-11-15T21:26:11.334Zwords system system spanish
2292024-11-15T21:26:11.674ZPUBLISHER TYPE STATUS P LOCATION
2302024-11-15T21:26:11.674Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-11-15T21:26:14.234ZFMRI IFO
2322024-11-15T21:26:14.234Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-11-15T21:26:14.234Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-11-15T21:26:14.234Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-11-15T21:26:14.234Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-11-15T21:26:14.234Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-11-15T21:26:14.234Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-11-15T21:26:14.234Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-11-15T21:26:14.234Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-11-15T21:26:14.234Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-11-15T21:26:14.234Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-11-15T21:26:14.234Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-11-15T21:26:14.235Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-11-15T21:26:14.235Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-11-15T21:26:14.235Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-11-15T21:26:14.235Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-11-15T21:26:14.986Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-11-15T21:26:15.750Z Updating crates.io index
2492024-11-15T21:26:15.758Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-11-15T21:26:17.847Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-11-15T21:26:18.523Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-11-15T21:26:19.155Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-11-15T21:26:19.782Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-11-15T21:26:23.588Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-11-15T21:26:29.461Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-11-15T21:26:32.107Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-11-15T21:26:39.473Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-11-15T21:26:39.473Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-11-15T21:26:39.473Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-11-15T21:26:39.473Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-11-15T21:26:39.807Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-11-15T21:26:40.624Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-11-15T21:26:41.303Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-11-15T21:26:41.895Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-11-15T21:26:42.456Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-11-15T21:26:43.155Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-11-15T21:26:43.947Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-11-15T21:26:44.608Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-11-15T21:26:45.324Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-11-15T21:26:46.289Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-11-15T21:26:46.956Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-11-15T21:26:47.971Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-11-15T21:26:48.936Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-11-15T21:26:49.586Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-11-15T21:26:50.378Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-11-15T21:26:52.194Z Downloading crates ...
2772024-11-15T21:26:52.254Z Downloaded proc-macro-error v1.0.4
2782024-11-15T21:26:52.258Z Downloaded smawk v0.3.2
2792024-11-15T21:26:52.261Z Downloaded cargo_metadata v0.18.1
2802024-11-15T21:26:52.263Z Downloaded anstyle-parse v0.2.5
2812024-11-15T21:26:52.265Z Downloaded dtrace-parser v0.2.0
2822024-11-15T21:26:52.269Z Downloaded usdt-macro v0.5.0
2832024-11-15T21:26:52.272Z Downloaded crypto-common v0.1.6
2842024-11-15T21:26:52.274Z Downloaded fastrand v2.1.1
2852024-11-15T21:26:52.274Z Downloaded clap_lex v0.7.2
2862024-11-15T21:26:52.277Z Downloaded bytecount v0.6.8
2872024-11-15T21:26:52.277Z Downloaded fs-err v2.11.0
2882024-11-15T21:26:52.279Z Downloaded tabled_derive v0.7.0
2892024-11-15T21:26:52.281Z Downloaded serde_tokenstream v0.2.2
2902024-11-15T21:26:52.281Z Downloaded scroll v0.12.0
2912024-11-15T21:26:52.284Z Downloaded semver v1.0.23
2922024-11-15T21:26:52.286Z Downloaded autocfg v1.4.0
2932024-11-15T21:26:52.289Z Downloaded utf8parse v0.2.2
2942024-11-15T21:26:52.289Z Downloaded errno v0.3.9
2952024-11-15T21:26:52.294Z Downloaded camino v1.1.9
2962024-11-15T21:26:52.301Z Downloaded usdt v0.5.0
2972024-11-15T21:26:52.304Z Downloaded quote v1.0.37
2982024-11-15T21:26:52.306Z Downloaded clap v4.5.21
2992024-11-15T21:26:52.314Z Downloaded unicode-ident v1.0.13
3002024-11-15T21:26:52.317Z Downloaded papergrid v0.11.0
3012024-11-15T21:26:52.321Z Downloaded pest_meta v2.7.14
3022024-11-15T21:26:52.324Z Downloaded toml v0.8.19
3032024-11-15T21:26:52.327Z Downloaded indexmap v2.6.0
3042024-11-15T21:26:52.331Z Downloaded textwrap v0.16.1
3052024-11-15T21:26:52.337Z Downloaded toml_edit v0.22.22
3062024-11-15T21:26:52.359Z Downloaded memchr v2.7.4
3072024-11-15T21:26:52.363Z Downloaded equivalent v1.0.1
3082024-11-15T21:26:52.366Z Downloaded swrite v0.1.0
3092024-11-15T21:26:52.373Z Downloaded pretty-hex v0.4.1
3102024-11-15T21:26:52.375Z Downloaded scroll_derive v0.12.0
3112024-11-15T21:26:52.380Z Downloaded digest v0.10.7
3122024-11-15T21:26:52.383Z Downloaded cpufeatures v0.2.14
3132024-11-15T21:26:52.385Z Downloaded colorchoice v1.0.2
3142024-11-15T21:26:52.385Z Downloaded block-buffer v0.10.4
3152024-11-15T21:26:52.388Z Downloaded macaddr v1.0.1
3162024-11-15T21:26:52.390Z Downloaded hashbrown v0.15.0
3172024-11-15T21:26:52.394Z Downloaded is_terminal_polyfill v1.70.1
3182024-11-15T21:26:52.396Z Downloaded plain v0.2.3
3192024-11-15T21:26:52.396Z Downloaded heck v0.4.1
3202024-11-15T21:26:52.399Z Downloaded anstyle-query v1.1.1
3212024-11-15T21:26:52.399Z Downloaded fnv v1.0.7
3222024-11-15T21:26:52.401Z Downloaded cfg-if v1.0.0
3232024-11-15T21:26:52.401Z Downloaded dof v0.3.0
3242024-11-15T21:26:52.404Z Downloaded cargo-platform v0.1.8
3252024-11-15T21:26:52.404Z Downloaded terminal_size v0.4.0
3262024-11-15T21:26:52.406Z Downloaded strsim v0.11.1
3272024-11-15T21:26:52.407Z Downloaded pest_generator v2.7.14
3282024-11-15T21:26:52.407Z Downloaded anstyle v1.0.10
3292024-11-15T21:26:52.409Z Downloaded generic-array v0.14.7
3302024-11-15T21:26:52.409Z Downloaded itoa v1.0.11
3312024-11-15T21:26:52.412Z Downloaded serde_spanned v0.6.8
3322024-11-15T21:26:52.412Z Downloaded heck v0.5.0
3332024-11-15T21:26:52.416Z Downloaded version_check v0.9.5
3342024-11-15T21:26:52.419Z Downloaded unicode-linebreak v0.1.5
3352024-11-15T21:26:52.419Z Downloaded anstream v0.6.15
3362024-11-15T21:26:52.421Z Downloaded thiserror-impl v1.0.69
3372024-11-15T21:26:52.423Z Downloaded byteorder v1.5.0
3382024-11-15T21:26:52.426Z Downloaded usdt-attr-macro v0.5.0
3392024-11-15T21:26:52.426Z Downloaded thread-id v4.2.2
3402024-11-15T21:26:52.426Z Downloaded clap_derive v4.5.18
3412024-11-15T21:26:52.428Z Downloaded cargo_toml v0.20.5
3422024-11-15T21:26:52.431Z Downloaded memmap v0.7.0
3432024-11-15T21:26:52.431Z Downloaded serde_json v1.0.132
3442024-11-15T21:26:52.437Z Downloaded zerocopy-derive v0.7.35
3452024-11-15T21:26:52.441Z Downloaded usdt-impl v0.5.0
3462024-11-15T21:26:52.444Z Downloaded bitflags v2.6.0
3472024-11-15T21:26:52.446Z Downloaded tempfile v3.13.0
3482024-11-15T21:26:52.449Z Downloaded pest_derive v2.7.14
3492024-11-15T21:26:52.451Z Downloaded ryu v1.0.18
3502024-11-15T21:26:52.454Z Downloaded ucd-trie v0.1.7
3512024-11-15T21:26:52.456Z Downloaded typenum v1.17.0
3522024-11-15T21:26:52.459Z Downloaded proc-macro2 v1.0.89
3532024-11-15T21:26:52.462Z Downloaded serde_derive v1.0.215
3542024-11-15T21:26:52.465Z Downloaded log v0.4.22
3552024-11-15T21:26:52.467Z Downloaded anyhow v1.0.93
3562024-11-15T21:26:52.469Z Downloaded toml_datetime v0.6.8
3572024-11-15T21:26:52.471Z Downloaded once_cell v1.20.2
3582024-11-15T21:26:52.474Z Downloaded zerocopy v0.7.35
3592024-11-15T21:26:52.488Z Downloaded serde v1.0.215
3602024-11-15T21:26:52.491Z Downloaded thiserror v1.0.69
3612024-11-15T21:26:52.496Z Downloaded sha2 v0.10.8
3622024-11-15T21:26:52.498Z Downloaded proc-macro-error-attr v1.0.4
3632024-11-15T21:26:52.500Z Downloaded syn v1.0.109
3642024-11-15T21:26:52.509Z Downloaded camino-tempfile v1.1.1
3652024-11-15T21:26:52.512Z Downloaded pest v2.7.14
3662024-11-15T21:26:52.527Z Downloaded winnow v0.6.20
3672024-11-15T21:26:52.535Z Downloaded clap_builder v4.5.21
3682024-11-15T21:26:52.542Z Downloaded tabled v0.15.0
3692024-11-15T21:26:52.557Z Downloaded goblin v0.8.2
3702024-11-15T21:26:52.563Z Downloaded syn v2.0.87
3712024-11-15T21:26:52.581Z Downloaded unicode-width v0.1.14
3722024-11-15T21:26:52.588Z Downloaded rustix v0.38.37
3732024-11-15T21:26:52.609Z Downloaded libc v0.2.162
3742024-11-15T21:26:52.902Z Compiling proc-macro2 v1.0.89
3752024-11-15T21:26:52.902Z Compiling unicode-ident v1.0.13
3762024-11-15T21:26:52.902Z Compiling version_check v0.9.5
3772024-11-15T21:26:52.902Z Compiling serde v1.0.215
3782024-11-15T21:26:52.905Z Compiling memchr v2.7.4
3792024-11-15T21:26:52.905Z Compiling thiserror v1.0.69
3802024-11-15T21:26:52.905Z Compiling libc v0.2.162
3812024-11-15T21:26:52.905Z Compiling ucd-trie v0.1.7
3822024-11-15T21:26:53.157Z Compiling itoa v1.0.11
3832024-11-15T21:26:53.393Z Compiling ryu v1.0.18
3842024-11-15T21:26:53.707Z Compiling once_cell v1.20.2
3852024-11-15T21:26:53.773Z Compiling byteorder v1.5.0
3862024-11-15T21:26:54.019Z Compiling rustix v0.38.37
3872024-11-15T21:26:54.122Z Compiling serde_json v1.0.132
3882024-11-15T21:26:55.206Z Compiling bitflags v2.6.0
3892024-11-15T21:26:55.264Z Compiling proc-macro-error-attr v1.0.4
3902024-11-15T21:26:55.267Z Compiling usdt-impl v0.5.0
3912024-11-15T21:26:55.325Z Compiling syn v1.0.109
3922024-11-15T21:26:55.511Z Compiling proc-macro-error v1.0.4
3932024-11-15T21:26:55.611Z Compiling camino v1.1.9
3942024-11-15T21:26:55.637Z Compiling plain v0.2.3
3952024-11-15T21:26:55.726Z Compiling equivalent v1.0.1
3962024-11-15T21:26:55.834Z Compiling log v0.4.22
3972024-11-15T21:26:55.834Z Compiling utf8parse v0.2.2
3982024-11-15T21:26:55.885Z Compiling hashbrown v0.15.0
3992024-11-15T21:26:56.032Z Compiling thread-id v4.2.2
4002024-11-15T21:26:56.058Z Compiling anstyle-parse v0.2.5
4012024-11-15T21:26:56.239Z Compiling quote v1.0.37
4022024-11-15T21:26:56.272Z Compiling anstyle v1.0.10
4032024-11-15T21:26:56.389Z Compiling semver v1.0.23
4042024-11-15T21:26:56.413Z Compiling winnow v0.6.20
4052024-11-15T21:26:56.494Z Compiling colorchoice v1.0.2
4062024-11-15T21:26:56.657Z Compiling syn v2.0.87
4072024-11-15T21:26:56.723Z Compiling errno v0.3.9
4082024-11-15T21:26:56.958Z Compiling unicode-width v0.1.14
4092024-11-15T21:26:57.002Z Compiling autocfg v1.4.0
4102024-11-15T21:26:57.232Z Compiling indexmap v2.6.0
4112024-11-15T21:26:57.509Z Compiling pretty-hex v0.4.1
4122024-11-15T21:26:57.721Z Compiling is_terminal_polyfill v1.70.1
4132024-11-15T21:26:57.850Z Compiling anstyle-query v1.1.1
4142024-11-15T21:26:58.005Z Compiling anstream v0.6.15
4152024-11-15T21:26:58.178Z Compiling fs-err v2.11.0
4162024-11-15T21:26:58.585Z Compiling clap_lex v0.7.2
4172024-11-15T21:26:58.709Z Compiling anyhow v1.0.93
4182024-11-15T21:26:58.769Z Compiling cfg-if v1.0.0
4192024-11-15T21:26:58.882Z Compiling heck v0.5.0
4202024-11-15T21:26:59.083Z Compiling terminal_size v0.4.0
4212024-11-15T21:26:59.105Z Compiling fastrand v2.1.1
4222024-11-15T21:26:59.288Z Compiling bytecount v0.6.8
4232024-11-15T21:26:59.336Z Compiling fnv v1.0.7
4242024-11-15T21:26:59.409Z Compiling heck v0.4.1
4252024-11-15T21:26:59.477Z Compiling strsim v0.11.1
4262024-11-15T21:26:59.502Z Compiling papergrid v0.11.0
4272024-11-15T21:26:59.646Z Compiling tempfile v3.13.0
4282024-11-15T21:26:59.914Z Compiling clap_builder v4.5.21
4292024-11-15T21:27:00.528Z Compiling memmap v0.7.0
4302024-11-15T21:27:00.554Z Compiling smawk v0.3.2
4312024-11-15T21:27:00.558Z Compiling unicode-linebreak v0.1.5
4322024-11-15T21:27:00.947Z Compiling swrite v0.1.0
4332024-11-15T21:27:01.076Z Compiling textwrap v0.16.1
4342024-11-15T21:27:02.579Z Compiling tabled_derive v0.7.0
4352024-11-15T21:27:04.033Z Compiling tabled v0.15.0
4362024-11-15T21:27:05.439Z Compiling serde_derive v1.0.215
4372024-11-15T21:27:05.443Z Compiling thiserror-impl v1.0.69
4382024-11-15T21:27:05.443Z Compiling zerocopy-derive v0.7.35
4392024-11-15T21:27:05.443Z Compiling scroll_derive v0.12.0
4402024-11-15T21:27:05.443Z Compiling clap_derive v4.5.18
4412024-11-15T21:27:06.767Z Compiling scroll v0.12.0
4422024-11-15T21:27:07.233Z Compiling goblin v0.8.2
4432024-11-15T21:27:07.368Z Compiling zerocopy v0.7.35
4442024-11-15T21:27:08.248Z Compiling pest v2.7.14
4452024-11-15T21:27:09.493Z Compiling clap v4.5.21
4462024-11-15T21:27:10.510Z Compiling pest_meta v2.7.14
4472024-11-15T21:27:11.431Z Compiling pest_generator v2.7.14
4482024-11-15T21:27:13.117Z Compiling pest_derive v2.7.14
4492024-11-15T21:27:13.889Z Compiling dtrace-parser v0.2.0
4502024-11-15T21:27:15.796Z Compiling toml_datetime v0.6.8
4512024-11-15T21:27:15.797Z Compiling serde_spanned v0.6.8
4522024-11-15T21:27:15.799Z Compiling cargo-platform v0.1.8
4532024-11-15T21:27:16.187Z Compiling serde_tokenstream v0.2.2
4542024-11-15T21:27:16.240Z Compiling toml_edit v0.22.22
4552024-11-15T21:27:16.383Z Compiling macaddr v1.0.1
4562024-11-15T21:27:16.460Z Compiling camino-tempfile v1.1.1
4572024-11-15T21:27:17.433Z Compiling dof v0.3.0
4582024-11-15T21:27:17.433Z Compiling cargo_metadata v0.18.1
4592024-11-15T21:27:19.087Z Compiling toml v0.8.19
4602024-11-15T21:27:19.322Z Compiling usdt-attr-macro v0.5.0
4612024-11-15T21:27:19.322Z Compiling usdt-macro v0.5.0
4622024-11-15T21:27:19.924Z Compiling cargo_toml v0.20.5
4632024-11-15T21:27:20.791Z Compiling usdt v0.5.0
4642024-11-15T21:27:23.597Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-11-15T21:27:27.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
4662024-11-15T21:27:28.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-11-15T21:27:28.668Z Downloading crates ...
4682024-11-15T21:27:28.806Z Downloaded async-stream-impl v0.3.6
4692024-11-15T21:27:28.810Z Downloaded array-init v0.0.4
4702024-11-15T21:27:28.818Z Downloaded ahash v0.8.11
4712024-11-15T21:27:28.824Z Downloaded cfg_aliases v0.1.1
4722024-11-15T21:27:28.827Z Downloaded crucible-workspace-hack v0.1.0
4732024-11-15T21:27:28.831Z Downloaded ascii-canvas v3.0.0
4742024-11-15T21:27:28.834Z Downloaded httpdate v1.0.3
4752024-11-15T21:27:28.836Z Downloaded http-body v1.0.1
4762024-11-15T21:27:28.839Z Downloaded cassowary v0.3.0
4772024-11-15T21:27:28.839Z Downloaded bitfield v0.14.0
4782024-11-15T21:27:28.842Z Downloaded buf-list v1.0.3
4792024-11-15T21:27:28.844Z Downloaded bcrypt-pbkdf v0.10.0
4802024-11-15T21:27:28.847Z Downloaded icu_provider_macros v1.5.0
4812024-11-15T21:27:28.847Z Downloaded block-padding v0.3.3
4822024-11-15T21:27:28.849Z Downloaded constant_time_eq v0.3.1
4832024-11-15T21:27:28.850Z Downloaded cobs v0.2.3
4842024-11-15T21:27:28.852Z Downloaded bit-set v0.5.3
4852024-11-15T21:27:28.855Z Downloaded async-recursion v1.1.1
4862024-11-15T21:27:28.858Z Downloaded base16ct v0.2.0
4872024-11-15T21:27:28.861Z Downloaded addr2line v0.24.2
4882024-11-15T21:27:28.865Z Downloaded atomic-waker v1.1.2
4892024-11-15T21:27:28.865Z Downloaded new_debug_unreachable v1.0.6
4902024-11-15T21:27:28.867Z Downloaded mirai-annotations v1.12.0
4912024-11-15T21:27:28.867Z Downloaded arrayref v0.3.9
4922024-11-15T21:27:28.867Z Downloaded aead v0.5.2
4932024-11-15T21:27:28.870Z Downloaded bzip2 v0.4.4
4942024-11-15T21:27:28.873Z Downloaded adler2 v2.0.0
4952024-11-15T21:27:28.873Z Downloaded http-range v0.1.5
4962024-11-15T21:27:28.875Z Downloaded lazy_static v1.5.0
4972024-11-15T21:27:28.878Z Downloaded aes v0.8.4
4982024-11-15T21:27:28.881Z Downloaded csv-core v0.1.11
4992024-11-15T21:27:28.884Z Downloaded atty v0.2.14
5002024-11-15T21:27:28.884Z Downloaded cipher v0.4.4
5012024-11-15T21:27:28.887Z Downloaded instability v0.3.2
5022024-11-15T21:27:28.887Z Downloaded atomicwrites v0.4.4
5032024-11-15T21:27:28.890Z Downloaded humantime v2.1.0
5042024-11-15T21:27:28.893Z Downloaded lru-cache v0.1.2
5052024-11-15T21:27:28.893Z Downloaded ciborium-io v0.2.2
5062024-11-15T21:27:28.895Z Downloaded ipnet v2.10.1
5072024-11-15T21:27:28.898Z Downloaded kstat-rs v0.2.4
5082024-11-15T21:27:28.898Z Downloaded impl-trait-for-tuples v0.2.2
5092024-11-15T21:27:28.901Z Downloaded maplit v1.0.2
5102024-11-15T21:27:28.904Z Downloaded headers-core v0.3.0
5112024-11-15T21:27:28.904Z Downloaded const-oid v0.9.6
5122024-11-15T21:27:28.907Z Downloaded nanorand v0.7.0
5132024-11-15T21:27:28.909Z Downloaded highway v1.2.0
5142024-11-15T21:27:28.912Z Downloaded hubpack_derive v0.1.1
5152024-11-15T21:27:28.915Z Downloaded crossbeam-utils v0.8.20
5162024-11-15T21:27:28.917Z Downloaded chacha20poly1305 v0.10.1
5172024-11-15T21:27:28.920Z Downloaded hostname v0.4.0
5182024-11-15T21:27:28.923Z Downloaded serde-big-array v0.5.1
5192024-11-15T21:27:28.923Z Downloaded bit-vec v0.6.3
5202024-11-15T21:27:28.925Z Downloaded lock_api v0.4.12
5212024-11-15T21:27:28.928Z Downloaded assert_matches v1.5.0
5222024-11-15T21:27:28.928Z Downloaded cfg_aliases v0.2.1
5232024-11-15T21:27:28.931Z Downloaded linear-map v1.2.0
5242024-11-15T21:27:28.931Z Downloaded ident_case v1.0.1
5252024-11-15T21:27:28.934Z Downloaded bitflags v1.3.2
5262024-11-15T21:27:28.936Z Downloaded instant v0.1.13
5272024-11-15T21:27:28.939Z Downloaded cbc v0.1.2
5282024-11-15T21:27:28.939Z Downloaded castaway v0.2.3
5292024-11-15T21:27:28.941Z Downloaded memmap2 v0.9.5
5302024-11-15T21:27:28.944Z Downloaded multer v3.1.0
5312024-11-15T21:27:28.946Z Downloaded crc-catalog v2.4.0
5322024-11-15T21:27:28.949Z Downloaded signal-hook-tokio v0.3.1
5332024-11-15T21:27:28.949Z Downloaded crc v3.2.1
5342024-11-15T21:27:28.952Z Downloaded md5 v0.7.0
5352024-11-15T21:27:28.954Z Downloaded matches v0.1.10
5362024-11-15T21:27:28.954Z Downloaded match_cfg v0.1.0
5372024-11-15T21:27:28.957Z Downloaded curve25519-dalek-derive v0.1.1
5382024-11-15T21:27:28.957Z Downloaded rand_chacha v0.3.1
5392024-11-15T21:27:28.960Z Downloaded quinn-udp v0.5.5
5402024-11-15T21:27:28.962Z Downloaded ctr v0.9.2
5412024-11-15T21:27:28.965Z Downloaded linked-hash-map v0.5.6
5422024-11-15T21:27:28.965Z Downloaded compact_str v0.8.0
5432024-11-15T21:27:28.969Z Downloaded strum v0.26.3
5442024-11-15T21:27:28.971Z Downloaded icu_normalizer v1.5.0
5452024-11-15T21:27:28.974Z Downloaded icu_locid_transform v1.5.0
5462024-11-15T21:27:28.977Z Downloaded rustversion v1.0.17
5472024-11-15T21:27:28.981Z Downloaded shell-words v1.1.0
5482024-11-15T21:27:28.985Z Downloaded idna_adapter v1.2.0
5492024-11-15T21:27:28.985Z Downloaded base64ct v1.6.0
5502024-11-15T21:27:28.987Z Downloaded backoff v0.4.0
5512024-11-15T21:27:28.990Z Downloaded cancel-safe-futures v0.1.5
5522024-11-15T21:27:28.992Z Downloaded bcs v0.1.6
5532024-11-15T21:27:28.995Z Downloaded zerofrom v0.1.4
5542024-11-15T21:27:28.997Z Downloaded crc32fast v1.4.2
5552024-11-15T21:27:29.000Z Downloaded want v0.3.1
5562024-11-15T21:27:29.000Z Downloaded waitgroup v0.1.2
5572024-11-15T21:27:29.002Z Downloaded smf v0.2.3
5582024-11-15T21:27:29.002Z Downloaded slab v0.4.9
5592024-11-15T21:27:29.005Z Downloaded stringprep v0.1.5
5602024-11-15T21:27:29.008Z Downloaded internet-checksum v0.2.1
5612024-11-15T21:27:29.008Z Downloaded lazycell v1.3.0
5622024-11-15T21:27:29.010Z Downloaded allocator-api2 v0.2.18
5632024-11-15T21:27:29.013Z Downloaded managed v0.8.0
5642024-11-15T21:27:29.015Z Downloaded lru v0.12.5
5652024-11-15T21:27:29.019Z Downloaded lalrpop-util v0.19.12
5662024-11-15T21:27:29.019Z Downloaded md-5 v0.10.6
5672024-11-15T21:27:29.021Z Downloaded backtrace v0.3.74
5682024-11-15T21:27:29.025Z Downloaded termios v0.3.3
5692024-11-15T21:27:29.027Z Downloaded multimap v0.10.0
5702024-11-15T21:27:29.030Z Downloaded mockall v0.13.0
5712024-11-15T21:27:29.030Z Downloaded dhcproto-macros v0.1.0
5722024-11-15T21:27:29.033Z Downloaded memoffset v0.9.1
5732024-11-15T21:27:29.033Z Downloaded lockfree-object-pool v0.1.6
5742024-11-15T21:27:29.035Z Downloaded libefi-sys v0.1.0
5752024-11-15T21:27:29.037Z Downloaded utf8_iter v1.0.4
5762024-11-15T21:27:29.040Z Downloaded async-bb8-diesel v0.2.1
5772024-11-15T21:27:29.042Z Downloaded strum_macros v0.24.3
5782024-11-15T21:27:29.045Z Downloaded zerofrom-derive v0.1.4
5792024-11-15T21:27:29.045Z Downloaded console v0.15.8
5802024-11-15T21:27:29.048Z Downloaded crossbeam-epoch v0.9.18
5812024-11-15T21:27:29.051Z Downloaded hkdf v0.12.4
5822024-11-15T21:27:29.054Z Downloaded fallible-iterator v0.3.0
5832024-11-15T21:27:29.056Z Downloaded clang-sys v1.8.1
5842024-11-15T21:27:29.059Z Downloaded hyper-rustls v0.27.3
5852024-11-15T21:27:29.061Z Downloaded crossbeam-channel v0.5.13
5862024-11-15T21:27:29.067Z Downloaded num_threads v0.1.7
5872024-11-15T21:27:29.069Z Downloaded filetime v0.2.25
5882024-11-15T21:27:29.072Z Downloaded ron v0.7.1
5892024-11-15T21:27:29.075Z Downloaded group v0.13.0
5902024-11-15T21:27:29.078Z Downloaded funty v2.0.0
5912024-11-15T21:27:29.080Z Downloaded zeroize v1.8.1
5922024-11-15T21:27:29.080Z Downloaded num_enum v0.5.11
5932024-11-15T21:27:29.086Z Downloaded peg v0.8.4
5942024-11-15T21:27:29.092Z Downloaded base64 v0.13.1
5952024-11-15T21:27:29.094Z Downloaded bytes v1.8.0
5962024-11-15T21:27:29.099Z Downloaded predicates-tree v1.0.11
5972024-11-15T21:27:29.102Z Downloaded derive_builder_core v0.20.2
5982024-11-15T21:27:29.104Z Downloaded predicates-core v1.0.8
5992024-11-15T21:27:29.104Z Downloaded rusty-fork v0.3.0
6002024-11-15T21:27:29.106Z Downloaded ecdsa v0.16.9
6012024-11-15T21:27:29.109Z Downloaded difflib v0.4.0
6022024-11-15T21:27:29.111Z Downloaded defmt-parser v0.3.4
6032024-11-15T21:27:29.111Z Downloaded icu_locid v1.5.0
6042024-11-15T21:27:29.116Z Downloaded ref-cast-impl v1.0.23
6052024-11-15T21:27:29.119Z Downloaded time-core v0.1.2
6062024-11-15T21:27:29.121Z Downloaded simd-adler32 v0.3.7
6072024-11-15T21:27:29.121Z Downloaded tinyvec v1.8.0
6082024-11-15T21:27:29.125Z Downloaded foldhash v0.1.3
6092024-11-15T21:27:29.127Z Downloaded number_prefix v0.4.0
6102024-11-15T21:27:29.130Z Downloaded heck v0.3.3
6112024-11-15T21:27:29.130Z Downloaded futures-core v0.3.31
6122024-11-15T21:27:29.132Z Downloaded icu_provider v1.5.0
6132024-11-15T21:27:29.135Z Downloaded string_cache v0.8.7
6142024-11-15T21:27:29.137Z Downloaded write16 v1.0.0
6152024-11-15T21:27:29.140Z Downloaded peg-macros v0.8.4
6162024-11-15T21:27:29.140Z Downloaded bumpalo v3.16.0
6172024-11-15T21:27:29.143Z Downloaded diesel_table_macro_syntax v0.2.0
6182024-11-15T21:27:29.146Z Downloaded derive_builder_macro v0.20.2
6192024-11-15T21:27:29.149Z Downloaded predicates v3.1.2
6202024-11-15T21:27:29.151Z Downloaded static_assertions v1.1.0
6212024-11-15T21:27:29.151Z Downloaded rand_xorshift v0.3.0
6222024-11-15T21:27:29.154Z Downloaded dropshot_endpoint v0.12.0
6232024-11-15T21:27:29.156Z Downloaded walkdir v2.5.0
6242024-11-15T21:27:29.160Z Downloaded litemap v0.7.3
6252024-11-15T21:27:29.163Z Downloaded vte_generate_state_changes v0.1.2
6262024-11-15T21:27:29.163Z Downloaded miniz_oxide v0.8.0
6272024-11-15T21:27:29.165Z Downloaded pem v3.0.4
6282024-11-15T21:27:29.168Z Downloaded native-tls v0.2.12
6292024-11-15T21:27:29.171Z Downloaded futures-channel v0.3.31
6302024-11-15T21:27:29.173Z Downloaded futures v0.3.31
6312024-11-15T21:27:29.178Z Downloaded num-conv v0.1.0
6322024-11-15T21:27:29.181Z Downloaded siphasher v0.3.11
6332024-11-15T21:27:29.183Z Downloaded ff v0.13.0
6342024-11-15T21:27:29.183Z Downloaded num-traits v0.2.19
6352024-11-15T21:27:29.186Z Downloaded phf_shared v0.10.0
6362024-11-15T21:27:29.189Z Downloaded slog v2.7.0
6372024-11-15T21:27:29.191Z Downloaded pretty-hex v0.2.1
6382024-11-15T21:27:29.193Z Downloaded same-file v1.0.6
6392024-11-15T21:27:29.193Z Downloaded hyper-util v0.1.10
6402024-11-15T21:27:29.209Z Downloaded tokio-tungstenite v0.24.0
6412024-11-15T21:27:29.211Z Downloaded tabwriter v1.4.0
6422024-11-15T21:27:29.214Z Downloaded hickory-client v0.24.1
6432024-11-15T21:27:29.216Z Downloaded yoke-derive v0.7.4
6442024-11-15T21:27:29.219Z Downloaded tower-service v0.3.3
6452024-11-15T21:27:29.221Z Downloaded enum-as-inner v0.5.1
6462024-11-15T21:27:29.221Z Downloaded dsl_auto_type v0.1.2
6472024-11-15T21:27:29.224Z Downloaded thiserror-no-std v2.0.2
6482024-11-15T21:27:29.226Z Downloaded data-encoding v2.6.0
6492024-11-15T21:27:29.229Z Downloaded debug-ignore v1.0.5
6502024-11-15T21:27:29.231Z Downloaded r2d2 v0.8.10
6512024-11-15T21:27:29.234Z Downloaded phf v0.11.2
6522024-11-15T21:27:29.234Z Downloaded tokio-stream v0.1.16
6532024-11-15T21:27:29.238Z Downloaded foreign-types v0.3.2
6542024-11-15T21:27:29.241Z Downloaded thread_local v1.1.8
6552024-11-15T21:27:29.243Z Downloaded spin v0.5.2
6562024-11-15T21:27:29.243Z Downloaded take_mut v0.2.2
6572024-11-15T21:27:29.246Z Downloaded serde_urlencoded v0.7.1
6582024-11-15T21:27:29.246Z Downloaded semver v0.1.20
6592024-11-15T21:27:29.248Z Downloaded rand_seeder v0.3.0
6602024-11-15T21:27:29.251Z Downloaded zone_cfg_derive v0.3.0
6612024-11-15T21:27:29.251Z Downloaded base64 v0.21.7
6622024-11-15T21:27:29.254Z Downloaded icu_collections v1.5.0
6632024-11-15T21:27:29.261Z Downloaded fixedbitset v0.4.2
6642024-11-15T21:27:29.264Z Downloaded phf_codegen v0.11.2
6652024-11-15T21:27:29.266Z Downloaded http v1.1.0
6662024-11-15T21:27:29.269Z Downloaded oso-derive v0.27.3
6672024-11-15T21:27:29.271Z Downloaded scopeguard v1.2.0
6682024-11-15T21:27:29.274Z Downloaded primeorder v0.13.6
6692024-11-15T21:27:29.274Z Downloaded nu-ansi-term v0.50.1
6702024-11-15T21:27:29.276Z Downloaded universal-hash v0.5.1
6712024-11-15T21:27:29.279Z Downloaded progenitor-client v0.8.0
6722024-11-15T21:27:29.279Z Downloaded poly1305 v0.8.0
6732024-11-15T21:27:29.281Z Downloaded flume v0.11.1
6742024-11-15T21:27:29.286Z Downloaded phf_generator v0.11.2
6752024-11-15T21:27:29.288Z Downloaded tokio-tungstenite v0.23.1
6762024-11-15T21:27:29.291Z Downloaded display-error-chain v0.2.2
6772024-11-15T21:27:29.293Z Downloaded embedded-io v0.6.1
6782024-11-15T21:27:29.293Z Downloaded flagset v0.4.6
6792024-11-15T21:27:29.296Z Downloaded which v4.4.2
6802024-11-15T21:27:29.299Z Downloaded psl-types v2.0.11
6812024-11-15T21:27:29.299Z Downloaded socket2 v0.5.7
6822024-11-15T21:27:29.301Z Downloaded serde_yaml v0.9.34+deprecated
6832024-11-15T21:27:29.305Z Downloaded toolchain_find v0.4.0
6842024-11-15T21:27:29.308Z Downloaded p256 v0.13.2
6852024-11-15T21:27:29.310Z Downloaded unicode-bidi v0.3.17
6862024-11-15T21:27:29.313Z Downloaded nibble_vec v0.1.0
6872024-11-15T21:27:29.316Z Downloaded parking_lot v0.12.3
6882024-11-15T21:27:29.318Z Downloaded darling_macro v0.20.10
6892024-11-15T21:27:29.321Z Downloaded ghash v0.5.1
6902024-11-15T21:27:29.321Z Downloaded time-macros v0.2.18
6912024-11-15T21:27:29.323Z Downloaded slog-envlogger v2.2.0
6922024-11-15T21:27:29.327Z Downloaded fxhash v0.2.1
6932024-11-15T21:27:29.327Z Downloaded sigpipe v0.1.3
6942024-11-15T21:27:29.330Z Downloaded endian-type v0.1.2
6952024-11-15T21:27:29.330Z Downloaded polyval v0.6.2
6962024-11-15T21:27:29.333Z Downloaded topological-sort v0.2.2
6972024-11-15T21:27:29.333Z Downloaded rustc-hash v2.0.0
6982024-11-15T21:27:29.335Z Downloaded similar v2.6.0
6992024-11-15T21:27:29.339Z Downloaded float-cmp v0.9.0
7002024-11-15T21:27:29.342Z Downloaded getrandom v0.2.15
7012024-11-15T21:27:29.344Z Downloaded yoke v0.7.4
7022024-11-15T21:27:29.347Z Downloaded smallvec v0.6.14
7032024-11-15T21:27:29.349Z Downloaded fragile v2.0.0
7042024-11-15T21:27:29.352Z Downloaded slog-stdlog v4.1.1
7052024-11-15T21:27:29.354Z Downloaded slog-scope v4.4.0
7062024-11-15T21:27:29.354Z Downloaded ena v0.14.3
7072024-11-15T21:27:29.357Z Downloaded parking_lot_core v0.9.10
7082024-11-15T21:27:29.359Z Downloaded glob v0.3.1
7092024-11-15T21:27:29.362Z Downloaded zerovec-derive v0.10.3
7102024-11-15T21:27:29.364Z Downloaded hashlink v0.9.1
7112024-11-15T21:27:29.364Z Downloaded utf-8 v0.7.6
7122024-11-15T21:27:29.366Z Downloaded unicode-properties v0.1.3
7132024-11-15T21:27:29.369Z Downloaded password-hash v0.5.0
7142024-11-15T21:27:29.371Z Downloaded toml v0.7.8
7152024-11-15T21:27:29.374Z Downloaded oso v0.27.3
7162024-11-15T21:27:29.378Z Downloaded pin-utils v0.1.0
7172024-11-15T21:27:29.380Z Downloaded sqlparser_derive v0.2.2
7182024-11-15T21:27:29.383Z Downloaded try-lock v0.2.5
7192024-11-15T21:27:29.383Z Downloaded paste v1.0.15
7202024-11-15T21:27:29.386Z Downloaded spin v0.9.8
7212024-11-15T21:27:29.388Z Downloaded embedded-io v0.4.0
7222024-11-15T21:27:29.391Z Downloaded schemars_derive v0.8.21
7232024-11-15T21:27:29.394Z Downloaded progenitor-macro v0.8.0
7242024-11-15T21:27:29.394Z Downloaded futures-task v0.3.31
7252024-11-15T21:27:29.397Z Downloaded futures-sink v0.3.31
7262024-11-15T21:27:29.397Z Downloaded slog-term v2.9.1
7272024-11-15T21:27:29.400Z Downloaded snafu-derive v0.8.5
7282024-11-15T21:27:29.402Z Downloaded mio v1.0.2
7292024-11-15T21:27:29.408Z Downloaded foreign-types-shared v0.1.1
7302024-11-15T21:27:29.410Z Downloaded minimal-lexical v0.2.1
7312024-11-15T21:27:29.413Z Downloaded percent-encoding v2.3.1
7322024-11-15T21:27:29.416Z Downloaded tokio-rustls v0.25.0
7332024-11-15T21:27:29.418Z Downloaded displaydoc v0.2.5
7342024-11-15T21:27:29.421Z Downloaded quick-error v1.2.3
7352024-11-15T21:27:29.424Z Downloaded scrypt v0.11.0
7362024-11-15T21:27:29.427Z Downloaded newline-converter v0.3.0
7372024-11-15T21:27:29.427Z Downloaded rayon-core v1.12.1
7382024-11-15T21:27:29.430Z Downloaded rustc_version v0.4.1
7392024-11-15T21:27:29.432Z Downloaded tls_codec_derive v0.4.1
7402024-11-15T21:27:29.436Z Downloaded untrusted v0.7.1
7412024-11-15T21:27:29.439Z Downloaded subtle v2.6.1
7422024-11-15T21:27:29.439Z Downloaded float-ord v0.3.2
7432024-11-15T21:27:29.439Z Downloaded aws-lc-rs v1.10.0
7442024-11-15T21:27:29.448Z Downloaded tokio-macros v2.4.0
7452024-11-15T21:27:29.451Z Downloaded owo-colors v4.1.0
7462024-11-15T21:27:29.453Z Downloaded hickory-resolver v0.24.1
7472024-11-15T21:27:29.458Z Downloaded nodrop v0.1.14
7482024-11-15T21:27:29.461Z Downloaded dyn-clone v1.0.17
7492024-11-15T21:27:29.463Z Downloaded dunce v1.0.5
7502024-11-15T21:27:29.463Z Downloaded num-integer v0.1.46
7512024-11-15T21:27:29.465Z Downloaded num-derive v0.4.2
7522024-11-15T21:27:29.468Z Downloaded num-iter v0.1.45
7532024-11-15T21:27:29.468Z Downloaded gethostname v0.5.0
7542024-11-15T21:27:29.471Z Downloaded snafu v0.8.5
7552024-11-15T21:27:29.477Z Downloaded rustc_version v0.1.7
7562024-11-15T21:27:29.479Z Downloaded rand_core v0.6.4
7572024-11-15T21:27:29.480Z Downloaded radium v0.7.0
7582024-11-15T21:27:29.482Z Downloaded sec1 v0.7.3
7592024-11-15T21:27:29.485Z Downloaded quinn v0.11.5
7602024-11-15T21:27:29.487Z Downloaded serde_repr v0.1.19
7612024-11-15T21:27:29.490Z Downloaded serde_path_to_error v0.1.16
7622024-11-15T21:27:29.493Z Downloaded rustfmt-wrapper v0.2.1
7632024-11-15T21:27:29.493Z Downloaded tls_codec v0.4.1
7642024-11-15T21:27:29.496Z Downloaded zopfli v0.8.1
7652024-11-15T21:27:29.498Z Downloaded dirs-sys-next v0.1.2
7662024-11-15T21:27:29.501Z Downloaded dirs-next v2.0.0
7672024-11-15T21:27:29.503Z Downloaded rpassword v7.3.1
7682024-11-15T21:27:29.503Z Downloaded openssl-probe v0.1.5
7692024-11-15T21:27:29.505Z Downloaded tap v1.0.1
7702024-11-15T21:27:29.505Z Downloaded unicode-truncate v1.1.0
7712024-11-15T21:27:29.508Z Downloaded supports-color v3.0.1
7722024-11-15T21:27:29.512Z Downloaded blake3 v1.5.4
7732024-11-15T21:27:29.518Z Downloaded parse-size v1.1.0
7742024-11-15T21:27:29.520Z Downloaded hash32 v0.2.1
7752024-11-15T21:27:29.523Z Downloaded num-complex v0.4.6
7762024-11-15T21:27:29.523Z Downloaded prettyplease v0.2.25
7772024-11-15T21:27:29.526Z Downloaded ed25519-dalek v2.1.1
7782024-11-15T21:27:29.529Z Downloaded vsss-rs v3.3.4
7792024-11-15T21:27:29.533Z Downloaded foreign-types-macros v0.2.3
7802024-11-15T21:27:29.536Z Downloaded olpc-cjson v0.1.4
7812024-11-15T21:27:29.536Z Downloaded progenitor-impl v0.8.0
7822024-11-15T21:27:29.538Z Downloaded openssl-macros v0.1.1
7832024-11-15T21:27:29.541Z Downloaded russh-cryptovec v0.7.3
7842024-11-15T21:27:29.541Z Downloaded signal-hook-mio v0.2.4
7852024-11-15T21:27:29.544Z Downloaded shlex v1.3.0
7862024-11-15T21:27:29.544Z Downloaded num-rational v0.4.2
7872024-11-15T21:27:29.546Z Downloaded downcast v0.11.0
7882024-11-15T21:27:29.546Z Downloaded strum_macros v0.25.3
7892024-11-15T21:27:29.549Z Downloaded path-slash v0.1.5
7902024-11-15T21:27:29.551Z Downloaded normalize-line-endings v0.3.0
7912024-11-15T21:27:29.551Z Downloaded newtype_derive v0.1.6
7922024-11-15T21:27:29.554Z Downloaded rustls-webpki v0.101.7
7932024-11-15T21:27:29.569Z Downloaded structmeta v0.2.0
7942024-11-15T21:27:29.572Z Downloaded rtoolbox v0.0.2
7952024-11-15T21:27:29.572Z Downloaded resolv-conf v0.7.0
7962024-11-15T21:27:29.574Z Downloaded idna v1.0.3
7972024-11-15T21:27:29.578Z Downloaded parse-display-derive v0.10.0
7982024-11-15T21:27:29.580Z Downloaded foreign-types-shared v0.3.1
7992024-11-15T21:27:29.580Z Downloaded fallible-streaming-iterator v0.1.9
8002024-11-15T21:27:29.583Z Downloaded postgres-protocol v0.6.7
8012024-11-15T21:27:29.585Z Downloaded foreign-types v0.5.0
8022024-11-15T21:27:29.585Z Downloaded zone v0.3.0
8032024-11-15T21:27:29.588Z Downloaded zone v0.1.8
8042024-11-15T21:27:29.588Z Downloaded des v0.8.1
8052024-11-15T21:27:29.590Z Downloaded rfc6979 v0.4.0
8062024-11-15T21:27:29.590Z Downloaded zeroize_derive v1.4.2
8072024-11-15T21:27:29.593Z Downloaded pin-project-lite v0.2.14
8082024-11-15T21:27:29.596Z Downloaded pbkdf2 v0.11.0
8092024-11-15T21:27:29.599Z Downloaded term v0.7.0
8102024-11-15T21:27:29.603Z Downloaded precomputed-hash v0.1.1
8112024-11-15T21:27:29.606Z Downloaded deranged v0.3.11
8122024-11-15T21:27:29.606Z Downloaded strip-ansi-escapes v0.2.0
8132024-11-15T21:27:29.608Z Downloaded stable_deref_trait v1.2.0
8142024-11-15T21:27:29.608Z Downloaded ssh-encoding v0.2.0
8152024-11-15T21:27:29.611Z Downloaded zip v0.6.6
8162024-11-15T21:27:29.614Z Downloaded env_logger v0.11.5
8172024-11-15T21:27:29.617Z Downloaded termtree v0.4.1
8182024-11-15T21:27:29.619Z Downloaded phf_shared v0.11.2
8192024-11-15T21:27:29.620Z Downloaded wyz v0.5.1
8202024-11-15T21:27:29.622Z Downloaded schemars v0.8.21
8212024-11-15T21:27:29.633Z Downloaded writeable v0.5.5
8222024-11-15T21:27:29.636Z Downloaded fs_extra v1.3.0
8232024-11-15T21:27:29.639Z Downloaded libxml v0.3.3
8242024-11-15T21:27:29.644Z Downloaded opaque-debug v0.3.1
8252024-11-15T21:27:29.646Z Downloaded slog-async v2.8.0
8262024-11-15T21:27:29.649Z Downloaded structmeta v0.3.0
8272024-11-15T21:27:29.649Z Downloaded vte v0.11.1
8282024-11-15T21:27:29.651Z Downloaded xz2 v0.1.7
8292024-11-15T21:27:29.654Z Downloaded tough v0.19.0
8302024-11-15T21:27:29.660Z Downloaded progenitor v0.8.0
8312024-11-15T21:27:29.662Z Downloaded salty v0.3.0
8322024-11-15T21:27:29.669Z Downloaded tinyvec_macros v0.1.1
8332024-11-15T21:27:29.671Z Downloaded signature v2.2.0
8342024-11-15T21:27:29.671Z Downloaded enum-as-inner v0.6.1
8352024-11-15T21:27:29.674Z Downloaded untrusted v0.9.0
8362024-11-15T21:27:29.676Z Downloaded dhcproto v0.12.0
8372024-11-15T21:27:29.679Z Downloaded signal-hook-registry v1.4.2
8382024-11-15T21:27:29.681Z Downloaded diesel-dtrace v0.3.0
8392024-11-15T21:27:29.681Z Downloaded der_derive v0.7.3
8402024-11-15T21:27:29.684Z Downloaded ssh-cipher v0.2.0
8412024-11-15T21:27:29.686Z Downloaded unsafe-libyaml v0.2.11
8422024-11-15T21:27:29.689Z Downloaded structmeta-derive v0.3.0
8432024-11-15T21:27:29.691Z Downloaded rustls-pemfile v2.2.0
8442024-11-15T21:27:29.694Z Downloaded twox-hash v1.6.3
8452024-11-15T21:27:29.694Z Downloaded toml_edit v0.19.15
8462024-11-15T21:27:29.710Z Downloaded rustc-demangle v0.1.24
8472024-11-15T21:27:29.713Z Downloaded itertools v0.12.1
8482024-11-15T21:27:29.719Z Downloaded pkg-config v0.3.31
8492024-11-15T21:27:29.722Z Downloaded hash32 v0.3.1
8502024-11-15T21:27:29.724Z Downloaded rustls-webpki v0.102.8
8512024-11-15T21:27:29.741Z Downloaded env_filter v0.1.2
8522024-11-15T21:27:29.744Z Downloaded chrono v0.4.38
8532024-11-15T21:27:29.750Z Downloaded pin-project-internal v1.1.6
8542024-11-15T21:27:29.753Z Downloaded thiserror-impl-no-std v2.0.2
8552024-11-15T21:27:29.756Z Downloaded pem-rfc7468 v0.7.0
8562024-11-15T21:27:29.759Z Downloaded slog-bunyan v2.5.0
8572024-11-15T21:27:29.759Z Downloaded futures-io v0.3.31
8582024-11-15T21:27:29.759Z Downloaded sqlparser v0.45.0
8592024-11-15T21:27:29.764Z Downloaded signal-hook v0.3.17
8602024-11-15T21:27:29.767Z Downloaded hickory-server v0.24.1
8612024-11-15T21:27:29.773Z Downloaded num v0.4.3
8622024-11-15T21:27:29.775Z Downloaded newtype-uuid v1.1.3
8632024-11-15T21:27:29.775Z Downloaded fallible-iterator v0.2.0
8642024-11-15T21:27:29.778Z Downloaded rsa v0.9.6
8652024-11-15T21:27:29.782Z Downloaded tokio-util v0.7.12
8662024-11-15T21:27:29.788Z Downloaded pkcs1 v0.7.5
8672024-11-15T21:27:29.791Z Downloaded pkcs5 v0.7.1
8682024-11-15T21:27:29.795Z Downloaded serde_derive_internals v0.29.1
8692024-11-15T21:27:29.797Z Downloaded secrecy v0.8.0
8702024-11-15T21:27:29.800Z Downloaded half v2.4.1
8712024-11-15T21:27:29.802Z Downloaded hyper v1.5.0
8722024-11-15T21:27:29.808Z Downloaded tungstenite v0.24.0
8732024-11-15T21:27:29.812Z Downloaded env_logger v0.10.2
8742024-11-15T21:27:29.814Z Downloaded tracing-core v0.1.32
8752024-11-15T21:27:29.818Z Downloaded zerovec v0.10.4
8762024-11-15T21:27:29.824Z Downloaded nom v7.1.3
8772024-11-15T21:27:29.830Z Downloaded icu_properties_data v1.5.0
8782024-11-15T21:27:29.841Z Downloaded pin-project v1.1.6
8792024-11-15T21:27:29.852Z Downloaded tokio-postgres v0.7.12
8802024-11-15T21:27:29.858Z Downloaded tungstenite v0.23.0
8812024-11-15T21:27:29.861Z Downloaded smoltcp v0.9.1
8822024-11-15T21:27:29.874Z Downloaded tokio-rustls v0.24.1
8832024-11-15T21:27:29.878Z Downloaded der v0.7.9
8842024-11-15T21:27:29.881Z Downloaded h2 v0.4.6
8852024-11-15T21:27:29.888Z Downloaded petname v2.0.2
8862024-11-15T21:27:29.894Z Downloaded expectorate v1.1.0
8872024-11-15T21:27:29.901Z Downloaded quinn-proto v0.11.8
8882024-11-15T21:27:29.904Z Downloaded russh v0.45.0
8892024-11-15T21:27:29.910Z Downloaded rustls v0.21.12
8902024-11-15T21:27:29.923Z Downloaded num-bigint-dig v0.8.4
8912024-11-15T21:27:29.927Z Downloaded reedline v0.35.0
8922024-11-15T21:27:29.935Z Downloaded x509-cert v0.2.5
8932024-11-15T21:27:29.942Z Downloaded zip v2.1.3
8942024-11-15T21:27:29.946Z Downloaded url v2.5.3
8952024-11-15T21:27:29.950Z Downloaded chrono-tz v0.10.0
8962024-11-15T21:27:29.958Z Downloaded nix v0.27.1
8972024-11-15T21:27:29.969Z Downloaded flate2 v1.0.34
8982024-11-15T21:27:29.975Z Downloaded bstr v1.10.0
8992024-11-15T21:27:29.986Z Downloaded polar-core v0.27.3
9002024-11-15T21:27:29.995Z Downloaded winnow v0.5.40
9012024-11-15T21:27:30.004Z Downloaded idna v0.3.0
9022024-11-15T21:27:30.011Z Downloaded object v0.30.4
9032024-11-15T21:27:30.021Z Downloaded curve25519-dalek v4.1.3
9042024-11-15T21:27:30.031Z Downloaded vcpkg v0.2.15
9052024-11-15T21:27:30.069Z Downloaded num-bigint v0.4.6
9062024-11-15T21:27:30.074Z Downloaded rustls v0.23.14
9072024-11-15T21:27:30.086Z Downloaded openssl v0.10.68
9082024-11-15T21:27:30.096Z Downloaded hashbrown v0.13.2
9092024-11-15T21:27:30.100Z Downloaded idna v0.5.0
9102024-11-15T21:27:30.107Z Downloaded unicode-width v0.2.0
9112024-11-15T21:27:30.113Z Downloaded unicode-segmentation v1.12.0
9122024-11-15T21:27:30.117Z Downloaded sled v0.34.7
9132024-11-15T21:27:30.128Z Downloaded reqwest v0.12.9
9142024-11-15T21:27:30.136Z Downloaded dropshot v0.13.0
9152024-11-15T21:27:30.158Z Downloaded idna v0.4.0
9162024-11-15T21:27:30.165Z Downloaded zerocopy-derive v0.6.6
9172024-11-15T21:27:30.175Z Downloaded proptest v1.5.0
9182024-11-15T21:27:30.184Z Downloaded rusqlite v0.32.1
9192024-11-15T21:27:30.192Z Downloaded ratatui v0.28.1
9202024-11-15T21:27:30.212Z Downloaded git2 v0.19.0
9212024-11-15T21:27:30.221Z Downloaded regex-automata v0.4.8
9222024-11-15T21:27:30.238Z Downloaded webpki-roots v0.26.6
9232024-11-15T21:27:30.241Z Downloaded bzip2-sys v0.1.11+1.0.8
9242024-11-15T21:27:30.254Z Downloaded idna v0.2.3
9252024-11-15T21:27:30.261Z Downloaded regress v0.9.1
9262024-11-15T21:27:30.270Z Downloaded gimli v0.31.1
9272024-11-15T21:27:30.279Z Downloaded regex-syntax v0.6.29
9282024-11-15T21:27:30.287Z Downloaded typed-path v0.9.3
9292024-11-15T21:27:30.293Z Downloaded hashbrown v0.12.3
9302024-11-15T21:27:30.297Z Downloaded quick-xml v0.33.0
9312024-11-15T21:27:30.304Z Downloaded lalrpop v0.19.12
9322024-11-15T21:27:30.316Z Downloaded radix_trie v0.2.1
9332024-11-15T21:27:30.322Z Downloaded regex v1.11.1
9342024-11-15T21:27:30.337Z Downloaded smoltcp v0.11.0
9352024-11-15T21:27:30.350Z Downloaded portable-atomic v1.9.0
9362024-11-15T21:27:30.357Z Downloaded regress v0.10.1
9372024-11-15T21:27:30.366Z Downloaded nix v0.28.0
9382024-11-15T21:27:30.379Z Downloaded rustls v0.22.4
9392024-11-15T21:27:30.393Z Downloaded trust-dns-proto v0.22.0
9402024-11-15T21:27:30.405Z Downloaded dropshot v0.12.0
9412024-11-15T21:27:30.426Z Downloaded openapiv3 v2.0.0
9422024-11-15T21:27:30.439Z Downloaded object v0.36.5
9432024-11-15T21:27:30.451Z Downloaded tokio v1.40.0
9442024-11-15T21:27:30.491Z Downloaded diesel v2.2.4
9452024-11-15T21:27:30.510Z Downloaded typify-impl v0.2.0
9462024-11-15T21:27:30.526Z Downloaded nix v0.29.0
9472024-11-15T21:27:30.538Z Downloaded hickory-proto v0.24.1
9482024-11-15T21:27:30.555Z Downloaded csv v1.3.0
9492024-11-15T21:27:30.575Z Downloaded regex-syntax v0.8.5
9502024-11-15T21:27:30.584Z Downloaded p384 v0.13.0
9512024-11-15T21:27:30.591Z Downloaded unicode-normalization v0.1.24
9522024-11-15T21:27:30.594Z Downloaded serde_with v3.11.0
9532024-11-15T21:27:30.603Z Downloaded rustls-pki-types v1.9.0
9542024-11-15T21:27:30.607Z Downloaded parking_lot v0.11.2
9552024-11-15T21:27:30.609Z Downloaded unicode_categories v0.1.1
9562024-11-15T21:27:30.612Z Downloaded publicsuffix v2.2.3
9572024-11-15T21:27:30.615Z Downloaded test-strategy v0.3.1
9582024-11-15T21:27:30.618Z Downloaded password-hash v0.4.2
9592024-11-15T21:27:30.621Z Downloaded rand v0.8.5
9602024-11-15T21:27:30.625Z Downloaded tar v0.4.43
9612024-11-15T21:27:30.628Z Downloaded postgres-types v0.2.8
9622024-11-15T21:27:30.630Z Downloaded scheduled-thread-pool v0.2.7
9632024-11-15T21:27:30.633Z Downloaded proc-macro-crate v1.3.1
9642024-11-15T21:27:30.633Z Downloaded russh-keys v0.45.0
9652024-11-15T21:27:30.635Z Downloaded xattr v1.3.1
9662024-11-15T21:27:30.638Z Downloaded futures-util v0.3.31
9672024-11-15T21:27:30.651Z Downloaded bindgen v0.69.5
9682024-11-15T21:27:30.659Z Downloaded structmeta-derive v0.2.0
9692024-11-15T21:27:30.663Z Downloaded futures-executor v0.3.31
9702024-11-15T21:27:30.663Z Downloaded tui-tree-widget v0.22.0
9712024-11-15T21:27:30.665Z Downloaded ppv-lite86 v0.2.20
9722024-11-15T21:27:30.665Z Downloaded lzma-sys v0.1.20
9732024-11-15T21:27:30.695Z Downloaded defmt-macros v0.3.9
9742024-11-15T21:27:30.698Z Downloaded subprocess v0.2.9
9752024-11-15T21:27:30.701Z Downloaded itertools v0.13.0
9762024-11-15T21:27:30.708Z Downloaded defmt v0.3.8
9772024-11-15T21:27:30.711Z Downloaded petgraph v0.6.5
9782024-11-15T21:27:30.729Z Downloaded libz-sys v1.1.20
9792024-11-15T21:27:30.750Z Downloaded yasna v0.5.2
9802024-11-15T21:27:30.753Z Downloaded pkcs8 v0.10.2
9812024-11-15T21:27:30.755Z Downloaded elliptic-curve v0.13.8
9822024-11-15T21:27:30.759Z Downloaded rustls-pemfile v1.0.4
9832024-11-15T21:27:30.761Z Downloaded parse-zoneinfo v0.3.1
9842024-11-15T21:27:30.764Z Downloaded openssl-sys v0.9.104
9852024-11-15T21:27:30.768Z Downloaded hashbrown v0.14.5
9862024-11-15T21:27:30.774Z Downloaded time v0.3.36
9872024-11-15T21:27:30.805Z Downloaded strum_macros v0.26.4
9882024-11-15T21:27:30.809Z Downloaded sha3 v0.10.8
9892024-11-15T21:27:30.814Z Downloaded derive_more v0.99.18
9902024-11-15T21:27:30.821Z Downloaded parse-display v0.10.0
9912024-11-15T21:27:30.824Z Downloaded termcolor v1.4.1
9922024-11-15T21:27:30.826Z Downloaded packed_struct_codegen v0.10.1
9932024-11-15T21:27:30.826Z Downloaded postcard v1.0.10
9942024-11-15T21:27:30.829Z Downloaded darling_core v0.20.10
9952024-11-15T21:27:30.835Z Downloaded uuid v1.11.0
9962024-11-15T21:27:30.840Z Downloaded p521 v0.13.3
9972024-11-15T21:27:30.843Z Downloaded derive-where v1.2.7
9982024-11-15T21:27:30.847Z Downloaded rayon v1.10.0
9992024-11-15T21:27:30.859Z Downloaded powerfmt v0.2.0
10002024-11-15T21:27:30.861Z Downloaded sct v0.7.1
10012024-11-15T21:27:30.865Z Downloaded smallvec v1.13.2
10022024-11-15T21:27:30.868Z Downloaded rustyline v14.0.0
10032024-11-15T21:27:30.876Z Downloaded serde_plain v1.0.2
10042024-11-15T21:27:30.879Z Downloaded vergen v8.3.2
10052024-11-15T21:27:30.882Z Downloaded bitvec v1.0.1
10062024-11-15T21:27:30.895Z Downloaded tracing v0.1.40
10072024-11-15T21:27:30.899Z Downloaded futures-macro v0.3.31
10082024-11-15T21:27:30.901Z Downloaded rcgen v0.12.1
10092024-11-15T21:27:30.904Z Downloaded heapless v0.8.0
10102024-11-15T21:27:30.907Z Downloaded aho-corasick v1.1.3
10112024-11-15T21:27:30.912Z Downloaded slog-json v2.6.1
10122024-11-15T21:27:30.915Z Downloaded slog-dtrace v0.3.0
10132024-11-15T21:27:30.917Z Downloaded derive_builder v0.20.2
10142024-11-15T21:27:30.921Z Downloaded unicode-xid v0.2.6
10152024-11-15T21:27:30.923Z Downloaded sqlformat v0.2.6
10162024-11-15T21:27:30.926Z Downloaded ssh-key v0.6.6
10172024-11-15T21:27:30.931Z Downloaded spki v0.7.3
10182024-11-15T21:27:30.933Z Downloaded form_urlencoded v1.2.1
10192024-11-15T21:27:30.933Z Downloaded steno v0.4.1
10202024-11-15T21:27:30.937Z Downloaded uzers v0.12.1
10212024-11-15T21:27:30.941Z Downloaded omicron-zone-package v0.11.1
10222024-11-15T21:27:30.944Z Downloaded encoding_rs v0.8.34
10232024-11-15T21:27:30.965Z Downloaded fatfs v0.3.6
10242024-11-15T21:27:30.968Z Downloaded diesel_derives v2.2.3
10252024-11-15T21:27:30.971Z Downloaded libm v0.2.8
10262024-11-15T21:27:30.979Z Downloaded serde_with_macros v3.11.0
10272024-11-15T21:27:30.981Z Downloaded dropshot_endpoint v0.13.0
10282024-11-15T21:27:30.984Z Downloaded crossterm v0.28.1
10292024-11-15T21:27:30.990Z Downloaded heapless v0.7.17
10302024-11-15T21:27:30.994Z Downloaded itertools v0.10.5
10312024-11-15T21:27:31.000Z Downloaded aes-gcm v0.10.3
10322024-11-15T21:27:31.003Z Downloaded rustc-hash v1.1.0
10332024-11-15T21:27:31.006Z Downloaded value-bag v1.9.0
10342024-11-15T21:27:31.008Z Downloaded tinystr v0.7.6
10352024-11-15T21:27:31.011Z Downloaded tiny-keccak v2.0.2
10362024-11-15T21:27:31.014Z Downloaded parking_lot_core v0.8.6
10372024-11-15T21:27:31.016Z Downloaded tungstenite v0.21.0
10382024-11-15T21:27:31.019Z Downloaded typify v0.2.0
10392024-11-15T21:27:31.022Z Downloaded samael v0.0.17
10402024-11-15T21:27:31.027Z Downloaded icu_properties v1.5.1
10412024-11-15T21:27:31.030Z Downloaded zone_cfg_derive v0.1.2
10422024-11-15T21:27:31.033Z Downloaded fd-lock v4.0.2
10432024-11-15T21:27:31.036Z Downloaded libgit2-sys v0.17.0+1.8.1
10442024-11-15T21:27:31.093Z Downloaded headers v0.4.0
10452024-11-15T21:27:31.098Z Downloaded whoami v1.5.2
10462024-11-15T21:27:31.101Z Downloaded sync-ptr v0.1.1
10472024-11-15T21:27:31.104Z Downloaded diff v0.1.13
10482024-11-15T21:27:31.106Z Downloaded zerocopy v0.6.6
10492024-11-15T21:27:31.109Z Downloaded tokio-rustls v0.26.0
10502024-11-15T21:27:31.111Z Downloaded indexmap v1.9.3
10512024-11-15T21:27:31.114Z Downloaded const_format v0.2.33
10522024-11-15T21:27:31.118Z Downloaded qorb v0.2.0
10532024-11-15T21:27:31.122Z Downloaded mockall_derive v0.13.0
10542024-11-15T21:27:31.125Z Downloaded hmac v0.12.1
10552024-11-15T21:27:31.128Z Downloaded tokio-tungstenite v0.21.0
10562024-11-15T21:27:31.131Z Downloaded crypto-bigint v0.5.5
10572024-11-15T21:27:31.135Z Downloaded hex v0.4.3
10582024-11-15T21:27:31.137Z Downloaded peg-runtime v0.8.3
10592024-11-15T21:27:31.137Z Downloaded icu_normalizer_data v1.5.0
10602024-11-15T21:27:31.142Z Downloaded globset v0.4.15
10612024-11-15T21:27:31.145Z Downloaded ed25519 v2.2.3
10622024-11-15T21:27:31.145Z Downloaded synstructure v0.13.1
10632024-11-15T21:27:31.145Z Downloaded sha1 v0.10.6
10642024-11-15T21:27:31.148Z Downloaded salsa20 v0.10.2
10652024-11-15T21:27:31.148Z Downloaded ron v0.8.1
10662024-11-15T21:27:31.152Z Downloaded sync_wrapper v1.0.1
10672024-11-15T21:27:31.155Z Downloaded icu_locid_transform_data v1.5.0
10682024-11-15T21:27:31.155Z Downloaded either v1.13.0
10692024-11-15T21:27:31.159Z Downloaded pbkdf2 v0.12.2
10702024-11-15T21:27:31.159Z Downloaded packed_struct v0.10.1
10712024-11-15T21:27:31.161Z Downloaded num_enum_derive v0.5.11
10722024-11-15T21:27:31.162Z Downloaded mime_guess v2.0.5
10732024-11-15T21:27:31.164Z Downloaded libloading v0.8.5
10742024-11-15T21:27:31.164Z Downloaded jobserver v0.1.32
10752024-11-15T21:27:31.167Z Downloaded wait-timeout v0.2.0
10762024-11-15T21:27:31.170Z Downloaded unicase v2.7.0
10772024-11-15T21:27:31.173Z Downloaded unarray v0.1.4
10782024-11-15T21:27:31.173Z Downloaded tracing-attributes v0.1.27
10792024-11-15T21:27:31.176Z Downloaded tokio-native-tls v0.3.1
10802024-11-15T21:27:31.179Z Downloaded indicatif v0.17.9
10812024-11-15T21:27:31.182Z Downloaded utf16_iter v1.0.5
10822024-11-15T21:27:31.182Z Downloaded typify-macro v0.2.0
10832024-11-15T21:27:31.185Z Downloaded ref-cast v1.0.23
10842024-11-15T21:27:31.187Z Downloaded blake2 v0.10.6
10852024-11-15T21:27:31.190Z Downloaded keccak v0.1.5
10862024-11-15T21:27:31.190Z Downloaded arc-swap v1.7.1
10872024-11-15T21:27:31.194Z Downloaded is-terminal v0.4.13
10882024-11-15T21:27:31.197Z Downloaded indoc v1.0.9
10892024-11-15T21:27:31.197Z Downloaded indent_write v2.2.0
10902024-11-15T21:27:31.199Z Downloaded inout v0.1.3
10912024-11-15T21:27:31.199Z Downloaded cookie_store v0.21.0
10922024-11-15T21:27:31.202Z Downloaded httparse v1.9.5
10932024-11-15T21:27:31.205Z Downloaded ciborium-ll v0.2.2
10942024-11-15T21:27:31.205Z Downloaded serde-hex v0.1.0
10952024-11-15T21:27:31.207Z Downloaded hex-literal v0.4.1
10962024-11-15T21:27:31.208Z Downloaded darling v0.20.10
10972024-11-15T21:27:31.211Z Downloaded async-trait v0.1.83
10982024-11-15T21:27:31.215Z Downloaded arrayvec v0.7.6
10992024-11-15T21:27:31.218Z Downloaded hyper-tls v0.6.0
11002024-11-15T21:27:31.218Z Downloaded cc v1.1.30
11012024-11-15T21:27:31.220Z Downloaded base64 v0.22.1
11022024-11-15T21:27:31.224Z Downloaded is_ci v1.2.0
11032024-11-15T21:27:31.226Z Downloaded crossbeam-deque v0.8.5
11042024-11-15T21:27:31.229Z Downloaded chrono-tz-build v0.4.0
11052024-11-15T21:27:31.229Z Downloaded argon2 v0.5.3
11062024-11-15T21:27:31.229Z Downloaded colored v2.1.0
11072024-11-15T21:27:31.232Z Downloaded cmake v0.1.51
11082024-11-15T21:27:31.232Z Downloaded convert_case v0.4.0
11092024-11-15T21:27:31.234Z Downloaded const_format_proc_macros v0.2.33
11102024-11-15T21:27:31.238Z Downloaded hubpack v0.1.2
11112024-11-15T21:27:31.238Z Downloaded http-body-util v0.1.2
11122024-11-15T21:27:31.240Z Downloaded hostname v0.3.1
11132024-11-15T21:27:31.240Z Downloaded home v0.5.9
11142024-11-15T21:27:31.240Z Downloaded chacha20 v0.9.1
11152024-11-15T21:27:31.243Z Downloaded cexpr v0.6.0
11162024-11-15T21:27:31.243Z Downloaded blowfish v0.9.1
11172024-11-15T21:27:31.245Z Downloaded bitfield-struct v0.6.2
11182024-11-15T21:27:31.245Z Downloaded bb8 v0.8.5
11192024-11-15T21:27:31.248Z Downloaded iana-time-zone v0.1.61
11202024-11-15T21:27:31.250Z Downloaded async-stream v0.3.6
11212024-11-15T21:27:31.253Z Downloaded hyper-staticfile v0.10.1
11222024-11-15T21:27:31.253Z Downloaded crc-any v2.5.0
11232024-11-15T21:27:31.256Z Downloaded cookie v0.18.1
11242024-11-15T21:27:31.258Z Downloaded ciborium v0.2.2
11252024-11-15T21:27:31.261Z Downloaded mime v0.3.17
11262024-11-15T21:27:31.261Z Downloaded maybe-uninit v2.0.0
11272024-11-15T21:27:31.264Z Downloaded libsw v3.3.1
11282024-11-15T21:27:31.266Z Downloaded ipnetwork v0.20.0
11292024-11-15T21:27:31.266Z Downloaded cstr-argument v0.1.2
11302024-11-15T21:27:31.268Z Downloaded crunchy v0.2.2
11312024-11-15T21:27:31.361Z Downloaded ring v0.17.8
11322024-11-15T21:27:31.462Z Downloaded libsqlite3-sys v0.30.1
11332024-11-15T21:27:31.583Z Downloaded ring v0.16.20
11342024-11-15T21:27:31.804Z Downloaded aws-lc-sys v0.22.0
11352024-11-15T21:27:32.145Z Compiling serde v1.0.215
11362024-11-15T21:27:32.148Z Compiling lock_api v0.4.12
11372024-11-15T21:27:32.148Z Compiling scopeguard v1.2.0
11382024-11-15T21:27:32.148Z Compiling value-bag v1.9.0
11392024-11-15T21:27:32.148Z Compiling typenum v1.17.0
11402024-11-15T21:27:32.148Z Compiling generic-array v0.14.7
11412024-11-15T21:27:32.325Z Compiling syn v2.0.87
11422024-11-15T21:27:32.340Z Compiling getrandom v0.2.15
11432024-11-15T21:27:32.487Z Compiling shlex v1.3.0
11442024-11-15T21:27:32.675Z Compiling rand_core v0.6.4
11452024-11-15T21:27:32.754Z Compiling log v0.4.22
11462024-11-15T21:27:32.894Z Compiling subtle v2.6.1
11472024-11-15T21:27:32.911Z Compiling jobserver v0.1.32
11482024-11-15T21:27:32.941Z Compiling smallvec v1.13.2
11492024-11-15T21:27:33.196Z Compiling const-oid v0.9.6
11502024-11-15T21:27:33.215Z Compiling spin v0.9.8
11512024-11-15T21:27:33.232Z Compiling pin-project-lite v0.2.14
11522024-11-15T21:27:33.377Z Compiling cc v1.1.30
11532024-11-15T21:27:33.379Z Compiling rustix v0.38.37
11542024-11-15T21:27:33.603Z Compiling parking_lot_core v0.9.10
11552024-11-15T21:27:33.621Z Compiling futures-core v0.3.31
11562024-11-15T21:27:33.816Z Compiling signal-hook-registry v1.4.2
11572024-11-15T21:27:33.861Z Compiling mio v1.0.2
11582024-11-15T21:27:34.321Z Compiling aho-corasick v1.1.3
11592024-11-15T21:27:34.644Z Compiling parking_lot v0.12.3
11602024-11-15T21:27:34.742Z Compiling regex-syntax v0.8.5
11612024-11-15T21:27:34.959Z Compiling cpufeatures v0.2.14
11622024-11-15T21:27:35.065Z Compiling either v1.13.0
11632024-11-15T21:27:35.084Z Compiling lazy_static v1.5.0
11642024-11-15T21:27:35.137Z Compiling stable_deref_trait v1.2.0
11652024-11-15T21:27:35.201Z Compiling futures-sink v0.3.31
11662024-11-15T21:27:35.253Z Compiling glob v0.3.1
11672024-11-15T21:27:35.349Z Compiling socket2 v0.5.7
11682024-11-15T21:27:35.485Z Compiling slab v0.4.9
11692024-11-15T21:27:35.587Z Compiling prettyplease v0.2.25
11702024-11-15T21:27:35.984Z Compiling minimal-lexical v0.2.1
11712024-11-15T21:27:36.334Z Compiling libloading v0.8.5
11722024-11-15T21:27:36.354Z Compiling clang-sys v1.8.1
11732024-11-15T21:27:36.439Z Compiling nom v7.1.3
11742024-11-15T21:27:36.533Z Compiling serde_json v1.0.132
11752024-11-15T21:27:36.779Z Compiling bindgen v0.69.5
11762024-11-15T21:27:36.863Z Compiling home v0.5.9
11772024-11-15T21:27:37.170Z Compiling itertools v0.12.1
11782024-11-15T21:27:37.615Z Compiling futures-channel v0.3.31
11792024-11-15T21:27:37.835Z Compiling allocator-api2 v0.2.18
11802024-11-15T21:27:38.049Z Compiling lazycell v1.3.0
11812024-11-15T21:27:38.217Z Compiling futures-io v0.3.31
11822024-11-15T21:27:38.541Z Compiling regex-automata v0.4.8
11832024-11-15T21:27:38.674Z Compiling pin-utils v0.1.0
11842024-11-15T21:27:38.775Z Compiling futures-task v0.3.31
11852024-11-15T21:27:39.070Z Compiling foldhash v0.1.3
11862024-11-15T21:27:39.392Z Compiling rustc-hash v1.1.0
11872024-11-15T21:27:39.537Z Compiling hashbrown v0.15.0
11882024-11-15T21:27:40.197Z Compiling synstructure v0.13.1
11892024-11-15T21:27:40.348Z Compiling cexpr v0.6.0
11902024-11-15T21:27:40.904Z Compiling cmake v0.1.51
11912024-11-15T21:27:41.712Z Compiling libm v0.2.8
11922024-11-15T21:27:41.960Z Compiling tinyvec_macros v0.1.1
11932024-11-15T21:27:42.006Z Compiling fs_extra v1.3.0
11942024-11-15T21:27:42.041Z Compiling dunce v1.0.5
11952024-11-15T21:27:42.060Z Compiling pkg-config v0.3.31
11962024-11-15T21:27:42.161Z Compiling tinyvec v1.8.0
11972024-11-15T21:27:42.209Z Compiling num-traits v0.2.19
11982024-11-15T21:27:42.721Z Compiling ring v0.17.8
11992024-11-15T21:27:43.403Z Compiling paste v1.0.15
12002024-11-15T21:27:43.625Z Compiling unicode-normalization v0.1.24
12012024-11-15T21:27:43.672Z Compiling writeable v0.5.5
12022024-11-15T21:27:43.874Z Compiling base64ct v1.6.0
12032024-11-15T21:27:43.907Z Compiling unicode-bidi v0.3.17
12042024-11-15T21:27:43.967Z Compiling litemap v0.7.3
12052024-11-15T21:27:44.240Z Compiling regex v1.11.1
12062024-11-15T21:27:44.411Z Compiling pem-rfc7468 v0.7.0
12072024-11-15T21:27:45.034Z Compiling flagset v0.4.6
12082024-11-15T21:27:45.238Z Compiling httparse v1.9.5
12092024-11-15T21:27:45.281Z Compiling aws-lc-rs v1.10.0
12102024-11-15T21:27:45.709Z Compiling tracing-core v0.1.32
12112024-11-15T21:27:46.093Z Compiling rustls-pki-types v1.9.0
12122024-11-15T21:27:46.480Z Compiling icu_locid_transform_data v1.5.0
12132024-11-15T21:27:46.586Z Compiling percent-encoding v2.3.1
12142024-11-15T21:27:46.661Z Compiling crossbeam-utils v0.8.20
12152024-11-15T21:27:47.066Z Compiling time-core v0.1.2
12162024-11-15T21:27:47.125Z Compiling serde_derive v1.0.215
12172024-11-15T21:27:47.181Z Compiling zeroize_derive v1.4.2
12182024-11-15T21:27:47.242Z Compiling zerocopy-derive v0.7.35
12192024-11-15T21:27:47.246Z Compiling tokio-macros v2.4.0
12202024-11-15T21:27:47.596Z Compiling zerofrom-derive v0.1.4
12212024-11-15T21:27:48.741Z Compiling zeroize v1.8.1
12222024-11-15T21:27:48.874Z Compiling thiserror-impl v1.0.69
12232024-11-15T21:27:49.095Z Compiling yoke-derive v0.7.4
12242024-11-15T21:27:49.513Z Compiling zerocopy v0.7.35
12252024-11-15T21:27:50.485Z Compiling crypto-common v0.1.6
12262024-11-15T21:27:50.731Z Compiling block-buffer v0.10.4
12272024-11-15T21:27:51.064Z Compiling digest v0.10.7
12282024-11-15T21:27:51.105Z Compiling futures-macro v0.3.31
12292024-11-15T21:27:51.514Z Compiling hmac v0.12.1
12302024-11-15T21:27:51.532Z Compiling zerovec-derive v0.10.3
12312024-11-15T21:27:51.625Z Compiling zerofrom v0.1.4
12322024-11-15T21:27:51.745Z Compiling block-padding v0.3.3
12332024-11-15T21:27:51.856Z Compiling displaydoc v0.2.5
12342024-11-15T21:27:51.906Z Compiling yoke v0.7.4
12352024-11-15T21:27:51.969Z Compiling inout v0.1.3
12362024-11-15T21:27:52.246Z Compiling cipher v0.4.4
12372024-11-15T21:27:52.266Z Compiling sha2 v0.10.8
12382024-11-15T21:27:52.286Z Compiling thiserror v1.0.69
12392024-11-15T21:27:52.415Z Compiling ppv-lite86 v0.2.20
12402024-11-15T21:27:52.759Z Compiling icu_provider_macros v1.5.0
12412024-11-15T21:27:52.928Z Compiling futures-util v0.3.31
12422024-11-15T21:27:53.245Z Compiling der_derive v0.7.3
12432024-11-15T21:27:53.549Z Compiling rand_chacha v0.3.1
12442024-11-15T21:27:53.845Z Compiling tracing-attributes v0.1.27
12452024-11-15T21:27:54.163Z Compiling zerovec v0.10.4
12462024-11-15T21:27:55.677Z Compiling der v0.7.9
12472024-11-15T21:27:55.738Z Compiling rand v0.8.5
12482024-11-15T21:27:55.934Z Compiling salsa20 v0.10.2
12492024-11-15T21:27:56.172Z Compiling tinystr v0.7.6
12502024-11-15T21:27:56.431Z Compiling icu_collections v1.5.0
12512024-11-15T21:27:56.614Z Compiling icu_locid v1.5.0
12522024-11-15T21:27:57.519Z Compiling tracing v0.1.40
12532024-11-15T21:27:57.737Z Compiling spki v0.7.3
12542024-11-15T21:27:57.860Z Compiling icu_provider v1.5.0
12552024-11-15T21:27:58.043Z Compiling pest v2.7.14
12562024-11-15T21:27:58.117Z Compiling pbkdf2 v0.12.2
12572024-11-15T21:27:58.320Z Compiling untrusted v0.7.1
12582024-11-15T21:27:58.515Z Compiling vcpkg v0.2.15
12592024-11-15T21:27:58.847Z Compiling icu_locid_transform v1.5.0
12602024-11-15T21:27:58.916Z Compiling mirai-annotations v1.12.0
12612024-11-15T21:27:59.008Z Compiling num-conv v0.1.0
12622024-11-15T21:27:59.027Z Compiling icu_properties_data v1.5.0
12632024-11-15T21:27:59.101Z Compiling powerfmt v0.2.0
12642024-11-15T21:27:59.275Z Compiling untrusted v0.9.0
12652024-11-15T21:27:59.297Z Compiling time-macros v0.2.18
12662024-11-15T21:27:59.442Z Compiling deranged v0.3.11
12672024-11-15T21:28:00.633Z Compiling bitflags v2.6.0
12682024-11-15T21:28:00.681Z Compiling bytes v1.8.0
12692024-11-15T21:28:01.081Z Compiling indexmap v2.6.0
12702024-11-15T21:28:01.285Z Compiling semver v1.0.23
12712024-11-15T21:28:01.496Z Compiling openssl-sys v0.9.104
12722024-11-15T21:28:02.050Z Compiling tokio v1.40.0
12732024-11-15T21:28:02.071Z Compiling http v1.1.0
12742024-11-15T21:28:02.517Z Compiling rustc_version v0.4.1
12752024-11-15T21:28:02.630Z Compiling pest_meta v2.7.14
12762024-11-15T21:28:02.650Z Compiling icu_properties v1.5.1
12772024-11-15T21:28:03.276Z Compiling scrypt v0.11.0
12782024-11-15T21:28:03.894Z Compiling cbc v0.1.2
12792024-11-15T21:28:04.139Z Compiling aes v0.8.4
12802024-11-15T21:28:04.349Z Compiling scroll_derive v0.12.0
12812024-11-15T21:28:04.573Z Compiling icu_normalizer_data v1.5.0
12822024-11-15T21:28:04.683Z Compiling utf8_iter v1.0.4
12832024-11-15T21:28:04.934Z Compiling which v4.4.2
12842024-11-15T21:28:05.190Z Compiling atomic-waker v1.1.2
12852024-11-15T21:28:05.537Z Compiling write16 v1.0.0
12862024-11-15T21:28:05.686Z Compiling utf16_iter v1.0.5
12872024-11-15T21:28:05.892Z Compiling num_threads v0.1.7
12882024-11-15T21:28:05.912Z Compiling scroll v0.12.0
12892024-11-15T21:28:06.025Z Compiling time v0.3.36
12902024-11-15T21:28:06.455Z Compiling icu_normalizer v1.5.0
12912024-11-15T21:28:06.489Z Compiling pkcs5 v0.7.1
12922024-11-15T21:28:07.086Z Compiling pest_generator v2.7.14
12932024-11-15T21:28:07.664Z Compiling http-body v1.0.1
12942024-11-15T21:28:07.876Z Compiling form_urlencoded v1.2.1
12952024-11-15T21:28:07.900Z Compiling slog v2.7.0
12962024-11-15T21:28:08.024Z Compiling try-lock v0.2.5
12972024-11-15T21:28:08.181Z Compiling goblin v0.8.2
12982024-11-15T21:28:08.201Z Compiling want v0.3.1
12992024-11-15T21:28:08.475Z Compiling idna_adapter v1.2.0
13002024-11-15T21:28:08.494Z Compiling pkcs8 v0.10.2
13012024-11-15T21:28:08.536Z Compiling httpdate v1.0.3
13022024-11-15T21:28:08.690Z Compiling idna v1.0.3
13032024-11-15T21:28:09.165Z Compiling pest_derive v2.7.14
13042024-11-15T21:28:09.204Z Compiling serde_spanned v0.6.8
13052024-11-15T21:28:09.446Z Compiling toml_datetime v0.6.8
13062024-11-15T21:28:09.837Z Compiling uuid v1.11.0
13072024-11-15T21:28:09.964Z Compiling serde_tokenstream v0.2.2
13082024-11-15T21:28:09.997Z Compiling dtrace-parser v0.2.0
13092024-11-15T21:28:10.516Z Compiling adler2 v2.0.0
13102024-11-15T21:28:10.582Z Compiling tokio-util v0.7.12
13112024-11-15T21:28:10.730Z Compiling tower-service v0.3.3
13122024-11-15T21:28:10.893Z Compiling foreign-types-shared v0.1.1
13132024-11-15T21:28:11.046Z Compiling base64 v0.22.1
13142024-11-15T21:28:11.311Z Compiling rustversion v1.0.17
13152024-11-15T21:28:11.356Z Compiling match_cfg v0.1.0
13162024-11-15T21:28:11.461Z Compiling openssl v0.10.68
13172024-11-15T21:28:11.824Z Compiling h2 v0.4.6
13182024-11-15T21:28:11.883Z Compiling iana-time-zone v0.1.61
13192024-11-15T21:28:12.087Z Compiling chrono v0.4.38
13202024-11-15T21:28:12.151Z Compiling hostname v0.3.1
13212024-11-15T21:28:12.237Z Compiling foreign-types v0.3.2
13222024-11-15T21:28:12.337Z Compiling miniz_oxide v0.8.0
13232024-11-15T21:28:12.359Z Compiling url v2.5.3
13242024-11-15T21:28:13.884Z Compiling dof v0.3.0
13252024-11-15T21:28:13.910Z Compiling async-trait v0.1.83
13262024-11-15T21:28:14.393Z Compiling openssl-macros v0.1.1
13272024-11-15T21:28:15.173Z Compiling usdt-impl v0.5.0
13282024-11-15T21:28:15.907Z Compiling dirs-sys-next v0.1.2
13292024-11-15T21:28:16.180Z Compiling syn v1.0.109
13302024-11-15T21:28:16.605Z Compiling data-encoding v2.6.0
13312024-11-15T21:28:16.784Z Compiling rustls v0.22.4
13322024-11-15T21:28:16.811Z Compiling rustls v0.23.14
13332024-11-15T21:28:16.878Z Compiling native-tls v0.2.12
13342024-11-15T21:28:17.046Z Compiling siphasher v0.3.11
13352024-11-15T21:28:17.181Z Compiling dirs-next v2.0.0
13362024-11-15T21:28:17.444Z Compiling http-body-util v0.1.2
13372024-11-15T21:28:17.905Z Compiling heapless v0.7.17
13382024-11-15T21:28:17.987Z Compiling crossbeam-epoch v0.9.18
13392024-11-15T21:28:18.337Z Compiling sha1 v0.10.6
13402024-11-15T21:28:18.664Z Compiling signature v2.2.0
13412024-11-15T21:28:18.759Z Compiling bzip2-sys v0.1.11+1.0.8
13422024-11-15T21:28:18.762Z Compiling serde_derive_internals v0.29.1
13432024-11-15T21:28:18.762Z Compiling thread_local v1.1.8
13442024-11-15T21:28:18.920Z Compiling hyper v1.5.0
13452024-11-15T21:28:18.940Z Compiling multer v3.1.0
13462024-11-15T21:28:19.222Z Compiling cookie v0.18.1
13472024-11-15T21:28:19.270Z Compiling encoding_rs v0.8.34
13482024-11-15T21:28:19.329Z Compiling ipnet v2.10.1
13492024-11-15T21:28:19.494Z Compiling openssl-probe v0.1.5
13502024-11-15T21:28:19.865Z Compiling schemars v0.8.21
13512024-11-15T21:28:20.224Z Compiling rayon-core v1.12.1
13522024-11-15T21:28:20.502Z Compiling gimli v0.31.1
13532024-11-15T21:28:20.620Z Compiling mime v0.3.17
13542024-11-15T21:28:21.341Z Compiling slog-async v2.8.0
13552024-11-15T21:28:21.705Z Compiling hyper-util v0.1.10
13562024-11-15T21:28:21.857Z Compiling signal-hook v0.3.17
13572024-11-15T21:28:22.121Z Compiling unicode-properties v0.1.3
13582024-11-15T21:28:22.526Z Compiling stringprep v0.1.5
13592024-11-15T21:28:22.654Z Compiling toml_edit v0.22.22
13602024-11-15T21:28:23.285Z Compiling schemars_derive v0.8.21
13612024-11-15T21:28:24.509Z Compiling usdt-attr-macro v0.5.0
13622024-11-15T21:28:24.882Z Compiling usdt-macro v0.5.0
13632024-11-15T21:28:25.486Z Compiling addr2line v0.24.2
13642024-11-15T21:28:25.892Z Compiling crossbeam-deque v0.8.5
13652024-11-15T21:28:26.167Z Compiling term v0.7.0
13662024-11-15T21:28:26.222Z Compiling slog-json v2.6.1
13672024-11-15T21:28:26.241Z Compiling serde_urlencoded v0.7.1
13682024-11-15T21:28:26.377Z Compiling curve25519-dalek v4.1.3
13692024-11-15T21:28:26.586Z Compiling crossbeam-channel v0.5.13
13702024-11-15T21:28:26.672Z Compiling enum-as-inner v0.6.1
13712024-11-15T21:28:26.759Z Compiling futures-executor v0.3.31
13722024-11-15T21:28:26.985Z Compiling md-5 v0.10.6
13732024-11-15T21:28:27.260Z Compiling async-stream-impl v0.3.6
13742024-11-15T21:28:27.339Z Compiling rustls-pemfile v2.2.0
13752024-11-15T21:28:27.677Z Compiling num-integer v0.1.46
13762024-11-15T21:28:27.699Z Compiling idna v0.4.0
13772024-11-15T21:28:27.724Z Compiling idna v0.3.0
13782024-11-15T21:28:27.769Z Compiling hash32 v0.2.1
13792024-11-15T21:28:28.145Z Compiling ff v0.13.0
13802024-11-15T21:28:28.378Z Compiling is-terminal v0.4.13
13812024-11-15T21:28:28.473Z Compiling object v0.36.5
13822024-11-15T21:28:28.504Z Compiling dropshot v0.12.0
13832024-11-15T21:28:28.678Z Compiling utf-8 v0.7.6
13842024-11-15T21:28:28.797Z Compiling portable-atomic v1.9.0
13852024-11-15T21:28:29.014Z Compiling num-bigint-dig v0.8.4
13862024-11-15T21:28:29.299Z Compiling take_mut v0.2.2
13872024-11-15T21:28:29.340Z Compiling rustc-demangle v0.1.24
13882024-11-15T21:28:29.400Z Compiling quick-error v1.2.3
13892024-11-15T21:28:29.457Z Compiling linked-hash-map v0.5.6
13902024-11-15T21:28:29.552Z Compiling anyhow v1.0.93
13912024-11-15T21:28:29.839Z Compiling psl-types v2.0.11
13922024-11-15T21:28:29.841Z Compiling fallible-iterator v0.2.0
13932024-11-15T21:28:30.054Z Compiling smoltcp v0.9.1
13942024-11-15T21:28:30.175Z Compiling base16ct v0.2.0
13952024-11-15T21:28:30.369Z Compiling dyn-clone v1.0.17
13962024-11-15T21:28:30.578Z Compiling postgres-protocol v0.6.7
13972024-11-15T21:28:30.597Z Compiling sec1 v0.7.3
13982024-11-15T21:28:31.185Z Compiling publicsuffix v2.2.3
13992024-11-15T21:28:31.240Z Compiling lru-cache v0.1.2
14002024-11-15T21:28:31.292Z Compiling resolv-conf v0.7.0
14012024-11-15T21:28:31.503Z Compiling tungstenite v0.24.0
14022024-11-15T21:28:32.116Z Compiling async-stream v0.3.6
14032024-11-15T21:28:32.164Z Compiling hickory-proto v0.24.1
14042024-11-15T21:28:32.415Z Compiling slog-term v2.9.1
14052024-11-15T21:28:32.708Z Compiling usdt v0.5.0
14062024-11-15T21:28:33.232Z Compiling group v0.13.0
14072024-11-15T21:28:33.556Z Compiling num-iter v0.1.45
14082024-11-15T21:28:33.749Z Compiling futures v0.3.31
14092024-11-15T21:28:33.916Z Compiling slog-bunyan v2.5.0
14102024-11-15T21:28:34.134Z Compiling toml v0.8.19
14112024-11-15T21:28:34.863Z Compiling tokio-native-tls v0.3.1
14122024-11-15T21:28:35.687Z Compiling camino v1.1.9
14132024-11-15T21:28:35.944Z Compiling backtrace v0.3.74
14142024-11-15T21:28:36.356Z Compiling phf_shared v0.11.2
14152024-11-15T21:28:36.685Z Compiling dropshot_endpoint v0.12.0
14162024-11-15T21:28:36.735Z Compiling waitgroup v0.1.2
14172024-11-15T21:28:36.755Z Compiling terminal_size v0.4.0
14182024-11-15T21:28:36.842Z Compiling openapiv3 v2.0.0
14192024-11-15T21:28:36.964Z Compiling serde_path_to_error v0.1.16
14202024-11-15T21:28:36.992Z Compiling hkdf v0.12.4
14212024-11-15T21:28:37.273Z Compiling crypto-bigint v0.5.5
14222024-11-15T21:28:37.828Z Compiling curve25519-dalek-derive v0.1.1
14232024-11-15T21:28:39.468Z Compiling zerocopy-derive v0.6.6
14242024-11-15T21:28:39.776Z Compiling webpki-roots v0.26.6
14252024-11-15T21:28:39.992Z Compiling idna v0.5.0
14262024-11-15T21:28:40.599Z Compiling hubpack_derive v0.1.1
14272024-11-15T21:28:41.434Z Compiling hostname v0.4.0
14282024-11-15T21:28:41.534Z Compiling fs-err v2.11.0
14292024-11-15T21:28:41.557Z Compiling ahash v0.8.11
14302024-11-15T21:28:41.676Z Compiling crc32fast v1.4.2
14312024-11-15T21:28:41.707Z Compiling debug-ignore v1.0.5
14322024-11-15T21:28:41.812Z Compiling winnow v0.5.40
14332024-11-15T21:28:41.815Z Compiling bitflags v1.3.2
14342024-11-15T21:28:41.863Z Compiling managed v0.8.0
14352024-11-15T21:28:41.890Z Compiling console v0.15.8
14362024-11-15T21:28:41.992Z Compiling flate2 v1.0.34
14372024-11-15T21:28:42.011Z Compiling clap_builder v4.5.21
14382024-11-15T21:28:42.582Z Compiling strum_macros v0.25.3
14392024-11-15T21:28:43.124Z Compiling zerocopy v0.6.6
14402024-11-15T21:28:43.518Z Compiling hubpack v0.1.2
14412024-11-15T21:28:43.580Z Compiling cookie_store v0.21.0
14422024-11-15T21:28:43.967Z Compiling elliptic-curve v0.13.8
14432024-11-15T21:28:44.486Z Compiling hickory-resolver v0.24.1
14442024-11-15T21:28:45.219Z Compiling phf v0.11.2
14452024-11-15T21:28:45.525Z Compiling toml_edit v0.19.15
14462024-11-15T21:28:45.715Z Compiling signal-hook-mio v0.2.4
14472024-11-15T21:28:45.781Z Compiling hyper-tls v0.6.0
14482024-11-15T21:28:45.921Z Compiling rayon v1.10.0
14492024-11-15T21:28:46.242Z Compiling bzip2 v0.4.4
14502024-11-15T21:28:46.868Z Compiling tokio-tungstenite v0.24.0
14512024-11-15T21:28:47.413Z Compiling postgres-types v0.2.8
14522024-11-15T21:28:50.401Z Compiling ed25519 v2.2.3
14532024-11-15T21:28:50.903Z Compiling phf_shared v0.10.0
14542024-11-15T21:28:51.322Z Compiling tokio-stream v0.1.16
14552024-11-15T21:28:51.527Z Compiling pkcs1 v0.7.5
14562024-11-15T21:28:51.673Z Compiling serde-big-array v0.5.1
14572024-11-15T21:28:51.924Z Compiling clap_derive v4.5.18
14582024-11-15T21:28:52.380Z Compiling rfc6979 v0.4.0
14592024-11-15T21:28:52.399Z Compiling serde_repr v0.1.19
14602024-11-15T21:28:52.416Z Compiling derive-where v1.2.7
14612024-11-15T21:28:52.567Z Compiling float-cmp v0.9.0
14622024-11-15T21:28:52.569Z Compiling bstr v1.10.0
14632024-11-15T21:28:52.802Z Compiling sync_wrapper v1.0.1
14642024-11-15T21:28:52.966Z Compiling unicode-segmentation v1.12.0
14652024-11-15T21:28:53.604Z Compiling static_assertions v1.1.0
14662024-11-15T21:28:53.713Z Compiling bit-vec v0.6.3
14672024-11-15T21:28:53.807Z Compiling normalize-line-endings v0.3.0
14682024-11-15T21:28:53.870Z Compiling precomputed-hash v0.1.1
14692024-11-15T21:28:53.939Z Compiling whoami v1.5.2
14702024-11-15T21:28:53.988Z Compiling new_debug_unreachable v1.0.6
14712024-11-15T21:28:54.087Z Compiling fixedbitset v0.4.2
14722024-11-15T21:28:54.199Z Compiling difflib v0.4.0
14732024-11-15T21:28:54.427Z Compiling number_prefix v0.4.0
14742024-11-15T21:28:54.569Z Compiling unicode-width v0.2.0
14752024-11-15T21:28:54.602Z Compiling predicates-core v1.0.8
14762024-11-15T21:28:54.660Z Compiling petgraph v0.6.5
14772024-11-15T21:28:54.969Z Compiling predicates v3.1.2
14782024-11-15T21:28:55.105Z Compiling indicatif v0.17.9
14792024-11-15T21:28:55.904Z Compiling tokio-postgres v0.7.12
14802024-11-15T21:28:56.149Z Compiling string_cache v0.8.7
14812024-11-15T21:28:56.640Z Compiling bit-set v0.5.3
14822024-11-15T21:28:56.813Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14832024-11-15T21:28:56.945Z Compiling similar v2.6.0
14842024-11-15T21:28:57.233Z Compiling clap v4.5.21
14852024-11-15T21:28:57.365Z Compiling ecdsa v0.16.9
14862024-11-15T21:28:57.457Z Compiling rsa v0.9.6
14872024-11-15T21:28:58.228Z Compiling ed25519-dalek v2.1.1
14882024-11-15T21:28:58.880Z Compiling toml v0.7.8
14892024-11-15T21:28:59.470Z Compiling zip v0.6.6
14902024-11-15T21:28:59.577Z Compiling crossterm v0.28.1
14912024-11-15T21:29:01.458Z Compiling hex v0.4.3
14922024-11-15T21:29:01.540Z Compiling x509-cert v0.2.5
14932024-11-15T21:29:01.678Z Compiling itertools v0.10.5
14942024-11-15T21:29:01.855Z Compiling unicode-xid v0.2.6
14952024-11-15T21:29:02.039Z Compiling peg-runtime v0.8.3
14962024-11-15T21:29:02.129Z Compiling lalrpop-util v0.19.12
14972024-11-15T21:29:02.472Z Compiling strum_macros v0.26.4
14982024-11-15T21:29:02.688Z Compiling xattr v1.3.1
14992024-11-15T21:29:02.948Z Compiling filetime v0.2.25
15002024-11-15T21:29:03.279Z Compiling tar v0.4.43
15012024-11-15T21:29:07.262Z Compiling strum v0.26.3
15022024-11-15T21:29:10.291Z Compiling aws-lc-sys v0.22.0
15032024-11-15T21:29:48.311Z Compiling rustls-webpki v0.102.8
15042024-11-15T21:29:51.827Z Compiling tokio-rustls v0.25.0
15052024-11-15T21:29:53.649Z Compiling tokio-rustls v0.26.0
15062024-11-15T21:29:53.982Z Compiling hyper-rustls v0.27.3
15072024-11-15T21:29:54.243Z Compiling reqwest v0.12.9
15082024-11-15T21:29:55.556Z Compiling qorb v0.2.0
15092024-11-15T21:30:00.378Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15102024-11-15T21:30:00.616Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15112024-11-15T21:30:06.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
15122024-11-15T21:30:06.716Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15132024-11-15T21:30:06.767ZNov 15 21:30:05.796 INFO Starting download, target: DendriteOpenapi
15142024-11-15T21:30:06.767ZNov 15 21:30:05.796 INFO Starting download, target: Console
15152024-11-15T21:30:06.767ZNov 15 21:30:05.796 INFO Starting download, target: Clickhouse
15162024-11-15T21:30:06.767ZNov 15 21:30:05.796 INFO Starting download, target: Cockroach
15172024-11-15T21:30:06.767ZNov 15 21:30:05.796 INFO Starting download, target: DendriteStub
15182024-11-15T21:30:06.767ZNov 15 21:30:05.796 INFO Starting download, target: MaghemiteMgd
15192024-11-15T21:30:06.771ZNov 15 21:30:05.796 INFO Starting download, target: TransceiverControl
15202024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15212024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15222024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi
15232024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15242024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15252024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15262024-11-15T21:30:06.771ZNov 15 21:30:05.797 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15272024-11-15T21:30:06.953ZNov 15 21:30:05.981 INFO Download complete, target: DendriteOpenapi
15282024-11-15T21:30:07.051ZNov 15 21:30:06.073 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15292024-11-15T21:30:07.269ZNov 15 21:30:06.292 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15302024-11-15T21:30:07.593ZNov 15 21:30:06.618 INFO Download complete, target: Console
15312024-11-15T21:30:07.687ZNov 15 21:30:06.715 INFO Download complete, target: TransceiverControl
15322024-11-15T21:30:07.713ZNov 15 21:30:06.739 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15332024-11-15T21:30:07.854ZNov 15 21:30:06.881 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15342024-11-15T21:30:08.475ZNov 15 21:30:07.504 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15352024-11-15T21:30:08.475ZNov 15 21:30:07.504 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15362024-11-15T21:30:08.762ZNov 15 21:30:07.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15372024-11-15T21:30:10.548ZNov 15 21:30:09.577 INFO Download complete, target: MaghemiteMgd
15382024-11-15T21:30:10.613ZNov 15 21:30:09.642 INFO Download complete, target: DendriteStub
15392024-11-15T21:30:15.856ZNov 15 21:30:14.885 INFO Checking that binary works, target: Cockroach
15402024-11-15T21:30:16.025ZNov 15 21:30:15.054 INFO Download complete, target: Cockroach
15412024-11-15T21:30:21.249ZNov 15 21:30:20.148 INFO Checking that binary works, target: Clickhouse
15422024-11-15T21:30:22.115ZNov 15 21:30:21.144 INFO Download complete, target: Clickhouse
15432024-11-15T21:30:22.122ZAll prerequisites installed successfully
15442024-11-15T21:30:22.125Z
15452024-11-15T21:30:22.125Zreal 5:54.802287776
15462024-11-15T21:30:22.125Zuser 16:40.840531612
15472024-11-15T21:30:22.125Zsys 3:14.022219062
15482024-11-15T21:30:22.125Ztrap 0.529547059
15492024-11-15T21:30:22.125Ztflt 10.087444291
15502024-11-15T21:30:22.125Zdflt 9.628235862
15512024-11-15T21:30:22.125Zkflt 0.514895596
15522024-11-15T21:30:22.125Zlock 30:17.458950607
15532024-11-15T21:30:22.125Zslp 1:05:53.014491374
15542024-11-15T21:30:22.125Zlat 51.444336874
15552024-11-15T21:30:22.125Zstop 2:12.834821408
15562024-11-15T21:30:22.125Z+ ptime -m cargo xtask download softnpu
15572024-11-15T21:30:22.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15582024-11-15T21:30:22.658Z Running `target/debug/xtask download softnpu`
15592024-11-15T21:30:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15602024-11-15T21:30:23.528Z Running `target/debug/xtask-downloader softnpu`
15612024-11-15T21:30:23.565ZNov 15 21:30:22.593 INFO Starting download, target: Softnpu
15622024-11-15T21:30:23.567ZNov 15 21:30:22.594 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15632024-11-15T21:30:24.315ZNov 15 21:30:23.344 INFO Download complete, target: Softnpu
15642024-11-15T21:30:24.319Z
15652024-11-15T21:30:24.322Zreal 2.189977651
15662024-11-15T21:30:24.322Zuser 1.270412302
15672024-11-15T21:30:24.322Zsys 0.537811189
15682024-11-15T21:30:24.322Ztrap 0.001300768
15692024-11-15T21:30:24.322Ztflt 0.000033399
15702024-11-15T21:30:24.322Zdflt 0.000013990
15712024-11-15T21:30:24.322Zkflt 0.000000000
15722024-11-15T21:30:24.322Zlock 7.769229410
15732024-11-15T21:30:24.322Zslp 0.542525301
15742024-11-15T21:30:24.322Zlat 0.081008451
15752024-11-15T21:30:24.322Zstop 0.000167272
15762024-11-15T21:30:24.322Z+ export CARGO_INCREMENTAL=0
15772024-11-15T21:30:24.322Z+ CARGO_INCREMENTAL=0
15782024-11-15T21:30:24.322Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15792024-11-15T21:30:25.323Z Compiling proc-macro2 v1.0.89
15802024-11-15T21:30:25.323Z Compiling unicode-ident v1.0.13
15812024-11-15T21:30:25.323Z Compiling libc v0.2.162
15822024-11-15T21:30:25.325Z Compiling serde v1.0.215
15832024-11-15T21:30:25.325Z Compiling autocfg v1.4.0
15842024-11-15T21:30:25.325Z Compiling version_check v0.9.5
15852024-11-15T21:30:25.325Z Compiling cfg-if v1.0.0
15862024-11-15T21:30:25.599Z Compiling memchr v2.7.4
15872024-11-15T21:30:25.623Z Compiling typenum v1.17.0
15882024-11-15T21:30:25.648Z Compiling shlex v1.3.0
15892024-11-15T21:30:26.012Z Compiling value-bag v1.9.0
15902024-11-15T21:30:26.030Z Compiling scopeguard v1.2.0
15912024-11-15T21:30:26.095Z Compiling generic-array v0.14.7
15922024-11-15T21:30:26.348Z Compiling lock_api v0.4.12
15932024-11-15T21:30:26.526Z Compiling log v0.4.22
15942024-11-15T21:30:26.576Z Compiling parking_lot_core v0.9.10
15952024-11-15T21:30:26.960Z Compiling once_cell v1.20.2
15962024-11-15T21:30:27.028Z Compiling serde_json v1.0.132
15972024-11-15T21:30:27.224Z Compiling quote v1.0.37
15982024-11-15T21:30:27.334Z Compiling rustix v0.38.37
15992024-11-15T21:30:27.368Z Compiling thiserror v1.0.69
16002024-11-15T21:30:27.386Z Compiling libm v0.2.8
16012024-11-15T21:30:27.689Z Compiling syn v2.0.87
16022024-11-15T21:30:27.711Z Compiling jobserver v0.1.32
16032024-11-15T21:30:27.791Z Compiling getrandom v0.2.15
16042024-11-15T21:30:27.867Z Compiling num-traits v0.2.19
16052024-11-15T21:30:27.965Z Compiling itoa v1.0.11
16062024-11-15T21:30:28.133Z Compiling cc v1.1.30
16072024-11-15T21:30:28.151Z Compiling spin v0.9.8
16082024-11-15T21:30:28.167Z Compiling aho-corasick v1.1.3
16092024-11-15T21:30:28.184Z Compiling regex-syntax v0.8.5
16102024-11-15T21:30:28.346Z Compiling slab v0.4.9
16112024-11-15T21:30:28.638Z Compiling byteorder v1.5.0
16122024-11-15T21:30:28.821Z Compiling errno v0.3.9
16132024-11-15T21:30:29.091Z Compiling rand_core v0.6.4
16142024-11-15T21:30:29.146Z Compiling either v1.13.0
16152024-11-15T21:30:29.202Z Compiling lazy_static v1.5.0
16162024-11-15T21:30:29.502Z Compiling glob v0.3.1
16172024-11-15T21:30:30.009Z Compiling prettyplease v0.2.25
16182024-11-15T21:30:30.314Z Compiling clang-sys v1.8.1
16192024-11-15T21:30:30.502Z Compiling minimal-lexical v0.2.1
16202024-11-15T21:30:30.672Z Compiling libloading v0.8.5
16212024-11-15T21:30:30.982Z Compiling nom v7.1.3
16222024-11-15T21:30:31.032Z Compiling subtle v2.6.1
16232024-11-15T21:30:31.116Z Compiling bindgen v0.69.5
16242024-11-15T21:30:31.370Z Compiling allocator-api2 v0.2.18
16252024-11-15T21:30:31.530Z Compiling home v0.5.9
16262024-11-15T21:30:31.791Z Compiling itertools v0.12.1
16272024-11-15T21:30:31.894Z Compiling regex-automata v0.4.8
16282024-11-15T21:30:32.187Z Compiling lazycell v1.3.0
16292024-11-15T21:30:32.349Z Compiling smallvec v1.13.2
16302024-11-15T21:30:32.508Z Compiling rustc-hash v1.1.0
16312024-11-15T21:30:32.665Z Compiling semver v1.0.23
16322024-11-15T21:30:32.817Z Compiling cmake v0.1.51
16332024-11-15T21:30:33.317Z Compiling fs_extra v1.3.0
16342024-11-15T21:30:33.682Z Compiling dunce v1.0.5
16352024-11-15T21:30:34.342Z Compiling cexpr v0.6.0
16362024-11-15T21:30:34.642Z Compiling pkg-config v0.3.31
16372024-11-15T21:30:34.788Z Compiling ring v0.17.8
16382024-11-15T21:30:35.019Z Compiling pin-project-lite v0.2.14
16392024-11-15T21:30:35.157Z Compiling ryu v1.0.18
16402024-11-15T21:30:35.280Z Compiling paste v1.0.15
16412024-11-15T21:30:35.453Z Compiling synstructure v0.13.1
16422024-11-15T21:30:35.844Z Compiling const-oid v0.9.6
16432024-11-15T21:30:36.037Z Compiling equivalent v1.0.1
16442024-11-15T21:30:36.152Z Compiling httparse v1.9.5
16452024-11-15T21:30:36.237Z Compiling aws-lc-rs v1.10.0
16462024-11-15T21:30:36.667Z Compiling foldhash v0.1.3
16472024-11-15T21:30:36.917Z Compiling hashbrown v0.15.0
16482024-11-15T21:30:37.549Z Compiling regex v1.11.1
16492024-11-15T21:30:37.747Z Compiling heck v0.5.0
16502024-11-15T21:30:37.838Z Compiling schemars v0.8.21
16512024-11-15T21:30:38.210Z Compiling serde_derive_internals v0.29.1
16522024-11-15T21:30:38.333Z Compiling signal-hook-registry v1.4.2
16532024-11-15T21:30:38.436Z Compiling mio v1.0.2
16542024-11-15T21:30:38.610Z Compiling parking_lot v0.12.3
16552024-11-15T21:30:40.381Z Compiling crossbeam-utils v0.8.20
16562024-11-15T21:30:40.497Z Compiling stable_deref_trait v1.2.0
16572024-11-15T21:30:40.614Z Compiling socket2 v0.5.7
16582024-11-15T21:30:40.660Z Compiling time-core v0.1.2
16592024-11-15T21:30:40.841Z Compiling futures-core v0.3.31
16602024-11-15T21:30:40.889Z Compiling num-conv v0.1.0
16612024-11-15T21:30:41.132Z Compiling serde_derive v1.0.215
16622024-11-15T21:30:41.169Z Compiling zeroize_derive v1.4.2
16632024-11-15T21:30:41.294Z Compiling zerocopy-derive v0.7.35
16642024-11-15T21:30:42.194Z Compiling thiserror-impl v1.0.69
16652024-11-15T21:30:42.212Z Compiling tokio-macros v2.4.0
16662024-11-15T21:30:42.636Z Compiling zeroize v1.8.1
16672024-11-15T21:30:42.768Z Compiling zerofrom-derive v0.1.4
16682024-11-15T21:30:43.078Z Compiling yoke-derive v0.7.4
16692024-11-15T21:30:43.097Z Compiling futures-macro v0.3.31
16702024-11-15T21:30:43.530Z Compiling zerovec-derive v0.10.3
16712024-11-15T21:30:43.637Z Compiling zerocopy v0.7.35
16722024-11-15T21:30:44.624Z Compiling displaydoc v0.2.5
16732024-11-15T21:30:45.261Z Compiling crypto-common v0.1.6
16742024-11-15T21:30:45.333Z Compiling tracing-attributes v0.1.27
16752024-11-15T21:30:45.466Z Compiling icu_provider_macros v1.5.0
16762024-11-15T21:30:45.750Z Compiling block-buffer v0.10.4
16772024-11-15T21:30:45.992Z Compiling digest v0.10.7
16782024-11-15T21:30:46.112Z Compiling schemars_derive v0.8.21
16792024-11-15T21:30:46.389Z Compiling der_derive v0.7.3
16802024-11-15T21:30:46.522Z Compiling time-macros v0.2.18
16812024-11-15T21:30:46.858Z Compiling fnv v1.0.7
16822024-11-15T21:30:46.995Z Compiling vcpkg v0.2.15
16832024-11-15T21:30:48.624Z Compiling openssl-sys v0.9.104
16842024-11-15T21:30:49.484Z Compiling cpufeatures v0.2.14
16852024-11-15T21:30:49.588Z Compiling futures-sink v0.3.31
16862024-11-15T21:30:49.655Z Compiling slog v2.7.0
16872024-11-15T21:30:49.865Z Compiling ahash v0.8.11
16882024-11-15T21:30:49.932Z Compiling syn v1.0.109
16892024-11-15T21:30:50.346Z Compiling zerofrom v0.1.4
16902024-11-15T21:30:50.579Z Compiling scroll_derive v0.12.0
16912024-11-15T21:30:50.599Z Compiling iana-time-zone v0.1.61
16922024-11-15T21:30:50.814Z Compiling ucd-trie v0.1.7
16932024-11-15T21:30:51.022Z Compiling yoke v0.7.4
16942024-11-15T21:30:51.317Z Compiling pest v2.7.14
16952024-11-15T21:30:51.335Z Compiling futures-channel v0.3.31
16962024-11-15T21:30:51.769Z Compiling hmac v0.12.1
16972024-11-15T21:30:51.898Z Compiling pin-utils v0.1.0
16982024-11-15T21:30:51.991Z Compiling futures-task v0.3.31
16992024-11-15T21:30:52.010Z Compiling futures-io v0.3.31
17002024-11-15T21:30:52.355Z Compiling openssl v0.10.68
17012024-11-15T21:30:52.409Z Compiling futures-util v0.3.31
17022024-11-15T21:30:52.738Z Compiling zerovec v0.10.4
17032024-11-15T21:30:52.896Z Compiling block-padding v0.3.3
17042024-11-15T21:30:53.127Z Compiling tinyvec_macros v0.1.1
17052024-11-15T21:30:53.737Z Compiling tinyvec v1.8.0
17062024-11-15T21:30:54.305Z Compiling pest_meta v2.7.14
17072024-11-15T21:30:54.805Z Compiling bitflags v2.6.0
17082024-11-15T21:30:54.845Z Compiling bytes v1.8.0
17092024-11-15T21:30:56.095Z Compiling indexmap v2.6.0
17102024-11-15T21:30:57.616Z Compiling tokio v1.40.0
17112024-11-15T21:30:58.330Z Compiling serde_tokenstream v0.2.2
17122024-11-15T21:30:58.909Z Compiling http v1.1.0
17132024-11-15T21:30:59.024Z Compiling uuid v1.11.0
17142024-11-15T21:30:59.426Z Compiling which v4.4.2
17152024-11-15T21:31:00.355Z Compiling rustc_version v0.4.1
17162024-11-15T21:31:00.437Z Compiling chrono v0.4.38
17172024-11-15T21:31:02.858Z Compiling pest_generator v2.7.14
17182024-11-15T21:31:03.555Z Compiling toml_datetime v0.6.8
17192024-11-15T21:31:04.046Z Compiling serde_spanned v0.6.8
17202024-11-15T21:31:04.278Z Compiling inout v0.1.3
17212024-11-15T21:31:04.735Z Compiling openssl-macros v0.1.1
17222024-11-15T21:31:05.471Z Compiling rustls v0.23.14
17232024-11-15T21:31:05.896Z Compiling native-tls v0.2.12
17242024-11-15T21:31:07.502Z Compiling pest_derive v2.7.14
17252024-11-15T21:31:07.558Z Compiling cipher v0.4.4
17262024-11-15T21:31:07.681Z Compiling unicode-normalization v0.1.24
17272024-11-15T21:31:07.965Z Compiling tinystr v0.7.6
17282024-11-15T21:31:08.038Z Compiling sha2 v0.10.8
17292024-11-15T21:31:08.410Z Compiling tracing-core v0.1.32
17302024-11-15T21:31:08.413Z Compiling usdt-impl v0.5.0
17312024-11-15T21:31:08.744Z Compiling litemap v0.7.3
17322024-11-15T21:31:08.763Z Compiling unicode-bidi v0.3.17
17332024-11-15T21:31:08.815Z Compiling base64ct v1.6.0
17342024-11-15T21:31:08.835Z Compiling writeable v0.5.5
17352024-11-15T21:31:09.178Z Compiling dyn-clone v1.0.17
17362024-11-15T21:31:09.402Z Compiling pem-rfc7468 v0.7.0
17372024-11-15T21:31:09.424Z Compiling icu_locid v1.5.0
17382024-11-15T21:31:10.032Z Compiling tracing v0.1.40
17392024-11-15T21:31:10.925Z Compiling scroll v0.12.0
17402024-11-15T21:31:11.297Z Compiling ppv-lite86 v0.2.20
17412024-11-15T21:31:11.478Z Compiling async-trait v0.1.83
17422024-11-15T21:31:11.882Z Compiling cookie v0.18.1
17432024-11-15T21:31:12.165Z Compiling camino v1.1.9
17442024-11-15T21:31:13.168Z Compiling flagset v0.4.6
17452024-11-15T21:31:13.389Z Compiling anyhow v1.0.93
17462024-11-15T21:31:13.714Z Compiling plain v0.2.3
17472024-11-15T21:31:13.761Z Compiling aws-lc-sys v0.22.0
17482024-11-15T21:31:13.874Z Compiling goblin v0.8.2
17492024-11-15T21:31:13.941Z Compiling der v0.7.9
17502024-11-15T21:31:19.448Z Compiling rand_chacha v0.3.1
17512024-11-15T21:31:20.265Z Compiling icu_provider v1.5.0
17522024-11-15T21:31:21.286Z Compiling rustls-pki-types v1.9.0
17532024-11-15T21:31:22.100Z Compiling untrusted v0.7.1
17542024-11-15T21:31:22.286Z Compiling percent-encoding v2.3.1
17552024-11-15T21:31:22.756Z Compiling rayon-core v1.12.1
17562024-11-15T21:31:22.969Z Compiling icu_locid_transform_data v1.5.0
17572024-11-15T21:31:23.016Z Compiling pretty-hex v0.4.1
17582024-11-15T21:31:23.231Z Compiling rustls v0.22.4
17592024-11-15T21:31:23.307Z Compiling dof v0.3.0
17602024-11-15T21:31:23.497Z Compiling icu_locid_transform v1.5.0
17612024-11-15T21:31:24.402Z Compiling rand v0.8.5
17622024-11-15T21:31:24.660Z Compiling spki v0.7.3
17632024-11-15T21:31:25.085Z Compiling dtrace-parser v0.2.0
17642024-11-15T21:31:25.167Z Compiling salsa20 v0.10.2
17652024-11-15T21:31:25.277Z Compiling tokio-util v0.7.12
17662024-11-15T21:31:25.815Z Compiling icu_collections v1.5.0
17672024-11-15T21:31:26.002Z Compiling pbkdf2 v0.12.2
17682024-11-15T21:31:26.688Z Compiling thread-id v4.2.2
17692024-11-15T21:31:26.823Z Compiling untrusted v0.9.0
17702024-11-15T21:31:26.840Z Compiling mirai-annotations v1.12.0
17712024-11-15T21:31:26.982Z Compiling winnow v0.5.40
17722024-11-15T21:31:27.035Z Compiling icu_properties_data v1.5.0
17732024-11-15T21:31:27.157Z Compiling powerfmt v0.2.0
17742024-11-15T21:31:27.285Z Compiling icu_properties v1.5.1
17752024-11-15T21:31:27.468Z Compiling deranged v0.3.11
17762024-11-15T21:31:30.922Z Compiling toml_edit v0.19.15
17772024-11-15T21:31:32.818Z Compiling scrypt v0.11.0
17782024-11-15T21:31:33.323Z Compiling aes v0.8.4
17792024-11-15T21:31:33.346Z Compiling cbc v0.1.2
17802024-11-15T21:31:33.465Z Compiling multer v3.1.0
17812024-11-15T21:31:33.556Z Compiling rustversion v1.0.17
17822024-11-15T21:31:33.762Z Compiling atomic-waker v1.1.2
17832024-11-15T21:31:34.207Z Compiling icu_normalizer_data v1.5.0
17842024-11-15T21:31:34.227Z Compiling num_threads v0.1.7
17852024-11-15T21:31:34.570Z Compiling slog-async v2.8.0
17862024-11-15T21:31:34.604Z Compiling write16 v1.0.0
17872024-11-15T21:31:34.721Z Compiling utf8_iter v1.0.4
17882024-11-15T21:31:34.933Z Compiling utf16_iter v1.0.5
17892024-11-15T21:31:34.966Z Compiling time v0.3.36
17902024-11-15T21:31:35.029Z Compiling pkcs5 v0.7.1
17912024-11-15T21:31:35.122Z Compiling icu_normalizer v1.5.0
17922024-11-15T21:31:36.811Z Compiling form_urlencoded v1.2.1
17932024-11-15T21:31:37.610Z Compiling http-body v1.0.1
17942024-11-15T21:31:37.842Z Compiling heapless v0.7.17
17952024-11-15T21:31:38.378Z Compiling bzip2-sys v0.1.11+1.0.8
17962024-11-15T21:31:39.034Z Compiling try-lock v0.2.5
17972024-11-15T21:31:39.667Z Compiling signal-hook v0.3.17
17982024-11-15T21:31:41.358Z Compiling want v0.3.1
17992024-11-15T21:31:42.242Z Compiling idna_adapter v1.2.0
18002024-11-15T21:31:42.476Z Compiling pkcs8 v0.10.2
18012024-11-15T21:31:42.911Z Compiling h2 v0.4.6
18022024-11-15T21:31:43.331Z Compiling usdt-macro v0.5.0
18032024-11-15T21:31:44.670Z Compiling usdt-attr-macro v0.5.0
18042024-11-15T21:31:45.102Z Compiling async-stream-impl v0.3.6
18052024-11-15T21:31:45.160Z Compiling strsim v0.11.1
18062024-11-15T21:31:46.157Z Compiling httpdate v1.0.3
18072024-11-15T21:31:46.188Z Compiling adler2 v2.0.0
18082024-11-15T21:31:46.464Z Compiling miniz_oxide v0.8.0
18092024-11-15T21:31:47.662Z Compiling idna v1.0.3
18102024-11-15T21:31:49.408Z Compiling curve25519-dalek v4.1.3
18112024-11-15T21:31:49.718Z Compiling openapiv3 v2.0.0
18122024-11-15T21:31:49.897Z Compiling enum-as-inner v0.6.1
18132024-11-15T21:31:50.139Z Compiling hyper v1.5.0
18142024-11-15T21:31:53.372Z Compiling dropshot v0.12.0
18152024-11-15T21:31:53.868Z Compiling foreign-types-shared v0.1.1
18162024-11-15T21:31:53.916Z Compiling tower-service v0.3.3
18172024-11-15T21:31:54.075Z Compiling num-bigint-dig v0.8.4
18182024-11-15T21:31:54.094Z Compiling base64 v0.22.1
18192024-11-15T21:31:54.122Z Compiling match_cfg v0.1.0
18202024-11-15T21:31:54.193Z Compiling portable-atomic v1.9.0
18212024-11-15T21:31:54.223Z Compiling smoltcp v0.9.1
18222024-11-15T21:31:54.772Z Compiling hostname v0.3.1
18232024-11-15T21:31:54.841Z Compiling hyper-util v0.1.10
18242024-11-15T21:31:55.095Z Compiling foreign-types v0.3.2
18252024-11-15T21:31:58.299Z Compiling url v2.5.3
18262024-11-15T21:32:02.106Z Compiling dirs-sys-next v0.1.2
18272024-11-15T21:32:02.570Z Compiling heck v0.4.1
18282024-11-15T21:32:02.612Z Compiling siphasher v0.3.11
18292024-11-15T21:32:02.996Z Compiling gimli v0.31.1
18302024-11-15T21:32:03.134Z Compiling data-encoding v2.6.0
18312024-11-15T21:32:03.549Z Compiling dirs-next v2.0.0
18322024-11-15T21:32:04.905Z Compiling http-body-util v0.1.2
18332024-11-15T21:32:06.265Z Compiling crossbeam-epoch v0.9.18
18342024-11-15T21:32:07.016Z Compiling hubpack_derive v0.1.1
18352024-11-15T21:32:07.860Z Compiling dropshot_endpoint v0.12.0
18362024-11-15T21:32:08.625Z Compiling addr2line v0.24.2
18372024-11-15T21:32:09.596Z Compiling sha1 v0.10.6
18382024-11-15T21:32:09.650Z Compiling signature v2.2.0
18392024-11-15T21:32:09.884Z Compiling curve25519-dalek-derive v0.1.1
18402024-11-15T21:32:09.988Z Compiling zerocopy-derive v0.6.6
18412024-11-15T21:32:10.218Z Compiling object v0.36.5
18422024-11-15T21:32:11.882Z Compiling thread_local v1.1.8
18432024-11-15T21:32:11.928Z Compiling fs-err v2.11.0
18442024-11-15T21:32:11.993Z Compiling encoding_rs v0.8.34
18452024-11-15T21:32:15.788Z Compiling mime v0.3.17
18462024-11-15T21:32:16.309Z Compiling ipnet v2.10.1
18472024-11-15T21:32:17.432Z Compiling anstyle v1.0.10
18482024-11-15T21:32:17.891Z Compiling openssl-probe v0.1.5
18492024-11-15T21:32:18.237Z Compiling winnow v0.6.20
18502024-11-15T21:32:18.487Z Compiling utf8parse v0.2.2
18512024-11-15T21:32:18.660Z Compiling rustc-demangle v0.1.24
18522024-11-15T21:32:19.603Z Compiling unicode-properties v0.1.3
18532024-11-15T21:32:20.997Z Compiling stringprep v0.1.5
18542024-11-15T21:32:22.068Z Compiling toml_edit v0.22.22
18552024-11-15T21:32:22.091Z Compiling backtrace v0.3.74
18562024-11-15T21:32:22.944Z Compiling anstyle-parse v0.2.5
18572024-11-15T21:32:29.608Z Compiling rustls-webpki v0.102.8
18582024-11-15T21:32:29.904Z Compiling crossbeam-deque v0.8.5
18592024-11-15T21:32:33.222Z Compiling term v0.7.0
18602024-11-15T21:32:34.560Z Compiling slog-json v2.6.1
18612024-11-15T21:32:36.538Z Compiling serde_urlencoded v0.7.1
18622024-11-15T21:32:37.298Z Compiling crossbeam-channel v0.5.13
18632024-11-15T21:32:37.480Z Compiling rustls-pemfile v2.2.0
18642024-11-15T21:32:38.320Z Compiling hashbrown v0.14.5
18652024-11-15T21:32:38.911Z Compiling idna v0.3.0
18662024-11-15T21:32:39.771Z Compiling idna v0.4.0
18672024-11-15T21:32:40.258Z Compiling futures-executor v0.3.31
18682024-11-15T21:32:41.006Z Compiling num-integer v0.1.46
18692024-11-15T21:32:41.134Z Compiling md-5 v0.10.6
18702024-11-15T21:32:41.243Z Compiling ff v0.13.0
18712024-11-15T21:32:41.418Z Compiling hash32 v0.2.1
18722024-11-15T21:32:41.476Z Compiling is-terminal v0.4.13
18732024-11-15T21:32:41.610Z Compiling memmap v0.7.0
18742024-11-15T21:32:41.934Z Compiling utf-8 v0.7.6
18752024-11-15T21:32:42.261Z Compiling take_mut v0.2.2
18762024-11-15T21:32:42.422Z Compiling psl-types v2.0.11
18772024-11-15T21:32:42.765Z Compiling quick-error v1.2.3
18782024-11-15T21:32:42.773Z Compiling base16ct v0.2.0
18792024-11-15T21:32:42.980Z Compiling is_terminal_polyfill v1.70.1
18802024-11-15T21:32:43.117Z Compiling linked-hash-map v0.5.6
18812024-11-15T21:32:43.515Z Compiling colorchoice v1.0.2
18822024-11-15T21:32:43.693Z Compiling fallible-iterator v0.2.0
18832024-11-15T21:32:44.959Z Compiling anstyle-query v1.1.1
18842024-11-15T21:32:45.123Z Compiling anstream v0.6.15
18852024-11-15T21:32:45.791Z Compiling postgres-protocol v0.6.7
18862024-11-15T21:32:45.836Z Compiling lru-cache v0.1.2
18872024-11-15T21:32:46.055Z Compiling sec1 v0.7.3
18882024-11-15T21:32:46.196Z Compiling resolv-conf v0.7.0
18892024-11-15T21:32:46.384Z Compiling publicsuffix v2.2.3
18902024-11-15T21:32:46.667Z Compiling tungstenite v0.24.0
18912024-11-15T21:32:46.868Z Compiling usdt v0.5.0
18922024-11-15T21:32:47.347Z Compiling slog-term v2.9.1
18932024-11-15T21:32:47.662Z Compiling num-iter v0.1.45
18942024-11-15T21:32:47.865Z Compiling group v0.13.0
18952024-11-15T21:32:48.189Z Compiling hickory-proto v0.24.1
18962024-11-15T21:32:48.216Z Compiling futures v0.3.31
18972024-11-15T21:32:48.336Z Compiling regress v0.10.1
18982024-11-15T21:32:49.736Z Compiling tokio-rustls v0.26.0
18992024-11-15T21:32:51.943Z Compiling tokio-rustls v0.25.0
19002024-11-15T21:32:52.296Z Compiling slog-bunyan v2.5.0
19012024-11-15T21:32:52.511Z Compiling toml v0.8.19
19022024-11-15T21:32:52.806Z Compiling tokio-native-tls v0.3.1
19032024-11-15T21:32:53.088Z Compiling strum_macros v0.25.3
19042024-11-15T21:32:53.110Z Compiling phf_shared v0.11.2
19052024-11-15T21:32:53.826Z Compiling async-stream v0.3.6
19062024-11-15T21:32:54.081Z Compiling waitgroup v0.1.2
19072024-11-15T21:32:54.131Z Compiling webpki-roots v0.26.6
19082024-11-15T21:32:54.891Z Compiling idna v0.5.0
19092024-11-15T21:32:54.911Z Compiling terminal_size v0.4.0
19102024-11-15T21:32:55.138Z Compiling serde_path_to_error v0.1.16
19112024-11-15T21:32:55.977Z Compiling hkdf v0.12.4
19122024-11-15T21:32:56.355Z Compiling crypto-bigint v0.5.5
19132024-11-15T21:32:56.373Z Compiling clap_derive v4.5.18
19142024-11-15T21:32:56.657Z Compiling serde_repr v0.1.19
19152024-11-15T21:32:56.711Z Compiling derive-where v1.2.7
19162024-11-15T21:32:57.556Z Compiling hostname v0.4.0
19172024-11-15T21:32:57.772Z Compiling crc32fast v1.4.2
19182024-11-15T21:32:58.098Z Compiling bitflags v1.3.2
19192024-11-15T21:32:58.217Z Compiling clap_lex v0.7.2
19202024-11-15T21:32:58.255Z Compiling managed v0.8.0
19212024-11-15T21:32:59.395Z Compiling debug-ignore v1.0.5
19222024-11-15T21:32:59.547Z Compiling unicode-width v0.1.14
19232024-11-15T21:32:59.974Z Compiling elliptic-curve v0.13.8
19242024-11-15T21:33:00.072Z Compiling console v0.15.8
19252024-11-15T21:33:01.566Z Compiling clap_builder v4.5.21
19262024-11-15T21:33:02.341Z Compiling flate2 v1.0.34
19272024-11-15T21:33:02.371Z Compiling cookie_store v0.21.0
19282024-11-15T21:33:05.299Z Compiling hyper-rustls v0.27.3
19292024-11-15T21:33:05.887Z Compiling hickory-resolver v0.24.1
19302024-11-15T21:33:08.976Z Compiling phf v0.11.2
19312024-11-15T21:33:09.161Z Compiling hyper-tls v0.6.0
19322024-11-15T21:33:09.293Z Compiling signal-hook-mio v0.2.4
19332024-11-15T21:33:09.457Z Compiling typify-impl v0.2.0
19342024-11-15T21:33:09.477Z Compiling bzip2 v0.4.4
19352024-11-15T21:33:09.551Z Compiling rayon v1.10.0
19362024-11-15T21:33:09.606Z Compiling tokio-tungstenite v0.24.0
19372024-11-15T21:33:09.853Z Compiling postgres-types v0.2.8
19382024-11-15T21:33:10.646Z Compiling zerocopy v0.6.6
19392024-11-15T21:33:11.308Z Compiling ed25519 v2.2.3
19402024-11-15T21:33:11.405Z Compiling hubpack v0.1.2
19412024-11-15T21:33:11.541Z Compiling phf_shared v0.10.0
19422024-11-15T21:33:11.760Z Compiling pkcs1 v0.7.5
19432024-11-15T21:33:11.945Z Compiling tokio-stream v0.1.16
19442024-11-15T21:33:12.973Z Compiling serde-big-array v0.5.1
19452024-11-15T21:33:12.992Z Compiling rfc6979 v0.4.0
19462024-11-15T21:33:13.180Z Compiling float-cmp v0.9.0
19472024-11-15T21:33:13.214Z Compiling sync_wrapper v1.0.1
19482024-11-15T21:33:13.376Z Compiling bstr v1.10.0
19492024-11-15T21:33:14.456Z Compiling precomputed-hash v0.1.1
19502024-11-15T21:33:14.581Z Compiling fixedbitset v0.4.2
19512024-11-15T21:33:14.609Z Compiling unicode-segmentation v1.12.0
19522024-11-15T21:33:15.015Z Compiling difflib v0.4.0
19532024-11-15T21:33:15.018Z Compiling unicode-width v0.2.0
19542024-11-15T21:33:15.487Z Compiling static_assertions v1.1.0
19552024-11-15T21:33:15.587Z Compiling bit-vec v0.6.3
19562024-11-15T21:33:15.606Z Compiling number_prefix v0.4.0
19572024-11-15T21:33:16.084Z Compiling new_debug_unreachable v1.0.6
19582024-11-15T21:33:16.189Z Compiling normalize-line-endings v0.3.0
19592024-11-15T21:33:16.337Z Compiling whoami v1.5.2
19602024-11-15T21:33:16.393Z Compiling predicates-core v1.0.8
19612024-11-15T21:33:16.707Z Compiling tokio-postgres v0.7.12
19622024-11-15T21:33:16.873Z Compiling predicates v3.1.2
19632024-11-15T21:33:16.896Z Compiling string_cache v0.8.7
19642024-11-15T21:33:17.931Z Compiling bit-set v0.5.3
19652024-11-15T21:33:18.248Z Compiling indicatif v0.17.9
19662024-11-15T21:33:18.457Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19672024-11-15T21:33:18.918Z Compiling similar v2.6.0
19682024-11-15T21:33:20.181Z Compiling petgraph v0.6.5
19692024-11-15T21:33:21.612Z Compiling typify-macro v0.2.0
19702024-11-15T21:33:22.159Z Compiling reqwest v0.12.9
19712024-11-15T21:33:23.673Z Compiling ecdsa v0.16.9
19722024-11-15T21:33:24.325Z Compiling qorb v0.2.0
19732024-11-15T21:33:24.954Z Compiling rsa v0.9.6
19742024-11-15T21:33:25.361Z Compiling ed25519-dalek v2.1.1
19752024-11-15T21:33:25.420Z Compiling zip v0.6.6
19762024-11-15T21:33:25.826Z Compiling crossterm v0.28.1
19772024-11-15T21:33:25.922Z Compiling clap v4.5.21
19782024-11-15T21:33:26.640Z Compiling toml v0.7.8
19792024-11-15T21:33:28.168Z Compiling x509-cert v0.2.5
19802024-11-15T21:33:29.114Z Compiling hex v0.4.3
19812024-11-15T21:33:29.742Z Compiling itertools v0.10.5
19822024-11-15T21:33:30.135Z Compiling peg-runtime v0.8.3
19832024-11-15T21:33:30.583Z Compiling lalrpop-util v0.19.12
19842024-11-15T21:33:30.689Z Compiling unicode-xid v0.2.6
19852024-11-15T21:33:32.734Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19862024-11-15T21:33:37.104Z Compiling proc-macro-crate v1.3.1
19872024-11-15T21:33:37.484Z Compiling ipnetwork v0.20.0
19882024-11-15T21:33:38.715Z Compiling heapless v0.8.0
19892024-11-15T21:33:41.611Z Compiling num_enum_derive v0.5.11
19902024-11-15T21:33:51.644Z Compiling hash32 v0.3.1
19912024-11-15T21:33:51.956Z Compiling smoltcp v0.11.0
19922024-11-15T21:33:52.564Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19932024-11-15T21:33:53.046Z Compiling ident_case v1.0.1
19942024-11-15T21:33:53.943Z Compiling darling_core v0.20.10
19952024-11-15T21:34:00.584Z Compiling num_enum v0.5.11
19962024-11-15T21:34:01.310Z Compiling typify v0.2.0
19972024-11-15T21:34:02.211Z Compiling proc-macro-error-attr v1.0.4
19982024-11-15T21:34:02.726Z Compiling cobs v0.2.3
19992024-11-15T21:34:03.176Z Compiling unsafe-libyaml v0.2.11
20002024-11-15T21:34:03.261Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20012024-11-15T21:34:03.594Z Compiling postcard v1.0.10
20022024-11-15T21:34:05.015Z Compiling serde_yaml v0.9.34+deprecated
20032024-11-15T21:34:19.989Z Compiling progenitor-impl v0.8.0
20042024-11-15T21:34:21.792Z Compiling darling_macro v0.20.10
20052024-11-15T21:34:33.030Z Compiling strum_macros v0.26.4
20062024-11-15T21:34:34.154Z Compiling foreign-types-macros v0.2.3
20072024-11-15T21:34:34.213Z Compiling structmeta-derive v0.3.0
20082024-11-15T21:34:34.517Z Compiling proc-macro-error v1.0.4
20092024-11-15T21:34:34.601Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20102024-11-15T21:34:34.909Z Compiling newtype-uuid v1.1.3
20112024-11-15T21:34:36.582Z Compiling foreign-types-shared v0.3.1
20122024-11-15T21:34:36.725Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20132024-11-15T21:34:36.814Z Compiling structmeta v0.3.0
20142024-11-15T21:34:36.900Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20152024-11-15T21:34:37.229Z Compiling foreign-types v0.5.0
20162024-11-15T21:34:37.552Z Compiling strum v0.26.3
20172024-11-15T21:34:45.521Z Compiling progenitor-macro v0.8.0
20182024-11-15T21:34:46.797Z Compiling darling v0.20.10
20192024-11-15T21:34:50.197Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20202024-11-15T21:34:50.578Z Compiling progenitor-client v0.8.0
20212024-11-15T21:34:53.873Z Compiling tabwriter v1.4.0
20222024-11-15T21:34:55.411Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20232024-11-15T21:34:55.624Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20242024-11-15T21:34:55.808Z Compiling cstr-argument v0.1.2
20252024-11-15T21:34:56.083Z Compiling dropshot v0.13.0
20262024-11-15T21:34:56.460Z Compiling fastrand v2.1.1
20272024-11-15T21:34:57.156Z Compiling pretty-hex v0.2.1
20282024-11-15T21:34:57.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20292024-11-15T21:34:57.525Z Compiling crucible-workspace-hack v0.1.0
20302024-11-15T21:34:57.708Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20312024-11-15T21:34:57.975Z Compiling tempfile v3.13.0
20322024-11-15T21:34:58.154Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20332024-11-15T21:34:58.222Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20342024-11-15T21:34:58.449Z Compiling progenitor v0.8.0
20352024-11-15T21:34:58.740Z Compiling serde_with_macros v3.11.0
20362024-11-15T21:34:59.147Z Compiling parse-display-derive v0.10.0
20372024-11-15T21:34:59.512Z Compiling colored v2.1.0
20382024-11-15T21:34:59.717Z Compiling dropshot_endpoint v0.13.0
20392024-11-15T21:35:00.763Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-11-15T21:35:01.424Z Compiling instant v0.1.13
20412024-11-15T21:35:01.543Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20422024-11-15T21:35:01.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-11-15T21:35:01.848Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20442024-11-15T21:35:01.965Z Compiling backoff v0.4.0
20452024-11-15T21:35:01.998Z Compiling serde_with v3.11.0
20462024-11-15T21:35:03.051Z Compiling parse-display v0.10.0
20472024-11-15T21:35:04.948Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20482024-11-15T21:35:05.016Z Compiling zone_cfg_derive v0.3.0
20492024-11-15T21:35:05.543Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20502024-11-15T21:35:05.929Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20512024-11-15T21:35:06.431Z Compiling camino-tempfile v1.1.1
20522024-11-15T21:35:06.588Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20532024-11-15T21:35:06.671Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20542024-11-15T21:35:06.867Z Compiling regress v0.9.1
20552024-11-15T21:35:07.058Z Compiling macaddr v1.0.1
20562024-11-15T21:35:07.189Z Compiling num-derive v0.4.2
20572024-11-15T21:35:07.669Z Compiling sigpipe v0.1.3
20582024-11-15T21:35:07.823Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20592024-11-15T21:35:08.126Z Compiling libefi-sys v0.1.0
20602024-11-15T21:35:08.519Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20612024-11-15T21:35:09.505Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20622024-11-15T21:35:11.119Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20632024-11-15T21:35:11.698Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20642024-11-15T21:35:11.819Z Compiling zone v0.3.0
20652024-11-15T21:35:12.322Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20662024-11-15T21:35:15.251Z Compiling smf v0.2.3
20672024-11-15T21:35:15.582Z Compiling bitfield-struct v0.6.2
20682024-11-15T21:35:16.682Z Compiling ring v0.16.20
20692024-11-15T21:35:17.041Z Compiling blake3 v1.5.4
20702024-11-15T21:35:17.400Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20712024-11-15T21:35:17.895Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20722024-11-15T21:35:18.271Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20732024-11-15T21:35:18.392Z Compiling xattr v1.3.1
20742024-11-15T21:35:18.663Z Compiling filetime v0.2.25
20752024-11-15T21:35:18.719Z Compiling memmap2 v0.9.5
20762024-11-15T21:35:19.047Z Compiling arrayref v0.3.9
20772024-11-15T21:35:19.173Z Compiling arrayvec v0.7.6
20782024-11-15T21:35:19.339Z Compiling same-file v1.0.6
20792024-11-15T21:35:19.468Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20802024-11-15T21:35:19.607Z Compiling spin v0.5.2
20812024-11-15T21:35:19.629Z Compiling constant_time_eq v0.3.1
20822024-11-15T21:35:19.671Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-11-15T21:35:19.885Z Compiling walkdir v2.5.0
20842024-11-15T21:35:21.280Z Compiling tar v0.4.43
20852024-11-15T21:35:22.536Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20862024-11-15T21:35:22.693Z Compiling gethostname v0.5.0
20872024-11-15T21:35:22.913Z Compiling cargo-platform v0.1.8
20882024-11-15T21:35:22.958Z Compiling topological-sort v0.2.2
20892024-11-15T21:35:23.968Z Compiling cargo_metadata v0.18.1
20902024-11-15T21:35:26.728Z Compiling omicron-zone-package v0.11.1
20912024-11-15T21:35:30.566Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20922024-11-15T21:35:32.782Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20932024-11-15T21:35:36.659Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20942024-11-15T21:35:53.465Z Finished `release` profile [optimized] target(s) in 5m 29s
20952024-11-15T21:35:53.629Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20962024-11-15T21:35:53.677ZLogging to: /work/oxidecomputer/omicron/out/LOG
20972024-11-15T21:35:53.680ZCreated new build target 'test' and set it as active
20982024-11-15T21:35:53.680Z
20992024-11-15T21:35:53.680Zreal 5:29.341737609
21002024-11-15T21:35:53.680Zuser 37:09.588568696
21012024-11-15T21:35:53.680Zsys 4:53.306889310
21022024-11-15T21:35:53.680Ztrap 1.122234908
21032024-11-15T21:35:53.680Ztflt 3.147025612
21042024-11-15T21:35:53.680Zdflt 0.741795559
21052024-11-15T21:35:53.680Zkflt 0.006749497
21062024-11-15T21:35:53.680Zlock 1:18:13.339810300
21072024-11-15T21:35:53.680Zslp 2:35:18.120253882
21082024-11-15T21:35:53.680Zlat 2:35.603430699
21092024-11-15T21:35:53.680Zstop 4:27.453079170
21102024-11-15T21:35:53.680Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21112024-11-15T21:35:54.668Z Finished `release` profile [optimized] target(s) in 0.93s
21122024-11-15T21:35:54.726Z Running `target/release/omicron-package -t test package`
21132024-11-15T21:35:54.771ZLogging to: /work/oxidecomputer/omicron/out/LOG
21142024-11-15T21:35:55.935Z Compiling convert_case v0.4.0
21152024-11-15T21:35:55.936Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21162024-11-15T21:35:55.938Z Compiling itertools v0.13.0
21172024-11-15T21:35:55.938Z Compiling password-hash v0.5.0
21182024-11-15T21:35:55.938Z Compiling blake2 v0.10.6
21192024-11-15T21:35:55.938Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21202024-11-15T21:35:55.938Z Compiling newline-converter v0.3.0
21212024-11-15T21:35:55.938Z Compiling owo-colors v4.1.0
21222024-11-15T21:35:56.307Z Compiling cancel-safe-futures v0.1.5
21232024-11-15T21:35:56.407Z Compiling expectorate v1.1.0
21242024-11-15T21:35:56.602Z Compiling libsw v3.3.1
21252024-11-15T21:35:56.643Z Compiling argon2 v0.5.3
21262024-11-15T21:35:56.728Z Compiling derive_more v0.99.18
21272024-11-15T21:35:57.136Z Compiling linear-map v1.2.0
21282024-11-15T21:35:57.546Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21292024-11-15T21:35:57.590Z Compiling indent_write v2.2.0
21302024-11-15T21:35:57.705Z Compiling swrite v0.1.0
21312024-11-15T21:35:57.815Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21322024-11-15T21:35:57.845Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21332024-11-15T21:35:58.114Z Compiling progenitor-client v0.8.0
21342024-11-15T21:35:58.270Z Compiling base64 v0.21.7
21352024-11-15T21:35:58.605Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21362024-11-15T21:35:59.066Z Compiling progenitor v0.8.0
21372024-11-15T21:35:59.290Z Compiling atomicwrites v0.4.4
21382024-11-15T21:35:59.353Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21392024-11-15T21:35:59.440Z Compiling num-rational v0.4.2
21402024-11-15T21:35:59.823Z Compiling num-complex v0.4.6
21412024-11-15T21:35:59.841Z Compiling float-ord v0.3.2
21422024-11-15T21:36:00.014Z Compiling semver v0.1.20
21432024-11-15T21:36:00.603Z Compiling rustc_version v0.1.7
21442024-11-15T21:36:01.042Z Compiling num v0.4.3
21452024-11-15T21:36:01.113Z Compiling newtype_derive v0.1.6
21462024-11-15T21:36:01.158Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21472024-11-15T21:36:01.494Z Compiling humantime v2.1.0
21482024-11-15T21:36:01.919Z Compiling highway v1.2.0
21492024-11-15T21:36:02.470Z Compiling steno v0.4.1
21502024-11-15T21:36:03.478Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21512024-11-15T21:36:03.645Z Compiling newtype-uuid v1.1.3
21522024-11-15T21:36:04.009Z Compiling dropshot v0.13.0
21532024-11-15T21:36:04.093Z Compiling tungstenite v0.21.0
21542024-11-15T21:36:05.774Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21552024-11-15T21:36:06.715Z Compiling ipnetwork v0.20.0
21562024-11-15T21:36:07.481Z Compiling instant v0.1.13
21572024-11-15T21:36:07.540Z Compiling slog-dtrace v0.3.0
21582024-11-15T21:36:07.646Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21592024-11-15T21:36:08.011Z Compiling backoff v0.4.0
21602024-11-15T21:36:08.403Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21612024-11-15T21:36:09.127Z Compiling tokio-tungstenite v0.21.0
21622024-11-15T21:36:09.843Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632024-11-15T21:36:10.196Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21642024-11-15T21:36:13.154Z Compiling parse-display v0.10.0
21652024-11-15T21:36:13.774Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-11-15T21:36:13.965Z Compiling serde_with v3.11.0
21672024-11-15T21:36:17.623Z Compiling strum v0.26.3
21682024-11-15T21:36:17.804Z Compiling regress v0.9.1
21692024-11-15T21:36:17.918Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-11-15T21:36:18.257Z Compiling macaddr v1.0.1
21712024-11-15T21:36:19.663Z Compiling prettyplease v0.2.25
21722024-11-15T21:36:19.764Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21732024-11-15T21:36:20.250Z Compiling display-error-chain v0.2.2
21742024-11-15T21:36:20.485Z Compiling arc-swap v1.7.1
21752024-11-15T21:36:21.172Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-11-15T21:36:21.201Z Compiling slog-scope v4.4.0
21772024-11-15T21:36:22.002Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21782024-11-15T21:36:22.675Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21792024-11-15T21:36:23.783Z Compiling half v2.4.1
21802024-11-15T21:36:24.532Z Compiling ciborium-io v0.2.2
21812024-11-15T21:36:24.667Z Compiling ciborium-ll v0.2.2
21822024-11-15T21:36:24.685Z Compiling slog-stdlog v4.1.1
21832024-11-15T21:36:25.192Z Compiling ciborium v0.2.2
21842024-11-15T21:36:25.498Z Compiling slog-envlogger v2.2.0
21852024-11-15T21:36:26.554Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21862024-11-15T21:36:27.432Z Compiling fastrand v2.1.1
21872024-11-15T21:36:27.975Z Compiling same-file v1.0.6
21882024-11-15T21:36:28.228Z Compiling walkdir v2.5.0
21892024-11-15T21:36:28.269Z Compiling tempfile v3.13.0
21902024-11-15T21:36:28.905Z Compiling ring v0.16.20
21912024-11-15T21:36:29.085Z Compiling blake3 v1.5.4
21922024-11-15T21:36:29.771Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21932024-11-15T21:36:31.797Z Compiling xattr v1.3.1
21942024-11-15T21:36:32.087Z Compiling memmap2 v0.9.5
21952024-11-15T21:36:32.493Z Compiling filetime v0.2.25
21962024-11-15T21:36:32.619Z Compiling keccak v0.1.5
21972024-11-15T21:36:32.812Z Compiling spin v0.5.2
21982024-11-15T21:36:33.060Z Compiling constant_time_eq v0.3.1
21992024-11-15T21:36:33.227Z Compiling arrayvec v0.7.6
22002024-11-15T21:36:33.646Z Compiling arrayref v0.3.9
22012024-11-15T21:36:36.202Z Compiling sha3 v0.10.8
22022024-11-15T21:36:36.977Z Compiling tar v0.4.43
22032024-11-15T21:36:37.119Z Compiling camino-tempfile v1.1.1
22042024-11-15T21:36:37.583Z Compiling toolchain_find v0.4.0
22052024-11-15T21:36:37.873Z Compiling nibble_vec v0.1.0
22062024-11-15T21:36:38.129Z Compiling maplit v1.0.2
22072024-11-15T21:36:38.164Z Compiling topological-sort v0.2.2
22082024-11-15T21:36:38.273Z Compiling endian-type v0.1.2
22092024-11-15T21:36:38.395Z Compiling crunchy v0.2.2
22102024-11-15T21:36:38.522Z Compiling radium v0.7.0
22112024-11-15T21:36:38.890Z Compiling radix_trie v0.2.1
22122024-11-15T21:36:38.995Z Compiling omicron-zone-package v0.11.1
22132024-11-15T21:36:39.015Z Compiling rustfmt-wrapper v0.2.1
22142024-11-15T21:36:39.849Z Compiling pem v3.0.4
22152024-11-15T21:36:41.045Z Compiling tap v1.0.1
22162024-11-15T21:36:41.247Z Compiling tiny-keccak v2.0.2
22172024-11-15T21:36:41.317Z Compiling maybe-uninit v2.0.0
22182024-11-15T21:36:41.580Z Compiling wyz v0.5.1
22192024-11-15T21:36:42.235Z Compiling dsl_auto_type v0.1.2
22202024-11-15T21:36:42.313Z Compiling scheduled-thread-pool v0.2.7
22212024-11-15T21:36:42.428Z Compiling secrecy v0.8.0
22222024-11-15T21:36:42.721Z Compiling diesel_table_macro_syntax v0.2.0
22232024-11-15T21:36:43.140Z Compiling funty v2.0.0
22242024-11-15T21:36:43.240Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22252024-11-15T21:36:43.547Z Compiling crc-catalog v2.4.0
22262024-11-15T21:36:43.629Z Compiling packed_struct v0.10.1
22272024-11-15T21:36:43.648Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22282024-11-15T21:36:43.709Z Compiling crc v3.2.1
22292024-11-15T21:36:43.980Z Compiling diesel_derives v2.2.3
22302024-11-15T21:36:44.079Z Compiling r2d2 v0.8.10
22312024-11-15T21:36:44.399Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22322024-11-15T21:36:44.574Z Compiling bitvec v1.0.1
22332024-11-15T21:36:45.766Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342024-11-15T21:36:45.988Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22352024-11-15T21:36:48.090Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-15T21:36:48.603Z Compiling ascii-canvas v3.0.0
22372024-11-15T21:36:49.104Z Compiling universal-hash v0.5.1
22382024-11-15T21:36:49.171Z Compiling thiserror-impl-no-std v2.0.2
22392024-11-15T21:36:49.356Z Compiling packed_struct_codegen v0.10.1
22402024-11-15T21:36:51.824Z Compiling lzma-sys v0.1.20
22412024-11-15T21:36:51.873Z Compiling ena v0.14.3
22422024-11-15T21:36:52.321Z Compiling indexmap v1.9.3
22432024-11-15T21:36:52.558Z Compiling diff v0.1.13
22442024-11-15T21:36:52.661Z Compiling regex-syntax v0.6.29
22452024-11-15T21:36:53.123Z Compiling nodrop v0.1.14
22462024-11-15T21:36:53.287Z Compiling opaque-debug v0.3.1
22472024-11-15T21:36:53.418Z Compiling poly1305 v0.8.0
22482024-11-15T21:36:54.915Z Compiling array-init v0.0.4
22492024-11-15T21:36:55.741Z Compiling diesel v2.2.4
22502024-11-15T21:36:56.154Z Compiling lalrpop v0.19.12
22512024-11-15T21:37:02.554Z Compiling thiserror-no-std v2.0.2
22522024-11-15T21:37:02.692Z Compiling smallvec v0.6.14
22532024-11-15T21:37:03.449Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22542024-11-15T21:37:03.790Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22552024-11-15T21:37:04.090Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22562024-11-15T21:37:04.345Z Compiling chacha20 v0.9.1
22572024-11-15T21:37:04.614Z Compiling heck v0.3.3
22582024-11-15T21:37:04.822Z Compiling const_format_proc_macros v0.2.33
22592024-11-15T21:37:04.998Z Compiling aead v0.5.2
22602024-11-15T21:37:05.353Z Compiling hashbrown v0.12.3
22612024-11-15T21:37:06.689Z Compiling termcolor v1.4.1
22622024-11-15T21:37:06.788Z Compiling ref-cast v1.0.23
22632024-11-15T21:37:07.259Z Compiling bitfield v0.14.0
22642024-11-15T21:37:07.586Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22652024-11-15T21:37:07.767Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22662024-11-15T21:37:07.986Z Compiling env_logger v0.10.2
22672024-11-15T21:37:12.252Z Compiling const_format v0.2.33
22682024-11-15T21:37:13.503Z Compiling chacha20poly1305 v0.10.1
22692024-11-15T21:37:13.678Z Compiling zone_cfg_derive v0.1.2
22702024-11-15T21:37:13.784Z Compiling serde-hex v0.1.0
22712024-11-15T21:37:15.148Z Compiling vsss-rs v3.3.4
22722024-11-15T21:37:19.482Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732024-11-15T21:37:19.661Z Compiling ron v0.8.1
22742024-11-15T21:37:19.839Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22752024-11-15T21:37:20.151Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22762024-11-15T21:37:20.707Z Compiling derive_builder_core v0.20.2
22772024-11-15T21:37:22.527Z Compiling polar-core v0.27.3
22782024-11-15T21:37:22.991Z Compiling hashbrown v0.13.2
22792024-11-15T21:37:23.783Z Compiling headers-core v0.3.0
22802024-11-15T21:37:23.978Z Compiling fxhash v0.2.1
22812024-11-15T21:37:24.232Z Compiling libxml v0.3.3
22822024-11-15T21:37:24.393Z Compiling ref-cast-impl v1.0.23
22832024-11-15T21:37:24.607Z Compiling base64 v0.13.1
22842024-11-15T21:37:25.388Z Compiling crc-any v2.5.0
22852024-11-15T21:37:25.698Z Compiling ron v0.7.1
22862024-11-15T21:37:25.979Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-11-15T21:37:26.350Z Compiling object v0.30.4
22882024-11-15T21:37:31.084Z Compiling headers v0.4.0
22892024-11-15T21:37:34.820Z Compiling derive_builder_macro v0.20.2
22902024-11-15T21:37:35.672Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22912024-11-15T21:37:37.263Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22922024-11-15T21:37:38.008Z Compiling xz2 v0.1.7
22932024-11-15T21:37:41.299Z Compiling zone v0.1.8
22942024-11-15T21:37:41.310Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22952024-11-15T21:37:42.162Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22962024-11-15T21:37:42.283Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22972024-11-15T21:37:42.595Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22982024-11-15T21:37:42.628Z Compiling yasna v0.5.2
22992024-11-15T21:37:43.520Z Compiling phf_generator v0.11.2
23002024-11-15T21:37:43.787Z Compiling strum_macros v0.24.3
23012024-11-15T21:37:44.182Z Compiling kstat-rs v0.2.4
23022024-11-15T21:37:45.192Z Compiling samael v0.0.17
23032024-11-15T21:37:46.197Z Compiling async-recursion v1.1.1
23042024-11-15T21:37:46.859Z Compiling unicase v2.7.0
23052024-11-15T21:37:47.173Z Compiling path-slash v0.1.5
23062024-11-15T21:37:47.220Z Compiling indoc v1.0.9
23072024-11-15T21:37:47.352Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23082024-11-15T21:37:47.686Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23092024-11-15T21:37:48.738Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23102024-11-15T21:37:51.353Z Compiling rcgen v0.12.1
23112024-11-15T21:37:54.599Z Compiling phf_codegen v0.11.2
23122024-11-15T21:37:54.872Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23132024-11-15T21:38:00.801Z Compiling derive_builder v0.20.2
23142024-11-15T21:38:01.785Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23152024-11-15T21:38:03.194Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23162024-11-15T21:38:03.502Z Compiling impl-trait-for-tuples v0.2.2
23172024-11-15T21:38:06.088Z Compiling oso-derive v0.27.3
23182024-11-15T21:38:07.082Z Compiling libz-sys v1.1.20
23192024-11-15T21:38:07.727Z Compiling parse-zoneinfo v0.3.1
23202024-11-15T21:38:08.776Z Compiling quick-xml v0.33.0
23212024-11-15T21:38:09.169Z Compiling subprocess v0.2.9
23222024-11-15T21:38:09.403Z Compiling diesel-dtrace v0.3.0
23232024-11-15T21:38:09.733Z Compiling parking_lot_core v0.8.6
23242024-11-15T21:38:10.194Z Compiling cfg_aliases v0.1.1
23252024-11-15T21:38:10.316Z Compiling nix v0.28.0
23262024-11-15T21:38:10.354Z Compiling oso v0.27.3
23272024-11-15T21:38:11.096Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23282024-11-15T21:38:14.018Z Compiling chrono-tz-build v0.4.0
23292024-11-15T21:38:15.399Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23302024-11-15T21:38:17.032Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23312024-11-15T21:38:19.026Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23322024-11-15T21:38:22.371Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23332024-11-15T21:38:22.389Z Compiling bb8 v0.8.5
23342024-11-15T21:38:22.662Z Compiling vte_generate_state_changes v0.1.2
23352024-11-15T21:38:23.015Z Compiling buf-list v1.0.3
23362024-11-15T21:38:23.301Z Compiling vte v0.11.1
23372024-11-15T21:38:23.690Z Compiling async-bb8-diesel v0.2.1
23382024-11-15T21:38:24.631Z Compiling chrono-tz v0.10.0
23392024-11-15T21:38:25.553Z Compiling fd-lock v4.0.2
23402024-11-15T21:38:25.818Z Compiling libgit2-sys v0.17.0+1.8.1
23412024-11-15T21:38:26.061Z Compiling pin-project-internal v1.1.6
23422024-11-15T21:38:26.603Z Compiling atty v0.2.14
23432024-11-15T21:38:26.778Z Compiling bytecount v0.6.8
23442024-11-15T21:38:27.105Z Compiling salty v0.3.0
23452024-11-15T21:38:27.563Z Compiling papergrid v0.11.0
23462024-11-15T21:38:28.840Z Compiling pin-project v1.1.6
23472024-11-15T21:38:28.995Z Compiling parking_lot v0.11.2
23482024-11-15T21:38:38.233Z Compiling strip-ansi-escapes v0.2.0
23492024-11-15T21:38:39.962Z Compiling tabled_derive v0.7.0
23502024-11-15T21:38:40.383Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23512024-11-15T21:38:42.181Z Compiling peg-macros v0.8.4
23522024-11-15T21:38:45.166Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23532024-11-15T21:38:45.625Z Compiling snafu-derive v0.8.5
23542024-11-15T21:38:46.198Z Compiling sqlparser_derive v0.2.2
23552024-11-15T21:38:47.219Z Compiling simd-adler32 v0.3.7
23562024-11-15T21:38:48.352Z Compiling lockfree-object-pool v0.1.6
23572024-11-15T21:38:48.681Z Compiling nu-ansi-term v0.50.1
23582024-11-15T21:38:50.007Z Compiling bumpalo v3.16.0
23592024-11-15T21:38:50.443Z Compiling zip v2.1.3
23602024-11-15T21:38:50.622Z Compiling unicode_categories v0.1.1
23612024-11-15T21:38:50.773Z Compiling home v0.5.9
23622024-11-15T21:38:51.015Z Compiling sqlformat v0.2.6
23632024-11-15T21:38:51.087Z Compiling rustyline v14.0.0
23642024-11-15T21:38:57.107Z Compiling snafu v0.8.5
23652024-11-15T21:38:58.398Z Compiling zopfli v0.8.1
23662024-11-15T21:39:02.292Z Compiling reedline v0.35.0
23672024-11-15T21:39:02.569Z Compiling sqlparser v0.45.0
23682024-11-15T21:39:03.672Z Compiling peg v0.8.4
23692024-11-15T21:39:03.759Z Compiling tabled v0.15.0
23702024-11-15T21:39:04.702Z Compiling mime_guess v2.0.5
23712024-11-15T21:39:05.880Z Compiling sled v0.34.7
23722024-11-15T21:39:08.844Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23732024-11-15T21:39:11.027Z Compiling hickory-client v0.24.1
23742024-11-15T21:39:16.204Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23752024-11-15T21:39:16.224Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23762024-11-15T21:39:18.603Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23772024-11-15T21:39:23.992Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23782024-11-15T21:39:25.751Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23792024-11-15T21:39:27.365Z Compiling globset v0.4.15
23802024-11-15T21:39:27.380Z Compiling hickory-server v0.24.1
23812024-11-15T21:39:35.047Z Compiling primeorder v0.13.6
23822024-11-15T21:39:35.660Z Compiling olpc-cjson v0.1.4
23832024-11-15T21:39:36.044Z Compiling vergen v8.3.2
23842024-11-15T21:39:36.380Z Compiling bcs v0.1.6
23852024-11-15T21:39:37.316Z Compiling env_filter v0.1.2
23862024-11-15T21:39:38.888Z Compiling serde_plain v1.0.2
23872024-11-15T21:39:39.471Z Compiling cargo-platform v0.1.8
23882024-11-15T21:39:39.973Z Compiling nanorand v0.7.0
23892024-11-15T21:39:40.142Z Compiling memoffset v0.9.1
23902024-11-15T21:39:40.145Z Compiling typed-path v0.9.3
23912024-11-15T21:39:40.655Z Compiling flume v0.11.1
23922024-11-15T21:39:40.681Z Compiling cargo_metadata v0.18.1
23932024-11-15T21:39:41.037Z Compiling env_logger v0.11.5
23942024-11-15T21:39:42.508Z Compiling p384 v0.13.0
23952024-11-15T21:39:44.041Z Compiling tough v0.19.0
23962024-11-15T21:39:47.546Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23972024-11-15T21:39:48.702Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23982024-11-15T21:39:52.746Z Compiling git2 v0.19.0
23992024-11-15T21:39:58.874Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24002024-11-15T21:40:02.567Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24012024-11-15T21:40:07.919Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24022024-11-15T21:40:08.718Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24032024-11-15T21:40:10.730Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24042024-11-15T21:40:11.620Z Compiling rand_seeder v0.3.0
24052024-11-15T21:40:12.057Z Compiling libsqlite3-sys v0.30.1
24062024-11-15T21:40:12.588Z Compiling parse-size v1.1.0
24072024-11-15T21:40:12.961Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24082024-11-15T21:40:13.305Z Compiling rustls v0.21.12
24092024-11-15T21:40:13.529Z Compiling cfg_aliases v0.2.1
24102024-11-15T21:40:13.673Z Compiling nix v0.29.0
24112024-11-15T21:40:13.700Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24122024-11-15T21:40:14.231Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24132024-11-15T21:40:14.572Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-15T21:40:16.430Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24152024-11-15T21:40:17.362Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24162024-11-15T21:40:18.248Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24172024-11-15T21:40:18.553Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24182024-11-15T21:40:19.339Z Compiling rustls-webpki v0.101.7
24192024-11-15T21:40:20.491Z Compiling sct v0.7.1
24202024-11-15T21:40:20.964Z Compiling castaway v0.2.3
24212024-11-15T21:40:21.178Z Compiling csv-core v0.1.11
24222024-11-15T21:40:22.071Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24232024-11-15T21:40:22.417Z Compiling http-range v0.1.5
24242024-11-15T21:40:23.010Z Compiling glob v0.3.1
24252024-11-15T21:40:23.013Z Compiling hyper-staticfile v0.10.1
24262024-11-15T21:40:23.442Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24272024-11-15T21:40:25.091Z Compiling csv v1.3.0
24282024-11-15T21:40:26.116Z Compiling compact_str v0.8.0
24292024-11-15T21:40:28.832Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24302024-11-15T21:40:29.801Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24312024-11-15T21:40:30.736Z Compiling nix v0.27.1
24322024-11-15T21:40:31.115Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24332024-11-15T21:40:33.895Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24342024-11-15T21:40:38.359Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24352024-11-15T21:40:44.676Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24362024-11-15T21:40:45.411Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24372024-11-15T21:40:47.677Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24382024-11-15T21:40:48.044Z Compiling unicode-truncate v1.1.0
24392024-11-15T21:40:48.368Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24402024-11-15T21:40:48.693Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24412024-11-15T21:40:49.016Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24422024-11-15T21:40:51.402Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24432024-11-15T21:40:53.196Z Compiling hashlink v0.9.1
24442024-11-15T21:40:53.755Z Compiling tungstenite v0.23.0
24452024-11-15T21:40:54.059Z Compiling lru v0.12.5
24462024-11-15T21:40:54.440Z Compiling instability v0.3.2
24472024-11-15T21:40:54.492Z Compiling fallible-iterator v0.3.0
24482024-11-15T21:40:55.338Z Compiling cassowary v0.3.0
24492024-11-15T21:40:55.479Z Compiling fallible-streaming-iterator v0.1.9
24502024-11-15T21:40:55.791Z Compiling rusqlite v0.32.1
24512024-11-15T21:40:56.431Z Compiling ratatui v0.28.1
24522024-11-15T21:40:58.931Z Compiling tokio-tungstenite v0.23.1
24532024-11-15T21:40:59.549Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-11-15T21:41:01.999Z Compiling tokio-rustls v0.24.1
24552024-11-15T21:41:08.202Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24562024-11-15T21:41:12.195Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24572024-11-15T21:41:13.841Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24582024-11-15T21:41:14.748Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24592024-11-15T21:41:17.179Z Compiling rustls-pemfile v1.0.4
24602024-11-15T21:41:17.560Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24612024-11-15T21:41:17.825Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24622024-11-15T21:41:17.929Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24632024-11-15T21:41:18.118Z Compiling signal-hook-tokio v0.3.1
24642024-11-15T21:41:18.367Z Compiling twox-hash v1.6.3
24652024-11-15T21:41:19.400Z Compiling is_ci v1.2.0
24662024-11-15T21:41:19.687Z Compiling smawk v0.3.2
24672024-11-15T21:41:19.970Z Compiling unicode-linebreak v0.1.5
24682024-11-15T21:41:20.535Z Compiling textwrap v0.16.1
24692024-11-15T21:41:22.582Z Compiling supports-color v3.0.1
24702024-11-15T21:41:23.963Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24712024-11-15T21:41:27.484Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24722024-11-15T21:41:45.401Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24732024-11-15T21:41:45.401Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24742024-11-15T21:41:47.836Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24752024-11-15T21:41:48.935Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24762024-11-15T21:41:49.604Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24772024-11-15T21:41:52.593Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24782024-11-15T21:41:59.837Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24792024-11-15T21:42:00.151Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24802024-11-15T21:42:01.350Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24812024-11-15T21:42:06.838Z Compiling fatfs v0.3.6
24822024-11-15T21:42:09.163Z Compiling rtoolbox v0.0.2
24832024-11-15T21:42:09.628Z Compiling assert_matches v1.5.0
24842024-11-15T21:42:09.709Z Compiling rpassword v7.3.1
24852024-11-15T21:42:10.208Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24862024-11-15T21:42:10.605Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24872024-11-15T21:42:28.037Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24882024-11-15T21:42:29.818Z Compiling tui-tree-widget v0.22.0
24892024-11-15T21:42:30.321Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24902024-11-15T21:42:35.359Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24912024-11-15T21:42:37.146Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24922024-11-15T21:42:37.462Z Compiling uzers v0.12.1
24932024-11-15T21:42:40.693Z Compiling shell-words v1.1.0
24942024-11-15T21:42:41.165Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24952024-11-15T21:42:48.831Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24962024-11-15T21:42:50.908Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24972024-11-15T21:43:08.540Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24982024-11-15T21:43:19.503Z Compiling multimap v0.10.0
24992024-11-15T21:45:17.494Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25002024-11-15T21:45:35.149Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25012024-11-15T21:52:29.226Z Finished `release` profile [optimized] target(s) in 16m 34s
25022024-11-15T21:53:30.160Z
25032024-11-15T21:53:30.163Zreal 17:36.422829633
25042024-11-15T21:53:30.163Zuser 1:59:12.024583820
25052024-11-15T21:53:30.163Zsys 5:52.109769271
25062024-11-15T21:53:30.163Ztrap 2.988742837
25072024-11-15T21:53:30.163Ztflt 3.235897406
25082024-11-15T21:53:30.163Zdflt 4.899554765
25092024-11-15T21:53:30.163Zkflt 0.086916064
25102024-11-15T21:53:30.163Zlock 7:20:26.382366714
25112024-11-15T21:53:30.163Zslp 6:17:18.596613709
25122024-11-15T21:53:30.163Zlat 2:48.323602045
25132024-11-15T21:53:30.163Zstop 2:37.979036062
25142024-11-15T21:53:30.163Z+ mapfile -t packages
25152024-11-15T21:53:30.163Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25162024-11-15T21:53:31.204Z Finished `release` profile [optimized] target(s) in 0.98s
25172024-11-15T21:53:31.270Z Running `target/release/omicron-package -t test list-outputs`
25182024-11-15T21:53:31.318ZLogging to: /work/oxidecomputer/omicron/out/LOG
25192024-11-15T21:53:31.321Z+ ptime -m cargo build --locked --release -p xtask
25202024-11-15T21:53:31.877Z Compiling serde v1.0.215
25212024-11-15T21:53:31.880Z Compiling rustix v0.38.37
25222024-11-15T21:53:31.880Z Compiling serde_json v1.0.132
25232024-11-15T21:53:31.880Z Compiling libc v0.2.162
25242024-11-15T21:53:31.977Z Compiling syn v2.0.87
25252024-11-15T21:53:31.996Z Compiling bitflags v2.6.0
25262024-11-15T21:53:32.291Z Compiling usdt-impl v0.5.0
25272024-11-15T21:53:32.365Z Compiling syn v1.0.109
25282024-11-15T21:53:32.485Z Compiling hashbrown v0.15.0
25292024-11-15T21:53:32.500Z Compiling log v0.4.22
25302024-11-15T21:53:32.568Z Compiling fs-err v2.11.0
25312024-11-15T21:53:32.858Z Compiling anyhow v1.0.93
25322024-11-15T21:53:32.981Z Compiling once_cell v1.20.2
25332024-11-15T21:53:33.413Z Compiling thread-id v4.2.2
25342024-11-15T21:53:33.834Z Compiling indexmap v2.6.0
25352024-11-15T21:53:35.104Z Compiling terminal_size v0.4.0
25362024-11-15T21:53:35.104Z Compiling tempfile v3.13.0
25372024-11-15T21:53:35.343Z Compiling clap_builder v4.5.21
25382024-11-15T21:53:35.885Z Compiling proc-macro-error v1.0.4
25392024-11-15T21:53:37.308Z Compiling tabled_derive v0.7.0
25402024-11-15T21:53:38.588Z Compiling tabled v0.15.0
25412024-11-15T21:53:40.282Z Compiling serde_derive v1.0.215
25422024-11-15T21:53:41.928Z Compiling thiserror-impl v1.0.69
25432024-11-15T21:53:42.454Z Compiling zerocopy-derive v0.7.35
25442024-11-15T21:53:43.922Z Compiling scroll_derive v0.12.0
25452024-11-15T21:53:44.549Z Compiling zerocopy v0.7.35
25462024-11-15T21:53:44.954Z Compiling thiserror v1.0.69
25472024-11-15T21:53:45.150Z Compiling pest v2.7.14
25482024-11-15T21:53:45.537Z Compiling scroll v0.12.0
25492024-11-15T21:53:46.205Z Compiling goblin v0.8.2
25502024-11-15T21:53:48.100Z Compiling pest_meta v2.7.14
25512024-11-15T21:53:50.264Z Compiling pest_generator v2.7.14
25522024-11-15T21:53:52.439Z Compiling pest_derive v2.7.14
25532024-11-15T21:53:53.212Z Compiling dtrace-parser v0.2.0
25542024-11-15T21:53:55.264Z Compiling serde_spanned v0.6.8
25552024-11-15T21:53:55.547Z Compiling toml_datetime v0.6.8
25562024-11-15T21:53:56.388Z Compiling toml_edit v0.22.22
25572024-11-15T21:53:57.853Z Compiling dof v0.3.0
25582024-11-15T21:53:58.246Z Compiling camino v1.1.9
25592024-11-15T21:53:59.675Z Compiling serde_tokenstream v0.2.2
25602024-11-15T21:54:02.177Z Compiling toml v0.8.19
25612024-11-15T21:54:03.546Z Compiling usdt-macro v0.5.0
25622024-11-15T21:54:03.930Z Compiling usdt-attr-macro v0.5.0
25632024-11-15T21:54:04.835Z Compiling cargo-platform v0.1.8
25642024-11-15T21:54:05.361Z Compiling semver v1.0.23
25652024-11-15T21:54:05.949Z Compiling clap_derive v4.5.18
25662024-11-15T21:54:06.437Z Compiling cargo_metadata v0.18.1
25672024-11-15T21:54:06.479Z Compiling usdt v0.5.0
25682024-11-15T21:54:06.874Z Compiling cargo_toml v0.20.5
25692024-11-15T21:54:07.993Z Compiling camino-tempfile v1.1.1
25702024-11-15T21:54:08.806Z Compiling macaddr v1.0.1
25712024-11-15T21:54:10.667Z Compiling clap v4.5.21
25722024-11-15T21:54:18.191Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25732024-11-15T21:54:29.884Z Finished `release` profile [optimized] target(s) in 58.51s
25742024-11-15T21:54:29.989Z
25752024-11-15T21:54:29.992Zreal 58.640255328
25762024-11-15T21:54:29.992Zuser 5:53.392345333
25772024-11-15T21:54:29.992Zsys 32.044516134
25782024-11-15T21:54:29.992Ztrap 0.161123119
25792024-11-15T21:54:29.992Ztflt 0.302610644
25802024-11-15T21:54:29.992Zdflt 0.467783626
25812024-11-15T21:54:29.992Zkflt 0.000003309
25822024-11-15T21:54:29.992Zlock 10:37.439883681
25832024-11-15T21:54:29.992Zslp 16:08.830776663
25842024-11-15T21:54:29.992Zlat 13.989573956
25852024-11-15T21:54:29.993Zstop 15.207288687
25862024-11-15T21:54:29.993Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25872024-11-15T21:54:29.993Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25882024-11-15T21:54:29.993Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25892024-11-15T21:54:29.993Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25902024-11-15T21:54:29.993Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25912024-11-15T21:54:30.879Z Compiling hashbrown v0.14.5
25922024-11-15T21:54:31.007Z Compiling unsafe-libyaml v0.2.11
25932024-11-15T21:54:31.020Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942024-11-15T21:54:31.022Z Compiling progenitor-client v0.8.0
25952024-11-15T21:54:31.022Z Compiling ident_case v1.0.1
25962024-11-15T21:54:31.022Z Compiling ipnetwork v0.20.0
25972024-11-15T21:54:31.023Z Compiling instant v0.1.13
25982024-11-15T21:54:31.023Z Compiling structmeta-derive v0.3.0
25992024-11-15T21:54:31.151Z Compiling newtype-uuid v1.1.3
26002024-11-15T21:54:31.208Z Compiling darling_core v0.20.10
26012024-11-15T21:54:31.424Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26022024-11-15T21:54:31.587Z Compiling dropshot v0.13.0
26032024-11-15T21:54:31.917Z Compiling dropshot_endpoint v0.13.0
26042024-11-15T21:54:31.961Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052024-11-15T21:54:31.979Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062024-11-15T21:54:32.211Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26072024-11-15T21:54:32.341Z Compiling regress v0.10.1
26082024-11-15T21:54:32.360Z Compiling serde_yaml v0.9.34+deprecated
26092024-11-15T21:54:32.770Z Compiling regress v0.9.1
26102024-11-15T21:54:32.907Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26112024-11-15T21:54:33.003Z Compiling backoff v0.4.0
26122024-11-15T21:54:33.100Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26132024-11-15T21:54:33.284Z Compiling macaddr v1.0.1
26142024-11-15T21:54:33.381Z Compiling tempfile v3.13.0
26152024-11-15T21:54:33.749Z Compiling proc-macro-crate v1.3.1
26162024-11-15T21:54:34.165Z Compiling structmeta v0.3.0
26172024-11-15T21:54:34.321Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26182024-11-15T21:54:34.626Z Compiling parse-display-derive v0.10.0
26192024-11-15T21:54:34.717Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26202024-11-15T21:54:34.957Z Compiling num_enum_derive v0.5.11
26212024-11-15T21:54:35.033Z Compiling foreign-types-macros v0.2.3
26222024-11-15T21:54:36.389Z Compiling typify-impl v0.2.0
26232024-11-15T21:54:36.720Z Compiling heapless v0.8.0
26242024-11-15T21:54:37.322Z Compiling foreign-types-shared v0.3.1
26252024-11-15T21:54:37.464Z Compiling foreign-types v0.5.0
26262024-11-15T21:54:37.597Z Compiling proc-macro-error v1.0.4
26272024-11-15T21:54:37.634Z Compiling num_enum v0.5.11
26282024-11-15T21:54:37.999Z Compiling camino-tempfile v1.1.1
26292024-11-15T21:54:38.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26302024-11-15T21:54:38.121Z Compiling hash32 v0.3.1
26312024-11-15T21:54:38.313Z Compiling cstr-argument v0.1.2
26322024-11-15T21:54:38.386Z Compiling pretty-hex v0.2.1
26332024-11-15T21:54:38.478Z Compiling crucible-workspace-hack v0.1.0
26342024-11-15T21:54:38.507Z Compiling darling_macro v0.20.10
26352024-11-15T21:54:38.579Z Compiling smoltcp v0.11.0
26362024-11-15T21:54:38.597Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-15T21:54:38.767Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382024-11-15T21:54:38.914Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26392024-11-15T21:54:39.124Z Compiling tabwriter v1.4.0
26402024-11-15T21:54:39.387Z Compiling parse-display v0.10.0
26412024-11-15T21:54:39.414Z Compiling colored v2.1.0
26422024-11-15T21:54:39.440Z Compiling cobs v0.2.3
26432024-11-15T21:54:39.520Z Compiling darling v0.20.10
26442024-11-15T21:54:39.666Z Compiling serde_with_macros v3.11.0
26452024-11-15T21:54:39.687Z Compiling postcard v1.0.10
26462024-11-15T21:54:39.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26472024-11-15T21:54:40.101Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26482024-11-15T21:54:40.231Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-15T21:54:40.265Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26502024-11-15T21:54:40.283Z Compiling smf v0.2.3
26512024-11-15T21:54:40.372Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26522024-11-15T21:54:40.734Z Compiling zone_cfg_derive v0.3.0
26532024-11-15T21:54:41.143Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26542024-11-15T21:54:41.632Z Compiling num-derive v0.4.2
26552024-11-15T21:54:41.736Z Compiling sigpipe v0.1.3
26562024-11-15T21:54:41.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572024-11-15T21:54:42.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26582024-11-15T21:54:42.301Z Compiling zone v0.3.0
26592024-11-15T21:54:42.556Z Compiling serde_with v3.11.0
26602024-11-15T21:54:43.369Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26612024-11-15T21:54:43.871Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26622024-11-15T21:54:43.961Z Compiling universal-hash v0.5.1
26632024-11-15T21:54:44.197Z Compiling opaque-debug v0.3.1
26642024-11-15T21:54:44.217Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26652024-11-15T21:54:44.314Z Compiling num-rational v0.4.2
26662024-11-15T21:54:44.988Z Compiling password-hash v0.5.0
26672024-11-15T21:54:45.206Z Compiling num-complex v0.4.6
26682024-11-15T21:54:45.557Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26692024-11-15T21:54:46.042Z Compiling blake2 v0.10.6
26702024-11-15T21:54:46.061Z Compiling aead v0.5.2
26712024-11-15T21:54:46.178Z Compiling convert_case v0.4.0
26722024-11-15T21:54:46.366Z Compiling keccak v0.1.5
26732024-11-15T21:54:46.447Z Compiling num v0.4.3
26742024-11-15T21:54:46.574Z Compiling argon2 v0.5.3
26752024-11-15T21:54:46.624Z Compiling poly1305 v0.8.0
26762024-11-15T21:54:46.644Z Compiling sha3 v0.10.8
26772024-11-15T21:54:47.224Z Compiling derive_more v0.99.18
26782024-11-15T21:54:47.361Z Compiling tungstenite v0.21.0
26792024-11-15T21:54:47.398Z Compiling chacha20 v0.9.1
26802024-11-15T21:54:47.695Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26812024-11-15T21:54:47.832Z Compiling float-ord v0.3.2
26822024-11-15T21:54:47.905Z Compiling base64 v0.21.7
26832024-11-15T21:54:48.027Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26842024-11-15T21:54:48.354Z Compiling same-file v1.0.6
26852024-11-15T21:54:48.482Z Compiling semver v0.1.20
26862024-11-15T21:54:48.671Z Compiling tokio-tungstenite v0.21.0
26872024-11-15T21:54:48.711Z Compiling walkdir v2.5.0
26882024-11-15T21:54:49.196Z Compiling rustc_version v0.1.7
26892024-11-15T21:54:49.217Z Compiling newline-converter v0.3.0
26902024-11-15T21:54:49.340Z Compiling primeorder v0.13.6
26912024-11-15T21:54:49.400Z Compiling secrecy v0.8.0
26922024-11-15T21:54:49.478Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26932024-11-15T21:54:49.558Z Compiling cancel-safe-futures v0.1.5
26942024-11-15T21:54:49.676Z Compiling owo-colors v4.1.0
26952024-11-15T21:54:49.679Z Compiling expectorate v1.1.0
26962024-11-15T21:54:49.732Z Compiling newtype_derive v0.1.6
26972024-11-15T21:54:49.866Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26982024-11-15T21:54:49.866Z Compiling thiserror-impl-no-std v2.0.2
26992024-11-15T21:54:49.941Z Compiling ring v0.16.20
27002024-11-15T21:54:50.007Z Compiling blake3 v1.5.4
27012024-11-15T21:54:50.032Z Compiling half v2.4.1
27022024-11-15T21:54:50.222Z Compiling unicase v2.7.0
27032024-11-15T21:54:50.362Z Compiling ciborium-io v0.2.2
27042024-11-15T21:54:50.514Z Compiling arc-swap v1.7.1
27052024-11-15T21:54:50.606Z Compiling ciborium-ll v0.2.2
27062024-11-15T21:54:50.771Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27072024-11-15T21:54:51.032Z Compiling slog-scope v4.4.0
27082024-11-15T21:54:51.360Z Compiling polyval v0.6.2
27092024-11-15T21:54:51.583Z Compiling atomicwrites v0.4.4
27102024-11-15T21:54:51.749Z Compiling libsw v3.3.1
27112024-11-15T21:54:51.831Z Compiling memmap2 v0.9.5
27122024-11-15T21:54:51.964Z Compiling constant_time_eq v0.3.1
27132024-11-15T21:54:52.097Z Compiling linear-map v1.2.0
27142024-11-15T21:54:52.160Z Compiling indent_write v2.2.0
27152024-11-15T21:54:52.312Z Compiling arrayref v0.3.9
27162024-11-15T21:54:52.408Z Compiling arrayvec v0.7.6
27172024-11-15T21:54:52.431Z Compiling salty v0.3.0
27182024-11-15T21:54:52.479Z Compiling parking_lot_core v0.8.6
27192024-11-15T21:54:52.857Z Compiling libefi-sys v0.1.0
27202024-11-15T21:54:52.875Z Compiling spin v0.5.2
27212024-11-15T21:54:53.115Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222024-11-15T21:54:53.135Z Compiling thiserror-no-std v2.0.2
27232024-11-15T21:54:53.182Z Compiling ghash v0.5.1
27242024-11-15T21:54:53.263Z Compiling vsss-rs v3.3.4
27252024-11-15T21:54:53.404Z Compiling slog-stdlog v4.1.1
27262024-11-15T21:54:53.645Z Compiling ciborium v0.2.2
27272024-11-15T21:54:54.297Z Compiling p384 v0.13.0
27282024-11-15T21:54:54.616Z Compiling toolchain_find v0.4.0
27292024-11-15T21:54:55.195Z Compiling chacha20poly1305 v0.10.1
27302024-11-15T21:54:55.334Z Compiling lzma-sys v0.1.20
27312024-11-15T21:54:55.399Z Compiling ctr v0.9.2
27322024-11-15T21:54:55.448Z Compiling itertools v0.13.0
27332024-11-15T21:54:55.761Z Compiling typify-macro v0.2.0
27342024-11-15T21:54:55.777Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27352024-11-15T21:54:55.940Z Compiling bitfield-struct v0.6.2
27362024-11-15T21:54:56.124Z Compiling slog-dtrace v0.3.0
27372024-11-15T21:54:56.190Z Compiling highway v1.2.0
27382024-11-15T21:54:56.431Z Compiling topological-sort v0.2.2
27392024-11-15T21:54:56.684Z Compiling omicron-zone-package v0.11.1
27402024-11-15T21:54:57.201Z Compiling aes-gcm v0.10.3
27412024-11-15T21:54:57.231Z Compiling rustfmt-wrapper v0.2.1
27422024-11-15T21:54:57.413Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27432024-11-15T21:54:57.503Z Compiling mime_guess v2.0.5
27442024-11-15T21:54:57.599Z Compiling slog-envlogger v2.2.0
27452024-11-15T21:54:57.878Z Compiling steno v0.4.1
27462024-11-15T21:54:58.440Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27472024-11-15T21:54:58.805Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27482024-11-15T21:54:58.874Z Compiling heck v0.3.3
27492024-11-15T21:54:59.162Z Compiling ssh-encoding v0.2.0
27502024-11-15T21:54:59.206Z Compiling blowfish v0.9.1
27512024-11-15T21:54:59.234Z Compiling nibble_vec v0.1.0
27522024-11-15T21:54:59.344Z Compiling env_filter v0.1.2
27532024-11-15T21:54:59.467Z Compiling humantime v2.1.0
27542024-11-15T21:54:59.704Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27552024-11-15T21:54:59.707Z Compiling endian-type v0.1.2
27562024-11-15T21:54:59.987Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27572024-11-15T21:54:59.987Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27582024-11-15T21:55:00.047Z Compiling radix_trie v0.2.1
27592024-11-15T21:55:00.066Z Compiling env_logger v0.11.5
27602024-11-15T21:55:00.113Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27612024-11-15T21:55:00.113Z Compiling ssh-cipher v0.2.0
27622024-11-15T21:55:00.148Z Compiling typify v0.2.0
27632024-11-15T21:55:00.292Z Compiling progenitor-impl v0.8.0
27642024-11-15T21:55:00.342Z Compiling bcrypt-pbkdf v0.10.0
27652024-11-15T21:55:00.753Z Compiling zone_cfg_derive v0.1.2
27662024-11-15T21:55:00.857Z Compiling parking_lot v0.11.2
27672024-11-15T21:55:01.005Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27682024-11-15T21:55:01.689Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692024-11-15T21:55:02.012Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27702024-11-15T21:55:02.043Z Compiling password-hash v0.4.2
27712024-11-15T21:55:02.096Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27722024-11-15T21:55:02.327Z Compiling gethostname v0.5.0
27732024-11-15T21:55:02.453Z Compiling fxhash v0.2.1
27742024-11-15T21:55:02.522Z Compiling matches v0.1.10
27752024-11-15T21:55:02.566Z Compiling base64 v0.13.1
27762024-11-15T21:55:02.634Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27772024-11-15T21:55:02.671Z Compiling sled v0.34.7
27782024-11-15T21:55:02.703Z Compiling idna v0.2.3
27792024-11-15T21:55:02.958Z Compiling pbkdf2 v0.11.0
27802024-11-15T21:55:02.985Z Compiling ron v0.7.1
27812024-11-15T21:55:03.123Z Compiling zone v0.1.8
27822024-11-15T21:55:03.157Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-11-15T21:55:03.326Z Compiling xz2 v0.1.7
27842024-11-15T21:55:03.835Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27852024-11-15T21:55:04.476Z Compiling ssh-key v0.6.6
27862024-11-15T21:55:04.819Z Compiling hickory-client v0.24.1
27872024-11-15T21:55:05.408Z Compiling p256 v0.13.2
27882024-11-15T21:55:05.459Z Compiling p521 v0.13.3
27892024-11-15T21:55:05.737Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27902024-11-15T21:55:06.274Z Compiling hickory-server v0.24.1
27912024-11-15T21:55:06.417Z Compiling enum-as-inner v0.5.1
27922024-11-15T21:55:06.956Z Compiling pem v3.0.4
27932024-11-15T21:55:07.491Z Compiling yasna v0.5.2
27942024-11-15T21:55:07.764Z Compiling headers-core v0.3.0
27952024-11-15T21:55:07.889Z Compiling kstat-rs v0.2.4
27962024-11-15T21:55:07.958Z Compiling nanorand v0.7.0
27972024-11-15T21:55:08.568Z Compiling russh-cryptovec v0.7.3
27982024-11-15T21:55:08.587Z Compiling atty v0.2.14
27992024-11-15T21:55:08.749Z Compiling http-range v0.1.5
28002024-11-15T21:55:08.900Z Compiling md5 v0.7.0
28012024-11-15T21:55:08.953Z Compiling progenitor-macro v0.8.0
28022024-11-15T21:55:09.194Z Compiling russh-keys v0.45.0
28032024-11-15T21:55:09.276Z Compiling hyper-staticfile v0.10.1
28042024-11-15T21:55:09.420Z Compiling rcgen v0.12.1
28052024-11-15T21:55:09.457Z Compiling flume v0.11.1
28062024-11-15T21:55:09.476Z Compiling headers v0.4.0
28072024-11-15T21:55:10.214Z Compiling trust-dns-proto v0.22.0
28082024-11-15T21:55:10.472Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28092024-11-15T21:55:11.520Z Compiling num-bigint v0.4.6
28102024-11-15T21:55:12.030Z Compiling des v0.8.1
28112024-11-15T21:55:12.412Z Compiling subprocess v0.2.9
28122024-11-15T21:55:13.591Z Compiling display-error-chain v0.2.2
28132024-11-15T21:55:13.740Z Compiling hex-literal v0.4.1
28142024-11-15T21:55:13.812Z Compiling dhcproto-macros v0.1.0
28152024-11-15T21:55:13.917Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28162024-11-15T21:55:14.453Z Compiling internet-checksum v0.2.1
28172024-11-15T21:55:14.653Z Compiling russh v0.45.0
28182024-11-15T21:55:14.818Z Compiling dhcproto v0.12.0
28192024-11-15T21:55:20.098Z Compiling progenitor v0.8.0
28202024-11-15T21:55:20.267Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28212024-11-15T21:55:20.269Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28222024-11-15T21:55:20.269Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28232024-11-15T21:55:20.269Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28242024-11-15T21:55:20.269Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28252024-11-15T21:55:20.269Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28262024-11-15T21:55:20.364Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28272024-11-15T21:55:20.366Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28282024-11-15T21:55:21.123Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28292024-11-15T21:55:21.752Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28302024-11-15T21:55:26.182Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28312024-11-15T21:55:27.140Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28322024-11-15T21:55:36.648Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28332024-11-15T21:55:36.650Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28342024-11-15T21:55:36.651Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28352024-11-15T21:55:36.651Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28362024-11-15T21:55:39.884Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28372024-11-15T21:55:40.099Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28382024-11-15T21:55:41.194Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28392024-11-15T21:55:41.670Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28402024-11-15T21:55:43.777Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28412024-11-15T21:55:44.810Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28422024-11-15T21:55:45.825Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28432024-11-15T21:55:45.926Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28442024-11-15T21:55:47.744Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28452024-11-15T21:55:48.540Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28462024-11-15T21:55:48.602Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28472024-11-15T21:55:49.758Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28482024-11-15T21:55:50.125Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492024-11-15T21:55:50.259Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28502024-11-15T21:55:50.710Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28512024-11-15T21:55:52.205Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28522024-11-15T21:55:53.073Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28532024-11-15T21:55:53.596Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28542024-11-15T21:55:54.625Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28552024-11-15T21:55:54.792Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28562024-11-15T21:55:57.747Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28572024-11-15T21:55:58.262Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28582024-11-15T21:56:00.445Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592024-11-15T21:56:00.867Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28602024-11-15T21:56:07.772Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612024-11-15T21:56:15.570Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28622024-11-15T21:56:16.915Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28632024-11-15T21:56:35.488Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28642024-11-15T21:57:06.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
28652024-11-15T21:57:07.106Z
28662024-11-15T21:57:07.106Zreal 2:37.065603596
28672024-11-15T21:57:07.106Zuser 12:13.080519662
28682024-11-15T21:57:07.106Zsys 2:34.542460614
28692024-11-15T21:57:07.109Ztrap 0.322215466
28702024-11-15T21:57:07.109Ztflt 0.737153477
28712024-11-15T21:57:07.109Zdflt 2.517534040
28722024-11-15T21:57:07.109Zkflt 0.000005000
28732024-11-15T21:57:07.109Zlock 25:06.519263208
28742024-11-15T21:57:07.109Zslp 43:23.268948588
28752024-11-15T21:57:07.109Zlat 35.020987539
28762024-11-15T21:57:07.109Zstop 1:23.827059897
28772024-11-15T21:57:07.109Z+ mkdir tests
28782024-11-15T21:57:07.112Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28792024-11-15T21:57:07.112Z+ xargs -I '{}' -t cp '{}' tests/
28802024-11-15T21:57:08.302Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/
28812024-11-15T21:57:08.330Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/
28822024-11-15T21:57:08.357Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/
28832024-11-15T21:57:08.386Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/
28842024-11-15T21:57:08.669Z+ 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/*)
28852024-11-15T21:57:08.672Z+ 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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
28862024-11-15T21:58:17.347ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28872024-11-15T21:58:17.347Za .github/buildomat/ci-env.sh 1K
28882024-11-15T21:58:17.347Za out/target/test 1K
28892024-11-15T21:58:17.347Za out/npuzone/npuzone 23144K
28902024-11-15T21:58:17.347Za package-manifest.toml 32K
28912024-11-15T21:58:17.347Za smf/sled-agent/non-gimlet/config.toml 4K
28922024-11-15T21:58:17.347Za target/release/omicron-package 36276K
28932024-11-15T21:58:17.347Za target/release/xtask 11750K
28942024-11-15T21:58:17.347Za target/debug/bootstrap 209775K
28952024-11-15T21:58:17.347Za tests/bootstrap-246df57fa2cbf807 24246K
28962024-11-15T21:58:17.347Za tests/commtest-47185152e52e4d85 25022K
28972024-11-15T21:58:17.347Za tests/dhcp_server-f25fc174fad7a7b4 24246K
28982024-11-15T21:58:17.347Za tests/end_to_end_tests-113dd4db321a5b88 227882K
28992024-11-15T21:58:17.347Za out/clickhouse.tar.gz 250294K
29002024-11-15T21:58:17.347Za out/clickhouse_keeper.tar.gz 250281K
29012024-11-15T21:58:17.347Za out/clickhouse_server.tar.gz 250280K
29022024-11-15T21:58:17.347Za out/cockroachdb.tar.gz 134539K
29032024-11-15T21:58:17.347Za out/crucible-dtrace.tar 83K
29042024-11-15T21:58:17.347Za out/crucible-pantry-zone.tar.gz 28154K
29052024-11-15T21:58:17.348Za out/crucible-zone.tar.gz 36365K
29062024-11-15T21:58:17.348Za out/external-dns.tar.gz 35250K
29072024-11-15T21:58:17.348Za out/internal-dns.tar.gz 35250K
29082024-11-15T21:58:17.348Za out/mg-ddm-gz.tar 62661K
29092024-11-15T21:58:17.348Za out/nexus.tar.gz 100647K
29102024-11-15T21:58:17.348Za out/ntp.tar.gz 10342K
29112024-11-15T21:58:17.348Za out/omicron-gateway-softnpu.tar.gz 23853K
29122024-11-15T21:58:17.348Za out/omicron-sled-agent.tar 112559K
29132024-11-15T21:58:17.348Za out/overlay.tar.gz 3K
29142024-11-15T21:58:17.348Za out/oximeter.tar.gz 51619K
29152024-11-15T21:58:17.348Za out/oxlog.tar 3088K
29162024-11-15T21:58:17.348Za out/probe.tar.gz 2764K
29172024-11-15T21:58:17.348Za out/propolis-server.tar.gz 66584K
29182024-11-15T21:58:17.348Za out/pumpkind-gz.tar 26665K
29192024-11-15T21:58:17.348Za out/switch-softnpu.tar.gz 234554K
29202024-11-15T21:58:17.351Z
29212024-11-15T21:58:17.351Zreal 1:08.672734558
29222024-11-15T21:58:17.351Zuser 1:05.503972741
29232024-11-15T21:58:17.351Zsys 4.539842087
29242024-11-15T21:58:17.351Ztrap 0.018255838
29252024-11-15T21:58:17.351Ztflt 0.000000000
29262024-11-15T21:58:17.351Zdflt 0.000000000
29272024-11-15T21:58:17.351Zkflt 0.000000000
29282024-11-15T21:58:17.351Zlock 0.000000000
29292024-11-15T21:58:17.351Zslp 1:05.283720983
29302024-11-15T21:58:17.351Zlat 1.994128795
29312024-11-15T21:58:17.351Zstop 0.000559847
29322024-11-15T21:58:17.354Zprocess exited: duration 2030099 ms, exit code 0
 
29332024-11-15T21:58:17.368Zfound 1 output files
29342024-11-15T21:58:17.368Zuploading: /work/package.tar.gz (1766750271 bytes)
29352024-11-15T21:58:53.757Zuploaded: /work/package.tar.gz