[INFO] fetching crate hindley-milner 0.1.0... [INFO] checking hindley-milner-0.1.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate hindley-milner 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate hindley-milner 0.1.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hindley-milner 0.1.0 [INFO] finished tweaking crates.io crate hindley-milner 0.1.0 [INFO] tweaked toml for crates.io crate hindley-milner 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8134bebadc86d24c0a9308e7c49389258d1f9b97ec88934eaa93d5cb24dd2238 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8134bebadc86d24c0a9308e7c49389258d1f9b97ec88934eaa93d5cb24dd2238"` [INFO] [stderr] Checking maplit v0.1.6 [INFO] [stderr] Checking hindley-milner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | // Basic integer [INFO] [stderr] 208 | | static ref INTEGER: Type = Type::new_operator(0, "int", &[]); [INFO] [stderr] 209 | | // Basic bool [INFO] [stderr] 210 | | static ref BOOL: Type = Type::new_operator(1, "bool", &[]); [INFO] [stderr] 211 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | // Basic integer [INFO] [stderr] 208 | | static ref INTEGER: Type = Type::new_operator(0, "int", &[]); [INFO] [stderr] 209 | | // Basic bool [INFO] [stderr] 210 | | static ref BOOL: Type = Type::new_operator(1, "bool", &[]); [INFO] [stderr] 211 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | // Basic integer [INFO] [stderr] 208 | | static ref INTEGER: Type = Type::new_operator(0, "int", &[]); [INFO] [stderr] 209 | | // Basic bool [INFO] [stderr] 210 | | static ref BOOL: Type = Type::new_operator(1, "bool", &[]); [INFO] [stderr] 211 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | // Basic integer [INFO] [stderr] 208 | | static ref INTEGER: Type = Type::new_operator(0, "int", &[]); [INFO] [stderr] 209 | | // Basic bool [INFO] [stderr] 210 | | static ref BOOL: Type = Type::new_operator(1, "bool", &[]); [INFO] [stderr] 211 | | } [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: struct is never constructed: `Namer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | struct Namer { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `next` [INFO] [stderr] --> src/lib.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | fn next(&mut self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `name` [INFO] [stderr] --> src/lib.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | fn name(&mut self, t: ArenaType) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `id` [INFO] [stderr] --> src/lib.rs:124:5 [INFO] [stderr] | [INFO] [stderr] 124 | fn id(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `as_string` [INFO] [stderr] --> src/lib.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | fn as_string(&self, a: &Vec, namer: &mut Namer) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test_env` [INFO] [stderr] --> src/lib.rs:537:1 [INFO] [stderr] | [INFO] [stderr] 537 | fn test_env() -> (Vec, Env) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `"docker" "inspect" "8134bebadc86d24c0a9308e7c49389258d1f9b97ec88934eaa93d5cb24dd2238"` [INFO] running `"docker" "rm" "-f" "8134bebadc86d24c0a9308e7c49389258d1f9b97ec88934eaa93d5cb24dd2238"` [INFO] [stdout] 8134bebadc86d24c0a9308e7c49389258d1f9b97ec88934eaa93d5cb24dd2238