[INFO] crate nemo 0.2.1 is already in cache [INFO] extracting crate nemo 0.2.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/nemo/0.2.1 [INFO] extracting crate nemo 0.2.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/nemo/0.2.1 [INFO] validating manifest of nemo-0.2.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nemo-0.2.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nemo-0.2.1 [INFO] finished frobbing nemo-0.2.1 [INFO] frobbed toml for nemo-0.2.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/nemo/0.2.1/Cargo.toml [INFO] started frobbing nemo-0.2.1 [INFO] finished frobbing nemo-0.2.1 [INFO] frobbed toml for nemo-0.2.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/nemo/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking nemo-0.2.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/nemo/0.2.1:/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=forbid" "-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2cfeb6f60e7967248b9039d99dcfe414a662667309461a17769ee3c93e35ab63 [INFO] running `"docker" "start" "-a" "2cfeb6f60e7967248b9039d99dcfe414a662667309461a17769ee3c93e35ab63"` [INFO] [stderr] Checking nemo v0.2.1 (/opt/crater/workdir) [INFO] [stderr] Checking compiletest_rs v0.0.10 [INFO] [stderr] error: `impl Trait for .. {}` is an obsolete syntax [INFO] [stderr] --> src/session_types/choose.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | impl NotSame for .. { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: use `auto trait Trait {}` instead [INFO] [stderr] [INFO] [stderr] warning: unused import: `Channel` [INFO] [stderr] --> src/channels.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use super::{Channel, Protocol, Transfers, IO}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) [INFO] [stderr] --> src/session_types/choose.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | impl !NotSame for (A, A) { } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0192`. [INFO] [stderr] error: Could not compile `nemo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::dynamic_lib` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/procsrv.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | use std::dynamic_lib::DynamicLibrary; [INFO] [stderr] | ^^^^^^^^^^^ could not find `dynamic_lib` in `std` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `DynMetricFn` in crate `test` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:211:11 [INFO] [stderr] | [INFO] [stderr] 211 | test::DynMetricFn(Box::new(move |mm: &mut test::MetricMap| { [INFO] [stderr] | ^^^^^^^^^^^ not found in `test` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:129:22 [INFO] [stderr] | [INFO] [stderr] 129 | run_ignored: config.run_ignored, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected enum `test::RunIgnored`, found bool [INFO] [stderr] | [INFO] [stderr] = note: expected type `test::RunIgnored` [INFO] [stderr] found type `bool` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing fields `exclude_should_panic`, `filter_exact`, `format` and 4 other fields in initializer of `test::TestOpts` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:124:5 [INFO] [stderr] | [INFO] [stderr] 124 | test::TestOpts { [INFO] [stderr] | ^^^^^^^^^^^^^^ missing `exclude_should_panic`, `filter_exact`, `format` and 4 other fields [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `allow_fail` in initializer of `test::TestDesc` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:178:15 [INFO] [stderr] | [INFO] [stderr] 178 | desc: test::TestDesc { [INFO] [stderr] | ^^^^^^^^^^^^^^ missing `allow_fail` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:227:38 [INFO] [stderr] | [INFO] [stderr] 227 | if full_version_line.char_at(pos + 1) != '.' { continue } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:228:39 [INFO] [stderr] | [INFO] [stderr] 228 | if !full_version_line.char_at(pos + 2).is_digit(10) { continue } [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at_reverse` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:229:49 [INFO] [stderr] | [INFO] [stderr] 229 | if pos > 0 && full_version_line.char_at_reverse(pos).is_digit(10) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:233:38 [INFO] [stderr] | [INFO] [stderr] 233 | full_version_line.char_at(pos + 3).is_digit(10) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:267:43 [INFO] [stderr] | [INFO] [stderr] 267 | let l = full_version_line.char_at(pos + 1); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:269:43 [INFO] [stderr] | [INFO] [stderr] 269 | let d = full_version_line.char_at(pos + 2); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:271:43 [INFO] [stderr] | [INFO] [stderr] 271 | let b = full_version_line.char_at(pos + 3); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/compiletest.rs:273:46 [INFO] [stderr] | [INFO] [stderr] 273 | let dash = full_version_line.char_at(pos + 4); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/runtest.rs:1056:23 [INFO] [stderr] | [INFO] [stderr] 1056 | let ch = haystack.char_at(*idx); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/runtest.rs:1067:27 [INFO] [stderr] | [INFO] [stderr] 1067 | let ch = haystack.char_at(i); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/runtest.rs:1087:27 [INFO] [stderr] | [INFO] [stderr] 1087 | let ch = haystack.char_at(haystack_i); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.0.10/src/errors.rs:65:37 [INFO] [stderr] | [INFO] [stderr] 65 | let (follow, adjusts) = if line.char_at(start + 3) == '|' { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0308, E0425, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: Could not compile `compiletest_rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2cfeb6f60e7967248b9039d99dcfe414a662667309461a17769ee3c93e35ab63"` [INFO] running `"docker" "rm" "-f" "2cfeb6f60e7967248b9039d99dcfe414a662667309461a17769ee3c93e35ab63"` [INFO] [stdout] 2cfeb6f60e7967248b9039d99dcfe414a662667309461a17769ee3c93e35ab63