[INFO] updating cached repository https://github.com/ckampfe/stanley-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/ckampfe/stanley-rs [INFO] [stderr] 1e7003b..4a7a8f2 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4a7a8f28c4371c3ee45d0a462a2cd8b9264b351b [INFO] checking ckampfe/stanley-rs against try#b19afc12c4f781e95f168f2fdea339c972f14ae2 for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckampfe%2Fstanley-rs" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ckampfe/stanley-rs on toolchain b19afc12c4f781e95f168f2fdea339c972f14ae2-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ckampfe/stanley-rs [INFO] finished tweaking git repo https://github.com/ckampfe/stanley-rs [INFO] tweaked toml for git repo https://github.com/ckampfe/stanley-rs written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/ckampfe/stanley-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tera v1.0.0-beta.16 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 34d9f386b82939329be560eed1db86692400947034280a3ec6a37736d4bf0375 [INFO] running `"docker" "start" "-a" "34d9f386b82939329be560eed1db86692400947034280a3ec6a37736d4bf0375"` [INFO] [stderr] Compiling pulldown-cmark v0.6.0 [INFO] [stderr] Compiling lexical-core v0.4.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Checking quick-xml v0.14.0 [INFO] [stderr] Checking ignore v0.4.10 [INFO] [stderr] Checking rss v1.8.0 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking globwalk v0.7.1 [INFO] [stderr] Checking nom v5.0.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking tera v1.0.0-beta.16 [INFO] [stderr] Checking stanley-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> src/main.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / named!( [INFO] [stderr] 57 | | title, [INFO] [stderr] 58 | | preceded!( [INFO] [stderr] 59 | | ws!(tag!("title:")), [INFO] [stderr] 60 | | terminated!(take_until!("\n"), line_ending) [INFO] [stderr] 61 | | ) [INFO] [stderr] 62 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> src/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / named!( [INFO] [stderr] 65 | | created_on, [INFO] [stderr] 66 | | preceded!( [INFO] [stderr] 67 | | ws!(tag!("created:")), [INFO] [stderr] 68 | | terminated!(take_until!("\n"), line_ending) [INFO] [stderr] 69 | | ) [INFO] [stderr] 70 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> src/main.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / named!( [INFO] [stderr] 57 | | title, [INFO] [stderr] 58 | | preceded!( [INFO] [stderr] 59 | | ws!(tag!("title:")), [INFO] [stderr] 60 | | terminated!(take_until!("\n"), line_ending) [INFO] [stderr] 61 | | ) [INFO] [stderr] 62 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> src/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / named!( [INFO] [stderr] 65 | | created_on, [INFO] [stderr] 66 | | preceded!( [INFO] [stderr] 67 | | ws!(tag!("created:")), [INFO] [stderr] 68 | | terminated!(take_until!("\n"), line_ending) [INFO] [stderr] 69 | | ) [INFO] [stderr] 70 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.11s [INFO] running `"docker" "inspect" "34d9f386b82939329be560eed1db86692400947034280a3ec6a37736d4bf0375"` [INFO] running `"docker" "rm" "-f" "34d9f386b82939329be560eed1db86692400947034280a3ec6a37736d4bf0375"` [INFO] [stdout] 34d9f386b82939329be560eed1db86692400947034280a3ec6a37736d4bf0375