microsoft / malmo

Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:
https://www.microsoft.com/en-us/research/project/project-malmo/
MIT License
4.08k stars 600 forks source link

Could not authorize you against Realms server: Invalid Session ID #869

Open JustinS6626 opened 4 years ago

JustinS6626 commented 4 years ago

I have built Malmo on Linux Mint 19.3 with OpenJDK8, and when I attempt to run Minecraft with the Malmo mod using

./launchClient.sh -port 10234 -env

I get the following output, as shown in the screenshot below:

Screenshot from 2020-02-28 15-35-09

As the picture shows, the second last line is

[15:13:59] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

I think this is preventing my from running missions, because when I try to run tutorial_1.py, nothing happens. There is no error message, but the terminal gets stuck on the command

python3.7 tutorial_1.py

. I would greatly appreciate help in resolving this issue.

DaveyBiggers commented 4 years ago

I believe the Realms server error message is a red-herring - if memory serves, this is always displayed, and is nothing to worry about. From the log, it looks as though Minecraft is running and is ready for use (the line "CLIENT enter state: DORMANT" means we're ready to receive a mission).

I suspect there are two problems here:

a) Malmo's default communication port is 10000 - if that's undesirable for some reason, you can override it - as you are doing, by passing the "-port 10234"cmdline argument. But the client code (eg tutorial_1.py) needs to know what to connect to. The tutorials all assume the default port, so you either need to run Minecraft on the default port, or change your client code to pass in 10234. For details of how to do that, see (for example) https://github.com/microsoft/malmo/blob/c3d129721c5a2f7c0eac274836f113f4c7ae4205/Malmo/samples/Python_examples/run_mission.py - look for the ClientPool stuff around line 70.

b) The other problem might be your use of the -env flag - this runs Malmo in the "MalmoEnv" mode, where it can present as a gym environment, but the tutorials (and all the python samples) were written before this feature became available, and communicate with Minecraft using a non-gym protocol (which is much more flexible but potentially less convenient, depending on your needs). I suspect none of the samples will work if the -env flag is specified.

Let us know if this helps - if not, we'll do some more digging.

JustinS6626 commented 4 years ago

Thank you very much for getting back to me. I tried the approach that you suggested, but I am still seeing the same problem. Here is the entire output that I am seeing when I run the command

./launchClient.sh -port 10000

This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril. ################################################# ForgeGradle 2.2-SNAPSHOT-3966cea
https://github.com/MinecraftForge/ForgeGradle
################################################# Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :getVersionJson :extractUserdev UP-TO-DATE :extractDependencyATs SKIPPED :extractMcpData SKIPPED :extractMcpMappings SKIPPED :genSrgs SKIPPED :downloadClient SKIPPED :downloadServer SKIPPED :splitServerJar SKIPPED :mergeJars SKIPPED :deobfMcSRG SKIPPED :decompileMc SKIPPED :fixMcSources SKIPPED :applySourcePatches :remapMcSources SKIPPED :recompileMc SKIPPED :extractNatives SKIPPED :getAssetIndex UP-TO-DATE :getAssets :makeStart SKIPPED :setupDecompWorkspace

BUILD SUCCESSFUL

Total time: 13.407 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril. ################################################# ForgeGradle 2.2-SNAPSHOT-3966cea
https://github.com/MinecraftForge/ForgeGradle
################################################# Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :sourceApiJava UP-TO-DATE :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :copyModToClient :copyModToServer :deleteSchemas :copySchemas :jaxb UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.6 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning :processResources UP-TO-DATE :classes :jar UP-TO-DATE :sourceTestJava UP-TO-DATE :compileTestJava UP-TO-DATE :processTestResources UP-TO-DATE :testClasses UP-TO-DATE :test UP-TO-DATE :extractMcpData SKIPPED :extractMcpMappings SKIPPED :getVersionJson :extractUserdev UP-TO-DATE :genSrgs SKIPPED :reobfJar :assemble :check UP-TO-DATE :build

BUILD SUCCESSFUL

