[INFO] fetching crate starlark 0.3.1... [INFO] testing starlark-0.3.1 against 1.49.0 for beta-1.50-1 [INFO] extracting crate starlark 0.3.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate starlark 0.3.1 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate starlark 0.3.1 [INFO] finished tweaking crates.io crate starlark 0.3.1 [INFO] tweaked toml for crates.io crate starlark 0.3.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate starlark 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4019fecb65ae4e7b095ecabb197a6bd8cff215aa8467dc1c298e1faf789e8ab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a4019fecb65ae4e7b095ecabb197a6bd8cff215aa8467dc1c298e1faf789e8ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4019fecb65ae4e7b095ecabb197a6bd8cff215aa8467dc1c298e1faf789e8ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4019fecb65ae4e7b095ecabb197a6bd8cff215aa8467dc1c298e1faf789e8ab", kill_on_drop: false }` [INFO] [stdout] a4019fecb65ae4e7b095ecabb197a6bd8cff215aa8467dc1c298e1faf789e8ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a6f15f04a473284b1e79f14c5696bdca13331821f0bdbde4b2525f21051c57a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9a6f15f04a473284b1e79f14c5696bdca13331821f0bdbde4b2525f21051c57a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling lalrpop-util v0.16.3 [INFO] [stderr] Compiling codemap v0.1.3 [INFO] [stderr] Compiling ascii-canvas v1.0.0 [INFO] [stderr] Compiling ena v0.11.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling codemap-diagnostic v0.1.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling starlark v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 54s [INFO] running `Command { std: "docker" "inspect" "9a6f15f04a473284b1e79f14c5696bdca13331821f0bdbde4b2525f21051c57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a6f15f04a473284b1e79f14c5696bdca13331821f0bdbde4b2525f21051c57a", kill_on_drop: false }` [INFO] [stdout] 9a6f15f04a473284b1e79f14c5696bdca13331821f0bdbde4b2525f21051c57a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 999dff5127f446e85a16623d8444adbaa4f6be505669ac9a33b3fc13437240be [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "999dff5127f446e85a16623d8444adbaa4f6be505669ac9a33b3fc13437240be", kill_on_drop: false }` [INFO] [stderr] Compiling starlark v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.46s [INFO] running `Command { std: "docker" "inspect" "999dff5127f446e85a16623d8444adbaa4f6be505669ac9a33b3fc13437240be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "999dff5127f446e85a16623d8444adbaa4f6be505669ac9a33b3fc13437240be", kill_on_drop: false }` [INFO] [stdout] 999dff5127f446e85a16623d8444adbaa4f6be505669ac9a33b3fc13437240be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a2c5c56cc70e045fdaf3ace7c5c670dde3bf93a91aaa3a85488f8f90788e365c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a2c5c56cc70e045fdaf3ace7c5c670dde3bf93a91aaa3a85488f8f90788e365c", kill_on_drop: false }` [INFO] [stderr] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stderr] --> src/lib.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stderr] --> src/lib.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/starlark-18565f6f31b3c9e8 [INFO] [stdout] [INFO] [stdout] running 153 tests [INFO] [stdout] test eval::locals::test::one_level ... ok [INFO] [stdout] test eval::locals::test::overrride_twice_on_second_level ... ok [INFO] [stdout] test eval::locals::test::override_on_second_level ... ok [INFO] [stdout] test linked_hash_set::value::tests::test_is_descendant ... ok [INFO] [stdout] test linked_hash_set::value::tests::test_value_alias ... ok [INFO] [stdout] test linked_hash_set::value::tests::equality_ignores_order ... ok [INFO] [stdout] test linked_hash_set::value::tests::test_to_str ... ok [INFO] [stdout] test eval::tests::test_context_captured ... ok [INFO] [stdout] test stdlib::dict::tests::test_items ... ok [INFO] [stdout] test stdlib::dict::tests::test_pop ... ok [INFO] [stdout] test eval::tests::alias_test ... ok [INFO] [stdout] test eval::tests::recursive_list ... ok [INFO] [stdout] test eval::tests::sets_disabled ... ok [INFO] [stdout] test stdlib::dict::tests::test_keys ... ok [INFO] [stdout] test eval::tests::test_type_values_are_imported_from_caller ... ok [INFO] [stdout] test stdlib::dict::tests::test_get ... ok [INFO] [stdout] test eval::tests::arithmetic_test ... ok [INFO] [stdout] test eval::tests::sets ... ok [INFO] [stdout] test stdlib::dict::tests::test_update ... ok [INFO] [stdout] test stdlib::macros::tests::no_arg ... ok [INFO] [stdout] test stdlib::dict::tests::test_values ... ok [INFO] [stdout] test stdlib::list::tests::test_remove ... ok [INFO] [stdout] test stdlib::list::tests::test_append ... ok [INFO] [stdout] test stdlib::macros::param::test::test_simple ... ok [INFO] [stdout] test stdlib::dict::tests::test_clear ... ok [INFO] [stdout] test stdlib::dict::tests::test_setdefault ... ok [INFO] [stdout] test stdlib::list::tests::test_extend ... ok [INFO] [stdout] test stdlib::string::tests::test_format ... ok [INFO] [stdout] test stdlib::string::tests::test_format_capture ... ok [INFO] [stdout] test stdlib::string::tests::test_isalpha ... ok [INFO] [stdout] test stdlib::string::tests::test_count ... ok [INFO] [stdout] test stdlib::inspect::test::inspect ... ok [INFO] [stdout] test stdlib::string::tests::test_index ... ok [INFO] [stdout] test stdlib::string::tests::test_endswith ... ok [INFO] [stdout] test stdlib::list::tests::test_clear ... ok [INFO] [stdout] test stdlib::string::tests::test_elems ... ok [INFO] [stdout] test stdlib::list::tests::test_insert ... ok [INFO] [stdout] test stdlib::string::tests::test_find ... ok [INFO] [stdout] test stdlib::dict::tests::test_popitem ... ok [INFO] [stdout] test stdlib::string::tests::test_capitalize ... ok [INFO] [stdout] test stdlib::string::tests::test_partition ... ok [INFO] [stdout] test stdlib::string::tests::test_isalnum ... ok [INFO] [stdout] test stdlib::string::tests::test_isupper ... ok [INFO] [stdout] test stdlib::string::tests::test_isdigit ... ok [INFO] [stdout] test stdlib::string::tests::test_isspace ... ok [INFO] [stdout] test stdlib::string::tests::test_codepoints ... ok [INFO] [stdout] test stdlib::list::tests::test_pop ... ok [INFO] [stdout] test stdlib::string::tests::test_lower ... ok [INFO] [stdout] test stdlib::string::tests::test_splitlines ... ok [INFO] [stdout] test stdlib::list::tests::test_index ... ok [INFO] [stdout] test stdlib::string::tests::test_islower ... ok [INFO] [stdout] test stdlib::string::tests::test_rstrip ... ok [INFO] [stdout] test stdlib::string::tests::test_rpartition ... ok [INFO] [stdout] test stdlib::string::tests::test_replace ... ok [INFO] [stdout] test stdlib::string::tests::test_istitle ... ok [INFO] [stdout] test stdlib::string::tests::test_join ... ok [INFO] [stdout] test stdlib::string::tests::test_rfind ... ok [INFO] [stdout] test stdlib::string::tests::test_split_codepoints ... ok [INFO] [stdout] test stdlib::string::tests::test_lstrip ... ok [INFO] [stdout] test stdlib::string::tests::test_title ... ok [INFO] [stdout] test stdlib::string::tests::test_split ... ok [INFO] [stdout] test stdlib::tests::test_chr ... ok [INFO] [stdout] test stdlib::string::tests::test_strip ... ok [INFO] [stdout] test stdlib::string::tests::test_startswith ... ok [INFO] [stdout] test stdlib::tests::test_bool ... ok [INFO] [stdout] test stdlib::string::tests::test_rindex ... ok [INFO] [stdout] test stdlib::tests::test_hash ... ok [INFO] [stdout] test stdlib::tests::test_list ... ok [INFO] [stdout] test stdlib::tests::test_const ... ok [INFO] [stdout] test stdlib::string::tests::test_upper ... ok [INFO] [stdout] test stdlib::tests::test_int ... ok [INFO] [stdout] test stdlib::string::tests::test_rsplit ... ok [INFO] [stdout] test stdlib::tests::test_any ... ok [INFO] [stdout] test stdlib::tests::test_ord ... ok [INFO] [stdout] test stdlib::tests::test_enumerate ... ok [INFO] [stdout] test syntax::grammar_tests::augmented_assignment_incorrect_target ... ok [INFO] [stdout] test stdlib::tests::test_len ... ok [INFO] [stdout] test stdlib::tests::test_all ... ok [INFO] [stdout] test syntax::grammar_tests::test_empty ... ok [INFO] [stdout] test syntax::grammar_tests::test_fncall_span ... ok [INFO] [stdout] test syntax::grammar_tests::test_optional_whitespace ... ok [INFO] [stdout] test stdlib::tests::test_dict ... ok [INFO] [stdout] test syntax::grammar_tests::test_ifelse ... ok [INFO] [stdout] test syntax::grammar_tests::test_top_level_assignation ... ok [INFO] [stdout] test syntax::grammar_tests::test_kwargs_passing ... ok [INFO] [stdout] test syntax::grammar_tests::test_optional_whitespace_after_0 ... ok [INFO] [stdout] test syntax::grammar_tests::test_top_level_def_with_docstring ... ok [INFO] [stdout] test syntax::grammar_tests::test_return ... ok [INFO] [stdout] test syntax::grammar_tests::test_top_level_comment ... ok [INFO] [stdout] test stdlib::tests::test_type ... ok [INFO] [stdout] test syntax::grammar_tests::test_tuples ... ok [INFO] [stdout] test syntax::grammar_tests::test_top_level_docstring ... ok [INFO] [stdout] test syntax::grammar_tests::test_top_level_load ... ok [INFO] [stdout] test syntax::grammar_tests::test_top_level_def ... ok [INFO] [stdout] test syntax::lexer::tests::test_escape_newline ... ok [INFO] [stdout] test syntax::lexer::tests::test_comment ... ok [INFO] [stdout] test syntax::lexer::tests::test_buffered ... ok [INFO] [stdout] test syntax::lexer::tests::test_identifier ... ok [INFO] [stdout] test eval::tests::funcall_test ... ok [INFO] [stdout] test syntax::grammar_tests::test_unary_op ... ok [INFO] [stdout] test stdlib::tests::test_tuple ... ok [INFO] [stdout] test syntax::lexer::tests::test_number_collated_with_keywords_or_identifier ... ok [INFO] [stdout] test syntax::lexer::tests::test_simple_example ... ok [INFO] [stdout] test syntax::lexer::tests::test_keywords ... ok [INFO] [stdout] test syntax::lexer::tests::test_indentation ... ok [INFO] [stdout] test stdlib::tests::test_min ... ok [INFO] [stdout] test syntax::lexer::tests::test_symbols ... ok [INFO] [stdout] test syntax::lexer::tests::test_int_lit ... ok [INFO] [stdout] test syntax::lexer::tests::test_string_lit ... ok [INFO] [stdout] test values::cell::header::test::immutable_static ... ok [INFO] [stdout] test syntax::lexer::tests::test_reserved ... ok [INFO] [stdout] test stdlib::tests::test_max ... ok [INFO] [stdout] test stdlib::tests::test_repr ... ok [INFO] [stdout] test values::cell::header::test::mutable_recursive_borrow ... ok [INFO] [stdout] test syntax::lexer::tests::test_span ... ok [INFO] [stdout] test values::cell::header::test::frozen ... ok [INFO] [stdout] test values::dict::tests::test_is_descendant ... ok [INFO] [stdout] test values::list::tests::test_arithmetic_on_list ... ok [INFO] [stdout] test values::function::test::fmt_signature_with_default_value ... ok [INFO] [stdout] test values::int::test::test_arithmetic_operators ... ok [INFO] [stdout] test values::function::test::fmt_signature_optional ... ok [INFO] [stdout] test values::range::test::length_start_stop ... ok [INFO] [stdout] test values::range::test::length_start_stop_step ... ok [INFO] [stdout] test values::range::test::eq ... ok [INFO] [stdout] test values::list::tests::test_value_alias ... ok [INFO] [stdout] test values::list::tests::test_to_str ... ok [INFO] [stdout] test values::list::tests::test_mutate_list ... ok [INFO] [stdout] test values::function::test::fmt_signature_positional ... ok [INFO] [stdout] test stdlib::tests::test_zip ... ok [INFO] [stdout] test stdlib::tests::test_reversed ... ok [INFO] [stdout] test stdlib::tests::test_range ... ok [INFO] [stdout] test stdlib::tests::test_sorted ... ok [INFO] [stdout] test values::dict::tests::test_mutate_dict ... ok [INFO] [stdout] test values::string::tests::test_string_len ... ok [INFO] [stdout] test values::tests::compare_between_different_types ... ok [INFO] [stdout] test values::tuple::tests::test_arithmetic_on_tuple ... ok [INFO] [stdout] test values::slice_indices::test::test_convert_slice_indices ... ok [INFO] [stdout] test values::list::tests::test_is_descendant ... ok [INFO] [stdout] test values::string::rc::test::borrow ... ok [INFO] [stdout] test values::range::test::length_stop ... ok [INFO] [stdout] test values::string::rc::test::eq ... ok [INFO] [stdout] test values::string::tests::test_arithmetic_on_string ... ok [INFO] [stdout] test values::string::tests::test_string_is_in ... ok [INFO] [stdout] test values::string::rc::test::from ... ok [INFO] [stdout] test values::string::tests::test_to_repr ... ok [INFO] [stdout] test values::string::tests::test_slice_string ... ok [INFO] [stdout] test stdlib::tests::test_str ... ok [INFO] [stdout] test values::string::interpolation::test::test_string_interpolation ... ok [INFO] [stdout] test values::tuple::tests::test_to_str ... ok [INFO] [stdout] test values::tests::can_implement_compare ... ok [INFO] [stdout] test values::tuple::tests::test_is_descendant ... ok [INFO] [stdout] test syntax::lexer::tests::smoke_test ... ok [INFO] [stderr] Doc-tests starlark [INFO] [stdout] test syntax::grammar_tests::smoke_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 153 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 117 tests [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::copy (line 36) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::union (line 42) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::intersection_update (line 41) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::clear (line 40) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::difference (line 41) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::intersection (line 39) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::pop (line 42) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::issuperset (line 38) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::symmetric_difference (line 39) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::discard (line 40) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::issubset (line 38) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::isdisjoint (line 38) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::symmetric_difference_update (line 39) ... FAILED [INFO] [stdout] test src/linked_hash_set/value.rs - linked_hash_set::value::Set::to_repr_impl (line 133) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::update (line 41) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::remove (line 40) ... FAILED [INFO] [stdout] test src/linked_hash_set/value.rs - linked_hash_set::value::Set::add (line 218) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::get (line 43) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::clear (line 43) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::pop (line 44) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::difference_update (line 40) ... FAILED [INFO] [stdout] test src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::add (line 40) ... FAILED [INFO] [stdout] test src/stdlib/macros/mod.rs - starlark_module (line 231) ... ignored [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::keys (line 40) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::values (line 41) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::items (line 40) ... FAILED [INFO] [stdout] test src/stdlib/inspect.rs - stdlib::inspect::inspect (line 26) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::popitem (line 41) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::update (line 52) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::clear (line 34) ... FAILED [INFO] [stdout] test src/stdlib/dict.rs - stdlib::dict::setdefault (line 44) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::append (line 35) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::insert (line 40) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::index (line 42) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::extend (line 36) ... FAILED [INFO] [stdout] test src/stdlib/macros/mod.rs - starlark_module (line 312) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::_str (line 58) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::bool (line 57) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::chr (line 60) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::remove (line 51) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::remove (line 35) ... FAILED [INFO] [stdout] test src/stdlib/list.rs - stdlib::list::pop (line 37) ... FAILED [INFO] [stdout] test src/stdlib/macros/mod.rs - starlark_module (line 291) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::any (line 57) ... FAILED [INFO] [stdout] test src/stdlib/macros/mod.rs - starlark_module (line 240) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::all (line 57) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::min (line 60) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::_type (line 55) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::enumerate (line 62) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::getattr (line 60) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::sorted (line 65) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::max (line 63) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::range (line 72) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::dir (line 60) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::repr (line 57) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::dict (line 64) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::ord (line 63) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::reversed (line 58) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::codepoints (line 199) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::endswith (line 190) ... FAILED [INFO] [stdout] test src/stdlib/mod.rs - stdlib::zip (line 62) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::find (line 197) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::isalpha (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::format (line 224) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::capitalize (line 191) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::islower (line 191) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::index (line 192) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::elems (line 195) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::isspace (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::isupper (line 191) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::isdigit (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::lower (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::count (line 199) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::isalnum (line 191) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::rindex (line 192) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::replace (line 193) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::lstrip (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::split_codepoints (line 199) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::startswith (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::join (line 193) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::split (line 206) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::splitlines (line 196) ... FAILED [INFO] [stdout] test src/values/mod.rs - values (line 79) ... ignored [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::rsplit (line 192) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::rfind (line 192) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::title (line 192) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::istitle (line 191) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::rpartition (line 190) ... FAILED [INFO] [stdout] test src/values/list.rs - values::list::List::add (line 220) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::strip (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::rstrip (line 190) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::partition (line 195) ... FAILED [INFO] [stdout] test src/stdlib/structs.rs - stdlib::structs::struct_ (line 106) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::minus (line 988) ... FAILED [INFO] [stdout] test src/values/mod.rs - values (line 36) ... FAILED [INFO] [stdout] test src/values/list.rs - values::list::List::mul (line 248) ... FAILED [INFO] [stdout] test src/values/list.rs - values::list::List::to_repr_impl (line 110) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::div (line 1087) ... FAILED [INFO] [stdout] test src/values/list.rs - values::list::List::set_at (line 275) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::add (line 1007) ... FAILED [INFO] [stdout] test src/stdlib/string.rs - stdlib::string::upper (line 190) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::floor_div (line 1106) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::mul (line 1045) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::plus (line 969) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::contains (line 947) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::sub (line 1026) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::percent (line 1064) ... FAILED [INFO] [stdout] test src/values/mod.rs - values::TypedValue::values_for_descendant_check_and_freeze (line 662) ... FAILED [INFO] [stdout] test src/values/slice_indices.rs - values::slice_indices::Value::convert_index (line 28) ... FAILED [INFO] [stdout] test src/values/string/mod.rs - values::string::String::mul (line 170) ... FAILED [INFO] [stdout] test src/values/tuple.rs - values::tuple::Tuple::mul (line 404) ... FAILED [INFO] [stdout] test src/values/slice_indices.rs - values::slice_indices::convert_slice_indices (line 111) ... FAILED [INFO] [stdout] test src/values/string/mod.rs - values::string::String::percent (line 199) ... FAILED [INFO] [stdout] test src/values/tuple.rs - values::tuple::Tuple::add (line 377) ... FAILED [INFO] [stdout] test src/values/slice_indices.rs - values::slice_indices::Value::convert_index (line 39) ... ok [INFO] [stdout] test src/values/mod.rs - values::TypedValue::slice (line 833) ... ok [INFO] [stdout] test src/values/string/mod.rs - values::string::String::add (line 152) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::copy (line 36) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::union (line 42) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::intersection_update (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::clear (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::difference (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::intersection (line 39) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::pop (line 42) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::issuperset (line 38) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::symmetric_difference (line 39) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::discard (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::issubset (line 38) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::isdisjoint (line 38) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::symmetric_difference_update (line 39) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/value.rs - linked_hash_set::value::Set::to_repr_impl (line 133) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::update (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::remove (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/value.rs - linked_hash_set::value::Set::add (line 218) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::get (line 43) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::clear (line 43) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::pop (line 44) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::difference_update (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::add (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::keys (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::values (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::items (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/inspect.rs - stdlib::inspect::inspect (line 26) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::popitem (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::update (line 52) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::clear (line 34) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/dict.rs - stdlib::dict::setdefault (line 44) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::append (line 35) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::insert (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::index (line 42) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::extend (line 36) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/macros/mod.rs - starlark_module (line 312) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::_str (line 58) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::bool (line 57) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::chr (line 60) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::remove (line 51) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::remove (line 35) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/list.rs - stdlib::list::pop (line 37) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/macros/mod.rs - starlark_module (line 291) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::any (line 57) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/macros/mod.rs - starlark_module (line 240) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::all (line 57) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::min (line 60) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::_type (line 55) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::enumerate (line 62) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::getattr (line 60) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::sorted (line 65) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::max (line 63) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::range (line 72) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::dir (line 60) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::repr (line 57) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::dict (line 64) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::ord (line 63) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::reversed (line 58) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::codepoints (line 199) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::endswith (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/mod.rs - stdlib::zip (line 62) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::find (line 197) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::isalpha (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::format (line 224) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::capitalize (line 191) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::islower (line 191) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::index (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::elems (line 195) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::isspace (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::isupper (line 191) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::isdigit (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::lower (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::count (line 199) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::isalnum (line 191) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::rindex (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::replace (line 193) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::lstrip (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::split_codepoints (line 199) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::startswith (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::join (line 193) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::split (line 206) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::splitlines (line 196) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::rsplit (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::rfind (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::title (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::istitle (line 191) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::rpartition (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/list.rs - values::list::List::add (line 220) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::strip (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::rstrip (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::partition (line 195) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/structs.rs - stdlib::structs::struct_ (line 106) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::minus (line 988) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values (line 36) stdout ---- [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/values/mod.rs:59:68 [INFO] [stdout] | [INFO] [stdout] 26 | fn values_for_descendant_check_and_freeze<'a>(&'a self) -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/list.rs - values::list::List::mul (line 248) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/list.rs - values::list::List::to_repr_impl (line 110) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::div (line 1087) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/list.rs - values::list::List::set_at (line 275) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::add (line 1007) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/stdlib/string.rs - stdlib::string::upper (line 190) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::floor_div (line 1106) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::mul (line 1045) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::plus (line 969) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::contains (line 947) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::sub (line 1026) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::percent (line 1064) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/mod.rs - values::TypedValue::values_for_descendant_check_and_freeze (line 662) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/slice_indices.rs - values::slice_indices::Value::convert_index (line 28) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/string/mod.rs - values::string::String::mul (line 170) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/tuple.rs - values::tuple::Tuple::mul (line 404) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/slice_indices.rs - values::slice_indices::convert_slice_indices (line 111) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/string/mod.rs - values::string::String::percent (line 199) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/values/tuple.rs - values::tuple::Tuple::add (line 377) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::add (line 40) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::clear (line 40) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::copy (line 36) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::difference (line 41) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::difference_update (line 40) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::discard (line 40) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::intersection (line 39) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::intersection_update (line 41) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::isdisjoint (line 38) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::issubset (line 38) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::issuperset (line 38) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::pop (line 42) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::remove (line 40) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::symmetric_difference (line 39) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::symmetric_difference_update (line 39) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::union (line 42) [INFO] [stdout] src/linked_hash_set/stdlib.rs - linked_hash_set::stdlib::update (line 41) [INFO] [stdout] src/linked_hash_set/value.rs - linked_hash_set::value::Set::add (line 218) [INFO] [stdout] src/linked_hash_set/value.rs - linked_hash_set::value::Set::to_repr_impl (line 133) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::clear (line 43) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::get (line 43) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::items (line 40) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::keys (line 40) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::pop (line 44) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::popitem (line 41) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::setdefault (line 44) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::update (line 52) [INFO] [stdout] src/stdlib/dict.rs - stdlib::dict::values (line 41) [INFO] [stdout] src/stdlib/inspect.rs - stdlib::inspect::inspect (line 26) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::append (line 35) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::clear (line 34) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::extend (line 36) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::index (line 42) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::insert (line 40) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::pop (line 37) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::remove (line 35) [INFO] [stdout] src/stdlib/list.rs - stdlib::list::remove (line 51) [INFO] [stdout] src/stdlib/macros/mod.rs - starlark_module (line 240) [INFO] [stdout] src/stdlib/macros/mod.rs - starlark_module (line 291) [INFO] [stdout] src/stdlib/macros/mod.rs - starlark_module (line 312) [INFO] [stdout] src/stdlib/mod.rs - stdlib::_str (line 58) [INFO] [stdout] src/stdlib/mod.rs - stdlib::_type (line 55) [INFO] [stdout] src/stdlib/mod.rs - stdlib::all (line 57) [INFO] [stdout] src/stdlib/mod.rs - stdlib::any (line 57) [INFO] [stdout] src/stdlib/mod.rs - stdlib::bool (line 57) [INFO] [stdout] src/stdlib/mod.rs - stdlib::chr (line 60) [INFO] [stdout] src/stdlib/mod.rs - stdlib::dict (line 64) [INFO] [stdout] src/stdlib/mod.rs - stdlib::dir (line 60) [INFO] [stdout] src/stdlib/mod.rs - stdlib::enumerate (line 62) [INFO] [stdout] src/stdlib/mod.rs - stdlib::getattr (line 60) [INFO] [stdout] src/stdlib/mod.rs - stdlib::max (line 63) [INFO] [stdout] src/stdlib/mod.rs - stdlib::min (line 60) [INFO] [stdout] src/stdlib/mod.rs - stdlib::ord (line 63) [INFO] [stdout] src/stdlib/mod.rs - stdlib::range (line 72) [INFO] [stdout] src/stdlib/mod.rs - stdlib::repr (line 57) [INFO] [stdout] src/stdlib/mod.rs - stdlib::reversed (line 58) [INFO] [stdout] src/stdlib/mod.rs - stdlib::sorted (line 65) [INFO] [stdout] src/stdlib/mod.rs - stdlib::zip (line 62) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::capitalize (line 191) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::codepoints (line 199) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::count (line 199) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::elems (line 195) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::endswith (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::find (line 197) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::format (line 224) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::index (line 192) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::isalnum (line 191) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::isalpha (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::isdigit (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::islower (line 191) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::isspace (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::istitle (line 191) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::isupper (line 191) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::join (line 193) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::lower (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::lstrip (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::partition (line 195) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::replace (line 193) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::rfind (line 192) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::rindex (line 192) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::rpartition (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::rsplit (line 192) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::rstrip (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::split (line 206) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::split_codepoints (line 199) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::splitlines (line 196) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::startswith (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::strip (line 190) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::title (line 192) [INFO] [stdout] src/stdlib/string.rs - stdlib::string::upper (line 190) [INFO] [stdout] src/stdlib/structs.rs - stdlib::structs::struct_ (line 106) [INFO] [stdout] src/values/list.rs - values::list::List::add (line 220) [INFO] [stdout] src/values/list.rs - values::list::List::mul (line 248) [INFO] [stdout] src/values/list.rs - values::list::List::set_at (line 275) [INFO] [stdout] src/values/list.rs - values::list::List::to_repr_impl (line 110) [INFO] [stdout] src/values/mod.rs - values (line 36) [INFO] [stdout] src/values/mod.rs - values::TypedValue::add (line 1007) [INFO] [stdout] src/values/mod.rs - values::TypedValue::contains (line 947) [INFO] [stdout] src/values/mod.rs - values::TypedValue::div (line 1087) [INFO] [stdout] src/values/mod.rs - values::TypedValue::floor_div (line 1106) [INFO] [stdout] src/values/mod.rs - values::TypedValue::minus (line 988) [INFO] [stdout] src/values/mod.rs - values::TypedValue::mul (line 1045) [INFO] [stdout] src/values/mod.rs - values::TypedValue::percent (line 1064) [INFO] [stdout] src/values/mod.rs - values::TypedValue::plus (line 969) [INFO] [stdout] src/values/mod.rs - values::TypedValue::sub (line 1026) [INFO] [stdout] src/values/mod.rs - values::TypedValue::values_for_descendant_check_and_freeze (line 662) [INFO] [stdout] src/values/slice_indices.rs - values::slice_indices::Value::convert_index (line 28) [INFO] [stdout] src/values/slice_indices.rs - values::slice_indices::convert_slice_indices (line 111) [INFO] [stdout] src/values/string/mod.rs - values::string::String::mul (line 170) [INFO] [stdout] src/values/string/mod.rs - values::string::String::percent (line 199) [INFO] [stdout] src/values/tuple.rs - values::tuple::Tuple::add (line 377) [INFO] [stdout] src/values/tuple.rs - values::tuple::Tuple::mul (line 404) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 112 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "a2c5c56cc70e045fdaf3ace7c5c670dde3bf93a91aaa3a85488f8f90788e365c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2c5c56cc70e045fdaf3ace7c5c670dde3bf93a91aaa3a85488f8f90788e365c", kill_on_drop: false }` [INFO] [stdout] a2c5c56cc70e045fdaf3ace7c5c670dde3bf93a91aaa3a85488f8f90788e365c