01KKY161MJTXPDHXCY6ZCQMYPY: rbuild

BasicConfig {
    output_rules: [
        "/out/*",
        "/work/rbins/*",
        "/work/scripts/*",
        "/tmp/core.*",
        "/tmp/*.log",
    ],
    rust_toolchain: Some(
        String(
            "1.84.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/crucible-nightly.tar.gz",
            series: "nightly-image",
            name: "crucible-nightly.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-nightly.sha256.txt",
            series: "nightly-image",
            name: "crucible-nightly.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/crucible.tar.gz",
            series: "image",
            name: "crucible.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/crucible.sha256.txt",
            series: "image",
            name: "crucible.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-pantry.tar.gz",
            series: "image",
            name: "crucible-pantry.tar.gz",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-pantry.sha256.txt",
            series: "image",
            name: "crucible-pantry.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-utils.tar",
            series: "image",
            name: "crucible-utils.tar",
        },
        BasicConfigPublish {
            from_output: "/out/crucible-utils.sha256.txt",
            series: "image",
            name: "crucible-utils.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KKY16VXRKK7XATF5QSQ8JCMM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T13:55:38.338Zjob assigned to worker 01KKY1703CC2T2SVK6TNQMB9SV [factory aws, i-02b97ab597bfa8e98] (queued for 1 m 20 s)
 
22026-03-17T13:55:46.410Zstarting task 0: "setup"
32026-03-17T13:55:46.417Z++ uname -s
42026-03-17T13:55:46.419Z+ kern=SunOS
52026-03-17T13:55:46.420Z+ build_user=build
62026-03-17T13:55:46.420Z+ build_uid=12345
72026-03-17T13:55:46.420Z+ work_dir=/work
82026-03-17T13:55:46.420Z+ input_dir=/input
92026-03-17T13:55:46.420Z+ [[ 0 == 12345 ]]
102026-03-17T13:55:46.420Z+ case "$kern" in
112026-03-17T13:55:46.420Z+ groupadd -g 12345 build
122026-03-17T13:55:46.422Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T13:55:48.429Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T13:55:48.473Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T13:55:48.477Z+ home_fs=zfs
162026-03-17T13:55:48.477Z+ [[ zfs == autofs ]]
172026-03-17T13:55:48.477Z+ mkdir -p /home/build
182026-03-17T13:55:48.480Z+ chown build:build /home/build /work
192026-03-17T13:55:50.480Z+ chmod 0700 /home/build /work
202026-03-17T13:55:50.483Zprocess exited: duration 4070 ms, exit code 0
 
212026-03-17T13:55:50.488Zstarting task 1: "rust-toolchain"
222026-03-17T13:55:50.493Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232026-03-17T13:55:50.493Z * rust toolchain channel = "1.84.0"
242026-03-17T13:55:50.493Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T13:55:50.493Z * rust toolchain profile = "default"
262026-03-17T13:55:50.493Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T13:55:50.493Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T13:55:50.496Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T13:55:50.496Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302026-03-17T13:55:50.616Zinfo: downloading installer
312026-03-17T13:55:52.264Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T13:55:52.264Zwarn: /opt/ooce/bin
332026-03-17T13:55:52.264Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T13:55:52.264Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T13:55:52.264Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T13:55:52.264Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T13:55:52.264Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T13:55:52.264Zerror: cannot install while Rust is installed
392026-03-17T13:55:52.264Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T13:55:52.264Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T13:55:52.264Zwarn: /home/build/.rustup/settings.toml
422026-03-17T13:55:52.264Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T13:55:52.264Zwarn: instead of the one inferred from the default host triple.
442026-03-17T13:55:52.281Zinfo: profile set to default
452026-03-17T13:55:52.281Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T13:55:52.284Zinfo: syncing channel updates for 1.84.0-x86_64-unknown-illumos
472026-03-17T13:55:52.422Zinfo: latest update on 2025-01-09 for version 1.84.0 (9fc6b4312 2025-01-07)
482026-03-17T13:55:52.424Zinfo: downloading 6 components
492026-03-17T13:56:07.094Zinfo: default toolchain set to 1.84.0-x86_64-unknown-illumos
502026-03-17T13:56:07.094Z
512026-03-17T13:56:07.126Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
522026-03-17T13:56:07.126Z
532026-03-17T13:56:07.129Z
542026-03-17T13:56:07.129ZRust is installed now. Great!
552026-03-17T13:56:07.129Z
562026-03-17T13:56:07.129ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T13:56:07.129Zenvironment variable. This has not been done automatically.
582026-03-17T13:56:07.129Z
592026-03-17T13:56:07.129ZTo configure your current shell, you need to source
602026-03-17T13:56:07.129Zthe corresponding env file under $HOME/.cargo.
612026-03-17T13:56:07.129Z
622026-03-17T13:56:07.129ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T13:56:07.129Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T13:56:07.129Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T13:56:07.129Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T13:56:07.130Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T13:56:07.130Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T13:56:07.130Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T13:56:07.130Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T13:56:07.130Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T13:56:07.217Z+ rustup --version
722026-03-17T13:56:07.228Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T13:56:07.231Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T13:56:07.252Zinfo: the currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
752026-03-17T13:56:07.255Z+ cargo --version
762026-03-17T13:56:07.274Zcargo 1.84.0 (66221abde 2024-11-19)
772026-03-17T13:56:07.277Z+ rustc --version
782026-03-17T13:56:07.300Zrustc 1.84.0 (9fc6b4312 2025-01-07)
792026-03-17T13:56:07.303Zprocess exited: duration 16809 ms, exit code 0
 
802026-03-17T13:56:07.309Zstarting task 2: "authentication"
812026-03-17T13:56:07.327Zprocess exited: duration 18 ms, exit code 0
 
822026-03-17T13:56:07.333Zstarting task 3: "clone repository"
832026-03-17T13:56:07.337Z+ mkdir -p /work/oxidecomputer/crucible
842026-03-17T13:56:07.340Z+ git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible
852026-03-17T13:56:07.372ZCloning into '/work/oxidecomputer/crucible'...
862026-03-17T13:56:08.676Z+ cd /work/oxidecomputer/crucible
872026-03-17T13:56:08.676Z+ git fetch origin cd46d0b314aa4fecb3f38344dd0644d67f94821c
882026-03-17T13:56:08.936ZFrom https://github.com/oxidecomputer/crucible
892026-03-17T13:56:08.936Z * branch cd46d0b314aa4fecb3f38344dd0644d67f94821c -> FETCH_HEAD
902026-03-17T13:56:08.944Z+ [[ -n mkeeter/min-quorum-negotiation-redux ]]
912026-03-17T13:56:08.947Z++ git branch --show-current
922026-03-17T13:56:08.947Z+ current=main
932026-03-17T13:56:08.950Z+ [[ main != mkeeter/min-quorum-negotiation-redux ]]
942026-03-17T13:56:08.950Z+ git branch -f mkeeter/min-quorum-negotiation-redux cd46d0b314aa4fecb3f38344dd0644d67f94821c
952026-03-17T13:56:08.952Z+ git checkout -f mkeeter/min-quorum-negotiation-redux
962026-03-17T13:56:08.974ZSwitched to branch 'mkeeter/min-quorum-negotiation-redux'
972026-03-17T13:56:08.977Z+ git reset --hard cd46d0b314aa4fecb3f38344dd0644d67f94821c
982026-03-17T13:56:08.988ZHEAD is now at cd46d0b Min-quorum negotiation
992026-03-17T13:56:08.990Zprocess exited: duration 1654 ms, exit code 0
 
1002026-03-17T13:56:08.996Zstarting task 4: "build"
1012026-03-17T13:56:09.000Z+ cargo --version
1022026-03-17T13:56:09.007Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
1032026-03-17T13:56:09.162Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
1042026-03-17T13:56:09.165Zinfo: downloading 6 components
1052026-03-17T13:56:23.611Zcargo 1.90.0 (840b83a10 2025-07-30)
1062026-03-17T13:56:23.614Z+ rustc --version
1072026-03-17T13:56:23.656Zrustc 1.90.0 (1159e78c4 2025-09-14)
1082026-03-17T13:56:23.661Z+ banner cores
1092026-03-17T13:56:23.664Z
1102026-03-17T13:56:23.664Z #### #### ##### ###### ####
1112026-03-17T13:56:23.664Z # # # # # # # #
1122026-03-17T13:56:23.664Z # # # # # ##### ####
1132026-03-17T13:56:23.664Z # # # ##### # #
1142026-03-17T13:56:23.664Z # # # # # # # # #
1152026-03-17T13:56:23.664Z #### #### # # ###### ####
1162026-03-17T13:56:23.664Z
1172026-03-17T13:56:23.667Z+ pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid
1182026-03-17T13:56:23.674Z+ banner prerequisites
1192026-03-17T13:56:23.677Z
1202026-03-17T13:56:23.677Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-03-17T13:56:23.677Z # # # # # # # # # # # # # # #
1222026-03-17T13:56:23.677Z # # # # ##### # # ##### # # # # # #### #
1232026-03-17T13:56:23.677Z ##### ##### # ##### # # # # # # # # #
1242026-03-17T13:56:23.677Z # # # # # # # # # # # # # # #
1252026-03-17T13:56:23.677Z # # # ###### # # ###### ### # #### # #### #
1262026-03-17T13:56:23.677Z
1272026-03-17T13:56:23.677Z+ ptime -m ./tools/install_builder_prerequisites.sh -y
1282026-03-17T13:56:33.719Z Startup: Refreshing catalog 'helios-dev' ... Done
1292026-03-17T13:56:43.563Z Startup: Caching catalogs ... Done
1302026-03-17T13:57:05.718ZPlanning: Solver setup ... Done (20.531s)
1312026-03-17T13:57:05.872ZPlanning: Running solver ... Done (0.153s)
1322026-03-17T13:57:06.054ZPlanning: Finding local manifests ... Done (0.003s)
1332026-03-17T13:57:06.067ZPlanning: Fetching manifests: 0/3 0% complete
1342026-03-17T13:57:06.184ZPlanning: Fetching manifests: 3/3 100% complete
1352026-03-17T13:57:06.222ZPlanning: Package planning ... Done (0.040s)
1362026-03-17T13:57:06.260ZPlanning: Merging actions ... Done (0.036s)
1372026-03-17T13:57:06.400ZPlanning: Checking for conflicting actions ... Done (0.141s)
1382026-03-17T13:57:06.410ZPlanning: Consolidating action changes ... Done (0.009s)
1392026-03-17T13:57:07.268ZPlanning: Evaluating mediators ... Done (0.858s)
1402026-03-17T13:57:07.276ZPlanning: Planning completed in 23.56 seconds
1412026-03-17T13:57:07.289Z Packages to install: 3
1422026-03-17T13:57:07.292Z Mediators to change: 2
1432026-03-17T13:57:07.292Z Services to change: 1
1442026-03-17T13:57:07.292Z Estimated space available: 154.97 GB
1452026-03-17T13:57:07.292ZEstimated space to be consumed: 1.82 GB
1462026-03-17T13:57:07.292Z Create boot environment: No
1472026-03-17T13:57:07.292ZCreate backup boot environment: No
1482026-03-17T13:57:07.292Z Rebuild boot archive: No
1492026-03-17T13:57:07.292Z
1502026-03-17T13:57:07.292ZChanged mediators:
1512026-03-17T13:57:07.292Z mediator clang:
1522026-03-17T13:57:07.292Z version: None -> 15 (system default)
1532026-03-17T13:57:07.292Z
1542026-03-17T13:57:07.292Z mediator llvm:
1552026-03-17T13:57:07.293Z version: 14 (system default) -> 15 (system default)
1562026-03-17T13:57:07.293Z
1572026-03-17T13:57:07.293ZChanged packages:
1582026-03-17T13:57:07.293Zhelios-dev
1592026-03-17T13:57:07.293Z developer/build-essential
1602026-03-17T13:57:07.293Z None -> 11-2.0
1612026-03-17T13:57:07.293Z ooce/developer/clang-15
1622026-03-17T13:57:07.293Z None -> 15.0.7-2.0
1632026-03-17T13:57:07.293Z ooce/developer/llvm-15
1642026-03-17T13:57:07.293Z None -> 15.0.7-2.0
1652026-03-17T13:57:07.293Z
1662026-03-17T13:57:07.293ZServices:
1672026-03-17T13:57:07.293Z restart_fmri:
1682026-03-17T13:57:07.293Z svc:/system/update-man-index:default
1692026-03-17T13:57:07.339Z
1702026-03-17T13:57:07.339ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1712026-03-17T13:57:12.340ZDownload: 1025/3076 items 96.6/211.3MB 45% complete (19.2M/s)
1722026-03-17T13:57:18.043ZDownload: 3024/3076 items 200.7/211.3MB 94% complete (20.4M/s)
1732026-03-17T13:57:20.593ZDownload: Completed 211.31 MB in 13.25 seconds (15.9M/s)
1742026-03-17T13:57:20.756Z Actions: 1/3430 actions (Installing new actions)
1752026-03-17T13:57:24.780Z Actions: Completed 3430 actions in 4.02 seconds.
1762026-03-17T13:57:25.154Z Done (0.369s)
1772026-03-17T13:57:25.154Z Done (0.000s)
1782026-03-17T13:57:26.158Z Done (1.003s)
1792026-03-17T13:57:30.176Z Done (3.675s)
1802026-03-17T13:57:30.262Z Done (0.018s)
1812026-03-17T13:57:30.265Z Done (0.000s)
1822026-03-17T13:57:30.411Z Done (0.000s)
1832026-03-17T13:57:31.377ZPlanning: Evaluating mediator changes ... Done
1842026-03-17T13:57:31.520ZPlanning: Checking for conflicting actions ... Done
1852026-03-17T13:57:31.523ZPlanning: Consolidating action changes ... Done
1862026-03-17T13:57:31.742ZPlanning: Evaluating mediators ... Done
1872026-03-17T13:57:31.746ZPlanning: Planning completed in 0.37 seconds
1882026-03-17T13:57:31.771Z Mediators to change: 2
1892026-03-17T13:57:31.771Z Create boot environment: No
1902026-03-17T13:57:31.774ZCreate backup boot environment: No
1912026-03-17T13:57:31.911Z Done
1922026-03-17T13:57:31.911Z Done
1932026-03-17T13:57:32.641Z Done
1942026-03-17T13:57:35.988Z Done
1952026-03-17T13:57:36.072Z Done
1962026-03-17T13:57:36.075Z Done
1972026-03-17T13:57:36.224Z Done
1982026-03-17T13:57:36.604ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-03-17T13:57:36.604Zclang system 15 system
2002026-03-17T13:57:36.604Zcsh system system illumos
2012026-03-17T13:57:36.604Zctags system system illumos
2022026-03-17T13:57:36.604Zfile system system illumos
2032026-03-17T13:57:36.604Zgcc vendor 12 vendor
2042026-03-17T13:57:36.604Zgcc system 10 system
2052026-03-17T13:57:36.604Zgcc system 7 system
2062026-03-17T13:57:36.604Zgo system 1.20 system
2072026-03-17T13:57:36.604Zgo system 1.19 system
2082026-03-17T13:57:36.604Zllvm system 15 system
2092026-03-17T13:57:36.604Zllvm system 14 system
2102026-03-17T13:57:36.604Zmariadb system 10.6 system
2112026-03-17T13:57:36.604Zmta vendor vendor dma
2122026-03-17T13:57:36.604Zopenjdk system 17 system
2132026-03-17T13:57:36.604Zopenjdk system 11 system
2142026-03-17T13:57:36.604Zopenjdk system 1.8 system
2152026-03-17T13:57:36.604Zopenssl vendor 3 vendor
2162026-03-17T13:57:36.604Zperl system 5.36 system
2172026-03-17T13:57:36.604Zpostgresql system 15 system
2182026-03-17T13:57:36.604Zpostgresql system 13 system
2192026-03-17T13:57:36.604Zpython vendor 3 vendor
2202026-03-17T13:57:36.604Zpython system 2 system
2212026-03-17T13:57:36.604Zpython3 system 3.11 system
2222026-03-17T13:57:36.604Zruby system 3.0 system
2232026-03-17T13:57:36.604Zwords vendor vendor american-english
2242026-03-17T13:57:36.604Zwords system system australian-english
2252026-03-17T13:57:36.604Zwords system system british-english
2262026-03-17T13:57:36.604Zwords system system canadian-english
2272026-03-17T13:57:36.604Zwords system system french
2282026-03-17T13:57:36.604Zwords system system italian
2292026-03-17T13:57:36.604Zwords system system ngerman
2302026-03-17T13:57:36.604Zwords system system ogerman
2312026-03-17T13:57:36.604Zwords system system spanish
2322026-03-17T13:57:36.899ZPUBLISHER TYPE STATUS P LOCATION
2332026-03-17T13:57:36.899Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342026-03-17T13:57:42.639ZFMRI IFO
2352026-03-17T13:57:42.639Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362026-03-17T13:57:42.639Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372026-03-17T13:57:42.639Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382026-03-17T13:57:42.639Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392026-03-17T13:57:42.639Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2402026-03-17T13:57:42.639Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412026-03-17T13:57:42.639Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422026-03-17T13:57:43.612ZAll builder prerequisites installed successfully, and PATH looks valid
2432026-03-17T13:57:43.616Z
2442026-03-17T13:57:43.616Zreal 1:19.910405810
2452026-03-17T13:57:43.616Zuser 59.428741834
2462026-03-17T13:57:43.616Zsys 5.147222482
2472026-03-17T13:57:43.616Ztrap 0.009870038
2482026-03-17T13:57:43.616Ztflt 0.024040548
2492026-03-17T13:57:43.616Zdflt 0.038435789
2502026-03-17T13:57:43.616Zkflt 0.013235509
2512026-03-17T13:57:43.616Zlock 0.000000000
2522026-03-17T13:57:43.616Zslp 1:35.199395895
2532026-03-17T13:57:43.616Zlat 0.044629140
2542026-03-17T13:57:43.616Zstop 0.000254393
2552026-03-17T13:57:43.616Z+ banner rbuild
2562026-03-17T13:57:43.616Z
2572026-03-17T13:57:43.616Z ##### ##### # # # # #####
2582026-03-17T13:57:43.616Z # # # # # # # # # #
2592026-03-17T13:57:43.616Z # # ##### # # # # # #
2602026-03-17T13:57:43.616Z ##### # # # # # # # #
2612026-03-17T13:57:43.616Z # # # # # # # # # #
2622026-03-17T13:57:43.616Z # # ##### #### # ###### #####
2632026-03-17T13:57:43.616Z
2642026-03-17T13:57:43.616Z+ ptime -m cargo build --verbose --release --all-features
2652026-03-17T13:57:43.771Z Updating crates.io index
2662026-03-17T13:57:43.814Z Updating git repository `https://github.com/oxidecomputer/omicron`
2672026-03-17T13:58:13.719Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-03-17T13:58:15.276Z Updating git repository `https://github.com/oxidecomputer/lldp`
2692026-03-17T13:58:15.594Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-17T13:58:15.683Zerror: failed to get `mg-admin-client` as a dependency of package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#4d5bdc6d)`
2712026-03-17T13:58:15.684Z ... which satisfies git dependency `omicron-common` (locked to 0.1.0) of package `crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent)`
2722026-03-17T13:58:15.684Z
2732026-03-17T13:58:15.684ZCaused by:
2742026-03-17T13:58:15.684Z failed to load source for dependency `mg-admin-client`
2752026-03-17T13:58:15.684Z
2762026-03-17T13:58:15.684ZCaused by:
2772026-03-17T13:58:15.684Z Unable to update https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d
2782026-03-17T13:58:15.684Z
2792026-03-17T13:58:15.684ZCaused by:
2802026-03-17T13:58:15.684Z failed to clone into: /home/build/.cargo/git/db/maghemite-c0236f0fd3d582b6
2812026-03-17T13:58:15.684Z
2822026-03-17T13:58:15.684ZCaused by:
2832026-03-17T13:58:15.684Z revision 08f2a34d487658e87545ffbba3add632a82baf0d not found
2842026-03-17T13:58:15.684Z
2852026-03-17T13:58:15.684ZCaused by:
2862026-03-17T13:58:15.684Z network failure seems to have happened
2872026-03-17T13:58:15.684Z if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
2882026-03-17T13:58:15.684Z https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
2892026-03-17T13:58:15.684Z
2902026-03-17T13:58:15.684ZCaused by:
2912026-03-17T13:58:15.684Z SSL error: unknown error; class=Ssl (16)
2922026-03-17T13:58:15.703Z
2932026-03-17T13:58:15.706Zreal 32.055544905
2942026-03-17T13:58:15.706Zuser 7.754076319
2952026-03-17T13:58:15.706Zsys 0.550533990
2962026-03-17T13:58:15.706Ztrap 0.001049911
2972026-03-17T13:58:15.706Ztflt 0.000018513
2982026-03-17T13:58:15.706Zdflt 0.000004807
2992026-03-17T13:58:15.706Zkflt 0.000000000
3002026-03-17T13:58:15.706Zlock 0.051865389
3012026-03-17T13:58:15.706Zslp 23.899264111
3022026-03-17T13:58:15.706Zlat 0.011186550
3032026-03-17T13:58:15.706Zstop 0.000126984
3042026-03-17T13:58:15.706Zprocess exited: duration 126670 ms, exit code 101
 
3052026-03-17T13:58:15.713Zfound 0 output files