[INFO] fetching crate EnumBitFlags 1.0.10...
[INFO] checking EnumBitFlags-1.0.10 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate EnumBitFlags 1.0.10 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate EnumBitFlags 1.0.10 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate EnumBitFlags 1.0.10
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate EnumBitFlags 1.0.10
[INFO] tweaked toml for crates.io crate EnumBitFlags 1.0.10 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3aabfcd05c00202f13b85fc26410609dd777c951889e319f1a59fd27a00a3981
[INFO] running `Command { std: "docker" "start" "-a" "3aabfcd05c00202f13b85fc26410609dd777c951889e319f1a59fd27a00a3981", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3aabfcd05c00202f13b85fc26410609dd777c951889e319f1a59fd27a00a3981", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3aabfcd05c00202f13b85fc26410609dd777c951889e319f1a59fd27a00a3981", kill_on_drop: false }`
[INFO] [stdout] 3aabfcd05c00202f13b85fc26410609dd777c951889e319f1a59fd27a00a3981
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71d826e719011ea31d477198770a25908f9d25e950f7c31060962aa4c4935b04
[INFO] running `Command { std: "docker" "start" "-a" "71d826e719011ea31d477198770a25908f9d25e950f7c31060962aa4c4935b04", kill_on_drop: false }`
[INFO] [stderr]    Compiling EnumBitFlags v1.0.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: crate `EnumBitFlags` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `enum_bit_flags`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `EnumBitFlags` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `enum_bit_flags`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Debug mode enable ==> Printing the output !
[INFO] [stdout] =====================================================================================================
[INFO] [stdout] 
[INFO] [stdout]             #[derive(Copy,Clone,Debug)]
[INFO] [stdout]             pub struct Test_16bit { 
[INFO] [stdout]                 value: u16 
[INFO] [stdout]             }
[INFO] [stdout]             impl Test_16bit {
[INFO] [stdout]             	pub const V1: Test_16bit = Test_16bit { value: 0x1u16 };
[INFO] [stdout] 	pub const V2: Test_16bit = Test_16bit { value: 0x2u16 };
[INFO] [stdout] 	pub const V3: Test_16bit = Test_16bit { value: 0x4u16 };
[INFO] [stdout] 	pub const V4: Test_16bit = Test_16bit { value: 0x8000u16 };
[INFO] [stdout] 
[INFO] [stdout]             pub const None: Test_16bit = Test_16bit { value: 0 };
[INFO] [stdout]                     
[INFO] [stdout]         /// This function allows creating a new Test_16bit object from an u16 value.
[INFO] [stdout]         /// This method returns Some(Test_16bit) if the parameter `value` is a valid bit configuration, or None otherwise.
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Example
[INFO] [stdout]         /// ```rust
[INFO] [stdout]         /// use EnumBitFlags::EnumBitFlags;
[INFO] [stdout]         /// 
[INFO] [stdout]         /// #[EnumBitFlags]
[INFO] [stdout]         /// enum MyFlags {
[INFO] [stdout]         ///     Flag_1 = 0x0001,
[INFO] [stdout]         ///     Flag_2 = 0x0002,
[INFO] [stdout]         ///     Flag_3 = 0x0004
[INFO] [stdout]         /// }
[INFO] [stdout]         /// if let Some(y) = MyFlags::from_value(5) {
[INFO] [stdout]         ///     println!("{y}");
[INFO] [stdout]         /// }
[INFO] [stdout]         /// else {
[INFO] [stdout]         ///     eprintln!("Could not create value!");
[INFO] [stdout]         /// }
[INFO] [stdout]         /// ```        
[INFO] [stdout]         pub fn from_value(value: u16) -> Option<Self> {
[INFO] [stdout]             
[INFO] [stdout]             if value & 32775 as u16 == value {
[INFO] [stdout]                 return Some(Test_16bit { value } );
[INFO] [stdout]             }
[INFO] [stdout]             None
[INFO] [stdout]         } 
[INFO] [stdout]        
[INFO] [stdout]         /// Checks if all the values in the specified `mask` are set
[INFO] [stdout]         /// within the internal value of the current object.
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Parameters
[INFO] [stdout]         /// 
[INFO] [stdout]         /// - `mask`: A `Test_16bit` value representing the mask to check.
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Returns
[INFO] [stdout]         ///
[INFO] [stdout]         /// - `true` if all values in the `mask` are set in the current value.
[INFO] [stdout]         /// - `false` otherwise.
[INFO] [stdout]         #[inline(always)]
[INFO] [stdout]         pub fn contains(&self, mask: Test_16bit) -> bool { 
[INFO] [stdout]             return ((self.value & mask.value) == mask.value) && (mask.value!=0);
[INFO] [stdout]         }
[INFO] [stdout]         /// Checks if at least on of the values in the specified `mask` are set
[INFO] [stdout]         /// within the internal value of the current object.
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Parameters
[INFO] [stdout]         /// 
[INFO] [stdout]         /// - `mask`: A `Test_16bit` value representing the mask to check.
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Returns
[INFO] [stdout]         ///
[INFO] [stdout]         /// - `true` if at least one value in the `mask` is set in the current value.
[INFO] [stdout]         /// - `false` otherwise.
[INFO] [stdout]         #[inline(always)]
[INFO] [stdout]         pub fn contains_one(&self, mask: Test_16bit) -> bool { 
[INFO] [stdout]             return (self.value & mask.value) != 0 ;
[INFO] [stdout]         }
[INFO] [stdout]         /// Checks if the current value is not set or if `disable_empty_generation` is `false` and the object is the empty value
[INFO] [stdout]         /// # Returns
[INFO] [stdout]         ///
[INFO] [stdout]         /// - `true` if the current value is not set or is the empty value.
[INFO] [stdout]         /// - `false` otherwise.
[INFO] [stdout]         #[inline(always)]        
[INFO] [stdout]         pub fn is_empty(&self) -> bool { 
[INFO] [stdout]             return self.value == 0;
[INFO] [stdout]         }
[INFO] [stdout]         /// Clears the value or sets it to the empty value.
[INFO] [stdout]         /// # Returns
[INFO] [stdout]         ///
[INFO] [stdout]         /// - `true` if the current value is not set or is the empty value.
[INFO] [stdout]         /// - `false` otherwise.
[INFO] [stdout]         #[inline(always)]
[INFO] [stdout]         pub fn clear(&mut self) {
[INFO] [stdout]             self.value = 0;
[INFO] [stdout]         }
[INFO] [stdout]         /// Removes the values set in the `mask` parameter from the current value.        
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Parameters
[INFO] [stdout]         /// 
[INFO] [stdout]         /// - `mask`: A `Test_16bit` value representing the mask to remove.
[INFO] [stdout]         ///         
[INFO] [stdout]         #[inline(always)]
[INFO] [stdout]         pub fn remove(&mut self, mask: Test_16bit) {
[INFO] [stdout]             self.value = self.value - (self.value & mask.value);
[INFO] [stdout]         }
[INFO] [stdout]         /// Adds the values set in the `mask` parameter to the current value.        
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Parameters
[INFO] [stdout]         /// 
[INFO] [stdout]         /// - `mask`: A `Test_16bit` value representing the mask to add.
[INFO] [stdout]         ///         
[INFO] [stdout]         #[inline(always)]
[INFO] [stdout]         pub fn set(&mut self, mask: Test_16bit) {
[INFO] [stdout]             self.value |= mask.value;
[INFO] [stdout]         }
[INFO] [stdout]         /// Returns the underlying `u16` value for this object.
[INFO] [stdout]         /// 
[INFO] [stdout]         /// # Returns
[INFO] [stdout]         /// 
[INFO] [stdout]         /// - The `u16` value.
[INFO] [stdout]         ///         
[INFO] [stdout]         #[inline(always)]
[INFO] [stdout]         pub const fn get_value(&self)->u16 {
[INFO] [stdout]             self.value
[INFO] [stdout]         }
[INFO] [stdout]     }
[INFO] [stdout] 
[INFO] [stdout]         
[INFO] [stdout]         impl std::ops::BitOr for Test_16bit {
[INFO] [stdout]             type Output = Self;        
[INFO] [stdout]             #[inline(always)]
[INFO] [stdout]             fn bitor(self, rhs: Self) -> Self::Output { Test_16bit {value: self.value | rhs.value } }            
[INFO] [stdout]         }
[INFO] [stdout]         impl std::ops::BitOrAssign for Test_16bit {   
[INFO] [stdout]             #[inline(always)]
[INFO] [stdout]             fn bitor_assign(&mut self, rhs: Self)  { self.value |= rhs.value; }            
[INFO] [stdout]         }
[INFO] [stdout]         impl std::ops::BitAnd for Test_16bit {
[INFO] [stdout]             type Output = Self;        
[INFO] [stdout]             #[inline(always)]
[INFO] [stdout]             fn bitand(self, rhs: Self) -> Self::Output { Test_16bit {value: self.value & rhs.value } }            
[INFO] [stdout]         }
[INFO] [stdout]         impl std::ops::BitAndAssign for Test_16bit {   
[INFO] [stdout]             #[inline(always)]
[INFO] [stdout]             fn bitand_assign(&mut self, rhs: Self)  { self.value &= rhs.value; }            
[INFO] [stdout]         }
[INFO] [stdout]         impl std::cmp::Eq for Test_16bit { }
[INFO] [stdout]         impl std::cmp::PartialEq for Test_16bit {   
[INFO] [stdout]             #[inline(always)]
[INFO] [stdout]             fn eq(&self, other: &Self) -> bool  { self.value == other.value }            
[INFO] [stdout]         }
[INFO] [stdout]         impl std::default::Default for Test_16bit {
[INFO] [stdout]             fn default() -> Self { Test_16bit { value: 0 } }
[INFO] [stdout]         }
[INFO] [stdout]         impl std::fmt::Display for Test_16bit {
[INFO] [stdout]             fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]                 write!(f, "Test_16bit (")?;
[INFO] [stdout]                 if self.value == 0 {
[INFO] [stdout]                     write!(f,"None)")?;
[INFO] [stdout]                 } else {
[INFO] [stdout]                     let mut first = true;
[INFO] [stdout]                 
[INFO] [stdout] 		if (self.value & 0x1u16) == 0x1u16 { if !first { write!(f," | ")?; } else { first = false; }; write!(f, "V1")?; }
[INFO] [stdout] 		if (self.value & 0x2u16) == 0x2u16 { if !first { write!(f," | ")?; } else { first = false; }; write!(f, "V2")?; }
[INFO] [stdout] 		if (self.value & 0x4u16) == 0x4u16 { if !first { write!(f," | ")?; } else { first = false; }; write!(f, "V3")?; }
[INFO] [stdout] 		if (self.value & 0x32768u16) == 0x32768u16 { if !first { write!(f," | ")?; } else { first = false; }; write!(f, "V4")?; }
[INFO] [stdout] 
[INFO] [stdout]                     write!(f,")")?;
[INFO] [stdout]                 }
[INFO] [stdout]                 Ok(())            
[INFO] [stdout]             }
[INFO] [stdout]         }
[INFO] [stdout]         
[INFO] [stdout] =====================================================================================================
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] running `Command { std: "docker" "inspect" "71d826e719011ea31d477198770a25908f9d25e950f7c31060962aa4c4935b04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71d826e719011ea31d477198770a25908f9d25e950f7c31060962aa4c4935b04", kill_on_drop: false }`
[INFO] [stdout] 71d826e719011ea31d477198770a25908f9d25e950f7c31060962aa4c4935b04
