Attempting with retry: docker build --rm -t rust-ci -f /home/pietro/r/github/rust-lang/rust/src/ci/docker/arm-android/Dockerfile /home/pietro/r/github/rust-lang/rust/src/ci/docker Sending build context to Docker daemon 512kB Step 1/18 : FROM ubuntu:16.04 ---> 9361ce633ff1 Step 2/18 : COPY scripts/android-base-apt-get.sh /scripts/ ---> Using cache ---> 6f823e1085ec Step 3/18 : RUN sh /scripts/android-base-apt-get.sh ---> Using cache ---> dd616f3a1386 Step 4/18 : COPY scripts/android-ndk.sh /scripts/ ---> Using cache ---> aef217bc2a56 Step 5/18 : RUN . /scripts/android-ndk.sh && download_and_make_toolchain android-ndk-r15c-linux-x86_64.zip arm 14 ---> Using cache ---> c7c88e92f6cd Step 6/18 : RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y --no-install-recommends libgl1-mesa-glx libpulse0 libstdc++6:i386 openjdk-8-jre-headless tzdata ---> Using cache ---> 81a3ceda1886 Step 7/18 : COPY scripts/android-sdk.sh /scripts/ ---> Using cache ---> 97c324aad527 Step 8/18 : RUN . /scripts/android-sdk.sh && download_and_create_avd 4333796 armeabi-v7a 18 ---> Using cache ---> 4c4a06b8e38f Step 9/18 : ENV PATH=$PATH:/android/sdk/emulator ---> Using cache ---> 99306e99d6b6 Step 10/18 : ENV PATH=$PATH:/android/sdk/tools ---> Using cache ---> 01e5df1a5784 Step 11/18 : ENV PATH=$PATH:/android/sdk/platform-tools ---> Using cache ---> 8bec25320579 Step 12/18 : ENV TARGETS=arm-linux-androideabi ---> Using cache ---> a622308e0462 Step 13/18 : ENV RUST_CONFIGURE_ARGS --arm-linux-androideabi-ndk=/android/ndk/arm-14 ---> Using cache ---> b6433e9e8c9c Step 14/18 : ENV SCRIPT python2.7 ../x.py test --target $TARGETS ---> Using cache ---> 4a9ce7b85d51 Step 15/18 : COPY scripts/sccache.sh /scripts/ ---> Using cache ---> 51b0423d6a8a Step 16/18 : RUN sh /scripts/sccache.sh ---> Using cache ---> 970cf8c70ace Step 17/18 : COPY scripts/android-start-emulator.sh /scripts/ ---> Using cache ---> b0097f81351d Step 18/18 : ENTRYPOINT ["/scripts/android-start-emulator.sh"] ---> Using cache ---> 48bfbf83d700 Successfully built 48bfbf83d700 Successfully tagged rust-ci:latest + export SHELL=/bin/bash + exec /checkout/src/ci/run.sh + nohup nohup emulator @armeabi-v7a-18 -verbose -engine classic -no-window -partition-size 2047 emulator: Android virtual device file at: /root/.android/avd/armeabi-v7a-18.ini emulator: virtual device content at /root/.android/avd/armeabi-v7a-18.avd emulator: virtual device config file: /root/.android/avd/armeabi-v7a-18.avd/config.ini emulator: using core hw config path: /root/.android/avd/armeabi-v7a-18.avd/hardware-qemu.ini emulator: using snapshot lock path: /root/.android/avd/armeabi-v7a-18.avd/snapshot.lock emulator: using multi-instance lock path: /root/.android/avd/armeabi-v7a-18.avd/multiinstance.lock emulator: Found AVD target API level: 18 emulator: Read property file at /android/sdk/system-images/android-18/default/armeabi-v7a//build.prop emulator: No boot.prop property file found. emulator: Warning: config.ini contains invalid skin.path entry: (null) emulator: autoconfig: -skin HVGA emulator: autoconfig: -skindir (null) emulator: autoconfig: -kernel /android/sdk/system-images/android-18/default/armeabi-v7a//kernel-qemu emulator: Auto-detect: Kernel image requires legacy device naming scheme. emulator: Auto-detect: Kernel does support YAFFS2 partitions. emulator: autoconfig: -ramdisk /android/sdk/system-images/android-18/default/armeabi-v7a//ramdisk.img emulator: Using initial system image: /android/sdk/system-images/android-18/default/armeabi-v7a//system.img emulator: No vendor image emulator: autoconfig: -initdata /root/.android/avd/armeabi-v7a-18.avd/userdata.img emulator: autoconfig: -cache /root/.android/avd/armeabi-v7a-18.avd/cache.img emulator: Increasing RAM size to 340MB emulator: VM heap size 0MB is below hardware specified minimum of 64MB,setting it to that value emulator: System image is read only emulator: Found 2 DNS servers: 1.1.1.1 1.0.0.1 emulator: skin name 'HVGA' aliased to '320x480' emulator: found magic skin width=320 height=480 bpp=16 emulator: GPU emulation enabled using 'swiftshader_indirect' mode emulator: Initializing hardware OpenGLES emulation support emulator: Found 2 DNS servers: 1.1.1.1 1.0.0.1 emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored. Content of hardware configuration file: hw.cpu.arch = arm hw.cpu.model = cortex-a8 hw.cpu.ncore = 2 hw.ramSize = 340 hw.screen = touch hw.mainKeys = true hw.trackBall = true hw.keyboard = false hw.keyboard.lid = false hw.keyboard.charmap = qwerty2 hw.dPad = true hw.rotaryInput = false hw.gsmModem = true hw.gps = true hw.battery = true hw.accelerometer = true hw.gyroscope = true hw.audioInput = true hw.audioOutput = true hw.sdCard = true disk.cachePartition = true disk.cachePartition.path = /root/.android/avd/armeabi-v7a-18.avd/cache.img disk.cachePartition.size = 66m test.quitAfterBootTimeOut = -1 hw.lcd.width = 320 hw.lcd.height = 480 hw.lcd.depth = 16 hw.lcd.density = 160 hw.lcd.backlight = true hw.gpu.enabled = true hw.gpu.mode = swiftshader_indirect hw.initialOrientation = portrait hw.camera.back = emulated hw.camera.front = none vm.heapSize = 64 hw.sensors.light = true hw.sensors.pressure = true hw.sensors.humidity = true hw.sensors.proximity = true hw.sensors.magnetic_field = true hw.sensors.magnetic_field_uncalibrated = true hw.sensors.gyroscope_uncalibrated = true hw.sensors.orientation = true hw.sensors.temperature = true hw.useext4 = true hw.arc = false hw.arc.autologin = false kernel.path = /android/sdk/system-images/android-18/default/armeabi-v7a//kernel-qemu kernel.newDeviceNaming = no kernel.supportsYaffs2 = yes disk.ramdisk.path = /android/sdk/system-images/android-18/default/armeabi-v7a//ramdisk.img disk.systemPartition.initPath = /android/sdk/system-images/android-18/default/armeabi-v7a//system.img disk.systemPartition.size = 2047m disk.vendorPartition.size = 0 disk.dataPartition.path = /root/.android/avd/armeabi-v7a-18.avd/userdata-qemu.img disk.dataPartition.initPath = /root/.android/avd/armeabi-v7a-18.avd/userdata.img disk.dataPartition.size = 2047m PlayStore.enabled = false avd.name = armeabi-v7a-18 fastboot.forceColdBoot = false . emStarting sccache server... configure: processing command line configure: configure: rust.dist-src := False configure: build.print-step-timings := True configure: rust.codegen-units-std := 1 configure: rust.verify-llvm-ir := True configure: build.submodules := False configure: rust.debug-assertions := True configure: target.arm-linux-androideabi.android-ndk := /android/ndk/arm-14 configure: llvm.assertions := True configure: build.locked-deps := True configure: llvm.ccache := sccache configure: rust.verbose-tests := True configure: build.cargo-native-static := True configure: dist.missing-tools := True configure: build.configure-args := ['--arm-linux-androideabi-ndk=/android/ndk/arm ... configure: configure: writing `config.toml` in current directory configure: configure: run `python /checkout/x.py --help` configure: Attempting with retry: make prepare downloading https://static.rust-lang.org/dist/2019-03-20/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz 0.1% 0.5% 1.0% # 1.5% # 2.0% # 2.5% ## 3.0% ## 3.6% ### 4.3% ### 5.0% #### 5.7% #### 6.3% ##### 7.0% ##### 7.7% ###### 8.5% ###### 9.1% ####### 9.8% ####### 10.5% ######## 11.2% ######## 11.9% ######### 12.7% ######### 13.4% ########## 14.1% ########## 14.8% ########### 15.6% ########### 16.4% ############ 17.2% ############ 18.0% ############# 18.8% ############# 19.4% ############## 19.9% ############## 20.3% ############## 20.6% ############### 21.1% ############### 21.6% ############### 22.1% ################ 22.6% ################ 23.1% ################ 23.6% ################# 24.0% ################# 24.5% ################## 25.0% ################## 25.5% ################## 26.0% ################### 26.4% ################### 26.8% ################### 27.2% ################### 27.7% #################### 28.1% #################### 28.6% #################### 29.1% ##################### 29.6% ##################### 30.1% ###################### 30.7% ###################### 31.4% ####################### 32.2% ####################### 32.8% ######################## 33.5% ######################## 34.2% ######################### 34.8% ######################### 35.5% ########################## 36.2% ########################## 36.9% ########################### 37.6% ########################### 38.3% ############################ 39.0% ############################ 39.7% ############################# 40.4% ############################# 41.0% ############################## 42.9% ################################ 44.9% ################################ 45.5% ################################# 46.1% ################################# 46.7% ################################## 47.3% ################################## 47.9% ################################## 48.6% ################################### 49.2% ################################### 49.8% #################################### 50.4% #################################### 51.1% ##################################### 51.8% ##################################### 52.5% ###################################### 53.1% ###################################### 53.7% ####################################### 54.3% ####################################### 54.9% ####################################### 55.4% ######################################## 56.0% ######################################## 56.6% ######################################### 57.1% ######################################### 57.6% ######################################### 58.1% ########################################## 58.6% ########################################## 59.1% ########################################## 59.6% ########################################### 60.0% ########################################### 60.3% ########################################### 60.9% ############################################ 61.3% ############################################ 61.8% ############################################ 62.3% ############################################# 62.8% ############################################# 63.3% ############################################# 63.7% ############################################## 64.2% ############################################## 64.7% ############################################## 65.2% ############################################### 65.5% ################################################# 68.1% ################################################# 68.6% ################################################# 69.2% ################################################## 69.7% ################################################## 70.3% ################################################### 70.9% ################################################### 71.4% ################################################### 71.8% #################################################### 72.3% #################################################### 72.8% #################################################### 73.2% ##################################################### 73.7% ##################################################### 74.2% ##################################################### 74.7% ###################################################### 75.2% ###################################################### 75.6% ###################################################### 76.2% ####################################################### 76.9% ####################################################### 77.6% ######################################################## 78.2% ######################################################## 78.8% ######################################################### 79.5% ######################################################### 80.1% ########################################################## 80.8% ########################################################## 81.4% ########################################################### 82.0% ########################################################### 82.6% ########################################################### 83.3% ############################################################ 83.9% ############################################################ 84.5% ############################################################# 85.1% ############################################################# 85.7% ############################################################## 86.4% ############################################################## 87.1% ############################################################### 87.7% ############################################################### 88.4% ################################################################ 89.1% ################################################################ 89.8% ################################################################# 90.6% ################################################################# 91.4% ################################################################## 92.1% ################################################################## 92.9% ################################################################### 93.6% ################################################################### 94.2% #################################################################### 94.8% #################################################################### 95.5% ##################################################################### 96.1% ##################################################################### 96.7% ###################################################################### 97.4% ###################################################################### 98.1% ####################################################################### 98.7% ####################################################################### 99.4% ######################################################################## 100.0% ulator: WARNING: CPU acceleration only works with x86/x86_64 system images. QEMU options list: emulator: argv[00] = "/android/sdk/emulator/emulator64-arm" emulator: argv[01] = "-dns-server" emulator: argv[02] = "1.1.1.1,1.0.0.1" emulator: argv[03] = "-serial" emulator: argv[04] = "null" emulator: argv[05] = "-serial" emulator: argv[06] = "null" emulator: argv[07] = "-android-hw" emulator: argv[08] = "/root/.android/avd/armeabi-v7a-18.avd/hardware-qemu.ini" emulator: argv[09] = "-append" emulator: argv[10] = "qemu=1 no_timer_check androidboot.hardware=goldfish androidboot.serialno=EMULATOR28X0X25X0 android.qemud=1 console=0 android.checkjni=1 qemu.gles=1 qemu.opengles.version=131072 ndns=2 loop.max_part=7 qemu.dalvik.vm.heapsize=64m" Concatenated QEMU options: /android/sdk/emulator/emulator64-arm -dns-server 1.1.1.1,1.0.0.1 -serial null -serial null -android-hw /root/.android/avd/armeabi-v7a-18.avd/hardware-qemu.ini -append 'qemu=1 no_timer_check androidboot.hardware=goldfish androidboot.serialno=EMULATOR28X0X25X0 android.qemud=1 console=0 android.checkjni=1 qemu.gles=1 qemu.opengles.version=131072 ndns=2 loop.max_part=7 qemu.dalvik.vm.heapsize=64m' VERBOSE: AdbInterface.cpp:129: no root specified: VERBOSE: AdbInterface.cpp:159: Found: 2 adb executables VERBOSE: AdbInterface.cpp:161: Adb: /android/sdk/platform-tools/adb VERBOSE: AdbInterface.cpp:161: Adb: /android/sdk/platform-tools/adb VERBOSE: AdbInterface.cpp:180: Path:/android/sdk/platform-tools/adb protocol version: 40 VERBOSE: AdbInterface.cpp:180: Path:/android/sdk/platform-tools/adb protocol version: 40 VERBOSE: AdbHostServer.cpp:95: Unable to connect to adb daemon on port: 5037 emulator: Starting QEMU main loop emulator: registered 'boot-properties' qemud service emulator: Using kernel serial device prefix: ttyS emulator: AVD Name: armeabi-v7a-18 emulator: Ramdisk image contains fstab.goldfish file emulator: Found format of system partition: 'ext4' emulator: Could not extract format of vendor partition! emulator: Found format of userdata partition: 'ext4' emulator: Found format of cache partition: 'ext4' emulator: system partition format: ext4 emulator: nand_add_dev: system,size=0x7ff00000,file=/android/sdk/system-images/android-18/default/armeabi-v7a//system.img,pagesize=512,extrasize=0,readonly emulator: userdata partition format: ext4 emulator: nand_add_dev: userdata,size=0x7ff00000,file=/root/.android/avd/armeabi-v7a-18.avd/userdata-qemu.img,pagesize=512,extrasize=0 emulator: cache partition format: ext4 emulator: Creating empty cache partition image at: /root/.android/avd/armeabi-v7a-18.avd/cache.img Creating filesystem with parameters: Size: 69206016 Block size: 4096 Blocks per group: 32768 Inodes per group: 4224 Inode size: 256 Journal blocks: 1024 Label: Blocks: 16896 Block groups: 1 Reserved block group size: 7 Created filesystem with 11/4224 inodes and 1302/16896 blocks emulator: nand_add_dev: cache,size=0x4200000,file=/root/.android/avd/armeabi-v7a-18.avd/cache.img,pagesize=512,extrasize=0 emulator: Adding boot property: 'dalvik.vm.heapsize' = '64m' emulator: Adding boot property: 'ro.config.low_ram' = 'true' emulator: Adding boot property: 'qemu.sf.lcd_density' = '160' emulator: Adding boot property: 'qemu.hw.mainkeys' = '1' emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back' emulator: Found 2 DNS servers: 1.1.1.1 1.0.0.1 emulator: Adding boot property: 'ro.opengles.version' = '131072' emulator: Kernel parameters: qemu=1 no_timer_check androidboot.hardware=goldfish androidboot.serialno=EMULATOR28X0X25X0 android.qemud=1 console=0 android.checkjni=1 qemu.gles=1 qemu.opengles.version=131072 ndns=2 loop.max_part=7 qemu.dalvik.vm.heapsize=64m emulator: warning: opening audio output failed emulator: control console listening on port 5554, ADB on port 5555 Not using any http proxy emulator: Adding boot property: 'qemu.timezone' = 'Etc/UTC' emulator: android_hw_fingerprint_init: fingerprint qemud listen service initialized Your emulator is out of date, please update by launching Android Studio: - Start Android Studio - Select menu "Tools > Android > SDK Manager" - Click "SDK Tools" tab - Check "Android Emulator" checkbox - Click "OK" extracting /checkout/obj/build/cache/2019-03-20/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz downloading https://static.rust-lang.org/dist/2019-03-20/rustc-beta-x86_64-unknown-linux-gnu.tar.gz 0.1% 0.5% 1.0% # 1.4% # 1.9% # 2.3% # 2.7% ## 3.1% ## 3.5% ## 3.9% ### 4.2% ### 4.3% ### 4.8% ### 5.1% ### 5.4% #### 5.7% #### 6.0% #### 6.2% #### 6.5% #### 6.8% ##### 7.1% ##### 7.4% ##### 7.6% ##### 7.9% ##### 8.3% ###### 8.6% ###### 8.8% ###### 9.1% ###### 9.5% ####### 9.9% ####### 10.4% ####### 10.8% ######## 11.3% ######## 11.7% ######## 12.2% ######### 12.7% ######### 13.2% ######### 13.6% ########## 14.0% ########## 14.4% ########## 14.8% ########## 15.2% ########### 15.7% ########### 16.1% ########### 16.5% ############ 17.0% ############ 17.4% ############ 17.7% ############# 18.2% ############# 18.6% ############# 19.0% ############# 19.4% ############## 19.9% ############## 20.3% ############## 20.8% ############### 21.2% ############### 21.6% ############### 22.1% ################ 22.6% ################ 23.0% ################ 23.5% ################# 23.9% ################# 24.3% ################# 24.7% ################## 25.2% ################## 25.6% ################## 26.1% ################### 26.5% ################### 26.9% ################### 27.4% #################### 27.8% #################### 28.2% #################### 28.7% #################### 29.1% ##################### 29.5% ##################### 29.9% ##################### 30.4% ###################### 30.8% ###################### 31.2% ###################### 31.6% ####################### 32.1% ####################### 32.5% ####################### 32.9% ######################## 33.4% ######################## 33.8% ######################## 34.3% ######################### 34.8% ######################### 35.3% ######################### 35.8% ########################## 36.2% ########################## 36.7% ########################## 37.1% ########################### 37.5% ########################### 38.0% ########################### 38.4% ########################### 38.8% ############################ 39.2% ############################ 39.6% ############################ 40.0% ############################# 40.5% ############################# 40.9% ############################# 41.4% ############################## 41.7% ############################## 42.2% ############################## 42.6% ############################## 43.1% ############################### 43.5% ############################### 43.8% ############################### 44.2% ################################ 44.6% ################################ 45.0% ################################ 45.4% ################################ 45.7% ################################# 46.1% ################################# 46.5% ################################# 46.9% ################################## 47.3% ################################## 47.7% ################################## 48.1% ################################## 48.5% ################################### 48.9% ################################### 49.3% ################################### 49.7% #################################### 50.1% #################################### 50.5% #################################### 50.9% #################################### 51.3% ##################################### 51.7% ##################################### 52.1% ##################################### 52.6% ###################################### 53.0% ###################################### 53.4% ###################################### 53.8% ####################################### 54.2% ####################################### 54.7% ####################################### 55.1% ######################################## 55.6% ######################################## 56.0% ######################################## 56.4% ######################################## 56.8% ######################################### 57.2% ######################################### 57.7% ######################################### 58.1% ########################################## 58.6% ########################################## 59.0% ########################################## 59.4% ########################################### 59.9% ########################################### 60.3% ########################################### 60.8% ############################################ 61.2% ############################################ 61.7% ############################################ 62.2% ############################################# 62.7% ############################################# 63.1% ############################################# 63.6% ############################################## 64.1% ############################################## 64.5% ############################################## 65.0% ############################################### 65.5% ############################################### 66.0% ############################################### 66.4% ################################################ 66.9% ################################################ 67.1% ################################################ 67.2% ################################################ 67.9% ################################################# 68.3% ################################################# 68.7% ################################################# 69.1% ################################################## 69.5% ################################################## 69.9% ################################################## 70.3% ################################################## 70.6% ################################################### 71.0% ################################################### 71.4% ################################################### 71.8% ################################################### 72.2% #################################################### 72.6% #################################################### 73.0% #################################################### 73.4% ##################################################### 73.8% ##################################################### 74.2% ##################################################### 74.5% ##################################################### 74.9% ###################################################### 75.3% ###################################################### 75.7% ###################################################### 76.1% ####################################################### 76.5% ####################################################### 76.9% ####################################################### 77.3% ####################################################### 77.7% ######################################################## 78.1% ######################################################## 78.5% ######################################################## 78.9% ######################################################### 79.3% ######################################################### 79.7% ######################################################### 80.1% ######################################################### 80.5% ########################################################## 80.9% ########################################################## 81.3% ########################################################## 81.8% ########################################################### 82.2% ########################################################### 82.7% ########################################################### 83.0% ########################################################### 83.3% ############################################################ 83.7% ############################################################ 84.1% ############################################################ 84.5% ############################################################# 84.9% ############################################################# 85.3% ############################################################# 85.7% ############################################################# 86.1% ############################################################## 86.5% ############################################################## 86.9% ############################################################## 87.3% ############################################################### 87.6% ############################################################### 88.0% ############################################################### 88.4% ############################################################### 88.9% ################################################################ 89.3% ################################################################ 89.7% ################################################################ 90.2% ################################################################# 90.6% ################################################################# 91.1% ################################################################# 91.5% ################################################################## 91.9% ################################################################## 92.3% ################################################################## 92.7% ################################################################### 93.2% ################################################################### 93.6% ################################################################### 94.1% #################################################################### 94.5% #################################################################### 94.9% #################################################################### 95.3% #################################################################### 95.8% ##################################################################### 96.1% ##################################################################### 96.5% ##################################################################### 96.9% ###################################################################### 97.3% ###################################################################### 97.7% ###################################################################### 98.1% ###################################################################### 98.5% ####################################################################### 98.9% ####################################################################### 99.3% ####################################################################### 99.7% ######################################################################## 100.0% extracting /checkout/obj/build/cache/2019-03-20/rustc-beta-x86_64-unknown-linux-gnu.tar.gz downloading https://static.rust-lang.org/dist/2019-03-20/cargo-beta-x86_64-unknown-linux-gnu.tar.gz # 2.1% ###### 9.7% ############ 17.3% ################# 24.8% ####################### 32.3% ############################ 39.2% ################################# 46.4% ####################################### 54.4% ############################################ 61.8% ################################################# 69.0% ####################################################### 76.6% ############################################################ 84.3% ################################################################# 91.7% ####################################################################### 98.6% ######################################################################## 100.0% extracting /checkout/obj/build/cache/2019-03-20/cargo-beta-x86_64-unknown-linux-gnu.tar.gz Compiling proc-macro2 v0.4.24 Compiling unicode-xid v0.1.0 Compiling libc v0.2.51 Compiling serde v1.0.82 Compiling ryu v0.2.7 Compiling fixedbitset v0.1.9 Compiling itoa v0.4.3 Compiling cc v1.0.28 Compiling cfg-if v0.1.6 Compiling ordermap v0.3.5 Compiling lazy_static v0.2.11 Compiling getopts v0.2.17 Compiling build_helper v0.1.0 (/checkout/src/build_helper) Compiling petgraph v0.4.13 Compiling num_cpus v1.8.0 Compiling time v0.1.40 Compiling filetime v0.2.4 Compiling cmake v0.1.33 Compiling quote v0.6.10 Compiling syn v0.15.22 Compiling serde_derive v1.0.81 Compiling serde_json v1.0.33 Compiling toml v0.4.10 Compiling bootstrap v0.0.0 (/checkout/src/bootstrap) Finished dev [unoptimized] target(s) in 28.01s Build completed successfully in 0:01:26 bin_root (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.bin_root ... ok bootstrap_binary (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.bootstrap_binary ... ok cargo_stamp (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.cargo_stamp ... ok get_string (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.get_string ... ok get_toml (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.get_toml ... ok program_config (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.program_config ... ok rustc_stamp (bootstrap.RustBuild) Doctest: bootstrap.RustBuild.rustc_stamp ... ok format_build_time (bootstrap) Doctest: bootstrap.format_build_time ... ok test_stage0_data (__main__.Stage0DataTestCase) Extract data from stage0.txt ... ok test_invalid_file (__main__.VerifyTestCase) Should verify that the file is invalid ... invalid checksum: found: 334d016f755cd6dc58c53a86e183882f8ec14f52fb05345887c8a5edd42c87b7 expected: 64ec88ca00b268e5ba1a35678a1b5316d212f4f366b2477232534a8aeca37f3c ok test_valid_file (__main__.VerifyTestCase) Check if the sha256 sum of the given file is valid ... ok test_dates_are_different (__main__.ProgramOutOfDate) Return True when the dates are different ... ok test_same_dates (__main__.ProgramOutOfDate) Return False both dates match ... ok test_stamp_path_does_not_exists (__main__.ProgramOutOfDate) Return True when the stamp file does not exists ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.005s OK processor : 0 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2881.781 cache size : 512 KB physical id : 0 siblings : 16 core id : 0 cpu cores : 8 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 1 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2883.433 cache size : 512 KB physical id : 0 siblings : 16 core id : 0 cpu cores : 8 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 2 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2905.884 cache size : 512 KB physical id : 0 siblings : 16 core id : 1 cpu cores : 8 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 3 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 3254.289 cache size : 512 KB physical id : 0 siblings : 16 core id : 1 cpu cores : 8 apicid : 3 initial apicid : 3 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 4 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2880.926 cache size : 512 KB physical id : 0 siblings : 16 core id : 2 cpu cores : 8 apicid : 4 initial apicid : 4 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 5 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2889.397 cache size : 512 KB physical id : 0 siblings : 16 core id : 2 cpu cores : 8 apicid : 5 initial apicid : 5 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 6 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2887.952 cache size : 512 KB physical id : 0 siblings : 16 core id : 3 cpu cores : 8 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 7 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2881.234 cache size : 512 KB physical id : 0 siblings : 16 core id : 3 cpu cores : 8 apicid : 7 initial apicid : 7 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 8 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 3537.477 cache size : 512 KB physical id : 0 siblings : 16 core id : 4 cpu cores : 8 apicid : 8 initial apicid : 8 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 9 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 3139.739 cache size : 512 KB physical id : 0 siblings : 16 core id : 4 cpu cores : 8 apicid : 9 initial apicid : 9 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 10 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 3599.120 cache size : 512 KB physical id : 0 siblings : 16 core id : 5 cpu cores : 8 apicid : 10 initial apicid : 10 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 11 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 3599.821 cache size : 512 KB physical id : 0 siblings : 16 core id : 5 cpu cores : 8 apicid : 11 initial apicid : 11 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 12 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2957.253 cache size : 512 KB physical id : 0 siblings : 16 core id : 6 cpu cores : 8 apicid : 12 initial apicid : 12 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 13 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2987.724 cache size : 512 KB physical id : 0 siblings : 16 core id : 6 cpu cores : 8 apicid : 13 initial apicid : 13 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 14 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2880.588 cache size : 512 KB physical id : 0 siblings : 16 core id : 7 cpu cores : 8 apicid : 14 initial apicid : 14 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] processor : 15 vendor_id : AuthenticAMD cpu family : 23 model : 1 model name : AMD Ryzen 7 1700 Eight-Core Processor stepping : 1 microcode : 0x8001137 cpu MHz : 2882.026 cache size : 512 KB physical id : 0 siblings : 16 core id : 7 cpu cores : 8 apicid : 15 initial apicid : 15 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass bogomips : 7200.00 TLB size : 2560 4K pages clflush size : 64 cache_alignment : 64 address sizes : 43 bits physical, 48 bits virtual power management: ts ttp tm hwpstate eff_freq_ro [13] [14] MemTotal: 16439612 kB MemFree: 4679936 kB MemAvailable: 15286816 kB Buffers: 968100 kB Cached: 9215016 kB SwapCached: 96 kB Active: 5262968 kB Inactive: 5325256 kB Active(anon): 220200 kB Inactive(anon): 199004 kB Active(file): 5042768 kB Inactive(file): 5126252 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 2097148 kB SwapFree: 2095868 kB Dirty: 622264 kB Writeback: 0 kB AnonPages: 404648 kB Mapped: 388484 kB Shmem: 14088 kB Slab: 988260 kB SReclaimable: 771332 kB SUnreclaim: 216928 kB KernelStack: 9904 kB PageTables: 22996 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 10316952 kB Committed_AS: 3624352 kB VmallocTotal: 34359738367 kB VmallocUsed: 0 kB VmallocChunk: 0 kB HardwareCorrupted: 0 kB AnonHugePages: 2048 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 367820 kB DirectMap2M: 7970816 kB DirectMap1G: 9437184 kB + python2.7 ../x.py test --target arm-linux-androideabi Finished dev [unoptimized] target(s) in 0.26s Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) Compiling cc v1.0.28 Compiling libc v0.2.51 Compiling core v0.0.0 (/checkout/src/libcore) Compiling unwind v0.0.0 (/checkout/src/libunwind) Compiling build_helper v0.1.0 (/checkout/src/build_helper) Compiling compiler_builtins v0.1.9 Compiling cmake v0.1.33 Compiling backtrace-sys v0.1.27 Compiling std v0.0.0 (/checkout/src/libstd) Compiling rustc_tsan v0.0.0 (/checkout/src/librustc_tsan) Compiling rustc_msan v0.0.0 (/checkout/src/librustc_msan) Compiling rustc_lsan v0.0.0 (/checkout/src/librustc_lsan) Compiling rustc_asan v0.0.0 (/checkout/src/librustc_asan) [RUSTC-TIMING] core test:false 21.312 Compiling rustc-std-workspace-core v1.0.0 (/checkout/src/tools/rustc-std-workspace-core) [RUSTC-TIMING] rustc_std_workspace_core test:false 0.050 [RUSTC-TIMING] libc test:false 0.656 [RUSTC-TIMING] compiler_builtins test:false 1.248 Compiling alloc v0.0.0 (/checkout/src/liballoc) Compiling rustc-demangle v0.1.10 Compiling panic_abort v0.0.0 (/checkout/src/libpanic_abort) [RUSTC-TIMING] backtrace_sys test:false 0.041 [RUSTC-TIMING] panic_abort test:false 0.057 [RUSTC-TIMING] unwind test:false 0.068 [RUSTC-TIMING] rustc_demangle test:false 0.596 [RUSTC-TIMING] alloc test:false 3.292 Compiling panic_unwind v0.0.0 (/checkout/src/libpanic_unwind) [RUSTC-TIMING] rustc_tsan test:false 0.040 [RUSTC-TIMING] rustc_lsan test:false 0.042 [RUSTC-TIMING] rustc_msan test:false 0.042 [RUSTC-TIMING] rustc_asan test:false 0.053 [RUSTC-TIMING] panic_unwind test:false 0.194 [RUSTC-TIMING] std test:false 11.639 Finished release [optimized] target(s) in 38.17s Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) [TIMING] Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 38.192 Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) Compiling getopts v0.2.17 Compiling rustc_term v0.0.1 Compiling proc_macro v0.0.0 (/checkout/src/libproc_macro) [RUSTC-TIMING] getopts test:false 1.314 [RUSTC-TIMING] rustc_term test:false 3.285 Compiling libtest v0.0.1 [RUSTC-TIMING] libtest test:false 6.167 [RUSTC-TIMING] proc_macro test:false 9.471 Compiling test v0.0.0 (/checkout/src/libtest) [RUSTC-TIMING] test test:false 0.065 Finished release [optimized] target(s) in 9.87s Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) [TIMING] Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 9.895 Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) Compiling semver-parser v0.7.0 Compiling nodrop v0.1.12 Compiling libc v0.2.51 Compiling cfg-if v0.1.6 Compiling lazy_static v1.2.0 Compiling rand_core v0.3.0 Compiling scopeguard v0.3.3 Compiling void v1.0.2 Compiling memoffset v0.2.1 Compiling rustc-rayon-core v0.1.2 Compiling stable_deref_trait v1.1.0 Compiling rustc-rayon v0.1.2 Compiling proc-macro2 v0.4.24 Compiling either v1.5.0 Compiling bitflags v1.0.4 Compiling unicode-width v0.1.5 [RUSTC-TIMING] cfg_if test:false 0.054 [RUSTC-TIMING] memoffset test:false 0.052 Compiling byteorder v1.2.7 Compiling graphviz v0.0.0 (/checkout/src/libgraphviz) [RUSTC-TIMING] nodrop test:false 0.080 Compiling unicode-xid v0.1.0 [RUSTC-TIMING] void test:false 0.089 Compiling[RUSTC-TIMING] scopeguard test:false 0.098 cc v1.0.28 [RUSTC-TIMING] lazy_static test:false 0.105 [RUSTC-TIMING] stable_deref_trait test:false 0.087 Compiling crc32fast v1.1.2 Compiling scoped-tls v1.0.0 Compiling rustc_target v0.0.0 (/checkout/src/librustc_target) [RUSTC-TIMING] bitflags test:false 0.069 Compiling lazy_static v0.2.11 [RUSTC-TIMING] unicode_width test:false 0.142 [RUSTC-TIMING] lazy_static test:false 0.126 [RUSTC-TIMING] scoped_tls test:false 0.218 Compiling syntax v0.0.0 (/checkout/src/libsyntax) [RUSTC-TIMING] either test:false 0.279 Compiling termcolor v1.0.4 Compiling rustc v0.0.0 (/checkout/src/librustc) Compiling remove_dir_all v0.5.1 [RUSTC-TIMING] rand_core test:false 0.567 Compiling rustc-demangle v0.1.10 Compiling datafrog v2.0.1 [RUSTC-TIMING] remove_dir_all test:false 0.078 Compiling rustc_fs_util v0.0.0 (/checkout/src/librustc_fs_util) Compiling rustc_metadata v0.0.0 (/checkout/src/librustc_metadata) Compiling fmt_macros v0.0.0 (/checkout/src/libfmt_macros) Compiling rustc_incremental v0.0.0 (/checkout/src/librustc_incremental) [RUSTC-TIMING] byteorder test:false 0.787 Compiling rustc-serialize v0.3.24 [RUSTC-TIMING] rustc_fs_util test:false 0.403 [RUSTC-TIMING] graphviz test:false 1.010 Compiling quick-error v1.2.2 Compiling rustc_driver v0.0.0 (/checkout/src/librustc_driver) Compiling crossbeam-utils v0.2.2 Compiling log v0.4.6 Compiling arrayvec v0.4.7 Compiling unreachable v1.0.0 Compiling owning_ref v0.3.3 Compiling log_settings v0.1.2 Compiling chalk-macros v0.1.0 [RUSTC-TIMING] unreachable test:false 0.088 Compiling rand_hc v0.1.0 [RUSTC-TIMING] quick_error test:false 0.142 Compiling rand_isaac v0.1.1 [RUSTC-TIMING] owning_ref test:false 0.263 [RUSTC-TIMING] datafrog test:false 0.843 [RUSTC-TIMING] log_settings test:false 0.356 [RUSTC-TIMING] crossbeam_utils test:false 0.447 Compiling rand_xorshift v0.1.0 Compiling itertools v0.8.0 [RUSTC-TIMING] fmt_macros test:false 0.984 [RUSTC-TIMING] rustc_demangle test:false 1.196 [RUSTC-TIMING] log test:false 0.690 Compiling rustc-hash v1.0.1 [RUSTC-TIMING] chalk_macros test:false 0.677 [RUSTC-TIMING] arrayvec test:false 0.709 [RUSTC-TIMING] rand_isaac test:false 0.643 [RUSTC-TIMING] termcolor test:false 1.549 [RUSTC-TIMING] rand_hc test:false 0.698 [RUSTC-TIMING] rand_xorshift test:false 0.287 [RUSTC-TIMING] rustc_hash test:false 0.139 Compiling semver v0.9.0 Compiling smallvec v0.6.7 Compiling humantime v1.2.0 Compiling lock_api v0.1.3 Compiling ena v0.13.0 Compiling rustc_cratesio_shim v0.0.0 (/checkout/src/librustc_cratesio_shim) Compiling crossbeam-epoch v0.3.1 Compiling polonius-engine v0.6.2 Compiling chalk-engine v0.9.0 [RUSTC-TIMING] rustc_cratesio_shim test:false 0.137 [RUSTC-TIMING] lock_api test:false 0.413 [RUSTC-TIMING] ena test:false 0.466 [RUSTC-TIMING] smallvec test:false 0.556 [RUSTC-TIMING] crc32fast test:false 0.601 Compiling serialize v0.0.0 (/checkout/src/libserialize) [RUSTC-TIMING] humantime test:false 0.931 Compiling rustc_apfloat v0.0.0 (/checkout/src/librustc_apfloat) [RUSTC-TIMING] polonius_engine test:false 0.980 [RUSTC-TIMING] crossbeam_epoch test:false 1.069 Compiling crossbeam-deque v0.2.0 [RUSTC-TIMING] libc test:false 1.204 Compiling rustc_version v0.2.3 [RUSTC-TIMING] crossbeam_deque test:false 0.318 Compiling num_cpus v1.8.0 Compiling jobserver v0.1.13 Compiling atty v0.2.11 Compiling memmap v0.6.2 [RUSTC-TIMING] atty test:false 0.137 [RUSTC-TIMING] memmap test:false 0.653 Compiling env_logger v0.5.13 Compiling rand_pcg v0.1.1 [RUSTC-TIMING] num_cpus test:false 1.145 [RUSTC-TIMING] rustc_apfloat test:false 2.167 Compiling rand_chacha v0.1.0 Compiling rand v0.6.1 Compiling parking_lot_core v0.4.0 [RUSTC-TIMING] jobserver test:false 1.627 Compiling quote v0.6.10 [RUSTC-TIMING] chalk_engine test:false 4.209 Compiling backtrace-sys v0.1.27 Compiling miniz-sys v0.1.11 [RUSTC-TIMING] env_logger test:false 1.275 [RUSTC-TIMING] rand_pcg test:false 0.227 [RUSTC-TIMING] rand_chacha test:false 0.465 [RUSTC-TIMING] rustc_rayon_core test:false 1.838 [RUSTC-TIMING] cc test:false 5.983 Compiling syn v0.15.22 [RUSTC-TIMING] miniz_sys test:false 0.063 Compiling flate2 v1.0.6 [RUSTC-TIMING] backtrace_sys test:false 0.050 Compiling backtrace v0.3.11 [RUSTC-TIMING] serialize test:false 5.323 [RUSTC-TIMING] backtrace test:false 0.506 [RUSTC-TIMING] rustc_serialize test:false 7.240 Compiling rls-span v0.4.1 [RUSTC-TIMING] flate2 test:false 0.800 emulator: ERROR: detected a hanging thread 'QEMU1 main loop'. No response for 105001 ms [RUSTC-TIMING] rls_span test:false 0.349 Compiling rls-data v0.18.2 [RUSTC-TIMING] rand test:false 2.031 Compiling tempfile v3.0.5 [RUSTC-TIMING] tempfile test:false 0.504 [RUSTC-TIMING] rls_data test:false 0.979 [RUSTC-TIMING] parking_lot_core test:false 0.737 Compiling parking_lot v0.7.1 [RUSTC-TIMING] rustc_rayon test:false 2.768 [RUSTC-TIMING] parking_lot test:false 0.555 Compiling rustc_data_structures v0.0.0 (/checkout/src/librustc_data_structures) [RUSTC-TIMING] rustc_data_structures test:false 1.940 Compiling arena v0.0.0 (/checkout/src/libarena) [RUSTC-TIMING] arena test:false 0.263 Compiling syntax_pos v0.0.0 (/checkout/src/libsyntax_pos) [RUSTC-TIMING] syntax_pos test:false 2.714 Compiling rustc_errors v0.0.0 (/checkout/src/librustc_errors)