[INFO] cloning repository https://github.com/woodgear/simple-replace-templete-engine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/woodgear/simple-replace-templete-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodgear%2Fsimple-replace-templete-engine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodgear%2Fsimple-replace-templete-engine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 41024e28c3ce29682b1ceb92bb243afaf2a32348 [INFO] testing woodgear/simple-replace-templete-engine against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodgear%2Fsimple-replace-templete-engine" "/workspace/builds/worker-113/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-113/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/woodgear/simple-replace-templete-engine on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/woodgear/simple-replace-templete-engine [INFO] finished tweaking git repo https://github.com/woodgear/simple-replace-templete-engine [INFO] tweaked toml for git repo https://github.com/woodgear/simple-replace-templete-engine written to /workspace/builds/worker-113/source/Cargo.toml [INFO] crate git repo https://github.com/woodgear/simple-replace-templete-engine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62b908b29d857c79039b38d43944665b906efb7b8030b57da5129c1f16be0e67 [INFO] running `Command { std: "docker" "start" "-a" "62b908b29d857c79039b38d43944665b906efb7b8030b57da5129c1f16be0e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62b908b29d857c79039b38d43944665b906efb7b8030b57da5129c1f16be0e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62b908b29d857c79039b38d43944665b906efb7b8030b57da5129c1f16be0e67", kill_on_drop: false }` [INFO] [stdout] 62b908b29d857c79039b38d43944665b906efb7b8030b57da5129c1f16be0e67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6d15f79204769941265c7c72bc0a52b92ec94081f71d68205c709f025d3857c [INFO] running `Command { std: "docker" "start" "-a" "f6d15f79204769941265c7c72bc0a52b92ec94081f71d68205c709f025d3857c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling simple-replace-templete-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: underscore literal suffix is not allowed [INFO] [stdout] --> src/lib.rs:83:61 [INFO] [stdout] | [INFO] [stdout] 83 | let templete_str = "hello _t_name_t_ _t_sec_name_t_"_.to_owned(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: see issue #42326 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.59s [INFO] running `Command { std: "docker" "inspect" "f6d15f79204769941265c7c72bc0a52b92ec94081f71d68205c709f025d3857c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6d15f79204769941265c7c72bc0a52b92ec94081f71d68205c709f025d3857c", kill_on_drop: false }` [INFO] [stdout] f6d15f79204769941265c7c72bc0a52b92ec94081f71d68205c709f025d3857c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 097cc8fd801daacb4061d43ce6bf6ccabeaebee4e4fd56f8457ad354d3654fa8 [INFO] running `Command { std: "docker" "start" "-a" "097cc8fd801daacb4061d43ce6bf6ccabeaebee4e4fd56f8457ad354d3654fa8", kill_on_drop: false }` [INFO] [stderr] Compiling simple-replace-templete-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: underscore literal suffix is not allowed [INFO] [stdout] --> src/lib.rs:83:61 [INFO] [stdout] | [INFO] [stdout] 83 | let templete_str = "hello _t_name_t_ _t_sec_name_t_"_.to_owned(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: see issue #42326 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: underscore literal suffix is not allowed [INFO] [stdout] --> src/lib.rs:83:61 [INFO] [stdout] | [INFO] [stdout] 83 | let templete_str = "hello _t_name_t_ _t_sec_name_t_"_.to_owned(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: see issue #42326 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.49s [INFO] running `Command { std: "docker" "inspect" "097cc8fd801daacb4061d43ce6bf6ccabeaebee4e4fd56f8457ad354d3654fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "097cc8fd801daacb4061d43ce6bf6ccabeaebee4e4fd56f8457ad354d3654fa8", kill_on_drop: false }` [INFO] [stdout] 097cc8fd801daacb4061d43ce6bf6ccabeaebee4e4fd56f8457ad354d3654fa8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b5d6c8ebec110525a9df221e422b30250b968fe3571320304069eab6b565be7c [INFO] running `Command { std: "docker" "start" "-a" "b5d6c8ebec110525a9df221e422b30250b968fe3571320304069eab6b565be7c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: underscore literal suffix is not allowed [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:83:61 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test tests::test_get_variable ... ok [INFO] [stderr] 83 | let templete_str = "hello _t_name_t_ _t_sec_name_t_"_.to_owned(); [INFO] [stdout] test tests::test_replace ... ok [INFO] [stderr] | ^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stderr] = note: see issue #42326 for more information [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 0 tests [INFO] [stderr] warning: `simple-replace-templete-engine` (lib) generated 1 warning [INFO] [stdout] [INFO] [stderr] warning: `simple-replace-templete-engine` (lib test) generated 1 warning (1 duplicate) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/simple_replace_templete_engine-7a6cb0926e78c90d) [INFO] [stderr] Doc-tests simple-replace-templete-engine [INFO] [stderr] warning: underscore literal suffix is not allowed [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:83:61 [INFO] [stderr] | [INFO] [stderr] 83 | let templete_str = "hello _t_name_t_ _t_sec_name_t_"_.to_owned(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: see issue #42326 for more information [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "b5d6c8ebec110525a9df221e422b30250b968fe3571320304069eab6b565be7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5d6c8ebec110525a9df221e422b30250b968fe3571320304069eab6b565be7c", kill_on_drop: false }` [INFO] [stdout] b5d6c8ebec110525a9df221e422b30250b968fe3571320304069eab6b565be7c