Total time: 7.514 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html This mapping 'snapshot_20161220' was designed for MC 1.11! Use at your own peril. ################################################# ForgeGradle 2.2-SNAPSHOT-3966cea
https://github.com/MinecraftForge/ForgeGradle
################################################# Powered by MCP unknown
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :sourceApiJava UP-TO-DATE :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :copyModToClient :copyModToServer :deleteSchemas :copySchemas :jaxb UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.6 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 warning :processResources UP-TO-DATE :classes :jar :getVersionJson :extractNatives SKIPPED :extractUserdev UP-TO-DATE :getAssetIndex UP-TO-DATE :getAssets Current status: 1048/1196 87% :makeStart SKIPPED :runClient [20:17:53] [main/INFO] [GradleStart]: Extra: [] [20:17:53] [main/INFO] [GradleStart]: Found and added coremod: com.microsoft.Malmo.OverclockingPlugin [20:17:53] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /home/justin/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --accessToken{REDACTED}, --version, 1.11.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [20:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [20:17:53] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2228 for Minecraft 1.11.2 loading [20:17:53] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Linux:amd64:4.15.0-76-generic, installed at /usr/lib/jvm/jdk1.8.0_221/jre [20:17:53] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [20:17:53] [main/INFO] [FML]: Found a command line coremod : com.microsoft.Malmo.OverclockingPlugin [20:17:53] [main/WARN] [FML]: The coremod com.microsoft.Malmo.OverclockingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [20:17:53] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [20:17:53] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [20:17:53] [main/INFO] [GradleStart]: Injecting location in coremod com.microsoft.Malmo.OverclockingPlugin [20:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [20:17:53] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [20:17:53] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [20:17:53] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [20:17:53] [main/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:transform:58]: MALMO: Attempting to transform MinecraftServer [20:17:53] [main/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockRenderer:187]: MALMO: Found Minecraft, attempting to transform it [20:17:53] [main/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockRenderer:193]: MALMO: Found Minecraft.runGameLoop() method, attempting to transform it [20:17:53] [main/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockRenderer:208]: MALMO: Hooked into call to Minecraft.updateDisplay() [20:17:54] [main/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:transform:42]: Transformed Name: net.minecraft.client.entity.EntityPlayerSP [20:17:54] [main/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:transform:42]: Transformed Name: net.minecraft.client.entity.AbstractClientPlayer [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:transform:58]: MALMO: Attempting to transform MinecraftServer [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockServer:123]: MALMO: Found MinecraftServer, attempting to transform it [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockServer:129]: MALMO: Found MinecraftServer.run() method, attempting to transform it [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockServer:137]: MALMO: Transforming LDC [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockServer:137]: MALMO: Transforming LDC [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockServer:137]: MALMO: Transforming LDC [20:17:54] [Client thread/INFO] [STDOUT]: [com.microsoft.Malmo.OverclockingClassTransformer:overclockServer:137]: MALMO: Transforming LDC [20:17:54] [Client thread/INFO]: Setting user: Player243 [20:17:56] [Client thread/WARN]: Skipping bad option: lastServer: [20:17:56] [Client thread/INFO]: LWJGL Version: 2.9.4 [20:17:57] [Client thread/INFO]: [STDOUT]: MALMO: Attempting to transform MinecraftServer [20:17:57] [Client thread/INFO]: [STDOUT]: MALMO: Found GlStateManager, attempting to transform it [20:17:57] [Client thread/INFO]: [STDOUT]: MALMO: Found GlStateManager.bindTexture() method, attempting to transform it [20:17:57] [Client thread/INFO]: [STDOUT]: MALMO: Hooked into call to GlStateManager.bindTexture() [20:17:57] [Client thread/INFO]: [STDOUT]: ---- Minecraft Crash Report ---- // Everything's going to plan. No, really, that was supposed to happen.

Time: 3/2/20 8:17 PM Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.11.2 Operating System: Linux (amd64) version 4.15.0-76-generic Java Version: 1.8.0_221, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 149972144 bytes (143 MB) / 590348288 bytes (563 MB) up to 1908932608 bytes (1820 MB) JVM Flags: 1 total; -Xmx2G IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): OverclockingPlugin (MalmoMod-0.37.0.jar) com.microsoft.Malmo.OverclockingClassTransformer GL info: ' Vendor: 'nouveau' Version: '4.3 (Compatibility Profile) Mesa 19.2.8' Renderer: 'NV117' [20:17:57] [Client thread/INFO] [FML]: MinecraftForge v13.20.0.2228 Initialized [20:17:57] [Client thread/INFO] [FML]: Replaced 232 ore recipes [20:17:57] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [20:17:57] [Client thread/INFO] [FML]: Searching /home/justin/MalmoPlatform/build/install/Minecraft/run/mods for mods [20:17:58] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [20:17:58] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, malmomod] at CLIENT [20:17:58] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, malmomod] at SERVER [20:17:58] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Microsoft Malmo Mod [20:17:58] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: MalmoMod in /home/justin/MalmoPlatform/build/install/Minecraft/build/libs/MalmoMod-0.37.0.jar [20:17:58] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: MalmoMod in /home/justin/MalmoPlatform/build/install/Minecraft/build/libs/MalmoMod-0.37.0.jar [20:17:58] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: MalmoMod in /home/justin/MalmoPlatform/build/install/Minecraft/build/libs/MalmoMod-0.37.0.jar [20:17:58] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [20:17:58] [Client thread/INFO] [FML]: Found 444 ObjectHolder annotations [20:17:58] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [20:17:58] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [20:17:58] [Client thread/INFO] [FML]: Applying holder lookups [20:17:58] [Client thread/INFO] [FML]: Holder lookups applied [20:17:58] [Client thread/INFO] [FML]: Applying holder lookups [20:17:58] [Client thread/INFO] [FML]: Holder lookups applied [20:17:58] [Client thread/INFO] [FML]: Applying holder lookups [20:17:58] [Client thread/INFO] [FML]: Holder lookups applied [20:17:58] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [20:17:58] [Client thread/INFO]: [STDOUT]: Testing schemas against internal version number: 0.37 [20:17:58] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [20:17:59] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 13.20.1.2386 [20:17:59] [Client thread/INFO] [FML]: Applying holder lookups [20:17:59] [Client thread/INFO] [FML]: Holder lookups applied [20:17:59] [Client thread/INFO] [FML]: Injecting itemstacks [20:17:59] [Client thread/INFO] [FML]: Itemstack injection complete [20:17:59] [Sound Library Loader/INFO]: Starting up SoundSystem... [20:18:00] [Thread-7/INFO]: Initializing LWJGL OpenAL [20:18:00] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [20:18:00] [Thread-7/INFO]: OpenAL initialized. [20:18:00] [Sound Library Loader/INFO]: Sound engine started [20:18:00] [Client thread/INFO] [FML]: Max texture size: 16384 [20:18:00] [Client thread/INFO]: Created: 16x16 textures-atlas [20:18:01] [Client thread/INFO]: [STDOUT]: CLIENT request state: WAITING_FOR_MOD_READY [20:18:01] [Client thread/INFO] [FML]: Injecting itemstacks [20:18:01] [Client thread/INFO] [FML]: Itemstack injection complete [20:18:01] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [20:18:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Microsoft Malmo Mod [20:18:01] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: MalmoMod in /home/justin/MalmoPlatform/build/install/Minecraft/build/libs/MalmoMod-0.37.0.jar [20:18:01] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: MalmoMod in /home/justin/MalmoPlatform/build/install/Minecraft/build/libs/MalmoMod-0.37.0.jar [20:18:01] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: MalmoMod in /home/justin/MalmoPlatform/build/install/Minecraft/build/libs/MalmoMod-0.37.0.jar [20:18:01] [Client thread/INFO]: SoundSystem shutting down... [20:18:02] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [20:18:02] [Sound Library Loader/INFO]: Starting up SoundSystem... [20:18:02] [Thread-9/INFO]: Initializing LWJGL OpenAL [20:18:02] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [20:18:02] [Thread-9/INFO]: OpenAL initialized. [20:18:02] [Sound Library Loader/INFO]: Sound engine started [20:18:02] [Client thread/INFO] [FML]: Max texture size: 16384 [20:18:02] [Client thread/INFO]: Created: 512x512 textures-atlas [20:18:03] [Client thread/WARN]: Skipping bad option: lastServer: [20:18:04] [Client thread/INFO]: [STDOUT]: CLIENT enter state: WAITING_FOR_MOD_READY [20:18:04] [Thread-11/INFO]: [STDOUT]: INFO: ->mcp(10000) Listening for messages on port 10000 [20:18:04] [Client thread/INFO]: [STDOUT]: CLIENT request state: DORMANT [20:18:04] [Client thread/INFO]: [STDOUT]: CLIENT enter state: DORMANT [20:18:04] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id

Building 95% > :runClient

I am wondering if this provides any useful information as to what the problem might be. One detail that might be important is that there are two instances of ./launchClient.sh. One is in the MalmoPlatform/Minecraft directory, and the other is in the MalmoPlatform/build/install/Minecraft directory. The one that I have been running is the latter of the two, and I am curious about whether that might have something to do with the problem.

DaveyBiggers commented 4 years ago

Thanks for the trace. Okay, so what happens when you try to run the samples? You say the terminal just gets stuck on the command python3.7 tutorial_1.py? Can you step through the python code and see exactly where it gets stuck?

JustinS6626 commented 4 years ago

Thank you very much for getting back to me again. I put in some print commands to mark checkpoints in tutorial_1.py. The code runs normally until it gets to the line agent_host.startMission( my_mission, my_mission_record ) Once it hits this point, it just gets stuck, but does not show any error messages. I ran the ctest command in verbose mode inside the MalmoPlatform/build directory, and I got the following output:

UpdateCTestConfiguration from :/home/justin/MalmoPlatform/build/DartConfiguration.tcl Parse Config file:/home/justin/MalmoPlatform/build/DartConfiguration.tcl UpdateCTestConfiguration from :/home/justin/MalmoPlatform/build/DartConfiguration.tcl Parse Config file:/home/justin/MalmoPlatform/build/DartConfiguration.tcl Test project /home/justin/MalmoPlatform/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: CppTests_create_tcp_server

1: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_create_tcp_server 1: Environment variables: 1: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 1: Test timeout computed to be: 1500 1: Server listening on port: 10062 1/113 Test #1: CppTests_create_tcp_server ..................................... Passed 0.07 sec test 2 Start 2: CppTests_test_agent_host

2: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_agent_host 2: Environment variables: 2: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 2: Test timeout computed to be: 1500 2: Malmo version: 0.37.0 2: 2: Allowed options: 2: -h [ --help ] show description of allowed options 2: --test run this as an integration test 2: 2: 2/113 Test #2: CppTests_test_agent_host ....................................... Passed 0.03 sec test 3 Start 3: CppTests_test_argument_parser

3: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_argument_parser 3: Environment variables: 3: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 3: Test timeout computed to be: 1500 3/113 Test #3: CppTests_test_argument_parser .................................. Passed 0.01 sec test 4 Start 4: CppTests_test_client_server

4: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_client_server 4: Environment variables: 4: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 4: Test timeout computed to be: 1500 4: Starting server.. 4: Sending messages.. 4: Exiting.. 4/113 Test #4: CppTests_test_client_server .................................... Passed 0.21 sec test 5 Start 5: CppTests_test_mission

5: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_mission 5: Environment variables: 5: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 5: Test timeout computed to be: 1500 5/113 Test #5: CppTests_test_mission .......................................... Passed 0.01 sec test 6 Start 6: CppTests_test_parameter_set

6: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_parameter_set 6: Environment variables: 6: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 6: Test timeout computed to be: 1500 6/113 Test #6: CppTests_test_parameter_set .................................... Passed 0.00 sec test 7 Start 7: CppTests_test_persistence

7: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_persistence 7: Environment variables: 7: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 7: Test timeout computed to be: 1500 7: ERROR: Cannot write to /home/justin/MalmoPlatform/build/Malmo/test/CppTests/c://path//that//probably//does//not//exist//output.tgz - check the path exists and you have permission to write there. 7: Error starting mission: Failed to find an available client for this mission - tried all the clients in the supplied client pool. 7: 7/113 Test #7: CppTests_test_persistence ......................................***Failed 60.64 sec test 8 Start 8: CppTests_test_string_server

8: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_string_server 8: Environment variables: 8: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 8: Test timeout computed to be: 1500 8: Starting server.. 8: Sending messages.. 8: Exiting.. 8: Starting server.. 8: Sending messages.. 8: terminate called after throwing an instance of 'std::runtime_error' 8: what(): Response read failed Operation canceled 8/113 Test #8: CppTests_test_string_server ....................................***Exception: Child aborted 61.24 sec test 9 Start 9: CppTests_test_video_server

9: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_video_server 9: Environment variables: 9: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 9: Test timeout computed to be: 1500 9/113 Test #9: CppTests_test_video_server ..................................... Passed 5.19 sec test 10 Start 10: CppTests_test_video_writer

10: Test command: /home/justin/MalmoPlatform/build/Malmo/test/CppTests/CppTests_test_video_writer 10: Environment variables: 10: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 10: Test timeout computed to be: 1500 10: beginning video writer test...complete. 10: test complete. 10/113 Test #10: CppTests_test_video_writer ..................................... Passed 0.54 sec test 11 Start 11: JavaTests_test_agent_host

11: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/test/JavaTests/test_agent_host.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "test_agent_host" 11: Environment variables: 11: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 11: Test timeout computed to be: 1500 11: Error: A JNI error has occurred, please check your installation and try again 11: Exception in thread "main" java.lang.UnsupportedClassVersionError: test_agent_host has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 11: at java.lang.ClassLoader.defineClass1(Native Method) 11: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 11: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 11: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 11: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 11: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 11: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 11: at java.security.AccessController.doPrivileged(Native Method) 11: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 11: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 11: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 11: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 11: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 11/113 Test #11: JavaTests_test_agent_host ......................................***Failed 0.47 sec test 12 Start 12: JavaTests_test_argument_parser

12: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/test/JavaTests/test_argument_parser.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "test_argument_parser" 12: Environment variables: 12: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 12: Test timeout computed to be: 1500 12: Error: A JNI error has occurred, please check your installation and try again 12: Exception in thread "main" java.lang.UnsupportedClassVersionError: test_argument_parser has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 12: at java.lang.ClassLoader.defineClass1(Native Method) 12: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 12: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 12: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 12: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 12: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 12: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 12: at java.security.AccessController.doPrivileged(Native Method) 12: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 12: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 12: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 12: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 12: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 12/113 Test #12: JavaTests_test_argument_parser .................................***Failed 0.06 sec test 13 Start 13: JavaTests_test_mission

13: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/test/JavaTests/test_mission.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "test_mission" 13: Environment variables: 13: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 13: Test timeout computed to be: 1500 13: Error: A JNI error has occurred, please check your installation and try again 13: Exception in thread "main" java.lang.UnsupportedClassVersionError: test_mission has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 13: at java.lang.ClassLoader.defineClass1(Native Method) 13: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 13: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 13: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 13: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 13: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 13: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 13: at java.security.AccessController.doPrivileged(Native Method) 13: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 13: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 13: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 13: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 13: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 13/113 Test #13: JavaTests_test_mission .........................................***Failed 0.06 sec test 14 Start 14: JavaTests_test_parameter_set

14: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/test/JavaTests/test_parameter_set.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "test_parameter_set" 14: Environment variables: 14: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 14: Test timeout computed to be: 1500 14: Error: A JNI error has occurred, please check your installation and try again 14: Exception in thread "main" java.lang.UnsupportedClassVersionError: test_parameter_set has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 14: at java.lang.ClassLoader.defineClass1(Native Method) 14: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 14: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 14: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 14: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 14: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 14: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 14: at java.security.AccessController.doPrivileged(Native Method) 14: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 14: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 14: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 14: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 14: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 14/113 Test #14: JavaTests_test_parameter_set ...................................***Failed 0.05 sec test 15 Start 15: JavaTests_test_wrapping

15: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/test/JavaTests/test_wrapping.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "test_wrapping" 15: Environment variables: 15: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 15: Test timeout computed to be: 1500 15: Error: A JNI error has occurred, please check your installation and try again 15: Exception in thread "main" java.lang.UnsupportedClassVersionError: test_wrapping has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 15: at java.lang.ClassLoader.defineClass1(Native Method) 15: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 15: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 15: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 15: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 15: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 15: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 15: at java.security.AccessController.doPrivileged(Native Method) 15: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 15: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 15: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 15: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 15: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 15/113 Test #15: JavaTests_test_wrapping ........................................***Failed 0.07 sec test 16 Start 16: PythonTests_test_wrapping

16: Test command: /usr/bin/python3.6 "test_wrapping.py" 16: Environment variables: 16: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 16: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 16: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 16: Test timeout computed to be: 1500 16/113 Test #16: PythonTests_test_wrapping ......................................***Exception: SegFault 0.58 sec test 17 Start 17: PythonTests_test_argument_parser

17: Test command: /usr/bin/python3.6 "test_argument_parser.py" 17: Environment variables: 17: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 17: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 17: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 17: Test timeout computed to be: 1500 17/113 Test #17: PythonTests_test_argument_parser ...............................***Exception: SegFault 0.24 sec test 18 Start 18: PythonTests_test_agent_host

18: Test command: /usr/bin/python3.6 "test_agent_host.py" 18: Environment variables: 18: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 18: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 18: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 18: Test timeout computed to be: 1500 18/113 Test #18: PythonTests_test_agent_host ....................................***Exception: SegFault 0.20 sec test 19 Start 19: PythonTests_test_mission

19: Test command: /usr/bin/python3.6 "test_mission.py" 19: Environment variables: 19: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 19: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 19: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 19: Test timeout computed to be: 1500 19/113 Test #19: PythonTests_test_mission .......................................***Exception: SegFault 0.20 sec test 20 Start 20: PythonTests_test_parameter_set

20: Test command: /usr/bin/python3.6 "test_parameter_set.py" 20: Environment variables: 20: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 20: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 20: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 20: Test timeout computed to be: 1500 20/113 Test #20: PythonTests_test_parameter_set .................................***Exception: SegFault 0.20 sec test 21 Start 21: PythonTests_test_malmoutils

21: Test command: /usr/bin/python3.6 "test_malmoutils.py" 21: Environment variables: 21: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 21: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 21: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 21: Test timeout computed to be: 1500 21/113 Test #21: PythonTests_test_malmoutils ....................................***Exception: SegFault 0.20 sec test 22 Start 22: PreIntegrationTests

22: Test command: /usr/bin/python3.6 "launch_minecraft_in_background.py" 22: Environment variables: 22: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 22: Test timeout computed to be: 1500 22: Something is listening on port 10000 - will assume Minecraft is running. 22/113 Test #22: PreIntegrationTests ............................................ Passed 0.09 sec test 23 Start 23: CppIntegrationTests_run_mission_help

23: Test command: /home/justin/MalmoPlatform/build/Malmo/samples/Cpp_examples/run_mission "--help" 23: Environment variables: 23: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 23: Test timeout computed to be: 1500 23: Malmo version: 0.37.0 23: 23: Allowed options: 23: -h [ --help ] show description of allowed options 23: --test run this as an integration test 23: 23: 23/113 Test #23: CppIntegrationTests_run_mission_help ........................... Passed 0.03 sec test 24 Start 24: CppIntegrationTests_run_mission

24: Test command: /home/justin/MalmoPlatform/build/Malmo/samples/Cpp_examples/run_mission "--test" 24: Environment variables: 24: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 24: Test timeout computed to be: 1500 24: Waiting for the mission to start... 24: video,observations,rewards received: 22,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 29,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 31,10,0 24: video,observations,rewards received: 29,10,0 24: video,observations,rewards received: 31,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 29,10,0 24: video,observations,rewards received: 31,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 29,10,0 24: video,observations,rewards received: 31,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 30,10,0 24: video,observations,rewards received: 2,1,0 24: Mission has stopped. 24/113 Test #24: CppIntegrationTests_run_mission ................................ Passed 11.02 sec test 25 Start 25: JavaIntegrationTests_JavaExamples_run_mission_help

25: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/samples/Java_examples/JavaExamples_run_mission.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "JavaExamples_run_mission" "--help" 25: Environment variables: 25: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 25: Test timeout computed to be: 1500 25: Error: A JNI error has occurred, please check your installation and try again 25: Exception in thread "main" java.lang.UnsupportedClassVersionError: JavaExamples_run_mission has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 25: at java.lang.ClassLoader.defineClass1(Native Method) 25: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 25: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 25: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 25: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 25: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 25: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 25: at java.security.AccessController.doPrivileged(Native Method) 25: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 25: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 25: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 25: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 25: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 25/113 Test #25: JavaIntegrationTests_JavaExamples_run_mission_help .............***Failed 0.10 sec test 26 Start 26: JavaIntegrationTests_JavaExamples_run_mission

26: Test command: /usr/bin/java "-cp" "/home/justin/MalmoPlatform/build/Malmo/samples/Java_examples/JavaExamples_run_mission.jar:/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper/MalmoJavaJar.jar" "-Djava.library.path=/home/justin/MalmoPlatform/build/Malmo/src/JavaWrapper" "JavaExamples_run_mission" "--test" 26: Environment variables: 26: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 26: Test timeout computed to be: 1500 26: Error: A JNI error has occurred, please check your installation and try again 26: Exception in thread "main" java.lang.UnsupportedClassVersionError: JavaExamples_run_mission has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 26: at java.lang.ClassLoader.defineClass1(Native Method) 26: at java.lang.ClassLoader.defineClass(ClassLoader.java:763) 26: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 26: at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) 26: at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 26: at java.net.URLClassLoader$1.run(URLClassLoader.java:369) 26: at java.net.URLClassLoader$1.run(URLClassLoader.java:363) 26: at java.security.AccessController.doPrivileged(Native Method) 26: at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 26: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) 26: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) 26: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) 26: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495) 26/113 Test #26: JavaIntegrationTests_JavaExamples_run_mission ..................***Failed 0.08 sec test 27 Start 27: PythonIntegrationTests_animation_test_help

