Created
October 7, 2014 01:40
-
-
Save japaric/dae0b2935f925cd2be18 to your computer and use it in GitHub Desktop.
Cargo test suite failed on ARM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/cargo test --target arm-unknown-linux-gnueabihf | |
Running target/arm-unknown-linux-gnueabihf/cargo-7107c6dcc9291e79 | |
running 19 tests | |
test core::package_id_spec::tests::bad_parsing ... ok | |
test core::package_id::tests::invalid_version_handled_nicely ... ok | |
test core::package_id_spec::tests::matching ... ok | |
test core::package_id_spec::tests::good_parsing ... ok | |
test core::resolver::test::test_resolving_one_dep ... ok | |
test core::resolver::test::test_resolving_empty_dependency_list ... ok | |
test core::resolver::test::test_resolving_multiple_deps ... ok | |
test core::resolver::test::test_resolving_common_transitive_deps ... ok | |
test core::resolver::test::test_resolving_only_package ... ok | |
test core::resolver::test::test_resolving_transitive_deps ... ok | |
test core::resolver::test::test_resolving_with_same_name ... ok | |
test sources::git::source::test::test_canonicalize_idents_by_lowercasing_github_urls ... ok | |
test sources::git::source::test::test_canonicalize_idents_by_stripping_dot_git ... ok | |
test core::resolver::test::test_resolving_with_dev_deps ... ok | |
test core::source::tests::github_sources_equal ... ok | |
test sources::git::source::test::test_url_to_path_ident_without_path ... ok | |
test sources::git::source::test::test_url_to_path_ident_with_path ... ok | |
test sources::git::source::test::test_canonicalize_idents_different_protocls ... ok | |
test sources::git::source::test::test_canonicalize_idents_by_stripping_trailing_url_slash ... ok | |
test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured | |
Running target/arm-unknown-linux-gnueabihf/tests-afc4c99ff4aca649 | |
running 200 tests | |
test test_cargo::list_commands_looks_at_path ... ok | |
test test_cargo_bench::bench_with_deep_lib_dep ... ok | |
test test_cargo_bench::bench_with_lib_dep ... ok | |
test test_cargo_bench::bench_twice_with_build_cmd ... ok | |
test test_cargo_bench::cargo_bench_failing_test ... ok | |
test test_cargo_bench::bench_dylib ... ok | |
test test_cargo_bench::bin_there_for_integration ... ok | |
test test_cargo_bench::cargo_bench_simple ... ok | |
test test_cargo_bench::dont_run_examples ... ok | |
test test_cargo_bench::cargo_bench_verbose ... ok | |
test test_cargo_bench::cargo_bench_twice ... ok | |
test test_cargo_bench::external_bench_explicit ... ok | |
test test_cargo_bench::external_bench_implicit ... ok | |
test test_cargo_bench::lib_bin_same_name ... ok | |
test test_cargo_bench::lib_with_standard_name2 ... ok | |
test test_cargo_bench::lib_with_standard_name ... ok | |
test test_cargo_build_auth::https_something_happens ... ok | |
test test_cargo_build_auth::ssh_something_happens ... ok | |
test test_cargo_build_auth::http_auth_offered ... ok | |
test test_cargo_clean::cargo_clean_simple ... ok | |
test test_cargo_clean::different_dir ... ok | |
test test_cargo_compile::bad_cargo_toml_in_target_dir ... ok | |
test test_cargo_compile::cargo_compile_manifest_path ... ok | |
test test_cargo_compile::cargo_compile_with_dep_name_mismatch ... ok | |
test test_cargo_compile::cargo_compile_with_invalid_code ... ok | |
test test_cargo_compile::cargo_compile_simple ... ok | |
test test_cargo_compile::cargo_compile_with_invalid_manifest ... ok | |
test test_cargo_compile::cargo_compile_with_invalid_manifest2 ... ok | |
test test_cargo_compile::cargo_compile_with_invalid_manifest3 ... ok | |
test test_cargo_compile::cargo_compile_with_invalid_code_in_deps ... ok | |
test test_cargo_compile::cargo_compile_with_invalid_version ... ok | |
test test_cargo_compile::cargo_compile_with_nested_deps_correct_bin ... ok | |
test test_cargo_compile::cargo_compile_with_nested_deps_inferred ... ok | |
test test_cargo_bench::many_similar_names ... ok | |
test test_cargo_compile::cargo_compile_with_nested_deps_longhand ... ok | |
test test_cargo_compile::cargo_compile_with_nested_deps_shorthand ... ok | |
test test_cargo_compile::cargo_compile_without_manifest ... ok | |
test test_cargo_bench::pass_through_command_line ... ok | |
test test_cargo_compile::cargo_compile_with_warnings_in_the_root_package ... ok | |
test test_cargo_compile::cargo_compile_with_warnings_in_a_dep_package ... ok | |
test test_cargo_compile::custom_build_failure ... FAILED | |
test test_cargo_compile::custom_build ... ok | |
test test_cargo_compile::crate_version_env_vars ... ok | |
test test_cargo_compile::custom_build_in_dependency_twice ... ok | |
test test_cargo_compile::custom_build_env_vars ... ok | |
test test_cargo_compile::custom_build_in_dependency ... ok | |
test test_cargo_compile::dep_no_libs ... ok | |
test test_cargo_compile::deprecated_lib ... ok | |
test test_cargo_compile::deletion_causes_failure ... ok | |
test test_cargo_compile::custom_second_build_failure ... FAILED | |
test test_cargo_compile::custom_multiple_build ... ok | |
test test_cargo_compile::freshness_ignores_excluded ... ok | |
test test_cargo_compile::ignore_broken_symlinks ... ok | |
test test_cargo_compile::explicit_examples ... ok | |
test test_cargo_compile::inferred_main_bin ... ok | |
test test_cargo_compile::many_crate_types_correct ... ok | |
test test_cargo_compile::missing_lib_and_bin ... ok | |
test test_cargo_compile::many_crate_types_old_style_lib_location ... ok | |
test test_cargo_compile::implicit_examples ... ok | |
test test_cargo_compile::opt_out_of_bin ... ok | |
test test_cargo_compile::lib_with_standard_name ... ok | |
test test_cargo_compile::recompile_space_in_name ... ok | |
test test_cargo_compile::opt_out_of_lib ... ok | |
test test_cargo_compile::self_dependency ... ok | |
test test_cargo_compile::release_build_ndebug ... ok | |
test test_cargo_compile::single_lib ... ok | |
test test_cargo_compile::simple_staticlib ... ok | |
test test_cargo_compile::rebuild_preserves_out_dir ... FAILED | |
test test_cargo_compile::standard_build_no_ndebug ... ok | |
test test_cargo_compile::verbose_build ... ok | |
test test_cargo_compile::verbose_release_build ... ok | |
test test_cargo_compile::unused_keys ... ok | |
test test_cargo_compile::verbose_release_build_deps ... ok | |
test test_cargo_compile::staticlib_rlib_and_bin ... ok | |
test test_cargo_compile_git_deps::cargo_compile_git_dep_tag ... ok | |
test test_cargo_compile_git_deps::cargo_compile_git_dep_branch ... ok | |
test test_cargo_compile_git_deps::cargo_compile_with_short_ssh_git ... ok | |
test test_cargo_compile_git_deps::cargo_compile_simple_git_dep ... ok | |
test test_cargo_compile_git_deps::cargo_compile_with_meta_package ... ok | |
test test_cargo_compile_git_deps::dep_with_submodule ... ok | |
test test_cargo_compile_git_deps::fetch_downloads ... ok | |
test test_cargo_compile_git_deps::cargo_compile_with_nested_paths ... ok | |
test test_cargo_compile_git_deps::git_build_cmd_freshness ... ok | |
test test_cargo_compile_git_deps::git_dep_build_cmd ... FAILED | |
test test_cargo_compile_git_deps::dev_deps_with_testing ... ok | |
test test_cargo_compile_git_deps::dep_with_changed_submodule ... ok | |
test test_cargo_compile_git_deps::git_name_not_always_needed ... ok | |
test test_cargo_compile_git_deps::two_deps_only_update_one ... ok | |
test test_cargo_compile_git_deps::git_repo_changing_no_rebuild ... ok | |
test test_cargo_compile_git_deps::update_ambiguous ... ok | |
test test_cargo_compile_git_deps::stale_cached_version ... ok | |
test test_cargo_compile_git_deps::two_revs_same_deps ... ok | |
test test_cargo_compile_git_deps::recompilation ... ok | |
test test_cargo_compile_git_deps::warnings_in_git_dep ... ok | |
test test_cargo_compile_path_deps::cargo_compile_with_root_dev_deps ... ok | |
test test_cargo_compile_path_deps::cargo_compile_with_transitive_dev_deps ... ok | |
test test_cargo_compile_path_deps::cargo_compile_with_root_dev_deps_with_testing ... ok | |
test test_cargo_compile_git_deps::update_with_shared_deps ... ok | |
test test_cargo_compile_path_deps::error_message_for_missing_manifest ... ok | |
test test_cargo_compile_path_deps::cargo_compile_with_nested_deps_shorthand ... ok | |
test test_cargo_compile_path_deps::deep_dependencies_trigger_rebuild ... FAILED | |
test test_cargo_compile_path_deps::nested_deps_recompile ... FAILED | |
test test_cargo_compile_path_deps::dev_deps_no_rebuild_lib ... ok | |
test test_cargo_compile_path_deps::override_path_dep ... ok | |
test test_cargo_compile_path_deps::override_relative ... ok | |
test test_cargo_compile_path_deps::no_rebuild_two_deps ... ok | |
test test_cargo_compile_path_deps::no_rebuild_dependency ... ok | |
test test_cargo_compile_path_deps::override_self ... ok | |
test test_cargo_compile_path_deps::path_dep_build_cmd ... FAILED | |
test test_cargo_cross_compile::cross_but_no_dylibs ... ok | |
test test_cargo_cross_compile::cross_tests ... FAILED | |
test test_cargo_cross_compile::linker_and_ar ... ok | |
test test_cargo_cross_compile::plugin_to_the_max ... FAILED | |
test test_cargo_cross_compile::plugin_with_extra_dylib_dep ... FAILED | |
test test_cargo_cross_compile::simple_cargo_run ... FAILED | |
test test_cargo_compile_plugins::plugin_with_dynamic_native_dependency ... ok | |
test test_cargo_cross_compile::simple_deps ... FAILED | |
test test_cargo_cross_compile::plugin_deps ... FAILED | |
test test_cargo_doc::doc_lib_bin_same_name ... ok | |
test test_cargo_compile_plugins::plugin_to_the_max ... ok | |
test test_cargo_doc::doc_no_libs ... ok | |
test test_cargo_doc::doc_no_deps ... ok | |
test test_cargo_doc::doc_deps ... ok | |
test test_cargo_doc::doc_only_bin ... ok | |
test test_cargo_features::cyclic_feature ... ok | |
test test_cargo_features::cyclic_feature2 ... ok | |
test test_cargo_cross_compile::simple_cross ... FAILED | |
test test_cargo_doc::simple ... ok | |
test test_cargo_doc::doc_twice ... ok | |
test test_cargo_features::invalid2 ... ok | |
test test_cargo_features::invalid1 ... ok | |
test test_cargo_features::invalid3 ... ok | |
test test_cargo_features::invalid4 ... ok | |
test test_cargo_features::invalid5 ... ok | |
test test_cargo_features::groups_on_groups_on_groups ... ok | |
test test_cargo_features::many_cli_features ... ok | |
test test_cargo_fetch::no_deps ... ok | |
test test_cargo_features::default_feature_pulled_in ... ok | |
test test_cargo_features::no_feature_doesnt_build ... ok | |
test test_cargo_generate_lockfile::adding_and_removing_packages ... ok | |
test test_cargo_features::union_features ... ok | |
test test_cargo_new::author_prefers_cargo ... ok | |
test test_cargo_new::existing ... ok | |
test test_cargo_new::finds_author_git ... ok | |
test test_cargo_new::finds_author_user ... ok | |
test test_cargo_new::git_prefers_command_line ... ok | |
test test_cargo_new::no_argument ... ok | |
test test_cargo_freshness::modifying_and_moving ... FAILED | |
test test_cargo_new::simple_bin ... ok | |
test test_cargo_generate_lockfile::ignores_carriage_return ... ok | |
test test_cargo_new::simple_git ... ok | |
test test_cargo_package::simple ... FAILED | |
test test_cargo_new::simple_lib ... ok | |
test test_cargo_freshness::modify_only_some_files ... FAILED | |
test test_cargo_new::simple_travis ... ok | |
test test_cargo_profiles::profile_overrides ... ok | |
test test_cargo_registry::bad_cksum ... ok | |
test test_cargo_registry::nonexistent ... ok | |
test test_cargo_profiles::top_level_overrides_deps ... ok | |
test test_cargo_registry::update_registry ... ok | |
test test_cargo_registry::deps ... ok | |
test test_cargo_run::no_main_file ... ok | |
test test_cargo_run::exit_code ... ok | |
test test_cargo_run::run_bin_different_name ... ok | |
test test_cargo_run::release_works ... ok | |
test test_cargo_run::run_dylib_dep ... ok | |
test test_cargo_run::too_many_bins ... ok | |
test test_cargo_registry::simple ... ok | |
test test_cargo_run::simple_with_args ... ok | |
test test_cargo_run::simple ... ok | |
test test_cargo_test::bin_there_for_integration ... ok | |
test test_cargo_test::almost_cyclic_but_not_quite ... ok | |
test test_cargo_test::cargo_test_failing_test ... ok | |
test test_cargo_test::build_then_selective_test ... ok | |
test test_cargo_test::cargo_test_twice ... ok | |
test test_cargo_test::cargo_test_simple ... ok | |
test test_cargo_test::cargo_test_verbose ... ok | |
test test_cargo_test::dont_run_examples ... ok | |
test test_cargo_test::external_test_explicit ... ok | |
test test_cargo_test::external_test_implicit ... ok | |
test test_cargo_test::lib_bin_same_name ... ok | |
test test_cargo_test::lib_with_standard_name2 ... ok | |
test test_cargo_test::many_similar_names ... ok | |
test test_cargo_test::lib_with_standard_name ... ok | |
test test_cargo_test::selective_testing_with_docs ... ok | |
test test_cargo_test::pass_through_command_line ... ok | |
test test_cargo_test::test_dylib ... ok | |
test test_cargo_test::test_no_harness ... ok | |
test test_cargo_test::test_no_run ... ok | |
test test_cargo_test::test_then_build ... ok | |
test test_cargo_test::test_twice_with_build_cmd ... ok | |
test test_cargo_upload::git_deps ... ok | |
test test_cargo_test::selective_testing ... ok | |
test test_cargo_version::simple ... ok | |
test test_shell::color_explicitly_disabled ... ok | |
test test_cargo_upload::simple ... FAILED | |
test test_shell::non_tty ... ok | |
test test_shell::colored_shell ... ok | |
test test_cargo_test::test_with_deep_lib_dep ... ok | |
test test_cargo_test::test_with_lib_dep ... ok | |
failures: | |
---- test_cargo_compile::custom_build_failure stdout ---- | |
task 'test_cargo_compile::custom_build_failure' failed at ' | |
Expected: execs | |
but: differences: | |
3 - |task '<main>' failed at 'nope', src/foo.rs:2| | |
+ |task '<main>' failed at 'Box<Any>', src/foo.rs:2| | |
other output: | |
` Compiling foo v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-43/foo) | |
`', src/hamcrest/core.rs:24 | |
---- test_cargo_compile::custom_second_build_failure stdout ---- | |
task 'test_cargo_compile::custom_second_build_failure' failed at ' | |
Expected: execs | |
but: differences: | |
3 - |task '<main>' failed at 'nope', src/bar.rs:2| | |
+ |task '<main>' failed at 'Box<Any>', src/bar.rs:2| | |
other output: | |
` Compiling foo v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-47/foo) | |
`', src/hamcrest/core.rs:24 | |
---- test_cargo_compile::rebuild_preserves_out_dir stdout ---- | |
task 'test_cargo_compile::rebuild_preserves_out_dir' failed at ' | |
Expected: execs | |
but: differences: | |
0 - | Compiling foo v0.0.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-62/foo)| | |
+ | |
other output: | |
``', src/hamcrest/core.rs:24 | |
---- test_cargo_compile_git_deps::git_dep_build_cmd stdout ---- | |
task 'test_cargo_compile_git_deps::git_dep_build_cmd' failed at ' | |
Expected: execs | |
but: differences: | |
0 - |1| | |
+ |0| | |
other output: | |
``', src/hamcrest/core.rs:24 | |
---- test_cargo_compile_path_deps::deep_dependencies_trigger_rebuild stdout ---- | |
task 'test_cargo_compile_path_deps::deep_dependencies_trigger_rebuild' failed at ' | |
Expected: execs | |
but: differences: | |
0 - | Compiling baz v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-99/foo)| | |
+ | |
1 - | Compiling bar v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-99/foo)| | |
+ | |
2 - | Compiling foo v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-99/foo)| | |
+ | |
other output: | |
``', src/hamcrest/core.rs:24 | |
---- test_cargo_compile_path_deps::nested_deps_recompile stdout ---- | |
task 'test_cargo_compile_path_deps::nested_deps_recompile' failed at ' | |
Expected: execs | |
but: differences: | |
0 - | Compiling foo v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-102/foo)| | |
+ | |
other output: | |
``', src/hamcrest/core.rs:24 | |
---- test_cargo_compile_path_deps::path_dep_build_cmd stdout ---- | |
task 'test_cargo_compile_path_deps::path_dep_build_cmd' failed at ' | |
Expected: execs | |
but: differences: | |
0 - | Compiling bar v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-108/foo)| | |
+ | |
1 - | Compiling foo v0.5.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-108/foo)| | |
+ | |
other output: | |
``', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::cross_tests stdout ---- | |
task 'test_cargo_cross_compile::cross_tests' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling foo v0.0.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-112/foo) | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-112/foo/src/lib.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-112/foo/src/lib.rs:1 | |
^ | |
error: aborting due to previous error | |
Could not compile `foo`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::plugin_to_the_max stdout ---- | |
task 'test_cargo_cross_compile::plugin_to_the_max' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling baz v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-115/foo) | |
Build failed, waiting for other jobs to finish... | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-115/baz/src/lib.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-115/baz/src/lib.rs:1 pub fn baz() -> int { 1 } | |
^ | |
error: aborting due to previous error | |
Could not compile `baz`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::plugin_with_extra_dylib_dep stdout ---- | |
task 'test_cargo_cross_compile::plugin_with_extra_dylib_dep' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling baz v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/foo) | |
Compiling bar v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/foo) | |
Compiling foo v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/foo) | |
1 | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/bar/src/lib.rs:10:24: 10:27 warning: unused variable: `reg`, #[warn(unused_variable)] on by default | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/bar/src/lib.rs:10 pub fn foo(reg: &mut Registry) { | |
^~~ | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/foo/src/main.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-116/foo/src/main.rs:1 | |
^ | |
error: aborting due to previous error | |
Could not compile `foo`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::simple_cargo_run stdout ---- | |
task 'test_cargo_cross_compile::simple_cargo_run' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling foo v0.0.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-117/foo) | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-117/foo/src/main.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-117/foo/src/main.rs:1 | |
^ | |
error: aborting due to previous error | |
Could not compile `foo`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::simple_deps stdout ---- | |
task 'test_cargo_cross_compile::simple_deps' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling bar v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-119/foo) | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-119/bar/src/lib.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-119/bar/src/lib.rs:1 pub fn bar() {} | |
^ | |
error: aborting due to previous error | |
Could not compile `bar`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::plugin_deps stdout ---- | |
task 'test_cargo_cross_compile::plugin_deps' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling bar v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/foo) | |
Compiling baz v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/foo) | |
Build failed, waiting for other jobs to finish... | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/baz/src/lib.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/baz/src/lib.rs:1 pub fn baz() -> int { 1 } | |
^ | |
error: aborting due to previous error | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/bar/src/lib.rs:17:45: 17:47 warning: unused variable: `sp`, #[warn(unused_variable)] on by default | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/bar/src/lib.rs:17 fn expand_bar(cx: &mut ExtCtxt, sp: Span, tts: &[TokenTree]) | |
^~ | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/bar/src/lib.rs:17:55: 17:58 warning: unused variable: `tts`, #[warn(unused_variable)] on by default | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-114/bar/src/lib.rs:17 fn expand_bar(cx: &mut ExtCtxt, sp: Span, tts: &[TokenTree]) | |
^~~ | |
Could not compile `baz`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_cross_compile::simple_cross stdout ---- | |
task 'test_cargo_cross_compile::simple_cross' failed at ' | |
Expected: execs | |
but: exited with exit code: 101 | |
--- stdout | |
Compiling foo v0.0.0 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-118/foo) | |
--- stderr | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-118/foo/src/main.rs:1:1: 1:1 error: can't find crate for `std` | |
/root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-118/foo/src/main.rs:1 | |
^ | |
error: aborting due to previous error | |
Could not compile `foo`. | |
To learn more, run the command again with --verbose. | |
', src/hamcrest/core.rs:24 | |
---- test_cargo_freshness::modifying_and_moving stdout ---- | |
task 'test_cargo_freshness::modifying_and_moving' failed at ' | |
Expected: execs | |
but: differences: | |
0 - | Compiling foo v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-141/foo)| | |
+ | |
other output: | |
``', src/hamcrest/core.rs:24 | |
---- test_cargo_package::simple stdout ---- | |
task 'test_cargo_package::simple' failed at 'Result was error: end of file', tests/support/mod.rs:452 | |
---- test_cargo_freshness::modify_only_some_files stdout ---- | |
task 'test_cargo_freshness::modify_only_some_files' failed at ' | |
Expected: execs | |
but: differences: | |
0 - | Compiling foo v0.0.1 (file:///root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-140/foo)| | |
+ | |
other output: | |
`DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-140/foo/target/.fingerprint/foo-b74ec78c20ad25c0/lib-foo | |
5:cargo::ops::cargo_rustc::fingerprint: old fingerprint: 53b42998d7ba576d | |
5:cargo::ops::cargo_rustc::fingerprint: new fingerprint: 53b42998d7ba576d | |
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /root/cargo/target/arm-unknown-linux-gnueabihf/cit/test-140/foo/target/.fingerprint/foo-b74ec78c20ad25c0/bin-foo | |
5:cargo::ops::cargo_rustc::fingerprint: old fingerprint: feddd09ff8994e5c | |
5:cargo::ops::cargo_rustc::fingerprint: new fingerprint: feddd09ff8994e5c | |
`', src/hamcrest/core.rs:24 | |
---- test_cargo_upload::simple stdout ---- | |
task 'test_cargo_upload::simple' failed at 'called `Result::unwrap()` on an `Err` value: end of file', /rust/src/libcore/result.rs:808 | |
failures: | |
test_cargo_compile::custom_build_failure | |
test_cargo_compile::custom_second_build_failure | |
test_cargo_compile::rebuild_preserves_out_dir | |
test_cargo_compile_git_deps::git_dep_build_cmd | |
test_cargo_compile_path_deps::deep_dependencies_trigger_rebuild | |
test_cargo_compile_path_deps::nested_deps_recompile | |
test_cargo_compile_path_deps::path_dep_build_cmd | |
test_cargo_cross_compile::cross_tests | |
test_cargo_cross_compile::plugin_deps | |
test_cargo_cross_compile::plugin_to_the_max | |
test_cargo_cross_compile::plugin_with_extra_dylib_dep | |
test_cargo_cross_compile::simple_cargo_run | |
test_cargo_cross_compile::simple_cross | |
test_cargo_cross_compile::simple_deps | |
test_cargo_freshness::modify_only_some_files | |
test_cargo_freshness::modifying_and_moving | |
test_cargo_package::simple | |
test_cargo_upload::simple | |
test result: FAILED. 182 passed; 18 failed; 0 ignored; 0 measured | |
Makefile:77: recipe for target 'test-unit-arm-unknown-linux-gnueabihf' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment