[INFO] updating cached repository https://github.com/zjhmale/tinytl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 65f6086bd4bd3560dabc097dbc1e6b493a677de6 [INFO] checking zjhmale/tinytl against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzjhmale%2Ftinytl" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zjhmale/tinytl on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zjhmale/tinytl [INFO] finished tweaking git repo https://github.com/zjhmale/tinytl [INFO] tweaked toml for git repo https://github.com/zjhmale/tinytl written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/zjhmale/tinytl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6541900951faf2cd61b497dc6817937efc960289cad1437e6b528b3e5a71e6ed [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" "6541900951faf2cd61b497dc6817937efc960289cad1437e6b528b3e5a71e6ed"` [INFO] [stderr] Compiling stainless v0.1.6 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/lib.rs:7:30 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/describe.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | use syntax::{ast, codemap, parse, tokenstream}; [INFO] [stderr] | ^^^^^^^ no `codemap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ext` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/describe.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | use syntax::ext::base; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/describe.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/parse.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::{ast, codemap}; [INFO] [stderr] | ^^^^^^^ no `codemap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ext` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/parse.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ext::base; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::abi`, `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::{ast, abi, codemap}; [INFO] [stderr] | ^^^ ^^^^^^^ no `codemap` in the root [INFO] [stderr] | | [INFO] [stderr] | no `abi` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ext` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::ext::base; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:156:29 [INFO] [stderr] | [INFO] [stderr] 156 | ty: quote_ty!(cx, &mut ::test::Bencher), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_pat` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:157:30 [INFO] [stderr] | [INFO] [stderr] 157 | pat: quote_pat!(cx, $bench), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:32:71 [INFO] [stderr] | [INFO] [stderr] 32 | let test_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("test"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:35:69 [INFO] [stderr] | [INFO] [stderr] 35 | let should_panic = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("should_panic"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:38:63 [INFO] [stderr] | [INFO] [stderr] 38 | let ignore = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("ignore"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:40:54 [INFO] [stderr] | [INFO] [stderr] 40 | let non_snake_word = cx.meta_word(sp, token::InternedString::new("non_snake_case")); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | let allow_non_snake_case = cx.meta_list(sp, token::InternedString::new("allow"), [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:89:51 [INFO] [stderr] | [INFO] [stderr] 89 | let should_panic_str = token::InternedString::new("should_panic"); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:90:47 [INFO] [stderr] | [INFO] [stderr] 90 | let expected_str = token::InternedString::new("expected"); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:142:72 [INFO] [stderr] | [INFO] [stderr] 142 | let bench_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("bench"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/lib.rs:189:17 [INFO] [stderr] | [INFO] [stderr] 189 | syntax::ext::base::IdentTT(Box::new(describe), None, false) [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `tts_to_parser` in module `parse` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/describe.rs:68:57 [INFO] [stderr] | [INFO] [stderr] 68 | let state: DescribeState = Parse::parse(&mut parse::tts_to_parser(cx.parse_sess(), tokens, cx.cfg()), (sp, &mut*cx, Some(name))); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `parse` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `InternedString` in module `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/test.rs:23:37 [INFO] [stderr] | [INFO] [stderr] 23 | pub failing_msg: Option<(token::InternedString, ast::StrStyle)>, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `token` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `InternedString` in module `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/test.rs:28:53 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn failing_test(failing_msg: Option<(token::InternedString, ast::StrStyle)>) -> TestConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `token` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Arg` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/generate.rs:155:39 [INFO] [stderr] | [INFO] [stderr] 155 | inputs: vec![ast::Arg { [INFO] [stderr] | ^^^ help: a struct with a similar name exists: `Arm` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern` in module `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.6/src/lib.rs:188:16 [INFO] [stderr] | [INFO] [stderr] 188 | token::intern("describe"), [INFO] [stderr] | ^^^^^^ not found in `token` [INFO] [stderr] [INFO] [stderr] error: aborting due to 25 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `stainless`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6541900951faf2cd61b497dc6817937efc960289cad1437e6b528b3e5a71e6ed"` [INFO] running `"docker" "rm" "-f" "6541900951faf2cd61b497dc6817937efc960289cad1437e6b528b3e5a71e6ed"` [INFO] [stdout] 6541900951faf2cd61b497dc6817937efc960289cad1437e6b528b3e5a71e6ed