27: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/animation_test.py" "--help" 27: Environment variables: 27: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 27: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 27: Test timeout computed to be: 1500 27/113 Test #27: PythonIntegrationTests_animation_test_help .....................***Exception: SegFault 0.22 sec test 28 Start 28: PythonIntegrationTests_animation_test

28: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/animation_test.py" "--test" "--recording_dir" "animation_test" "--record_video" 28: Environment variables: 28: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 28: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 28: Test timeout computed to be: 1500 28/113 Test #28: PythonIntegrationTests_animation_test ..........................***Exception: SegFault 0.19 sec test 29 Start 29: PythonIntegrationTests_braitenberg_simulation_help

29: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/braitenberg_simulation.py" "--help" 29: Environment variables: 29: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 29: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 29: Test timeout computed to be: 1500 29/113 Test #29: PythonIntegrationTests_braitenberg_simulation_help .............***Exception: SegFault 0.19 sec test 30 Start 30: PythonIntegrationTests_braitenberg_simulation

30: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/braitenberg_simulation.py" "--test" "--recording_dir" "braitenberg_simulation" "--record_video" 30: Environment variables: 30: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 30: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 30: Test timeout computed to be: 1500 30/113 Test #30: PythonIntegrationTests_braitenberg_simulation ..................***Exception: SegFault 0.20 sec test 31 Start 31: PythonIntegrationTests_build_test_help

31: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/build_test.py" "--help" 31: Environment variables: 31: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 31: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 31: Test timeout computed to be: 1500 31: Traceback (most recent call last): 31: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/build_test.py", line 42, in 31: from past.utils import old_div 31: ModuleNotFoundError: No module named 'past' 31/113 Test #31: PythonIntegrationTests_build_test_help .........................***Failed 0.10 sec test 32 Start 32: PythonIntegrationTests_build_test

32: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/build_test.py" "--test" "--recording_dir" "build_test" "--record_video" 32: Environment variables: 32: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 32: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 32: Test timeout computed to be: 1500 32: Traceback (most recent call last): 32: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/build_test.py", line 42, in 32: from past.utils import old_div 32: ModuleNotFoundError: No module named 'past' 32/113 Test #32: PythonIntegrationTests_build_test ..............................***Failed 0.10 sec test 33 Start 33: PythonIntegrationTests_chat_reward_help

33: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/chat_reward.py" "--help" 33: Environment variables: 33: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 33: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 33: Test timeout computed to be: 1500 33/113 Test #33: PythonIntegrationTests_chat_reward_help ........................***Exception: SegFault 0.19 sec test 34 Start 34: PythonIntegrationTests_chat_reward

34: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/chat_reward.py" "--test" "--recording_dir" "chat_reward" "--record_video" 34: Environment variables: 34: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 34: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 34: Test timeout computed to be: 1500 34/113 Test #34: PythonIntegrationTests_chat_reward .............................***Exception: SegFault 0.19 sec test 35 Start 35: PythonIntegrationTests_chunk_test_help

35: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/chunk_test.py" "--help" 35: Environment variables: 35: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 35: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 35: Test timeout computed to be: 1500 35: Traceback (most recent call last): 35: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/chunk_test.py", line 37, in 35: from past.utils import old_div 35: ModuleNotFoundError: No module named 'past' 35/113 Test #35: PythonIntegrationTests_chunk_test_help .........................***Failed 0.10 sec test 36 Start 36: PythonIntegrationTests_chunk_test

36: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/chunk_test.py" "--test" "--recording_dir" "chunk_test" "--record_video" 36: Environment variables: 36: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 36: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 36: Test timeout computed to be: 1500 36: Traceback (most recent call last): 36: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/chunk_test.py", line 37, in 36: from past.utils import old_div 36: ModuleNotFoundError: No module named 'past' 36/113 Test #36: PythonIntegrationTests_chunk_test ..............................***Failed 0.10 sec test 37 Start 37: PythonIntegrationTests_craft_work_help

37: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/craft_work.py" "--help" 37: Environment variables: 37: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 37: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 37: Test timeout computed to be: 1500 37/113 Test #37: PythonIntegrationTests_craft_work_help .........................***Exception: SegFault 0.19 sec test 38 Start 38: PythonIntegrationTests_craft_work

38: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/craft_work.py" "--test" "--recording_dir" "craft_work" "--record_video" 38: Environment variables: 38: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 38: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 38: Test timeout computed to be: 1500 38/113 Test #38: PythonIntegrationTests_craft_work ..............................***Exception: SegFault 0.19 sec test 39 Start 39: PythonIntegrationTests_decision_tree_test_help

39: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/decision_tree_test.py" "--help" 39: Environment variables: 39: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 39: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 39: Test timeout computed to be: 1500 39: Traceback (most recent call last): 39: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/decision_tree_test.py", line 23, in 39: from past.utils import old_div 39: ModuleNotFoundError: No module named 'past' 39/113 Test #39: PythonIntegrationTests_decision_tree_test_help .................***Failed 0.10 sec test 40 Start 40: PythonIntegrationTests_decision_tree_test

40: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/decision_tree_test.py" "--test" "--recording_dir" "decision_tree_test" "--record_video" 40: Environment variables: 40: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 40: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 40: Test timeout computed to be: 1500 40: Traceback (most recent call last): 40: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/decision_tree_test.py", line 23, in 40: from past.utils import old_div 40: ModuleNotFoundError: No module named 'past' 40/113 Test #40: PythonIntegrationTests_decision_tree_test ......................***Failed 0.10 sec test 41 Start 41: PythonIntegrationTests_default_world_test_help

41: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/default_world_test.py" "--help" 41: Environment variables: 41: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 41: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 41: Test timeout computed to be: 1500 41/113 Test #41: PythonIntegrationTests_default_world_test_help .................***Exception: SegFault 0.19 sec test 42 Start 42: PythonIntegrationTests_default_world_test

42: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/default_world_test.py" "--test" "--recording_dir" "default_world_test" "--record_video" 42: Environment variables: 42: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 42: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 42: Test timeout computed to be: 1500 42/113 Test #42: PythonIntegrationTests_default_world_test ......................***Exception: SegFault 0.19 sec test 43 Start 43: PythonIntegrationTests_depth_map_runner_help

43: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/depth_map_runner.py" "--help" 43: Environment variables: 43: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 43: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 43: Test timeout computed to be: 1500 43: Traceback (most recent call last): 43: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/depth_map_runner.py", line 23, in 43: from past.utils import old_div 43: ModuleNotFoundError: No module named 'past' 43/113 Test #43: PythonIntegrationTests_depth_map_runner_help ...................***Failed 0.10 sec test 44 Start 44: PythonIntegrationTests_depth_map_runner

44: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/depth_map_runner.py" "--test" "--recording_dir" "depth_map_runner" "--record_video" 44: Environment variables: 44: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 44: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 44: Test timeout computed to be: 1500 44: Traceback (most recent call last): 44: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/depth_map_runner.py", line 23, in 44: from past.utils import old_div 44: ModuleNotFoundError: No module named 'past' 44/113 Test #44: PythonIntegrationTests_depth_map_runner ........................***Failed 0.10 sec test 45 Start 45: PythonIntegrationTests_discrete_3d_test_help

45: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/discrete_3d_test.py" "--help" 45: Environment variables: 45: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 45: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 45: Test timeout computed to be: 1500 45: Traceback (most recent call last): 45: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/discrete_3d_test.py", line 39, in 45: from past.utils import old_div 45: ModuleNotFoundError: No module named 'past' 45/113 Test #45: PythonIntegrationTests_discrete_3d_test_help ...................***Failed 0.10 sec test 46 Start 46: PythonIntegrationTests_discrete_3d_test

46: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/discrete_3d_test.py" "--test" "--recording_dir" "discrete_3d_test" "--record_video" 46: Environment variables: 46: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 46: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 46: Test timeout computed to be: 1500 46: Traceback (most recent call last): 46: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/discrete_3d_test.py", line 39, in 46: from past.utils import old_div 46: ModuleNotFoundError: No module named 'past' 46/113 Test #46: PythonIntegrationTests_discrete_3d_test ........................***Failed 0.10 sec test 47 Start 47: PythonIntegrationTests_drawing_test_help

47: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/drawing_test.py" "--help" 47: Environment variables: 47: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 47: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 47: Test timeout computed to be: 1500 47: Traceback (most recent call last): 47: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/drawing_test.py", line 23, in 47: from past.utils import old_div 47: ModuleNotFoundError: No module named 'past' 47/113 Test #47: PythonIntegrationTests_drawing_test_help .......................***Failed 0.10 sec test 48 Start 48: PythonIntegrationTests_drawing_test

48: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/drawing_test.py" "--test" "--recording_dir" "drawing_test" "--record_video" 48: Environment variables: 48: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 48: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 48: Test timeout computed to be: 1500 48: Traceback (most recent call last): 48: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/drawing_test.py", line 23, in 48: from past.utils import old_div 48: ModuleNotFoundError: No module named 'past' 48/113 Test #48: PythonIntegrationTests_drawing_test ............................***Failed 0.10 sec test 49 Start 49: PythonIntegrationTests_file_test_help

49: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/file_test.py" "--help" 49: Environment variables: 49: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 49: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 49: Test timeout computed to be: 1500 49/113 Test #49: PythonIntegrationTests_file_test_help ..........................***Exception: SegFault 0.19 sec test 50 Start 50: PythonIntegrationTests_file_test

50: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/file_test.py" "--test" "--recording_dir" "file_test" "--record_video" 50: Environment variables: 50: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 50: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 50: Test timeout computed to be: 1500 50/113 Test #50: PythonIntegrationTests_file_test ...............................***Exception: SegFault 0.19 sec test 51 Start 51: PythonIntegrationTests_hit_test_help

51: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/hit_test.py" "--help" 51: Environment variables: 51: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 51: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 51: Test timeout computed to be: 1500 51: Traceback (most recent call last): 51: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/hit_test.py", line 29, in 51: from past.utils import old_div 51: ModuleNotFoundError: No module named 'past' 51/113 Test #51: PythonIntegrationTests_hit_test_help ...........................***Failed 0.10 sec test 52 Start 52: PythonIntegrationTests_hit_test

52: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/hit_test.py" "--test" "--recording_dir" "hit_test" "--record_video" 52: Environment variables: 52: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 52: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 52: Test timeout computed to be: 1500 52: Traceback (most recent call last): 52: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/hit_test.py", line 29, in 52: from past.utils import old_div 52: ModuleNotFoundError: No module named 'past' 52/113 Test #52: PythonIntegrationTests_hit_test ................................***Failed 0.10 sec test 53 Start 53: PythonIntegrationTests_inventory_test_help

53: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/inventory_test.py" "--help" 53: Environment variables: 53: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 53: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 53: Test timeout computed to be: 1500 53: Traceback (most recent call last): 53: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/inventory_test.py", line 39, in 53: from past.utils import old_div 53: ModuleNotFoundError: No module named 'past' 53/113 Test #53: PythonIntegrationTests_inventory_test_help .....................***Failed 0.10 sec test 54 Start 54: PythonIntegrationTests_inventory_test

54: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/inventory_test.py" "--test" "--recording_dir" "inventory_test" "--record_video" 54: Environment variables: 54: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 54: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 54: Test timeout computed to be: 1500 54: Traceback (most recent call last): 54: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/inventory_test.py", line 39, in 54: from past.utils import old_div 54: ModuleNotFoundError: No module named 'past' 54/113 Test #54: PythonIntegrationTests_inventory_test ..........................***Failed 0.10 sec test 55 Start 55: PythonIntegrationTests_MazeRunner_help

55: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/MazeRunner.py" "--help" 55: Environment variables: 55: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 55: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 55: Test timeout computed to be: 1500 55/113 Test #55: PythonIntegrationTests_MazeRunner_help .........................***Exception: SegFault 0.21 sec test 56 Start 56: PythonIntegrationTests_MazeRunner

56: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/MazeRunner.py" "--test" "--recording_dir" "MazeRunner" "--record_video" 56: Environment variables: 56: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 56: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 56: Test timeout computed to be: 1500 56/113 Test #56: PythonIntegrationTests_MazeRunner ..............................***Exception: SegFault 0.19 sec test 57 Start 57: PythonIntegrationTests_mission_quit_command_example_help

57: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mission_quit_command_example.py" "--help" 57: Environment variables: 57: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 57: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 57: Test timeout computed to be: 1500 57/113 Test #57: PythonIntegrationTests_mission_quit_command_example_help .......***Exception: SegFault 0.19 sec test 58 Start 58: PythonIntegrationTests_mission_quit_command_example

58: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mission_quit_command_example.py" "--test" "--recording_dir" "mission_quit_command_example" "--record_video" 58: Environment variables: 58: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 58: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 58: Test timeout computed to be: 1500 58/113 Test #58: PythonIntegrationTests_mission_quit_command_example ............***Exception: SegFault 0.19 sec test 59 Start 59: PythonIntegrationTests_mob_fun_help

59: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mob_fun.py" "--help" 59: Environment variables: 59: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 59: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 59: Test timeout computed to be: 1500 59: Traceback (most recent call last): 59: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mob_fun.py", line 25, in 59: from future import standard_library 59: ModuleNotFoundError: No module named 'future' 59/113 Test #59: PythonIntegrationTests_mob_fun_help ............................***Failed 0.10 sec test 60 Start 60: PythonIntegrationTests_mob_fun

60: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mob_fun.py" "--test" "--recording_dir" "mob_fun" "--record_video" 60: Environment variables: 60: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 60: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 60: Test timeout computed to be: 1500 60: Traceback (most recent call last): 60: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mob_fun.py", line 25, in 60: from future import standard_library 60: ModuleNotFoundError: No module named 'future' 60/113 Test #60: PythonIntegrationTests_mob_fun .................................***Failed 0.10 sec test 61 Start 61: PythonIntegrationTests_mouse_steering_test_help

61: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mouse_steering_test.py" "--help" 61: Environment variables: 61: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 61: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 61: Test timeout computed to be: 1500 61/113 Test #61: PythonIntegrationTests_mouse_steering_test_help ................***Exception: SegFault 0.19 sec test 62 Start 62: PythonIntegrationTests_mouse_steering_test

62: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/mouse_steering_test.py" "--test" "--recording_dir" "mouse_steering_test" "--record_video" 62: Environment variables: 62: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 62: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 62: Test timeout computed to be: 1500 62/113 Test #62: PythonIntegrationTests_mouse_steering_test .....................***Exception: SegFault 0.20 sec test 63 Start 63: PythonIntegrationTests_moving_target_test_help

63: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/moving_target_test.py" "--help" 63: Environment variables: 63: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 63: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 63: Test timeout computed to be: 1500 63/113 Test #63: PythonIntegrationTests_moving_target_test_help .................***Exception: SegFault 0.19 sec test 64 Start 64: PythonIntegrationTests_moving_target_test

64: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/moving_target_test.py" "--test" "--recording_dir" "moving_target_test" "--record_video" 64: Environment variables: 64: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 64: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 64: Test timeout computed to be: 1500 64/113 Test #64: PythonIntegrationTests_moving_target_test ......................***Exception: SegFault 0.19 sec test 65 Start 65: PythonIntegrationTests_overclock_test_help

65: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/overclock_test.py" "--help" 65: Environment variables: 65: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 65: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 65: Test timeout computed to be: 1500 65: Traceback (most recent call last): 65: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/overclock_test.py", line 29, in 65: from past.utils import old_div 65: ModuleNotFoundError: No module named 'past' 65/113 Test #65: PythonIntegrationTests_overclock_test_help .....................***Failed 0.10 sec test 66 Start 66: PythonIntegrationTests_overclock_test

66: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/overclock_test.py" "--test" "--recording_dir" "overclock_test" "--record_video" 66: Environment variables: 66: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 66: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 66: Test timeout computed to be: 1500 66: Traceback (most recent call last): 66: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/overclock_test.py", line 29, in 66: from past.utils import old_div 66: ModuleNotFoundError: No module named 'past' 66/113 Test #66: PythonIntegrationTests_overclock_test ..........................***Failed 0.10 sec test 67 Start 67: PythonIntegrationTests_patchwork_quilt_help

67: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/patchwork_quilt.py" "--help" 67: Environment variables: 67: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 67: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 67: Test timeout computed to be: 1500 67: Traceback (most recent call last): 67: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/patchwork_quilt.py", line 26, in 67: from past.utils import old_div 67: ModuleNotFoundError: No module named 'past' 67/113 Test #67: PythonIntegrationTests_patchwork_quilt_help ....................***Failed 0.10 sec test 68 Start 68: PythonIntegrationTests_patchwork_quilt

