Sep 04 16:10:15.475 INFO checking json-codec-0.5.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 16:10:15.475 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 16:10:15.475 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:10:15.683 INFO blam! fbab25b2e2cc41cd7135dd199b8a588c8375ab193e57ad8de83a87a056163d52 Sep 04 16:10:15.685 INFO running `"docker" "start" "-a" "fbab25b2e2cc41cd7135dd199b8a588c8375ab193e57ad8de83a87a056163d52"` Sep 04 16:10:16.864 INFO kablam! Checking json-codec v0.5.0 (file:///source) Sep 04 16:10:19.943 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 04 16:10:19.943 INFO kablam! --> tests/properties.rs:132:13 Sep 04 16:10:19.943 INFO kablam! | Sep 04 16:10:19.943 INFO kablam! 132 | match g.gen_range(1, 8) { Sep 04 16:10:19.943 INFO kablam! | ^^^^^^^^^ Sep 04 16:10:19.943 INFO kablam! | Sep 04 16:10:19.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 16:10:19.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 16:10:19.943 INFO kablam! | Sep 04 16:10:19.943 INFO kablam! 4 | use rand::Rng; Sep 04 16:10:19.943 INFO kablam! | Sep 04 16:10:19.943 INFO kablam! Sep 04 16:10:19.945 INFO kablam! error[E0599]: no method named `gen` found for type `&mut G` in the current scope Sep 04 16:10:19.945 INFO kablam! --> tests/properties.rs:135:29 Sep 04 16:10:19.945 INFO kablam! | Sep 04 16:10:19.945 INFO kablam! 135 | 3 => Json::Number(g.gen()), Sep 04 16:10:19.945 INFO kablam! | ^^^ Sep 04 16:10:19.945 INFO kablam! | Sep 04 16:10:19.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 16:10:19.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 16:10:19.945 INFO kablam! | Sep 04 16:10:19.945 INFO kablam! 4 | use rand::Rng; Sep 04 16:10:19.945 INFO kablam! | Sep 04 16:10:19.945 INFO kablam! Sep 04 16:10:19.954 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 04 16:10:19.954 INFO kablam! --> tests/properties.rs:154:21 Sep 04 16:10:19.954 INFO kablam! | Sep 04 16:10:19.954 INFO kablam! 154 | let len = g.gen_range(0, 64); Sep 04 16:10:19.954 INFO kablam! | ^^^^^^^^^ Sep 04 16:10:19.954 INFO kablam! | Sep 04 16:10:19.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 16:10:19.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 16:10:19.954 INFO kablam! | Sep 04 16:10:19.954 INFO kablam! 4 | use rand::Rng; Sep 04 16:10:19.954 INFO kablam! | Sep 04 16:10:19.954 INFO kablam! Sep 04 16:10:19.959 INFO kablam! error[E0599]: no method named `gen_range` found for type `&mut G` in the current scope Sep 04 16:10:19.959 INFO kablam! --> tests/properties.rs:163:21 Sep 04 16:10:19.959 INFO kablam! | Sep 04 16:10:19.959 INFO kablam! 163 | let len = g.gen_range(0, 64); Sep 04 16:10:19.959 INFO kablam! | ^^^^^^^^^ Sep 04 16:10:19.959 INFO kablam! | Sep 04 16:10:19.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 16:10:19.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 16:10:19.959 INFO kablam! | Sep 04 16:10:19.959 INFO kablam! 4 | use rand::Rng; Sep 04 16:10:19.959 INFO kablam! | Sep 04 16:10:19.959 INFO kablam! Sep 04 16:10:19.968 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:10:19.968 INFO kablam! Sep 04 16:10:19.968 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 16:10:19.976 INFO kablam! error: Could not compile `json-codec`. Sep 04 16:10:19.976 INFO kablam! Sep 04 16:10:19.976 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:10:19.978 INFO kablam! su: No module specific data is present Sep 04 16:10:20.483 INFO running `"docker" "rm" "-f" "fbab25b2e2cc41cd7135dd199b8a588c8375ab193e57ad8de83a87a056163d52"` Sep 04 16:10:20.582 INFO blam! fbab25b2e2cc41cd7135dd199b8a588c8375ab193e57ad8de83a87a056163d52