[INFO] crate thinline 0.3.1 is already in cache [INFO] extracting crate thinline 0.3.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/thinline/0.3.1 [INFO] extracting crate thinline 0.3.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/thinline/0.3.1 [INFO] validating manifest of thinline-0.3.1 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 thinline-0.3.1 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 thinline-0.3.1 [INFO] finished frobbing thinline-0.3.1 [INFO] frobbed toml for thinline-0.3.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/thinline/0.3.1/Cargo.toml [INFO] started frobbing thinline-0.3.1 [INFO] finished frobbing thinline-0.3.1 [INFO] frobbed toml for thinline-0.3.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/thinline/0.3.1/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 thinline-0.3.1 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/thinline/0.3.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=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] 399523c7df66529906f3bb90cb1a3e4309f8f92bbe080efae38526353026db3b [INFO] running `"docker" "start" "-a" "399523c7df66529906f3bb90cb1a3e4309f8f92bbe080efae38526353026db3b"` [INFO] [stderr] Compiling bytecount v0.3.2 [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling wtf8 v0.0.3 [INFO] [stderr] Compiling unicode_names2 v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling users v0.8.1 [INFO] [stderr] Compiling slog-scope v4.1.2 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling nom_locate v0.3.1 [INFO] [stderr] Compiling pretty_assertions v0.2.1 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling run_script v0.1.22 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling clang v0.20.0 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling python-parser v0.1.0 [INFO] [stderr] Compiling slog-envlogger v2.1.0 [INFO] [stderr] Compiling snapshot-proc-macro v0.1.0 [INFO] [stderr] Compiling snapshot v0.1.0 [INFO] [stderr] Compiling thinline v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/analysis.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | desc.trim_left() [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/analysis.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | .trim_left_matches('*') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/analysis.rs:34:26 [INFO] [stderr] | [INFO] [stderr] 34 | .trim_left_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/analysis.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | .trim_left(), [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/analysis.rs:160:22 [INFO] [stderr] | [INFO] [stderr] 160 | .trim_right(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_SET_UP_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | static STUB_ID_SET_UP_CONTEXT: &str = "#SET_UP"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_TEAR_DOWN_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | static STUB_ID_TEAR_DOWN_CONTEXT: &str = "#TEAR_DOWN"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_CONSTRUCTOR_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | static STUB_ID_CONSTRUCTOR_CONTEXT: &str = "#CONSTRUCTOR"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_DESTRUCTOR_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | static STUB_ID_DESTRUCTOR_CONTEXT: &str = "#DESTRUCTOR"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_CLASS_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | static STUB_ID_CLASS_CONTEXT: &str = "#CLASS_CONTEXT"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.88s [INFO] running `"docker" "inspect" "399523c7df66529906f3bb90cb1a3e4309f8f92bbe080efae38526353026db3b"` [INFO] running `"docker" "rm" "-f" "399523c7df66529906f3bb90cb1a3e4309f8f92bbe080efae38526353026db3b"` [INFO] [stdout] 399523c7df66529906f3bb90cb1a3e4309f8f92bbe080efae38526353026db3b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/thinline/0.3.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=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] 0e6170ea5b50513ad1c8a9cbe196d9b1733e2b4c60af569e37d6845dadb3922d [INFO] running `"docker" "start" "-a" "0e6170ea5b50513ad1c8a9cbe196d9b1733e2b4c60af569e37d6845dadb3922d"` [INFO] [stderr] Compiling thinline v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/analysis.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | desc.trim_left() [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/analysis.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | .trim_left_matches('*') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/analysis.rs:34:26 [INFO] [stderr] | [INFO] [stderr] 34 | .trim_left_matches('/') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/analysis.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | .trim_left(), [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/analysis.rs:160:22 [INFO] [stderr] | [INFO] [stderr] 160 | .trim_right(), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_SET_UP_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | static STUB_ID_SET_UP_CONTEXT: &str = "#SET_UP"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_TEAR_DOWN_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | static STUB_ID_TEAR_DOWN_CONTEXT: &str = "#TEAR_DOWN"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_CONSTRUCTOR_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | static STUB_ID_CONSTRUCTOR_CONTEXT: &str = "#CONSTRUCTOR"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_DESTRUCTOR_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | static STUB_ID_DESTRUCTOR_CONTEXT: &str = "#DESTRUCTOR"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `STUB_ID_CLASS_CONTEXT` [INFO] [stderr] --> src/synthesis.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | static STUB_ID_CLASS_CONTEXT: &str = "#CLASS_CONTEXT"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.64s [INFO] running `"docker" "inspect" "0e6170ea5b50513ad1c8a9cbe196d9b1733e2b4c60af569e37d6845dadb3922d"` [INFO] running `"docker" "rm" "-f" "0e6170ea5b50513ad1c8a9cbe196d9b1733e2b4c60af569e37d6845dadb3922d"` [INFO] [stdout] 0e6170ea5b50513ad1c8a9cbe196d9b1733e2b4c60af569e37d6845dadb3922d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/thinline/0.3.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=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"` [INFO] [stdout] 9dc317b2a863822424996083dd231a4a65ef7f0d65847dcf58a4a28982787a72 [INFO] running `"docker" "start" "-a" "9dc317b2a863822424996083dd231a4a65ef7f0d65847dcf58a4a28982787a72"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/thinlinelib-92d953457c875992 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test language_type::c::new ... ok [INFO] [stdout] test language_type::c::file_types ... ok [INFO] [stdout] test config_parser::value_parser::parse_yaml_config_str_vec_failed ... ok [INFO] [stdout] test language_type::python::file_types ... ok [INFO] [stdout] test language_type::python::new ... ok [INFO] [stdout] test language_type::cpp::new ... ok [INFO] [stdout] test language_type::cpp::file_types ... ok [INFO] [stdout] test config_parser::value_parser::parse_yaml_config_str_succeed ... ok [INFO] [stdout] test config_parser::value_parser::parse_yaml_config_str_failed ... ok [INFO] [stdout] test config_parser::value_parser::parse_yaml_config_bool_succeed ... ok [INFO] [stdout] test config_parser::value_parser::parse_yaml_config_bool_failed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/thinline-3e2b36f478506599 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/analysis-4763a2f4b754f559 [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test analysis::argument::new ... ok [INFO] [stdout] test analysis::argument::set_value ... ok [INFO] [stdout] test analysis::c::test_collect_sources::should_succeed::when_directory_is_valid ... ok [INFO] [stdout] test analysis::cpp::test_collect_sources::should_fail::when_directory_not_existing ... ok [INFO] [stdout] test analysis::c::test_collect_sources::should_fail::when_path_is_no_directory ... ok [INFO] [stdout] test analysis::cpp::test_collect_sources::should_fail::when_path_is_no_directory ... ok [INFO] [stdout] test analysis::enumeration::set_arguments ... ok [INFO] [stdout] test analysis::enumeration::new ... ok [INFO] [stdout] test analysis::cpp::test_collect_sources::should_succeed::when_directory_is_valid ... ok [INFO] [stdout] test analysis::function::set_arguments ... ok [INFO] [stdout] test analysis::c::test_collect_sources::should_fail::when_directory_not_existing ... ok [INFO] [stdout] test analysis::function::set_return_type ... ok [INFO] [stdout] test analysis::function::set_description ... ok [INFO] [stdout] test analysis::function::new ... ok [INFO] [stdout] test analysis::enumeration::push_argument ... ok [INFO] [stdout] test analysis::python::collect_sources::should_fail::when_directory_not_existing ... ok [INFO] [stdout] test analysis::python::collect_sources::should_succeed::when_directory_is_valid ... ok [INFO] [stdout] test analysis::python::collect_sources::should_fail::when_path_is_no_directory ... ok [INFO] [stdout] test analysis::python::extract_entities::extract_entities_linux_python ... ok [INFO] [stdout] test analysis::cpp::test_collect_sources::extract_entities::extract_entities_linux_cpp ... ok [INFO] [stdout] test analysis::c::test_collect_sources::extract_entities::extract_entities_linux_c ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/config_parser-df77c0fe1f2174a5 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test project_parameters::should_fail::when_yaml_is_not_existing ... ok [INFO] [stdout] test project_parameters::should_succeed::when_yaml_is_valid ... ok [INFO] [stdout] test project_parameters::should_fail::when_no_test_env_could_be_parsed ... ok [INFO] [stdout] test project_parameters::should_fail::when_yaml_is_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/entity-4de1b060d0fbd12e [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test entity::set_description ... ok [INFO] [stdout] test entity::new ... ok [INFO] [stdout] test entity::functions ... ok [INFO] [stdout] test entity::add_entity ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/lib-6517443425958bd2 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_new ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests thinlinelib [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/analysis.rs - analysis::Argument::new (line 65) ... FAILED [INFO] [stdout] test src/analysis.rs - analysis::Function::new (line 116) ... ok [INFO] [stdout] test src/analysis.rs - analysis::Analysis::new (line 360) ... FAILED [INFO] [stdout] test src/analysis.rs - analysis::Enum::new (line 216) ... ok [INFO] [stdout] test src/analysis.rs - analysis::Enum::set_arguments (line 237) ... ok [INFO] [stdout] test src/analysis.rs - analysis::Argument::set_value (line 86) ... FAILED [INFO] [stdout] test src/analysis.rs - analysis::Analysis::project_files_mut (line 385) ... ok [INFO] [stdout] test src/analysis.rs - analysis::Function::set_description (line 171) ... ok [INFO] [stdout] test src/analysis.rs - analysis::ProjectFile::entities_mut (line 309) ... FAILED [INFO] [stdout] test src/analysis.rs - analysis::ProjectFile::entities (line 291) ... ok [INFO] [stdout] test src/analysis.rs - analysis::Function::set_return_type (line 139) ... ok [INFO] [stdout] test src/analysis.rs - analysis::ProjectFile::new (line 269) ... ok [INFO] [stdout] test src/synthesis.rs - synthesis::TestClass::add_stub_context (line 86) ... ok [INFO] [stdout] test src/synthesis.rs - synthesis::TestClass::new (line 63) ... ok [INFO] [stdout] test src/entity.rs - entity::Entity::add_entity (line 91) ... ok [INFO] [stdout] test src/entity.rs - entity::Entity::new (line 71) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/analysis.rs - analysis::Argument::new (line 65) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = 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" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestSnu6b9/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "-o" "/tmp/rustdoctestSnu6b9/rust_out" "/tmp/rustdoctestSnu6b9/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/llvm-3.8/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/target/debug/deps" "-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/target/debug/deps/libthinlinelib-5eb06a6bec769995.rlib" "/opt/crater/target/debug/deps/libyaml_rust-3181855d7a8fb287.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libsnapshot-58c204800c2e9e95.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-f1ed2e50152aea4e.rlib" "/opt/crater/target/debug/deps/libdifference-f1920ec7f6fc6930.rlib" "/opt/crater/target/debug/deps/libslog_envlogger-7a25d3363eb5992b.rlib" "/opt/crater/target/debug/deps/libslog_async-64c9d83dc44666b3.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/libslog_stdlog-ec941796ff630bf2.rlib" "/opt/crater/target/debug/deps/libslog_scope-575223eea20a4f69.rlib" "/opt/crater/target/debug/deps/libarc_swap-d243575fb0fcd064.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/libslog_term-a3fbe3a16147a666.rlib" "/opt/crater/target/debug/deps/libterm-8a1f5d4353cc84ea.rlib" "/opt/crater/target/debug/deps/libdirs-174957c1cb8843c6.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libatty-4a37f90f69ed8f4d.rlib" "/opt/crater/target/debug/deps/libchrono-eb1a14d0865bab63.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libslog-9baf9f9aa933b75f.rlib" "/opt/crater/target/debug/deps/libregex-dacc545172971b42.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-00f0fc1fcb3347d8.rlib" "/opt/crater/target/debug/deps/libregex_syntax-5f2e8797984afb68.rlib" "/opt/crater/target/debug/deps/libthread_local-70b5011411bdf1f6.rlib" "/opt/crater/target/debug/deps/libthread_id-7a2cdabd88c51443.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1eb0da7e93702f16.rlib" "/opt/crater/target/debug/deps/libmemchr-21983657af6104ef.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/librun_script-bb5be9d88ef6770c.rlib" "/opt/crater/target/debug/deps/libusers-f37be21bd98fac6b.rlib" "/opt/crater/target/debug/deps/librand-8d2473fac1932528.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libpython_parser-73e2e965e43814ce.rlib" "/opt/crater/target/debug/deps/libwtf8-3e703436e386f18a.rlib" "/opt/crater/target/debug/deps/libnum_bigint-32f4cb316e80bc09.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libunicode_names2-c37789f600f8419e.rlib" "/opt/crater/target/debug/deps/libunicode_xid-5bd628954b4d03c1.rlib" "/opt/crater/target/debug/deps/libnom_locate-48ef63316558591d.rlib" "/opt/crater/target/debug/deps/libbytecount-fe0fc5f509fc2019.rlib" "/opt/crater/target/debug/deps/libnom-ed10719dfc782546.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libfailure-713f03fd7d3d77f5.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "/opt/crater/target/debug/deps/libclang-03f50b3c5bb353b4.rlib" "/opt/crater/target/debug/deps/libclang_sys-d4bf8487bee99667.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libglob-070f420690fb6881.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.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" "-lclang" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:904 in _bfd_merged_section_offset [INFO] [stdout] [INFO] [stdout] /usr/bin/ld: Please report this bug. [INFO] [stdout] [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] thread 'src/analysis.rs - analysis::Argument::new (line 65)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:319:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7f8a1cbee823 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x7f8a1cbe64cb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x7f8a1cbeaa56 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x7f8a1cbea77e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x7f8a1cbeb248 - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x5570f3fbc784 - std::panicking::begin_panic::h2203228e86eb91b5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:408 [INFO] [stdout] 6: 0x5570f3fb268f - rustdoc::test::run_test::h29a20600da33f74f [INFO] [stdout] at src/librustdoc/test.rs:319 [INFO] [stdout] 7: 0x5570f3fa67c9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h84ad3bdb52e265e9 [INFO] [stdout] at src/librustdoc/test.rs:715 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 8: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 9: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 10: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 11: 0x7f8a1e18cf87 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 12: 0x7f8a1e1669a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 13: 0x7f8a1e16aa54 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 14: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 15: 0x7f8a1e16b551 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x7f8a1cbcd36e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 17: 0x7f8a1cbfaddf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 18: 0x7f8a1c7644a3 - start_thread [INFO] [stdout] 19: 0x7f8a1c28fd0e - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- src/analysis.rs - analysis::Analysis::new (line 360) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = 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" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.10.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.11.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.12.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.13.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.14.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.15.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "/tmp/rustdoctestynBKVq/rust_out.rust_out.7rcbfp3g-cgu.9.rcgu.o" "-o" "/tmp/rustdoctestynBKVq/rust_out" "/tmp/rustdoctestynBKVq/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/llvm-3.8/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/target/debug/deps" "-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/target/debug/deps/libthinlinelib-5eb06a6bec769995.rlib" "/opt/crater/target/debug/deps/libyaml_rust-3181855d7a8fb287.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libsnapshot-58c204800c2e9e95.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-f1ed2e50152aea4e.rlib" "/opt/crater/target/debug/deps/libdifference-f1920ec7f6fc6930.rlib" "/opt/crater/target/debug/deps/libslog_envlogger-7a25d3363eb5992b.rlib" "/opt/crater/target/debug/deps/libslog_async-64c9d83dc44666b3.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/libslog_stdlog-ec941796ff630bf2.rlib" "/opt/crater/target/debug/deps/libslog_scope-575223eea20a4f69.rlib" "/opt/crater/target/debug/deps/libarc_swap-d243575fb0fcd064.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/libslog_term-a3fbe3a16147a666.rlib" "/opt/crater/target/debug/deps/libterm-8a1f5d4353cc84ea.rlib" "/opt/crater/target/debug/deps/libdirs-174957c1cb8843c6.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libatty-4a37f90f69ed8f4d.rlib" "/opt/crater/target/debug/deps/libchrono-eb1a14d0865bab63.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libslog-9baf9f9aa933b75f.rlib" "/opt/crater/target/debug/deps/libregex-dacc545172971b42.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-00f0fc1fcb3347d8.rlib" "/opt/crater/target/debug/deps/libregex_syntax-5f2e8797984afb68.rlib" "/opt/crater/target/debug/deps/libthread_local-70b5011411bdf1f6.rlib" "/opt/crater/target/debug/deps/libthread_id-7a2cdabd88c51443.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1eb0da7e93702f16.rlib" "/opt/crater/target/debug/deps/libmemchr-21983657af6104ef.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/librun_script-bb5be9d88ef6770c.rlib" "/opt/crater/target/debug/deps/libusers-f37be21bd98fac6b.rlib" "/opt/crater/target/debug/deps/librand-8d2473fac1932528.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libpython_parser-73e2e965e43814ce.rlib" "/opt/crater/target/debug/deps/libwtf8-3e703436e386f18a.rlib" "/opt/crater/target/debug/deps/libnum_bigint-32f4cb316e80bc09.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libunicode_names2-c37789f600f8419e.rlib" "/opt/crater/target/debug/deps/libunicode_xid-5bd628954b4d03c1.rlib" "/opt/crater/target/debug/deps/libnom_locate-48ef63316558591d.rlib" "/opt/crater/target/debug/deps/libbytecount-fe0fc5f509fc2019.rlib" "/opt/crater/target/debug/deps/libnom-ed10719dfc782546.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libfailure-713f03fd7d3d77f5.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "/opt/crater/target/debug/deps/libclang-03f50b3c5bb353b4.rlib" "/opt/crater/target/debug/deps/libclang_sys-d4bf8487bee99667.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libglob-070f420690fb6881.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.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" "-lclang" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: : final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] thread 'src/analysis.rs - analysis::Analysis::new (line 360)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:319:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7f8a1cbee823 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x7f8a1cbe64cb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x7f8a1cbeaa56 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x7f8a1cbea77e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x7f8a1cbeb248 - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x5570f3fbc784 - std::panicking::begin_panic::h2203228e86eb91b5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:408 [INFO] [stdout] 6: 0x5570f3fb268f - rustdoc::test::run_test::h29a20600da33f74f [INFO] [stdout] at src/librustdoc/test.rs:319 [INFO] [stdout] 7: 0x5570f3fa67c9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h84ad3bdb52e265e9 [INFO] [stdout] at src/librustdoc/test.rs:715 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 8: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 9: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 10: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 11: 0x7f8a1e18cf87 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 12: 0x7f8a1e1669a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 13: 0x7f8a1e16aa54 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 14: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 15: 0x7f8a1e16b551 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x7f8a1cbcd36e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 17: 0x7f8a1cbfaddf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 18: 0x7f8a1c7644a3 - start_thread [INFO] [stdout] 19: 0x7f8a1c28fd0e - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- src/analysis.rs - analysis::Argument::set_value (line 86) stdout ---- [INFO] [stdout] error: linking with `cc` failed: signal: 9 [INFO] [stdout] | [INFO] [stdout] = 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" "/tmp/rustdoctest4LssNi/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctest4LssNi/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctest4LssNi/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctest4LssNi/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctest4LssNi/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "-o" "/tmp/rustdoctest4LssNi/rust_out" "/tmp/rustdoctest4LssNi/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/llvm-3.8/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/target/debug/deps" "-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/target/debug/deps/libthinlinelib-5eb06a6bec769995.rlib" "/opt/crater/target/debug/deps/libyaml_rust-3181855d7a8fb287.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libsnapshot-58c204800c2e9e95.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-f1ed2e50152aea4e.rlib" "/opt/crater/target/debug/deps/libdifference-f1920ec7f6fc6930.rlib" "/opt/crater/target/debug/deps/libslog_envlogger-7a25d3363eb5992b.rlib" "/opt/crater/target/debug/deps/libslog_async-64c9d83dc44666b3.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/libslog_stdlog-ec941796ff630bf2.rlib" "/opt/crater/target/debug/deps/libslog_scope-575223eea20a4f69.rlib" "/opt/crater/target/debug/deps/libarc_swap-d243575fb0fcd064.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/libslog_term-a3fbe3a16147a666.rlib" "/opt/crater/target/debug/deps/libterm-8a1f5d4353cc84ea.rlib" "/opt/crater/target/debug/deps/libdirs-174957c1cb8843c6.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libatty-4a37f90f69ed8f4d.rlib" "/opt/crater/target/debug/deps/libchrono-eb1a14d0865bab63.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libslog-9baf9f9aa933b75f.rlib" "/opt/crater/target/debug/deps/libregex-dacc545172971b42.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-00f0fc1fcb3347d8.rlib" "/opt/crater/target/debug/deps/libregex_syntax-5f2e8797984afb68.rlib" "/opt/crater/target/debug/deps/libthread_local-70b5011411bdf1f6.rlib" "/opt/crater/target/debug/deps/libthread_id-7a2cdabd88c51443.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1eb0da7e93702f16.rlib" "/opt/crater/target/debug/deps/libmemchr-21983657af6104ef.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/librun_script-bb5be9d88ef6770c.rlib" "/opt/crater/target/debug/deps/libusers-f37be21bd98fac6b.rlib" "/opt/crater/target/debug/deps/librand-8d2473fac1932528.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libpython_parser-73e2e965e43814ce.rlib" "/opt/crater/target/debug/deps/libwtf8-3e703436e386f18a.rlib" "/opt/crater/target/debug/deps/libnum_bigint-32f4cb316e80bc09.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libunicode_names2-c37789f600f8419e.rlib" "/opt/crater/target/debug/deps/libunicode_xid-5bd628954b4d03c1.rlib" "/opt/crater/target/debug/deps/libnom_locate-48ef63316558591d.rlib" "/opt/crater/target/debug/deps/libbytecount-fe0fc5f509fc2019.rlib" "/opt/crater/target/debug/deps/libnom-ed10719dfc782546.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libfailure-713f03fd7d3d77f5.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "/opt/crater/target/debug/deps/libclang-03f50b3c5bb353b4.rlib" "/opt/crater/target/debug/deps/libclang_sys-d4bf8487bee99667.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libglob-070f420690fb6881.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.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" "-lclang" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] thread 'src/analysis.rs - analysis::Argument::set_value (line 86)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:319:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7f8a1cbee823 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x7f8a1cbe64cb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x7f8a1cbeaa56 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x7f8a1cbea77e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x7f8a1cbeb248 - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x5570f3fbc784 - std::panicking::begin_panic::h2203228e86eb91b5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:408 [INFO] [stdout] 6: 0x5570f3fb268f - rustdoc::test::run_test::h29a20600da33f74f [INFO] [stdout] at src/librustdoc/test.rs:319 [INFO] [stdout] 7: 0x5570f3fa67c9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h84ad3bdb52e265e9 [INFO] [stdout] at src/librustdoc/test.rs:715 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 8: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 9: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 10: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 11: 0x7f8a1e18cf87 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 12: 0x7f8a1e1669a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 13: 0x7f8a1e16aa54 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 14: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 15: 0x7f8a1e16b551 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x7f8a1cbcd36e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 17: 0x7f8a1cbfaddf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 18: 0x7f8a1c7644a3 - start_thread [INFO] [stdout] 19: 0x7f8a1c28fd0e - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- src/analysis.rs - analysis::ProjectFile::entities_mut (line 309) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = 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" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.10.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.11.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.12.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.13.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.14.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.15.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "/tmp/rustdoctestYPh5hB/rust_out.rust_out.7rcbfp3g-cgu.9.rcgu.o" "-o" "/tmp/rustdoctestYPh5hB/rust_out" "/tmp/rustdoctestYPh5hB/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/llvm-3.8/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/target/debug/deps" "-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/target/debug/deps/libthinlinelib-5eb06a6bec769995.rlib" "/opt/crater/target/debug/deps/libyaml_rust-3181855d7a8fb287.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libsnapshot-58c204800c2e9e95.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-f1ed2e50152aea4e.rlib" "/opt/crater/target/debug/deps/libdifference-f1920ec7f6fc6930.rlib" "/opt/crater/target/debug/deps/libslog_envlogger-7a25d3363eb5992b.rlib" "/opt/crater/target/debug/deps/libslog_async-64c9d83dc44666b3.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/libslog_stdlog-ec941796ff630bf2.rlib" "/opt/crater/target/debug/deps/libslog_scope-575223eea20a4f69.rlib" "/opt/crater/target/debug/deps/libarc_swap-d243575fb0fcd064.rlib" "/opt/crater/target/debug/deps/liblog-a60233c9189805c1.rlib" "/opt/crater/target/debug/deps/libslog_term-a3fbe3a16147a666.rlib" "/opt/crater/target/debug/deps/libterm-8a1f5d4353cc84ea.rlib" "/opt/crater/target/debug/deps/libdirs-174957c1cb8843c6.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libatty-4a37f90f69ed8f4d.rlib" "/opt/crater/target/debug/deps/libchrono-eb1a14d0865bab63.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libslog-9baf9f9aa933b75f.rlib" "/opt/crater/target/debug/deps/libregex-dacc545172971b42.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-00f0fc1fcb3347d8.rlib" "/opt/crater/target/debug/deps/libregex_syntax-5f2e8797984afb68.rlib" "/opt/crater/target/debug/deps/libthread_local-70b5011411bdf1f6.rlib" "/opt/crater/target/debug/deps/libthread_id-7a2cdabd88c51443.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1eb0da7e93702f16.rlib" "/opt/crater/target/debug/deps/libmemchr-21983657af6104ef.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/librun_script-bb5be9d88ef6770c.rlib" "/opt/crater/target/debug/deps/libusers-f37be21bd98fac6b.rlib" "/opt/crater/target/debug/deps/librand-8d2473fac1932528.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libpython_parser-73e2e965e43814ce.rlib" "/opt/crater/target/debug/deps/libwtf8-3e703436e386f18a.rlib" "/opt/crater/target/debug/deps/libnum_bigint-32f4cb316e80bc09.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libunicode_names2-c37789f600f8419e.rlib" "/opt/crater/target/debug/deps/libunicode_xid-5bd628954b4d03c1.rlib" "/opt/crater/target/debug/deps/libnom_locate-48ef63316558591d.rlib" "/opt/crater/target/debug/deps/libbytecount-fe0fc5f509fc2019.rlib" "/opt/crater/target/debug/deps/libnom-ed10719dfc782546.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libfailure-713f03fd7d3d77f5.rlib" "/opt/crater/target/debug/deps/libbacktrace-c1772c562ec87d56.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-ac3220cfa761e414.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_demangle-d6489bf3118003aa.rlib" "/opt/crater/target/debug/deps/libclang-03f50b3c5bb353b4.rlib" "/opt/crater/target/debug/deps/libclang_sys-d4bf8487bee99667.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libglob-070f420690fb6881.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.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" "-lclang" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] thread 'src/analysis.rs - analysis::ProjectFile::entities_mut (line 309)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:319:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7f8a1cbee823 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x7f8a1cbe64cb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x7f8a1cbeaa56 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x7f8a1cbea77e - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x7f8a1cbeb248 - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x5570f3fbc784 - std::panicking::begin_panic::h2203228e86eb91b5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:408 [INFO] [stdout] 6: 0x5570f3fb268f - rustdoc::test::run_test::h29a20600da33f74f [INFO] [stdout] at src/librustdoc/test.rs:319 [INFO] [stdout] 7: 0x5570f3fa67c9 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h84ad3bdb52e265e9 [INFO] [stdout] at src/librustdoc/test.rs:715 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 8: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 9: 0x7f8a1e171b7e - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 10: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 11: 0x7f8a1e18cf87 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 12: 0x7f8a1e1669a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 13: 0x7f8a1e16aa54 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 14: 0x7f8a1cbfc169 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 15: 0x7f8a1e16b551 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x7f8a1cbcd36e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 17: 0x7f8a1cbfaddf - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 18: 0x7f8a1c7644a3 - start_thread [INFO] [stdout] 19: 0x7f8a1c28fd0e - __clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/analysis.rs - analysis::Analysis::new (line 360) [INFO] [stdout] src/analysis.rs - analysis::Argument::new (line 65) [INFO] [stdout] src/analysis.rs - analysis::Argument::set_value (line 86) [INFO] [stdout] src/analysis.rs - analysis::ProjectFile::entities_mut (line 309) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 12 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "9dc317b2a863822424996083dd231a4a65ef7f0d65847dcf58a4a28982787a72"` [INFO] running `"docker" "rm" "-f" "9dc317b2a863822424996083dd231a4a65ef7f0d65847dcf58a4a28982787a72"` [INFO] [stdout] 9dc317b2a863822424996083dd231a4a65ef7f0d65847dcf58a4a28982787a72