68: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/patchwork_quilt.py" "--test" "--recording_dir" "patchwork_quilt" "--record_video" 68: Environment variables: 68: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 68: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 68: Test timeout computed to be: 1500 68: Traceback (most recent call last): 68: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/patchwork_quilt.py", line 26, in 68: from past.utils import old_div 68: ModuleNotFoundError: No module named 'past' 68/113 Test #68: PythonIntegrationTests_patchwork_quilt .........................***Failed 0.10 sec test 69 Start 69: PythonIntegrationTests_quit_from_reaching_position_test_help

69: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/quit_from_reaching_position_test.py" "--help" 69: Environment variables: 69: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 69: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 69: Test timeout computed to be: 1500 69/113 Test #69: PythonIntegrationTests_quit_from_reaching_position_test_help ...***Exception: SegFault 0.19 sec test 70 Start 70: PythonIntegrationTests_quit_from_reaching_position_test

70: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/quit_from_reaching_position_test.py" "--test" "--recording_dir" "quit_from_reaching_position_test" "--record_video" 70: Environment variables: 70: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 70: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 70: Test timeout computed to be: 1500 70/113 Test #70: PythonIntegrationTests_quit_from_reaching_position_test ........***Exception: SegFault 0.19 sec test 71 Start 71: PythonIntegrationTests_radar_test_help

71: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/radar_test.py" "--help" 71: Environment variables: 71: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 71: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 71: Test timeout computed to be: 1500 71: Traceback (most recent call last): 71: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/radar_test.py", line 28, in 71: from future import standard_library 71: ModuleNotFoundError: No module named 'future' 71/113 Test #71: PythonIntegrationTests_radar_test_help .........................***Failed 0.10 sec test 72 Start 72: PythonIntegrationTests_radar_test

72: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/radar_test.py" "--test" "--recording_dir" "radar_test" "--record_video" 72: Environment variables: 72: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 72: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 72: Test timeout computed to be: 1500 72: Traceback (most recent call last): 72: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/radar_test.py", line 28, in 72: from future import standard_library 72: ModuleNotFoundError: No module named 'future' 72/113 Test #72: PythonIntegrationTests_radar_test ..............................***Failed 0.10 sec test 73 Start 73: PythonIntegrationTests_render_speed_test_help

73: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/render_speed_test.py" "--help" 73: Environment variables: 73: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 73: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 73: Test timeout computed to be: 1500 73: Traceback (most recent call last): 73: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/render_speed_test.py", line 25, in 73: from past.utils import old_div 73: ModuleNotFoundError: No module named 'past' 73/113 Test #73: PythonIntegrationTests_render_speed_test_help ..................***Failed 0.10 sec test 74 Start 74: PythonIntegrationTests_render_speed_test

74: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/render_speed_test.py" "--test" "--recording_dir" "render_speed_test" "--record_video" 74: Environment variables: 74: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 74: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 74: Test timeout computed to be: 1500 74: Traceback (most recent call last): 74: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/render_speed_test.py", line 25, in 74: from past.utils import old_div 74: ModuleNotFoundError: No module named 'past' 74/113 Test #74: PythonIntegrationTests_render_speed_test .......................***Failed 0.10 sec test 75 Start 75: PythonIntegrationTests_reward_for_discarding_items_test_help

75: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/reward_for_discarding_items_test.py" "--help" 75: Environment variables: 75: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 75: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 75: Test timeout computed to be: 1500 75/113 Test #75: PythonIntegrationTests_reward_for_discarding_items_test_help ...***Exception: SegFault 0.19 sec test 76 Start 76: PythonIntegrationTests_reward_for_discarding_items_test

76: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/reward_for_discarding_items_test.py" "--test" "--recording_dir" "reward_for_discarding_items_test" "--record_video" 76: Environment variables: 76: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 76: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 76: Test timeout computed to be: 1500 76/113 Test #76: PythonIntegrationTests_reward_for_discarding_items_test ........***Exception: SegFault 0.19 sec test 77 Start 77: PythonIntegrationTests_reward_for_items_test_help

77: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/reward_for_items_test.py" "--help" 77: Environment variables: 77: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 77: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 77: Test timeout computed to be: 1500 77/113 Test #77: PythonIntegrationTests_reward_for_items_test_help ..............***Exception: SegFault 0.19 sec test 78 Start 78: PythonIntegrationTests_reward_for_items_test

78: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/reward_for_items_test.py" "--test" "--recording_dir" "reward_for_items_test" "--record_video" 78: Environment variables: 78: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 78: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 78: Test timeout computed to be: 1500 78/113 Test #78: PythonIntegrationTests_reward_for_items_test ...................***Exception: SegFault 0.19 sec test 79 Start 79: PythonIntegrationTests_reward_for_mission_end_test_help

79: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/reward_for_mission_end_test.py" "--help" 79: Environment variables: 79: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 79: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 79: Test timeout computed to be: 1500 79/113 Test #79: PythonIntegrationTests_reward_for_mission_end_test_help ........***Exception: SegFault 0.19 sec test 80 Start 80: PythonIntegrationTests_reward_for_mission_end_test

80: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/reward_for_mission_end_test.py" "--test" "--recording_dir" "reward_for_mission_end_test" "--record_video" 80: Environment variables: 80: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 80: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 80: Test timeout computed to be: 1500 80/113 Test #80: PythonIntegrationTests_reward_for_mission_end_test .............***Exception: SegFault 0.19 sec test 81 Start 81: PythonIntegrationTests_robust_frames_help

81: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/robust_frames.py" "--help" 81: Environment variables: 81: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 81: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 81: Test timeout computed to be: 1500 81: Traceback (most recent call last): 81: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/robust_frames.py", line 29, in 81: from future import standard_library 81: ModuleNotFoundError: No module named 'future' 81/113 Test #81: PythonIntegrationTests_robust_frames_help ......................***Failed 0.10 sec test 82 Start 82: PythonIntegrationTests_robust_frames

82: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/robust_frames.py" "--test" "--recording_dir" "robust_frames" "--record_video" 82: Environment variables: 82: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 82: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 82: Test timeout computed to be: 1500 82: Traceback (most recent call last): 82: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/robust_frames.py", line 29, in 82: from future import standard_library 82: ModuleNotFoundError: No module named 'future' 82/113 Test #82: PythonIntegrationTests_robust_frames ...........................***Failed 0.10 sec test 83 Start 83: PythonIntegrationTests_run_mission_help

83: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/run_mission.py" "--help" 83: Environment variables: 83: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 83: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 83: Test timeout computed to be: 1500 83/113 Test #83: PythonIntegrationTests_run_mission_help ........................***Exception: SegFault 0.45 sec test 84 Start 84: PythonIntegrationTests_run_mission

84: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/run_mission.py" "--test" "--recording_dir" "run_mission" "--record_video" 84: Environment variables: 84: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 84: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 84: Test timeout computed to be: 1500 84/113 Test #84: PythonIntegrationTests_run_mission .............................***Exception: SegFault 0.20 sec test 85 Start 85: PythonIntegrationTests_tabular_q_learning_help

85: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/tabular_q_learning.py" "--help" 85: Environment variables: 85: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 85: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 85: Test timeout computed to be: 1500 85: Traceback (most recent call last): 85: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/tabular_q_learning.py", line 27, in 85: from future import standard_library 85: ModuleNotFoundError: No module named 'future' 85/113 Test #85: PythonIntegrationTests_tabular_q_learning_help .................***Failed 0.10 sec test 86 Start 86: PythonIntegrationTests_tabular_q_learning

86: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/tabular_q_learning.py" "--test" "--recording_dir" "tabular_q_learning" "--record_video" 86: Environment variables: 86: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 86: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 86: Test timeout computed to be: 1500 86: Traceback (most recent call last): 86: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/tabular_q_learning.py", line 27, in 86: from future import standard_library 86: ModuleNotFoundError: No module named 'future' 86/113 Test #86: PythonIntegrationTests_tabular_q_learning ......................***Failed 0.10 sec test 87 Start 87: PythonIntegrationTests_teleport_test_help

87: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/teleport_test.py" "--help" 87: Environment variables: 87: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 87: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 87: Test timeout computed to be: 1500 87/113 Test #87: PythonIntegrationTests_teleport_test_help ......................***Exception: SegFault 0.19 sec test 88 Start 88: PythonIntegrationTests_teleport_test

88: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/teleport_test.py" "--test" "--recording_dir" "teleport_test" "--record_video" 88: Environment variables: 88: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 88: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 88: Test timeout computed to be: 1500 88/113 Test #88: PythonIntegrationTests_teleport_test ...........................***Exception: SegFault 0.19 sec test 89 Start 89: PythonIntegrationTests_to_string_test_help

