[INFO] updating cached repository https://github.com/emreyalvac/firebase-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f504b77b98b7ae12ff756d7502b5f79eb86aac36 [INFO] testing emreyalvac/firebase-rs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femreyalvac%2Ffirebase-rs" "/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/emreyalvac/firebase-rs 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/emreyalvac/firebase-rs [INFO] finished tweaking git repo https://github.com/emreyalvac/firebase-rs [INFO] tweaked toml for git repo https://github.com/emreyalvac/firebase-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/emreyalvac/firebase-rs 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] 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] ace092db253646baca1f1cd71c1d1ebf837911131fb1f5b2a5f7388b99f8756a [INFO] running `"docker" "start" "-a" "ace092db253646baca1f1cd71c1d1ebf837911131fb1f5b2a5f7388b99f8756a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling smallvec v1.3.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling curl v0.4.28 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.30+curl-7.69.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling firebase-rs v1.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/lib.rs:284:16 [INFO] [stderr] | [INFO] [stderr] 284 | Ok(res) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lib.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | / self.params [INFO] [stderr] 488 | | .iter() [INFO] [stderr] 489 | | .map(|(k, v)| url.set_query(Some(format!("{}={}", k, v).as_str()))) [INFO] [stderr] 490 | | .collect::<()>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "ace092db253646baca1f1cd71c1d1ebf837911131fb1f5b2a5f7388b99f8756a"` [INFO] running `"docker" "rm" "-f" "ace092db253646baca1f1cd71c1d1ebf837911131fb1f5b2a5f7388b99f8756a"` [INFO] [stdout] ace092db253646baca1f1cd71c1d1ebf837911131fb1f5b2a5f7388b99f8756a [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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8926338965faffafd7088a9d6dc17dceca048d98003b920af1609aac9143cf6f [INFO] running `"docker" "start" "-a" "8926338965faffafd7088a9d6dc17dceca048d98003b920af1609aac9143cf6f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling firebase-rs v1.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/lib.rs:284:16 [INFO] [stderr] | [INFO] [stderr] 284 | Ok(res) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lib.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | / self.params [INFO] [stderr] 488 | | .iter() [INFO] [stderr] 489 | | .map(|(k, v)| url.set_query(Some(format!("{}={}", k, v).as_str()))) [INFO] [stderr] 490 | | .collect::<()>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/lib.rs:284:16 [INFO] [stderr] | [INFO] [stderr] 284 | Ok(res) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lib.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | / self.params [INFO] [stderr] 488 | | .iter() [INFO] [stderr] 489 | | .map(|(k, v)| url.set_query(Some(format!("{}={}", k, v).as_str()))) [INFO] [stderr] 490 | | .collect::<()>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "8926338965faffafd7088a9d6dc17dceca048d98003b920af1609aac9143cf6f"` [INFO] running `"docker" "rm" "-f" "8926338965faffafd7088a9d6dc17dceca048d98003b920af1609aac9143cf6f"` [INFO] [stdout] 8926338965faffafd7088a9d6dc17dceca048d98003b920af1609aac9143cf6f [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] 42577285d11fa39144dd43397103ac2e9458f8557d0e617e84d569709bbe456a [INFO] running `"docker" "start" "-a" "42577285d11fa39144dd43397103ac2e9458f8557d0e617e84d569709bbe456a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/lib.rs:284:16 [INFO] [stderr] | [INFO] [stderr] 284 | Ok(res) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lib.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | / self.params [INFO] [stderr] 488 | | .iter() [INFO] [stderr] 489 | | .map(|(k, v)| url.set_query(Some(format!("{}={}", k, v).as_str()))) [INFO] [stderr] 490 | | .collect::<()>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/lib.rs:284:16 [INFO] [stderr] | [INFO] [stderr] 284 | Ok(res) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/lib.rs:487:9 [INFO] [stderr] | [INFO] [stderr] 487 | / self.params [INFO] [stderr] 488 | | .iter() [INFO] [stderr] 489 | | .map(|(k, v)| url.set_query(Some(format!("{}={}", k, v).as_str()))) [INFO] [stderr] 490 | | .collect::<()>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/firebase_rs-fb02d52dbe4164b2 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::not_http_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests firebase-rs [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/lib.rs - Firebase::update (line 405) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::at (line 221) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::set (line 243) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::get (line 320) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::push (line 348) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::auth (line 199) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::set_async (line 254) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::delete_async (line 388) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::delete (line 377) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::new (line 181) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::push_async (line 359) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::get_async (line 331) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::set_generic (line 273) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::with_params (line 434) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::get_generic (line 294) ... FAILED [INFO] [stdout] test src/lib.rs - Firebase::update_async (line 416) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Firebase::update (line 405) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:406:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::at (line 221) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found keyword `let` [INFO] [stdout] --> src/lib.rs:226:1 [INFO] [stdout] | [INFO] [stdout] 6 | OR [INFO] [stdout] | - expected one of 8 possible tokens [INFO] [stdout] 7 | let movies = _firebase.at("movies/movie1").unwrap(); [INFO] [stdout] | ^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 3 | let mut _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::set (line 243) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::get (line 320) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:321:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::push (line 348) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:349:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::auth (line 199) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `url` [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 4 | The url will be https://myfirebase.firebaseio.com/?auth=AUTH_KEY [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:200:21 [INFO] [stdout] | [INFO] [stdout] 3 | let mut _firebase = Firebase::auth("https://myfirebase.firebaseio.com", "AUTH_KEY").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::set_async (line 254) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::delete_async (line 388) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:389:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::delete (line 377) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:378:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::new (line 181) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 3 | let mut _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::push_async (line 359) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:360:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::get_async (line 331) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:332:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::set_generic (line 273) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/lib.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::{Serialize, Deserialize}; [INFO] [stdout] | ^^^^^ maybe a missing crate `serde`? [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> src/lib.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> src/lib.rs:275:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 8 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::with_params (line 434) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:435:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::get_generic (line 294) stdout ---- [INFO] [stdout] error: expected one of `!`, `+`, `,`, `::`, or `>`, found `(` [INFO] [stdout] --> src/lib.rs:305:52 [INFO] [stdout] | [INFO] [stdout] 13 | let res = users.get_generic::().unwrap(); [INFO] [stdout] | ^ expected one of `!`, `+`, `,`, `::`, or `>` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> src/lib.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::{Serialize, Deserialize}; [INFO] [stdout] | ^^^^^ maybe a missing crate `serde`? [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> src/lib.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> src/lib.rs:296:28 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 8 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Firebase::update_async (line 416) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Firebase` [INFO] [stdout] --> src/lib.rs:417:17 [INFO] [stdout] | [INFO] [stdout] 3 | let _firebase = Firebase::new("https://myfirebase.firebaseio.com").unwrap(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Firebase` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - Firebase::at (line 221) [INFO] [stdout] src/lib.rs - Firebase::auth (line 199) [INFO] [stdout] src/lib.rs - Firebase::delete (line 377) [INFO] [stdout] src/lib.rs - Firebase::delete_async (line 388) [INFO] [stdout] src/lib.rs - Firebase::get (line 320) [INFO] [stdout] src/lib.rs - Firebase::get_async (line 331) [INFO] [stdout] src/lib.rs - Firebase::get_generic (line 294) [INFO] [stdout] src/lib.rs - Firebase::new (line 181) [INFO] [stdout] src/lib.rs - Firebase::push (line 348) [INFO] [stdout] src/lib.rs - Firebase::push_async (line 359) [INFO] [stdout] src/lib.rs - Firebase::set (line 243) [INFO] [stdout] src/lib.rs - Firebase::set_async (line 254) [INFO] [stdout] src/lib.rs - Firebase::set_generic (line 273) [INFO] [stdout] src/lib.rs - Firebase::update (line 405) [INFO] [stdout] src/lib.rs - Firebase::update_async (line 416) [INFO] [stdout] src/lib.rs - Firebase::with_params (line 434) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 16 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "42577285d11fa39144dd43397103ac2e9458f8557d0e617e84d569709bbe456a"` [INFO] running `"docker" "rm" "-f" "42577285d11fa39144dd43397103ac2e9458f8557d0e617e84d569709bbe456a"` [INFO] [stdout] 42577285d11fa39144dd43397103ac2e9458f8557d0e617e84d569709bbe456a