[INFO] cloning repository https://github.com/yuancheng1124/fluent-bundle-test [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuancheng1124/fluent-bundle-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuancheng1124%2Ffluent-bundle-test"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuancheng1124%2Ffluent-bundle-test'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d1a78d40846b6f06e8c4c62a2e2f7e04b65088cc [INFO] testing yuancheng1124/fluent-bundle-test against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuancheng1124%2Ffluent-bundle-test" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuancheng1124/fluent-bundle-test on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yuancheng1124/fluent-bundle-test [INFO] removed path dependency fluent-syntax from git repo https://github.com/yuancheng1124/fluent-bundle-test [INFO] finished tweaking git repo https://github.com/yuancheng1124/fluent-bundle-test [INFO] tweaked toml for git repo https://github.com/yuancheng1124/fluent-bundle-test written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/yuancheng1124/fluent-bundle-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (fluent-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (fluent-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a68cb698dc41d11cdfc62e4f41db933c124a2536ffebce017ef8805cc929cbc4 [INFO] running `"docker" "start" "-a" "a68cb698dc41d11cdfc62e4f41db933c124a2536ffebce017ef8805cc929cbc4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (fluent-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.63 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.63 [INFO] [stderr] Compiling fluent-locale v0.4.1 [INFO] [stderr] Compiling fluent-syntax v0.9.3 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling elsa v1.3.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling intl_pluralrules v1.0.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.63 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.63 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling rental v0.5.5 [INFO] [stderr] Compiling fluent-bundle-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:835:1 [INFO] [stderr] | [INFO] [stderr] 835 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:836:1 [INFO] [stderr] | [INFO] [stderr] 836 | /// resource.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:837:1 [INFO] [stderr] | [INFO] [stderr] 837 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:496:5 [INFO] [stderr] | [INFO] [stderr] 496 | / 'bundle [INFO] [stderr] 497 | | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | | + Send [INFO] [stderr] 499 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 496 | dyn 'bundle [INFO] [stderr] 497 | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | + Send [INFO] [stderr] 499 | + Sync, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "a68cb698dc41d11cdfc62e4f41db933c124a2536ffebce017ef8805cc929cbc4"` [INFO] running `"docker" "rm" "-f" "a68cb698dc41d11cdfc62e4f41db933c124a2536ffebce017ef8805cc929cbc4"` [INFO] [stdout] a68cb698dc41d11cdfc62e4f41db933c124a2536ffebce017ef8805cc929cbc4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 71f77e739d72adc89b500109970b741afe79ebc28d8ed25b5ffc881e57a8c32b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "71f77e739d72adc89b500109970b741afe79ebc28d8ed25b5ffc881e57a8c32b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (fluent-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:835:1 [INFO] [stderr] | [INFO] [stderr] 835 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:836:1 [INFO] [stderr] | [INFO] [stderr] 836 | /// resource.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:837:1 [INFO] [stderr] | [INFO] [stderr] 837 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:496:5 [INFO] [stderr] | [INFO] [stderr] 496 | / 'bundle [INFO] [stderr] 497 | | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | | + Send [INFO] [stderr] 499 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 496 | dyn 'bundle [INFO] [stderr] 497 | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | + Send [INFO] [stderr] 499 | + Sync, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling fluent-bundle-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:835:1 [INFO] [stderr] | [INFO] [stderr] 835 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:836:1 [INFO] [stderr] | [INFO] [stderr] 836 | /// resource.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:837:1 [INFO] [stderr] | [INFO] [stderr] 837 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:496:5 [INFO] [stderr] | [INFO] [stderr] 496 | / 'bundle [INFO] [stderr] 497 | | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | | + Send [INFO] [stderr] 499 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 496 | dyn 'bundle [INFO] [stderr] 497 | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | + Send [INFO] [stderr] 499 | + Sync, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "71f77e739d72adc89b500109970b741afe79ebc28d8ed25b5ffc881e57a8c32b"` [INFO] running `"docker" "rm" "-f" "71f77e739d72adc89b500109970b741afe79ebc28d8ed25b5ffc881e57a8c32b"` [INFO] [stdout] 71f77e739d72adc89b500109970b741afe79ebc28d8ed25b5ffc881e57a8c32b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 897213f61a3272e956c0e3cc5e0722f44ab61f7d057136b2c1e66df0afbe34df [INFO] running `"docker" "start" "-a" "897213f61a3272e956c0e3cc5e0722f44ab61f7d057136b2c1e66df0afbe34df"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (fluent-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:835:1 [INFO] [stderr] | [INFO] [stderr] 835 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:836:1 [INFO] [stderr] | [INFO] [stderr] 836 | /// resource.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:837:1 [INFO] [stderr] | [INFO] [stderr] 837 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:496:5 [INFO] [stderr] | [INFO] [stderr] 496 | / 'bundle [INFO] [stderr] 497 | | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | | + Send [INFO] [stderr] 499 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 496 | dyn 'bundle [INFO] [stderr] 497 | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | + Send [INFO] [stderr] 499 | + Sync, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:835:1 [INFO] [stderr] | [INFO] [stderr] 835 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:836:1 [INFO] [stderr] | [INFO] [stderr] 836 | /// resource.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:837:1 [INFO] [stderr] | [INFO] [stderr] 837 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:496:5 [INFO] [stderr] | [INFO] [stderr] 496 | / 'bundle [INFO] [stderr] 497 | | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | | + Send [INFO] [stderr] 499 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 496 | dyn 'bundle [INFO] [stderr] 497 | + Fn(&[Option], &HashMap<&str, FluentValue>) -> Option [INFO] [stderr] 498 | + Send [INFO] [stderr] 499 | + Sync, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fluent_bundle_test-579a736e563c0171 [INFO] [stderr] Doc-tests fluent-bundle-test [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] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - FluentBundle::add_resource (line 222) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::format (line 292) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::format (line 347) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::format (line 314) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::compound (line 417) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::new (line 112) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle (line 45) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::has_message (line 151) ... FAILED [INFO] [stdout] test src/lib.rs - FluentBundle::add_function (line 176) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - FluentBundle::add_resource (line 222) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::format (line 292) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource, FluentValue}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::format (line 347) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::format (line 314) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::compound (line 417) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource, FluentValue}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::new (line 112) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::FluentBundle; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle (line 45) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource, FluentValue}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::has_message (line 151) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - FluentBundle::add_function (line 176) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `fluent_bundle` [INFO] [stdout] --> src/lib.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 3 | use fluent_bundle::{FluentBundle, FluentResource, FluentValue}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type or module `fluent_bundle` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - FluentBundle (line 45) [INFO] [stdout] src/lib.rs - FluentBundle::add_function (line 176) [INFO] [stdout] src/lib.rs - FluentBundle::add_resource (line 222) [INFO] [stdout] src/lib.rs - FluentBundle::compound (line 417) [INFO] [stdout] src/lib.rs - FluentBundle::format (line 292) [INFO] [stdout] src/lib.rs - FluentBundle::format (line 314) [INFO] [stdout] src/lib.rs - FluentBundle::format (line 347) [INFO] [stdout] src/lib.rs - FluentBundle::has_message (line 151) [INFO] [stdout] src/lib.rs - FluentBundle::new (line 112) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "897213f61a3272e956c0e3cc5e0722f44ab61f7d057136b2c1e66df0afbe34df"` [INFO] running `"docker" "rm" "-f" "897213f61a3272e956c0e3cc5e0722f44ab61f7d057136b2c1e66df0afbe34df"` [INFO] [stdout] 897213f61a3272e956c0e3cc5e0722f44ab61f7d057136b2c1e66df0afbe34df