[INFO] updating cached repository niba1122/rust_app [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/niba1122/rust_app [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/niba1122/rust_app" "work/ex/beta-1.37-6/sources/1.36.0/gh/niba1122/rust_app"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/niba1122/rust_app'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/niba1122/rust_app" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/niba1122/rust_app"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/niba1122/rust_app'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9cbace08c3e94bd6504b4d27afb6f8a70794a3bc [INFO] sha for GitHub repo niba1122/rust_app: 9cbace08c3e94bd6504b4d27afb6f8a70794a3bc [INFO] validating manifest of niba1122/rust_app on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of niba1122/rust_app on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing niba1122/rust_app [INFO] removed path dependency yew from niba1122/rust_app [INFO] finished frobbing niba1122/rust_app [INFO] frobbed toml for niba1122/rust_app written to work/ex/beta-1.37-6/sources/1.36.0/gh/niba1122/rust_app/Cargo.toml [INFO] started frobbing niba1122/rust_app [INFO] removed path dependency yew from niba1122/rust_app [INFO] finished frobbing niba1122/rust_app [INFO] frobbed toml for niba1122/rust_app written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/niba1122/rust_app/Cargo.toml [INFO] crate niba1122/rust_app already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/niba1122/rust_app/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing niba1122/rust_app against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/niba1122/rust_app:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] f277bcaa554e153c9a00f035c4b2e1789bf8daf5ce7016320ca103e127ebf66d [INFO] running `"docker" "start" "-a" "f277bcaa554e153c9a00f035c4b2e1789bf8daf5ce7016320ca103e127ebf66d"` [INFO] [stderr] warning: dependency (yew) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling yew v0.7.0 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling yew-macro v0.7.0 [INFO] [stderr] Compiling stdweb v0.4.18 [INFO] [stderr] Compiling rust_app v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: recursion limit reached while expanding the macro `$crate::dispatch` [INFO] [stderr] --> src/lib.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | / html! { [INFO] [stderr] 100 | |
{ "GitHub Account Searcher" }
[INFO] [stderr] 102 | |[INFO] [stderr] ... | [INFO] [stderr] 109 | |