89: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/to_string_test.py" "--help" 89: Environment variables: 89: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 89: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 89: Test timeout computed to be: 1500 89/113 Test #89: PythonIntegrationTests_to_string_test_help .....................***Exception: SegFault 0.21 sec test 90 Start 90: PythonIntegrationTests_to_string_test

90: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/to_string_test.py" "--test" "--recording_dir" "to_string_test" "--record_video" 90: Environment variables: 90: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 90: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 90: Test timeout computed to be: 1500 90/113 Test #90: PythonIntegrationTests_to_string_test ..........................***Exception: SegFault 0.19 sec test 91 Start 91: PreMultiAgentIntegrationTests

91: Test command: /usr/bin/python3.6 "launch_minecraft_in_background.py" "10001" 91: Environment variables: 91: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 91: Test timeout computed to be: 1500 91: Something is listening on port 10001 - will assume Minecraft is running. 91/113 Test #91: PreMultiAgentIntegrationTests .................................. Passed 0.04 sec test 92 Start 92: PythonIntegrationTests_two_diggers_help

92: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/two_diggers.py" "--help" 92: Environment variables: 92: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 92: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 92: Test timeout computed to be: 1500 92/113 Test #92: PythonIntegrationTests_two_diggers_help ........................***Exception: SegFault 0.19 sec test 93 Start 93: PythonIntegrationTests_two_diggers

93: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/two_diggers.py" "--test" "--recording_dir" "two_diggers" "--record_video" 93: Environment variables: 93: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 93: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 93: Test timeout computed to be: 1500 93/113 Test #93: PythonIntegrationTests_two_diggers .............................***Exception: SegFault 0.19 sec test 94 Start 94: PythonIntegrationTests_team_reward_test_help

94: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/team_reward_test.py" "--help" 94: Environment variables: 94: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 94: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 94: Test timeout computed to be: 1500 94/113 Test #94: PythonIntegrationTests_team_reward_test_help ...................***Exception: SegFault 0.19 sec test 95 Start 95: PythonIntegrationTests_team_reward_test

95: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/team_reward_test.py" "--test" "--recording_dir" "team_reward_test" "--record_video" 95: Environment variables: 95: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 95: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 95: Test timeout computed to be: 1500 95/113 Test #95: PythonIntegrationTests_team_reward_test ........................***Exception: SegFault 0.19 sec test 96 Start 96: PythonIntegrationTests_MultiMaze_help

96: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/MultiMaze.py" "--help" 96: Environment variables: 96: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 96: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 96: Test timeout computed to be: 1500 96: Traceback (most recent call last): 96: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/MultiMaze.py", line 30, in 96: from past.utils import old_div 96: ModuleNotFoundError: No module named 'past' 96/113 Test #96: PythonIntegrationTests_MultiMaze_help ..........................***Failed 0.10 sec test 97 Start 97: PythonIntegrationTests_MultiMaze

97: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/MultiMaze.py" "--test" "--recording_dir" "MultiMaze" "--record_video" 97: Environment variables: 97: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 97: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 97: Test timeout computed to be: 1500 97: Traceback (most recent call last): 97: File "/home/justin/MalmoPlatform/Malmo/samples/Python_examples/MultiMaze.py", line 30, in 97: from past.utils import old_div 97: ModuleNotFoundError: No module named 'past' 97/113 Test #97: PythonIntegrationTests_MultiMaze ...............................***Failed 0.10 sec test 98 Start 98: ValidationTests_default_world_1

98: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/default_world_1.xml" 98: Environment variables: 98: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 98: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 98: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 98: Test timeout computed to be: 1500 98: 98: Error: Requires the MalmoPython module to be present in the python path or the current directory. 98: 98/113 Test #98: ValidationTests_default_world_1 ................................***Failed 0.02 sec test 99 Start 99: ValidationTests_default_flat_1

99: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/default_flat_1.xml" 99: Environment variables: 99: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 99: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 99: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 99: Test timeout computed to be: 1500 99: 99: Error: Requires the MalmoPython module to be present in the python path or the current directory. 99: 99/113 Test #99: ValidationTests_default_flat_1 .................................***Failed 0.02 sec test 100 Start 100: ValidationTests_tricky_arena_1

100: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/tricky_arena_1.xml" 100: Environment variables: 100: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 100: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 100: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 100: Test timeout computed to be: 1500 100: 100: Error: Requires the MalmoPython module to be present in the python path or the current directory. 100: 100/113 Test #100: ValidationTests_tricky_arena_1 .................................***Failed 0.02 sec test 101 Start 101: ValidationTests_eating_1

101: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/eating_1.xml" 101: Environment variables: 101: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 101: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 101: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 101: Test timeout computed to be: 1500 101: 101: Error: Requires the MalmoPython module to be present in the python path or the current directory. 101: 101/113 Test #101: ValidationTests_eating_1 .......................................***Failed 0.03 sec test 102 Start 102: ValidationTests_cliff_walking_1

102: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/cliff_walking_1.xml" 102: Environment variables: 102: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 102: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 102: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 102: Test timeout computed to be: 1500 102: 102: Error: Requires the MalmoPython module to be present in the python path or the current directory. 102: 102/113 Test #102: ValidationTests_cliff_walking_1 ................................***Failed 0.02 sec test 103 Start 103: ValidationTests_maze_1

103: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/mazes/maze_1.xml" 103: Environment variables: 103: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 103: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 103: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 103: Test timeout computed to be: 1500 103: 103: Error: Requires the MalmoPython module to be present in the python path or the current directory. 103: 103/113 Test #103: ValidationTests_maze_1 .........................................***Failed 0.03 sec test 104 Start 104: ValidationTests_maze_2

104: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/mazes/maze_2.xml" 104: Environment variables: 104: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 104: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 104: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 104: Test timeout computed to be: 1500 104: 104: Error: Requires the MalmoPython module to be present in the python path or the current directory. 104: 104/113 Test #104: ValidationTests_maze_2 .........................................***Failed 0.02 sec test 105 Start 105: ValidationTests_basic

105: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/basic.xml" 105: Environment variables: 105: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 105: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 105: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 105: Test timeout computed to be: 1500 105: 105: Error: Requires the MalmoPython module to be present in the python path or the current directory. 105: 105/113 Test #105: ValidationTests_basic ..........................................***Failed 0.02 sec test 106 Start 106: ValidationTests_obstacles

106: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/obstacles.xml" 106: Environment variables: 106: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 106: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 106: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 106: Test timeout computed to be: 1500 106: 106: Error: Requires the MalmoPython module to be present in the python path or the current directory. 106: 106/113 Test #106: ValidationTests_obstacles ......................................***Failed 0.02 sec test 107 Start 107: ValidationTests_simpleRoomMaze

107: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/simpleRoomMaze.xml" 107: Environment variables: 107: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 107: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 107: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 107: Test timeout computed to be: 1500 107: 107: Error: Requires the MalmoPython module to be present in the python path or the current directory. 107: 107/113 Test #107: ValidationTests_simpleRoomMaze .................................***Failed 0.02 sec test 108 Start 108: ValidationTests_attic

108: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/attic.xml" 108: Environment variables: 108: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 108: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 108: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 108: Test timeout computed to be: 1500 108: 108: Error: Requires the MalmoPython module to be present in the python path or the current directory. 108: 108/113 Test #108: ValidationTests_attic ..........................................***Failed 0.02 sec test 109 Start 109: ValidationTests_vertical

109: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/vertical.xml" 109: Environment variables: 109: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 109: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 109: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 109: Test timeout computed to be: 1500 109: 109: Error: Requires the MalmoPython module to be present in the python path or the current directory. 109: 109/113 Test #109: ValidationTests_vertical .......................................***Failed 0.03 sec test 110 Start 110: ValidationTests_complexity_usage

110: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/complexity_usage.xml" 110: Environment variables: 110: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 110: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 110: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 110: Test timeout computed to be: 1500 110: 110: Error: Requires the MalmoPython module to be present in the python path or the current directory. 110: 110/113 Test #110: ValidationTests_complexity_usage ...............................***Failed 0.03 sec test 111 Start 111: ValidationTests_medium

111: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/medium.xml" 111: Environment variables: 111: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 111: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 111: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 111: Test timeout computed to be: 1500 111: 111: Error: Requires the MalmoPython module to be present in the python path or the current directory. 111: 111/113 Test #111: ValidationTests_medium .........................................***Failed 0.02 sec test 112 Start 112: ValidationTests_hard

112: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/classroom/hard.xml" 112: Environment variables: 112: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 112: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 112: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 112: Test timeout computed to be: 1500 112: 112: Error: Requires the MalmoPython module to be present in the python path or the current directory. 112: 112/113 Test #112: ValidationTests_hard ...........................................***Failed 0.03 sec test 113 Start 113: ValidationTests_tutorial_6

