[INFO] crate cognitive-frames 0.1.0 is already in cache [INFO] extracting crate cognitive-frames 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/cognitive-frames/0.1.0 [INFO] extracting crate cognitive-frames 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cognitive-frames/0.1.0 [INFO] validating manifest of cognitive-frames-0.1.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cognitive-frames-0.1.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cognitive-frames-0.1.0 [INFO] finished frobbing cognitive-frames-0.1.0 [INFO] frobbed toml for cognitive-frames-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/cognitive-frames/0.1.0/Cargo.toml [INFO] started frobbing cognitive-frames-0.1.0 [INFO] finished frobbing cognitive-frames-0.1.0 [INFO] frobbed toml for cognitive-frames-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/cognitive-frames/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cognitive-frames-0.1.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/cognitive-frames/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 71f0de435d5b27eaf3a2f319f0a39779b349bbad1afd2d41911d7c9f8412155b [INFO] running `"docker" "start" "-a" "71f0de435d5b27eaf3a2f319f0a39779b349bbad1afd2d41911d7c9f8412155b"` [INFO] [stderr] Compiling cognitive-qualia v0.1.0 [INFO] [stderr] Compiling cognitive-frames v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.87s [INFO] running `"docker" "inspect" "71f0de435d5b27eaf3a2f319f0a39779b349bbad1afd2d41911d7c9f8412155b"` [INFO] running `"docker" "rm" "-f" "71f0de435d5b27eaf3a2f319f0a39779b349bbad1afd2d41911d7c9f8412155b"` [INFO] [stdout] 71f0de435d5b27eaf3a2f319f0a39779b349bbad1afd2d41911d7c9f8412155b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/cognitive-frames/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d653934143cb0ba6706c26e4db04fb7f99cf3c971138679738945d16e4d2fe1f [INFO] running `"docker" "start" "-a" "d653934143cb0ba6706c26e4db04fb7f99cf3c971138679738945d16e4d2fe1f"` [INFO] [stderr] Compiling cognitive-frames v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/common/assertions.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `cognitive-frames`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/common/assertions.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/test_frame_settling.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `cognitive-frames`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/common/assertions.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/test_frame_base.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/common/assertions.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068.cognitive_frames.ap9dqvdz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068.cognitive_frames.ap9dqvdz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068.cognitive_frames.ap9dqvdz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068.cognitive_frames.ap9dqvdz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068.cognitive_frames.ap9dqvdz-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068" "/opt/crater/target/debug/deps/cognitive_frames-1af4c93ad1b32068.4dtdu8wvh2hu1yvt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libcognitive_qualia-a32c7a36359abf53.rlib" "/opt/crater/target/debug/deps/libserde-3fb650844fa5ba98.rlib" "/opt/crater/target/debug/deps/libcognitive_graphics-da8bc3916a28a57d.rlib" "/opt/crater/target/debug/deps/libgl-bd0e769e09810d7b.rlib" "/opt/crater/target/debug/deps/libegl-cc4ae7cf4e2e6d1b.rlib" "/opt/crater/target/debug/deps/libkhronos-ba62699a308e9b36.rlib" "/opt/crater/target/debug/deps/liblibc-f3c88a91d9cbe10b.rlib" "/opt/crater/target/debug/deps/libgbm_rs-09198f78244e7488.rlib" "/opt/crater/target/debug/deps/libdharma-391d60cdbdcd255a.rlib" "/opt/crater/target/debug/deps/libtimerfd-58f5693e2f629fbb.rlib" "/opt/crater/target/debug/deps/libtimber-27f9caece3acc88d.rlib" "/opt/crater/target/debug/deps/libbitflags-3027fb203d4b0218.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libnix-45d49f8dcae7e8d7.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/liblibudev-1b84785eb3e50aa2.rlib" "/opt/crater/target/debug/deps/liblibudev_sys-0821e8527e261a71.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lgbm [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `cognitive-frames`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `frames::representation` [INFO] [stderr] --> tests/common/assertions.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | use frames::representation::FrameRepresentation; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `cognitive-frames`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `cognitive-frames`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `cognitive-frames`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d653934143cb0ba6706c26e4db04fb7f99cf3c971138679738945d16e4d2fe1f"` [INFO] running `"docker" "rm" "-f" "d653934143cb0ba6706c26e4db04fb7f99cf3c971138679738945d16e4d2fe1f"` [INFO] [stdout] d653934143cb0ba6706c26e4db04fb7f99cf3c971138679738945d16e4d2fe1f