[INFO] crate selfish 0.1.0 is already in cache [INFO] extracting crate selfish 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/selfish/0.1.0 [INFO] extracting crate selfish 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/selfish/0.1.0 [INFO] validating manifest of selfish-0.1.0 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 selfish-0.1.0 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 selfish-0.1.0 [INFO] finished frobbing selfish-0.1.0 [INFO] frobbed toml for selfish-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/selfish/0.1.0/Cargo.toml [INFO] started frobbing selfish-0.1.0 [INFO] finished frobbing selfish-0.1.0 [INFO] frobbed toml for selfish-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/selfish/0.1.0/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking selfish-0.1.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-6/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/selfish/0.1.0:/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] 006d2018cca1a5ff74c9cb153f0f55ce429669b842ee7f63c063ade37d2a98d7 [INFO] running `"docker" "start" "-a" "006d2018cca1a5ff74c9cb153f0f55ce429669b842ee7f63c063ade37d2a98d7"` [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] Checking selfish v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:314:40 [INFO] [stderr] | [INFO] [stderr] 314 | assert_eq!(atom(&b"true"[..]), IResult::Done(&b""[..], Type::Boolean(true))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:315:41 [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(atom(&b"false"[..]), IResult::Done(&b""[..], Type::Boolean(false))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:316:44 [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(atom(&b"function"[..]), IResult::Done(&b""[..], Type::Symbol("function".to_owned()))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:317:44 [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(atom(&b":keyword"[..]), IResult::Done(&b""[..], Type::Keyword("keyword".to_owned()))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:322:38 [INFO] [stderr] | [INFO] [stderr] 322 | assert_eq!(atom(&b"32"[..]), IResult::Done(&b""[..], Type::Int(32))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:323:42 [INFO] [stderr] | [INFO] [stderr] 323 | assert_eq!(atom(&b"-32321"[..]), IResult::Done(&b""[..], Type::Int(-32321))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:328:39 [INFO] [stderr] | [INFO] [stderr] 328 | assert_eq!(atom(&b"1.3"[..]), IResult::Done(&b""[..], Type::Float(1.3))); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:333:51 [INFO] [stderr] | [INFO] [stderr] 333 | assert_eq!(atom(&b"\"some string\""[..]), IResult::Done(&b""[..], [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:335:67 [INFO] [stderr] | [INFO] [stderr] 335 | assert_eq!(atom(&b"\"some \\\"escaped\\\" string\""[..]), IResult::Done(&b""[..], [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:351:9 [INFO] [stderr] | [INFO] [stderr] 351 | IResult::Done(&b""[..], list1.clone())); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:357:9 [INFO] [stderr] | [INFO] [stderr] 357 | IResult::Done(&b""[..], list2)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:372:9 [INFO] [stderr] | [INFO] [stderr] 372 | IResult::Done(&b""[..], vector1.clone())); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `IResult` [INFO] [stderr] --> src/lib.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | IResult::Done(&b""[..], vector2)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `IResult` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:314:20 [INFO] [stderr] | [INFO] [stderr] 314 | assert_eq!(atom(&b"true"[..]), IResult::Done(&b""[..], Type::Boolean(true))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 314 | assert_eq!(atoms(&b"true"[..]), IResult::Done(&b""[..], Type::Boolean(true))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:315:20 [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(atom(&b"false"[..]), IResult::Done(&b""[..], Type::Boolean(false))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 315 | assert_eq!(atoms(&b"false"[..]), IResult::Done(&b""[..], Type::Boolean(false))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:316:20 [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(atom(&b"function"[..]), IResult::Done(&b""[..], Type::Symbol("function".to_owned()))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 316 | assert_eq!(atoms(&b"function"[..]), IResult::Done(&b""[..], Type::Symbol("function".to_owned()))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:317:20 [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(atom(&b":keyword"[..]), IResult::Done(&b""[..], Type::Keyword("keyword".to_owned()))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 317 | assert_eq!(atoms(&b":keyword"[..]), IResult::Done(&b""[..], Type::Keyword("keyword".to_owned()))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:322:20 [INFO] [stderr] | [INFO] [stderr] 322 | assert_eq!(atom(&b"32"[..]), IResult::Done(&b""[..], Type::Int(32))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 322 | assert_eq!(atoms(&b"32"[..]), IResult::Done(&b""[..], Type::Int(32))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:323:20 [INFO] [stderr] | [INFO] [stderr] 323 | assert_eq!(atom(&b"-32321"[..]), IResult::Done(&b""[..], Type::Int(-32321))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 323 | assert_eq!(atoms(&b"-32321"[..]), IResult::Done(&b""[..], Type::Int(-32321))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:328:20 [INFO] [stderr] | [INFO] [stderr] 328 | assert_eq!(atom(&b"1.3"[..]), IResult::Done(&b""[..], Type::Float(1.3))); [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 328 | assert_eq!(atoms(&b"1.3"[..]), IResult::Done(&b""[..], Type::Float(1.3))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:333:20 [INFO] [stderr] | [INFO] [stderr] 333 | assert_eq!(atom(&b"\"some string\""[..]), IResult::Done(&b""[..], [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 333 | assert_eq!(atoms(&b"\"some string\""[..]), IResult::Done(&b""[..], [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `atom` in this scope [INFO] [stderr] --> src/lib.rs:335:20 [INFO] [stderr] | [INFO] [stderr] 335 | assert_eq!(atom(&b"\"some \\\"escaped\\\" string\""[..]), IResult::Done(&b""[..], [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a constant with a similar name exists [INFO] [stderr] | [INFO] [stderr] 335 | assert_eq!(atoms(&b"\"some \\\"escaped\\\" string\""[..]), IResult::Done(&b""[..], [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::atom; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::atom; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list` in this scope [INFO] [stderr] --> src/lib.rs:350:20 [INFO] [stderr] | [INFO] [stderr] 350 | assert_eq!(list(&b"(somesymbol 11 true 1.3 10231 -30 \"some string\")"[..]), [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a local variable with a similar name exists [INFO] [stderr] | [INFO] [stderr] 350 | assert_eq!(list1(&b"(somesymbol 11 true 1.3 10231 -30 \"some string\")"[..]), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::list; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::list; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `list` in this scope [INFO] [stderr] --> src/lib.rs:356:20 [INFO] [stderr] | [INFO] [stderr] 356 | assert_eq!(list(&b"((somesymbol 11 true 1.3 10231 -30 \"some string\") somesymbol)"[..]), [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a local variable with a similar name exists [INFO] [stderr] | [INFO] [stderr] 356 | assert_eq!(list1(&b"((somesymbol 11 true 1.3 10231 -30 \"some string\") somesymbol)"[..]), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::list; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::list; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `vector` in this scope [INFO] [stderr] --> src/lib.rs:371:20 [INFO] [stderr] | [INFO] [stderr] 371 | assert_eq!(vector(&b"[somesymbol 11 true 1.3 10231 -30 \"some string\"]"[..]), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a local variable with a similar name exists [INFO] [stderr] | [INFO] [stderr] 371 | assert_eq!(vector1(&b"[somesymbol 11 true 1.3 10231 -30 \"some string\"]"[..]), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::vector; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::vector; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `vector` in this scope [INFO] [stderr] --> src/lib.rs:377:20 [INFO] [stderr] | [INFO] [stderr] 377 | assert_eq!(vector(&b"[[somesymbol 11 true 1.3 10231 -30 \"some string\"] somesymbol]"[..]), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a local variable with a similar name exists [INFO] [stderr] | [INFO] [stderr] 377 | assert_eq!(vector1(&b"[[somesymbol 11 true 1.3 10231 -30 \"some string\"] somesymbol]"[..]), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 311 | use core::vector; [INFO] [stderr] | [INFO] [stderr] 311 | use reader::vector; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:342:13 [INFO] [stderr] | [INFO] [stderr] 342 | Rc::new(Type::Symbol("somesymbol".to_owned())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:353:13 [INFO] [stderr] | [INFO] [stderr] 353 | Rc::new(list1), [INFO] [stderr] | ^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:363:13 [INFO] [stderr] | [INFO] [stderr] 363 | Rc::new(Type::Symbol("somesymbol".to_owned())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:374:13 [INFO] [stderr] | [INFO] [stderr] 374 | Rc::new(vector1), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `Value` [INFO] [stderr] found type `std::rc::Rc` [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `selfish`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "006d2018cca1a5ff74c9cb153f0f55ce429669b842ee7f63c063ade37d2a98d7"` [INFO] running `"docker" "rm" "-f" "006d2018cca1a5ff74c9cb153f0f55ce429669b842ee7f63c063ade37d2a98d7"` [INFO] [stdout] 006d2018cca1a5ff74c9cb153f0f55ce429669b842ee7f63c063ade37d2a98d7