113: Test command: /usr/bin/python3.6 "/home/justin/MalmoPlatform/sample_missions/validate.py" "/home/justin/MalmoPlatform/sample_missions/../Malmo/samples/Python_examples/tutorial_6.xml" 113: Environment variables: 113: PYTHONPATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 113: LD_LIBRARY_PATH=/home/justin/MalmoPlatform/build/Malmo/src/PythonWrapper 113: MALMO_XSD_PATH=/home/justin/MalmoPlatform/Schemas 113: Test timeout computed to be: 1500 113: 113: Error: Requires the MalmoPython module to be present in the python path or the current directory. 113: 113/113 Test #113: ValidationTests_tutorial_6 .....................................***Failed 0.02 sec

11% tests passed, 101 tests failed out of 113

Total Test time (real) = 153.06 sec

The following tests FAILED: 7 - CppTests_test_persistence (Failed) 8 - CppTests_test_string_server (Child aborted) 11 - JavaTests_test_agent_host (Failed) 12 - JavaTests_test_argument_parser (Failed) 13 - JavaTests_test_mission (Failed) 14 - JavaTests_test_parameter_set (Failed) 15 - JavaTests_test_wrapping (Failed) 16 - PythonTests_test_wrapping (SEGFAULT) 17 - PythonTests_test_argument_parser (SEGFAULT) 18 - PythonTests_test_agent_host (SEGFAULT) 19 - PythonTests_test_mission (SEGFAULT) 20 - PythonTests_test_parameter_set (SEGFAULT) 21 - PythonTests_test_malmoutils (SEGFAULT) 25 - JavaIntegrationTests_JavaExamples_run_mission_help (Failed) 26 - JavaIntegrationTests_JavaExamples_run_mission (Failed) 27 - PythonIntegrationTests_animation_test_help (SEGFAULT) 28 - PythonIntegrationTests_animation_test (SEGFAULT) 29 - PythonIntegrationTests_braitenberg_simulation_help (SEGFAULT) 30 - PythonIntegrationTests_braitenberg_simulation (SEGFAULT) 31 - PythonIntegrationTests_build_test_help (Failed) 32 - PythonIntegrationTests_build_test (Failed) 33 - PythonIntegrationTests_chat_reward_help (SEGFAULT) 34 - PythonIntegrationTests_chat_reward (SEGFAULT) 35 - PythonIntegrationTests_chunk_test_help (Failed) 36 - PythonIntegrationTests_chunk_test (Failed) 37 - PythonIntegrationTests_craft_work_help (SEGFAULT) 38 - PythonIntegrationTests_craft_work (SEGFAULT) 39 - PythonIntegrationTests_decision_tree_test_help (Failed) 40 - PythonIntegrationTests_decision_tree_test (Failed) 41 - PythonIntegrationTests_default_world_test_help (SEGFAULT) 42 - PythonIntegrationTests_default_world_test (SEGFAULT) 43 - PythonIntegrationTests_depth_map_runner_help (Failed) 44 - PythonIntegrationTests_depth_map_runner (Failed) 45 - PythonIntegrationTests_discrete_3d_test_help (Failed) 46 - PythonIntegrationTests_discrete_3d_test (Failed) 47 - PythonIntegrationTests_drawing_test_help (Failed) 48 - PythonIntegrationTests_drawing_test (Failed) 49 - PythonIntegrationTests_file_test_help (SEGFAULT) 50 - PythonIntegrationTests_file_test (SEGFAULT) 51 - PythonIntegrationTests_hit_test_help (Failed) 52 - PythonIntegrationTests_hit_test (Failed) 53 - PythonIntegrationTests_inventory_test_help (Failed) 54 - PythonIntegrationTests_inventory_test (Failed) 55 - PythonIntegrationTests_MazeRunner_help (SEGFAULT) 56 - PythonIntegrationTests_MazeRunner (SEGFAULT) 57 - PythonIntegrationTests_mission_quit_command_example_help (SEGFAULT) 58 - PythonIntegrationTests_mission_quit_command_example (SEGFAULT) 59 - PythonIntegrationTests_mob_fun_help (Failed) 60 - PythonIntegrationTests_mob_fun (Failed) 61 - PythonIntegrationTests_mouse_steering_test_help (SEGFAULT) 62 - PythonIntegrationTests_mouse_steering_test (SEGFAULT) 63 - PythonIntegrationTests_moving_target_test_help (SEGFAULT) 64 - PythonIntegrationTests_moving_target_test (SEGFAULT) 65 - PythonIntegrationTests_overclock_test_help (Failed) 66 - PythonIntegrationTests_overclock_test (Failed) 67 - PythonIntegrationTests_patchwork_quilt_help (Failed) 68 - PythonIntegrationTests_patchwork_quilt (Failed) 69 - PythonIntegrationTests_quit_from_reaching_position_test_help (SEGFAULT) 70 - PythonIntegrationTests_quit_from_reaching_position_test (SEGFAULT) 71 - PythonIntegrationTests_radar_test_help (Failed) 72 - PythonIntegrationTests_radar_test (Failed) 73 - PythonIntegrationTests_render_speed_test_help (Failed) 74 - PythonIntegrationTests_render_speed_test (Failed) 75 - PythonIntegrationTests_reward_for_discarding_items_test_help (SEGFAULT) 76 - PythonIntegrationTests_reward_for_discarding_items_test (SEGFAULT) 77 - PythonIntegrationTests_reward_for_items_test_help (SEGFAULT) 78 - PythonIntegrationTests_reward_for_items_test (SEGFAULT) 79 - PythonIntegrationTests_reward_for_mission_end_test_help (SEGFAULT) 80 - PythonIntegrationTests_reward_for_mission_end_test (SEGFAULT) 81 - PythonIntegrationTests_robust_frames_help (Failed) 82 - PythonIntegrationTests_robust_frames (Failed) 83 - PythonIntegrationTests_run_mission_help (SEGFAULT) 84 - PythonIntegrationTests_run_mission (SEGFAULT) 85 - PythonIntegrationTests_tabular_q_learning_help (Failed) 86 - PythonIntegrationTests_tabular_q_learning (Failed) 87 - PythonIntegrationTests_teleport_test_help (SEGFAULT) 88 - PythonIntegrationTests_teleport_test (SEGFAULT) 89 - PythonIntegrationTests_to_string_test_help (SEGFAULT) 90 - PythonIntegrationTests_to_string_test (SEGFAULT) 92 - PythonIntegrationTests_two_diggers_help (SEGFAULT) 93 - PythonIntegrationTests_two_diggers (SEGFAULT) 94 - PythonIntegrationTests_team_reward_test_help (SEGFAULT) 95 - PythonIntegrationTests_team_reward_test (SEGFAULT) 96 - PythonIntegrationTests_MultiMaze_help (Failed) 97 - PythonIntegrationTests_MultiMaze (Failed) 98 - ValidationTests_default_world_1 (Failed) 99 - ValidationTests_default_flat_1 (Failed) 100 - ValidationTests_tricky_arena_1 (Failed) 101 - ValidationTests_eating_1 (Failed) 102 - ValidationTests_cliff_walking_1 (Failed) 103 - ValidationTests_maze_1 (Failed) 104 - ValidationTests_maze_2 (Failed) 105 - ValidationTests_basic (Failed) 106 - ValidationTests_obstacles (Failed) 107 - ValidationTests_simpleRoomMaze (Failed) 108 - ValidationTests_attic (Failed) 109 - ValidationTests_vertical (Failed) 110 - ValidationTests_complexity_usage (Failed) 111 - ValidationTests_medium (Failed) 112 - ValidationTests_hard (Failed) 113 - ValidationTests_tutorial_6 (Failed) Errors while running CTest

I am not sure if this output reveals anything useful, but it seems to show a problem with the current PYTHONPATH. If that is the issue, I am wondering what I should set the PYTHONPATH to be.

JustinS6626 commented 4 years ago

Could someone please respond to my latest post? I really need to get this resolved.

JustinS6626 commented 4 years ago

I have an update from yesterday. I was successful in running the compiled C++ implementation of the run_mission example, but I am still unable to run any of the Python examples. Based on the results of the Ctest command, it looks like the problem has something to do with Python integration. I am comfortable proceeding in C++ if necessary, although Python would be preferable, so I would therefore really appreciate if someone would be willing to guide me in addressing the Python integration problem.

satyamedh commented 4 years ago

@DarthMalloc , Forge provides a development version on Minecraft. Which does not include any multiplayer code. Because If you can do that, there will be no reason to buy the game. Thus I suggest you to build the mod using gradlew build and copy it into your Minecraft mods dir. then launch Minecraft 1.11.2 with forge from Minecraft launcher