biosimulators / Biosimulators

Registry of containerized biosimulation tools that support a standard command-line interface
https://biosimulators.org
MIT License
13 stars 0 forks source link

Submit VCell 7.5.0.30 #626

Closed vcdaemon closed 1 year ago

vcdaemon commented 1 year ago

id: vcell version: 7.5.0.30 specificationsUrl: https://github.com/virtualcell/vcell/releases/download/7.5.0.30/biosimulators.json specificationsPatch: version: 7.5.0.30 image: url: ghcr.io/virtualcell/biosimulators_vcell:7.5.0.30 digest: "sha256:10caecb4952a830c8306700dd0d9b7c21a99f51010edc47624ad722811c86741" validateImage: true commitSimulator: true

biosimulators-daemon commented 1 year ago

Thank you @vcdaemon for your submission to the BioSimulators simulator validation/submission system!

The BioSimulators validator bot is validating the specifications of your simulator, validating your Docker image, and committing your simulator to the BioSimulators registry.

We will discuss any concerns with your submission in this issue.

A complete log of your simulator submission job will be available for 90 days here. The results of the validation of your tool will also be saved as a JSON file. A link to this file will be available for 90 days from the "Artifacts" section at the bottom of this page.

biosimulators-daemon commented 1 year ago

The specifications of your simulator is valid!

biosimulators-daemon commented 1 year ago

Summary of tests

biosimulators-daemon commented 1 year ago

Warnings

cli.CliDescribesSupportedEnvironmentVariablesInline (2.2 s)
Test that the inline help for a command-line interface describes the environment variables that the simulator supports. Warnings: ``` The inline help for a command-line interface for a simulation tool should describe the environment variables that the simulation tool supports. The command-line interface does not describe the following standard environment variables recognized by BioSimulators: - 'ALGORITHM_SUBSTITUTION_POLICY' - 'BUNDLE_OUTPUTS' - 'COLLECT_COMBINE_ARCHIVE_RESULTS' - 'COLLECT_SED_DOCUMENT_RESULTS' - 'DEBUG' - 'H5_REPORTS_PATH' - 'KEEP_INDIVIDUAL_OUTPUTS' - 'LOG_PATH' - 'OMEX_METADATA_INPUT_FORMAT' - 'OMEX_METADATA_OUTPUT_FORMAT' - 'OMEX_METADATA_SCHEMA' - 'PLOTS_PATH' - 'REPORTS_PATH' - 'REPORT_FORMATS' - 'SAVE_PLOT_DATA' - 'VALIDATE_IMAGES' - 'VALIDATE_IMPORTED_MODEL_FILES' - 'VALIDATE_OMEX_MANIFESTS' - 'VALIDATE_OMEX_METADATA' - 'VALIDATE_RESULTS' - 'VALIDATE_SEDML' - 'VALIDATE_SEDML_MODELS' - 'VERBOSE' - 'VIZ_FORMATS' If the simulation tool implements these variables, they should be described in the inline help for its command-line interface. Note, support for these environment variables is optional. Simulation tools are not required to support these variables. ``` Log: None
cli.CliDisplaysHelpInline (4.0 s)
Test that a command-line interface provides inline help. Warnings: ``` Command-line interfaces should display basic help when no arguments are provided. The command-line interface displayed the following when no argument was provided: docker: Command recieved::<> <> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} ERROR (BiosimulationsCommand:112) - null []{} java.lang.NullPointerException: null at org.vcell.cli.CLIRecorder.(CLIRecorder.java:68) ~[vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.CLIRecorder.(CLIRecorder.java:57) ~[vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.CLIRecorder.(CLIRecorder.java:46) ~[vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.biosimulation.BiosimulationsCommand.call(BiosimulationsCommand.java:51) [vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.biosimulation.BiosimulationsCommand.call(BiosimulationsCommand.java:20) [vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at picocli.CommandLine.executeUserObject(CommandLine.java:1953) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine.access$1300(CommandLine.java:145) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine.execute(CommandLine.java:2078) [picocli-4.6.3.jar:4.6.3] at org.vcell.cli.CLIStandalone.main(CLIStandalone.java:45) [vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] ``` ``` Command-line interface should support the `-h` option for displaying help inline. The command-line interface displayed the following when executed with `-h`: docker: Command recieved::<-h> <-h> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} Usage: CLIStandalone biosimulations [-dhqv] [-i=] [-o=] BioSimulators-compliant command-line interface to the vcell simulation program . -d, --debug full application debug mode -h, --help show this help message and exit -i, --archive= Path to a COMBINE/OMEX archive file which contains one or more SED-ML-encoded simulation experiments -o, --out-dir= Directory to save outputs -q, --quiet suppress all console output -v, --version show program's version number and exit ``` ``` Command-line interface should support the `--help` option for displaying help inline. The command-line interface displayed the following when executed with `--help`: docker: Command recieved::<--help> <--help> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} Usage: CLIStandalone biosimulations [-dhqv] [-i=] [-o=] BioSimulators-compliant command-line interface to the vcell simulation program . -d, --debug full application debug mode -h, --help show this help message and exit -i, --archive= Path to a COMBINE/OMEX archive file which contains one or more SED-ML-encoded simulation experiments -o, --out-dir= Directory to save outputs -q, --quiet suppress all console output -v, --version show program's version number and exit ``` Log: None
docker_image.DeclaresSupportedEnvironmentVariables (0.4 s)
Test if a Docker image declares the environment variables that is supports Warnings: ``` Docker images for simulation tools should declare the environment variables that they support. The Docker image does not declare the following standard environment variables recognized by BioSimulators: - 'BUNDLE_OUTPUTS' - 'COLLECT_COMBINE_ARCHIVE_RESULTS' - 'COLLECT_SED_DOCUMENT_RESULTS' - 'DEBUG' - 'H5_REPORTS_PATH' - 'KEEP_INDIVIDUAL_OUTPUTS' - 'LOG_PATH' - 'OMEX_METADATA_INPUT_FORMAT' - 'OMEX_METADATA_OUTPUT_FORMAT' - 'OMEX_METADATA_SCHEMA' - 'PLOTS_PATH' - 'REPORTS_PATH' - 'REPORT_FORMATS' - 'SAVE_PLOT_DATA' - 'VALIDATE_IMAGES' - 'VALIDATE_IMPORTED_MODEL_FILES' - 'VALIDATE_OMEX_MANIFESTS' - 'VALIDATE_OMEX_METADATA' - 'VALIDATE_RESULTS' - 'VALIDATE_SEDML' - 'VALIDATE_SEDML_MODELS' - 'VERBOSE' - 'VIZ_FORMATS' If the simulation tool implements these variables, they should be declared in the Dockerfile for the Docker image for the simulator. Note, support for these environment variables is optional. Simulation tools are not required to support these variables. ``` Log: None
docker_image.HasBioContainersLabels (0.2 s)
Test that a Docker image has BioContainers labels with metadata about the image Warnings: ``` Docker images are encouraged to have the following BioContainers labels: extra.identifiers.biotools ``` Log: None
biosimulators-daemon commented 1 year ago

Skips

published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3972`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3972) Algorithm: [`KISAO_0000263`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000263) Reason for skip: ``` Case requires model formats format_3972 and simulation algorithms KISAO_0000263 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3972`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3972) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3972 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:cellml/Elowitz-Nature-2000-Repressilator (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:cellml/Lorenz-system (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:mass/Bordbar-Cell-Syst-2015-RBC-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-CVODE (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-Euler (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000030`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000030) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000030 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:rba/Escherichia-coli-K12-WT (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9012`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9012) Algorithm: [`KISAO_0000669`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000669) Reason for skip: ``` Case requires model formats format_9012 and simulation algorithms KISAO_0000669 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000088`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000088) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000088 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Parmar-BMC-Syst-Biol-2017-iron-distribution (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Szymanska-J-Theor-Biol-2009-HSP-synthesis (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000496`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000496) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000496 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Tomida-EMBO-J-2003-NFAT-translocation (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Varusai-Sci-Rep-2018-mTOR-signaling-LSODA-LSODAR-SBML (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-SSA (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000029`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000029) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000029 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000437`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000437) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000437 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Irons-J-Theor-Biol-2009-yeast-cell-cycle (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:smoldyn/Lotka-Volterra (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9001`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9001) Algorithm: [`KISAO_0000057`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000057) Reason for skip: ``` Case requires model formats format_9001 and simulation algorithms KISAO_0000057 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:xpp/Wu-Biochem-Pharmacol-2006-pituitary-GH3-cells (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9010`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9010) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9010 and simulation algorithms KISAO_0000019 ``` Log: None
sedml.SimulatorProducesLinear3DPlots (0.3 s)
Test that a simulator produces linear 3D plots Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorProducesLogarithmic3DPlots (0.3 s)
Test that a simulator produces logarithmic 3D plots Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions (0.3 s)
Test that that the curated number of output dimensions matches the actual number of output dimensions Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorSupportsComputeModelChanges (14.2 s)
Test that a simulator supports compute model changes Reason for skip: ``` The execution of the COMBINE/OMEX archive did not fail as expected ``` Log: ``` docker: Command recieved::<-i /tmp/in/archive.omex -o /tmp/out> <-i> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} INFO (PropertyLoader:578) - Can't read propertyFile /usr/lib/jvm/java-8-openjdk-amd64/jre/vcell.properties specified by java home directory []{} INFO (PropertyLoader:584) - ServerID=7.3.0.16, SoftwareVersion=7.5.0.30 []{} INFO (BiosimulationsCommand:98) - Beginning execution []{} INFO (CLIPythonManager:115) - Initializing Python... []{} INFO (CLIPythonManager:135) - Python initialization success! []{} INFO (ExecuteImpl:84) - Preparing output directory... []{} ERROR (CLIUtils:37) - Failed to delete the file: /tmp/out []{} ERROR (RunUtils:521) - java.lang.Exception: File '/tmp/out' could not be deleted! []{} INFO (ExecutionJob:85) - Executing OMEX archive /tmp/in/archive.omex []{} ----------------------------------------------------------------------------------------------------- INFO (NativeLib:29) - Loading combinej []{} INFO (RunUtils:489) - TempPath Created: /tmp/vcell_temp_19378ddd-5d66-4aa5-9a77-9ac6c933d5897210906967601613782 []{} INFO (SedmlJob:104) - Initializing SED-ML document... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:117) - Processing SED-ML: BIOMD0000000912_sim.sedml []{} INFO (SedmlJob:153) - Found one SED-ML document with 1 model(s), 1 simulation(s), 1 task(s), 1 report(s), 0 plot2D(s), and 0 plot3D(s) []{} INFO (SedmlJob:158) - Successful translation of SED-ML file : BIOMD0000000912_sim.sedml []{} ----------------------------------------------------------------------------------------------------- INFO (SedmlJob:162) - Creating pseudo SED-ML for HDF5 conversion... []{} INFO (SedmlJob:174) - Creating Biomodel from pseudo SED-ML []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:235) - Building solvers and starting simulation of all tasks... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} INFO (SEDMLImporter:180) - Task (id='BIOMD0000000912_task') is compatible, solver match found in ontology: 'KISAO:0000019' matched to CVODE []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} WARN (SEDMLImporter:877) - could not map changeAttribute for ID null to a VCell Constant []{} taskToSimulationMap: 1 taskToListOfSubTasksMap: 1 taskToVariableMap: 1 topTaskToBaseTask: 1 INFO (SolverHandler:415) - Solver: cbit.vcell.solver.ode.CVodeSolverStandalone@6e4c0d8c []{} INFO (SolverHandler:416) - Status: Finished: SOLVER_FINISHED:completed []{} INFO (SolverHandler:462) - Succesful execution: Model 'archive_BIOMD0000000912_sim.sedml_BIOMD0000000912' Task 'Caravagna2010'. []{} INFO (SolverHandler:474) - Running simulation Caravagna2010, 90 ms []{} ----------------------------------------------------------------------------------------------------- INFO (SolverHandler:582) - Ran 1 simulation jobs for 1 biomodels. []{} INFO (SedmlJob:268) - Generating outputs... []{} INFO (SedmlJob:322) - Generating CSV file... []{} INFO (RunUtils:202) - Generating report `report`. []{} INFO (RunUtils:393) - created csv file for report report: /tmp/out/BIOMD0000000912_sim.sedml/report.csv []{} INFO (SedmlJob:344) - Generating Plots... []{} WARN (CLIPythonManager:77) - Using old style python invocation! []{} WARN (CLIPythonManager:248) - Temp out file didn't delete properly []{} WARN (CLIPythonManager:249) - Temp error file didn't delete properly []{} INFO (SedmlJob:350) - Generating HDF5 file... []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:115) - We encountered non-compatible (or non-existent) data. This may mean a problem has been encountered. []{} INFO (SedmlJob:308) - Archiving result files []{} ERROR (RunUtils:459) - No PDF files found, skipping archiving `plots.zip` files []{} INFO (RunUtils:463) - Archiving resultant CSV files to `reports.zip`. []{} INFO (SedmlJob:315) - SED-ML : BIOMD0000000912_sim.sedml successfully completed []{} INFO (ExecutionJob:141) - Processing of SedML succeeded. org.vcell.cli.run.SedmlStatistics@7f93dd4e []{} INFO (NativeLib:29) - Loading jhdf5 []{} INFO (Hdf5Writer:42) - Creating hdf5 file `reports.h5` in/tmp/out []{} INFO (Hdf5Writer:103) - HDF5 file successfully written to. []{} INFO (ExecutionJob:170) - Omex archive.omex processing completed (7s) []{} ```
sedml.SimulatorSupportsRepeatedTasksWithChanges (30.3 s)
Test that a simulator supports repeated tasks with multiple subtasks Reason for skip: ``` Each level of repeated task should contribute two additional dimensions to reports ``` Log: ``` docker: Command recieved::<-i /tmp/in/archive.omex -o /tmp/out> <-i> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} INFO (PropertyLoader:578) - Can't read propertyFile /usr/lib/jvm/java-8-openjdk-amd64/jre/vcell.properties specified by java home directory []{} INFO (PropertyLoader:584) - ServerID=7.3.0.16, SoftwareVersion=7.5.0.30 []{} INFO (BiosimulationsCommand:98) - Beginning execution []{} INFO (CLIPythonManager:115) - Initializing Python... []{} INFO (CLIPythonManager:135) - Python initialization success! []{} INFO (ExecuteImpl:84) - Preparing output directory... []{} ERROR (CLIUtils:37) - Failed to delete the file: /tmp/out []{} ERROR (RunUtils:521) - java.lang.Exception: File '/tmp/out' could not be deleted! []{} INFO (ExecutionJob:85) - Executing OMEX archive /tmp/in/archive.omex []{} ----------------------------------------------------------------------------------------------------- INFO (NativeLib:29) - Loading combinej []{} INFO (RunUtils:489) - TempPath Created: /tmp/vcell_temp_d510d9f6-c023-4e36-84c9-80768c4e4efb8380563485644208232 []{} INFO (SedmlJob:104) - Initializing SED-ML document... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:117) - Processing SED-ML: BIOMD0000000912_sim.sedml []{} INFO (SedmlJob:153) - Found one SED-ML document with 1 model(s), 1 simulation(s), 2 task(s), 2 report(s), 0 plot2D(s), and 0 plot3D(s) []{} INFO (SedmlJob:158) - Successful translation of SED-ML file : BIOMD0000000912_sim.sedml []{} ----------------------------------------------------------------------------------------------------- INFO (SedmlJob:162) - Creating pseudo SED-ML for HDF5 conversion... []{} INFO (SedmlJob:174) - Creating Biomodel from pseudo SED-ML []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:235) - Building solvers and starting simulation of all tasks... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} INFO (SEDMLImporter:180) - Task (id='BIOMD0000000912_task') is compatible, solver match found in ontology: 'KISAO:0000019' matched to CVODE []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@level, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@version, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[6]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[5]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[4]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[3]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[2]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[1]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[14]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[13]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[12]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[11]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[10]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[9]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[8]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[7]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[6]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[5]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[4]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[3]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[2]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[1]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfSpecies[1]/sbml:species[3]/@initialConcentration, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfSpecies[1]/sbml:species[2]/@initialConcentration, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfSpecies[1]/sbml:species[1]/@initialConcentration, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfCompartments[1]/sbml:compartment[1]/@size, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfCompartments[1]/sbml:compartment[1]/@spatialDimensions, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[3]/sbml:listOfUnits[1]/sbml:unit[1]/@exponent, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[3]/sbml:listOfUnits[1]/sbml:unit[1]/@multiplier, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[3]/sbml:listOfUnits[1]/sbml:unit[1]/@scale, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[2]/sbml:listOfUnits[1]/sbml:unit[1]/@exponent, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[2]/sbml:listOfUnits[1]/sbml:unit[1]/@multiplier, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[2]/sbml:listOfUnits[1]/sbml:unit[1]/@scale, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[1]/sbml:listOfUnits[1]/sbml:unit[1]/@exponent, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[1]/sbml:listOfUnits[1]/sbml:unit[1]/@multiplier, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[1]/sbml:listOfUnits[1]/sbml:unit[1]/@scale, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SolverHandler:134) - TopmostTasks lists sizes are different. []{} taskToSimulationMap: 2 taskToListOfSubTasksMap: 2 taskToVariableMap: 2 topTaskToBaseTask: 2 INFO (SolverHandler:415) - Solver: cbit.vcell.solver.ode.CVodeSolverStandalone@7426a448 []{} INFO (SolverHandler:416) - Status: Finished: SOLVER_FINISHED:completed []{} INFO (SolverHandler:462) - Succesful execution: Model 'archive_BIOMD0000000912_sim.sedml_BIOMD0000000912' Task 'Caravagna2010'. []{} INFO (SolverHandler:474) - Running simulation Caravagna2010, 77 ms []{} ----------------------------------------------------------------------------------------------------- INFO (SolverHandler:415) - Solver: cbit.vcell.solver.ode.CVodeSolverStandalone@ba17be6 []{} INFO (SolverHandler:416) - Status: Finished: SOLVER_FINISHED:completed []{} INFO (SolverHandler:462) - Succesful execution: Model 'archive_BIOMD0000000912_sim.sedml_BIOMD0000000912' Task 'Caravagna2010'. []{} INFO (SolverHandler:474) - Running simulation Caravagna2010___repeated_task_0, 39 ms []{} ----------------------------------------------------------------------------------------------------- INFO (SolverHandler:582) - Ran 2 simulation jobs for 1 biomodels. []{} INFO (SedmlJob:268) - Generating outputs... []{} INFO (SedmlJob:322) - Generating CSV file... []{} INFO (RunUtils:202) - Generating report `task_report`. []{} INFO (RunUtils:393) - created csv file for report task_report: /tmp/out/BIOMD0000000912_sim.sedml/task_report.csv []{} INFO (RunUtils:202) - Generating report `__repeated_task_report`. []{} INFO (RunUtils:393) - created csv file for report __repeated_task_report: /tmp/out/BIOMD0000000912_sim.sedml/__repeated_task_report.csv []{} INFO (SedmlJob:344) - Generating Plots... []{} WARN (CLIPythonManager:77) - Using old style python invocation! []{} WARN (CLIPythonManager:248) - Temp out file didn't delete properly []{} WARN (CLIPythonManager:249) - Temp error file didn't delete properly []{} INFO (SedmlJob:350) - Generating HDF5 file... []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:115) - We encountered non-compatible (or non-existent) data. This may mean a problem has been encountered. []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:115) - We encountered non-compatible (or non-existent) data. This may mean a problem has been encountered. []{} INFO (SedmlJob:308) - Archiving result files []{} ERROR (RunUtils:459) - No PDF files found, skipping archiving `plots.zip` files []{} INFO (RunUtils:463) - Archiving resultant CSV files to `reports.zip`. []{} INFO (SedmlJob:315) - SED-ML : BIOMD0000000912_sim.sedml successfully completed []{} INFO (ExecutionJob:141) - Processing of SedML succeeded. org.vcell.cli.run.SedmlStatistics@18137eab []{} INFO (NativeLib:29) - Loading jhdf5 []{} INFO (Hdf5Writer:42) - Creating hdf5 file `reports.h5` in/tmp/out []{} INFO (Hdf5Writer:103) - HDF5 file successfully written to. []{} INFO (ExecutionJob:170) - Omex archive.omex processing completed (8s) []{} docker: Command recieved::<-i /tmp/in/archive.omex -o /tmp/out> <-i> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} INFO (PropertyLoader:578) - Can't read propertyFile /usr/lib/jvm/java-8-openjdk-amd64/jre/vcell.properties specified by java home directory []{} INFO (PropertyLoader:584) - ServerID=7.3.0.16, SoftwareVersion=7.5.0.30 []{} INFO (BiosimulationsCommand:98) - Beginning execution []{} INFO (CLIPythonManager:115) - Initializing Python... []{} INFO (CLIPythonManager:135) - Python initialization success! []{} INFO (ExecuteImpl:84) - Preparing output directory... []{} ERROR (CLIUtils:37) - Failed to delete the file: /tmp/out []{} ERROR (RunUtils:521) - java.lang.Exception: File '/tmp/out' could not be deleted! []{} INFO (ExecutionJob:85) - Executing OMEX archive /tmp/in/archive.omex []{} ----------------------------------------------------------------------------------------------------- INFO (NativeLib:29) - Loading combinej []{} INFO (RunUtils:489) - TempPath Created: /tmp/vcell_temp_3fd4284f-e6b0-4821-add6-933cb439c2836906696010420675455 []{} INFO (SedmlJob:104) - Initializing SED-ML document... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:117) - Processing SED-ML: BIOMD0000000912_sim.sedml []{} INFO (SedmlJob:153) - Found one SED-ML document with 1 model(s), 1 simulation(s), 2 task(s), 2 report(s), 0 plot2D(s), and 0 plot3D(s) []{} INFO (SedmlJob:158) - Successful translation of SED-ML file : BIOMD0000000912_sim.sedml []{} ----------------------------------------------------------------------------------------------------- INFO (SedmlJob:162) - Creating pseudo SED-ML for HDF5 conversion... []{} INFO (SedmlJob:174) - Creating Biomodel from pseudo SED-ML []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:235) - Building solvers and starting simulation of all tasks... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} INFO (SEDMLImporter:180) - Task (id='BIOMD0000000912_task') is compatible, solver match found in ontology: 'KISAO:0000019' matched to CVODE []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@level, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@level, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@version, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@version, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[6]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[6]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[5]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[5]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[4]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[4]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[3]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[3]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[2]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[2]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[1]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[1]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[14]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[14]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[13]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[13]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[12]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[12]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[11]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[11]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[10]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[10]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[9]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[9]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[8]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[8]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[7]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[7]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[6]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[6]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[5]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[5]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[4]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[4]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[3]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[3]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[2]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[2]/@value, getRangeReference()=__repeated_task_range_0, getModelReference() ...
biosimulators-daemon commented 1 year ago

The image for your simulator is valid!

biosimulators-daemon commented 1 year ago

The validation/submission of your simulator failed.

- 504 Server Error: Gateway Time-out for url: https://api.biosimulations.org/images/refresh

The complete log of your validation/submission job, including further information about the failure, is available for 90 days here.

If you chose to validate your Docker image, the results of the validation of your image will be available shortly as a JSON file. A link to this file will be available for 90 days from the "Artifacts" section at the bottom of this page.

Once you have fixed the problem, edit the first block of this issue to re-initiate this validation.

The BioSimulators Team is happy to help. Questions and feedback can be directed to the BioSimulators Team by posting comments to this issues that reference the GitHub team @biosimulators/biosimulators (without the backticks).

biosimulators-daemon commented 1 year ago

Thank you @vcdaemon for your submission to the BioSimulators simulator validation/submission system!

The BioSimulators validator bot is validating the specifications of your simulator, validating your Docker image, and committing your simulator to the BioSimulators registry.

We will discuss any concerns with your submission in this issue.

A complete log of your simulator submission job will be available for 90 days here. The results of the validation of your tool will also be saved as a JSON file. A link to this file will be available for 90 days from the "Artifacts" section at the bottom of this page.

biosimulators-daemon commented 1 year ago

The specifications of your simulator is valid!

biosimulators-daemon commented 1 year ago

Summary of tests

biosimulators-daemon commented 1 year ago

Warnings

cli.CliDescribesSupportedEnvironmentVariablesInline (3.1 s)
Test that the inline help for a command-line interface describes the environment variables that the simulator supports. Warnings: ``` The inline help for a command-line interface for a simulation tool should describe the environment variables that the simulation tool supports. The command-line interface does not describe the following standard environment variables recognized by BioSimulators: - 'ALGORITHM_SUBSTITUTION_POLICY' - 'BUNDLE_OUTPUTS' - 'COLLECT_COMBINE_ARCHIVE_RESULTS' - 'COLLECT_SED_DOCUMENT_RESULTS' - 'DEBUG' - 'H5_REPORTS_PATH' - 'KEEP_INDIVIDUAL_OUTPUTS' - 'LOG_PATH' - 'OMEX_METADATA_INPUT_FORMAT' - 'OMEX_METADATA_OUTPUT_FORMAT' - 'OMEX_METADATA_SCHEMA' - 'PLOTS_PATH' - 'REPORTS_PATH' - 'REPORT_FORMATS' - 'SAVE_PLOT_DATA' - 'VALIDATE_IMAGES' - 'VALIDATE_IMPORTED_MODEL_FILES' - 'VALIDATE_OMEX_MANIFESTS' - 'VALIDATE_OMEX_METADATA' - 'VALIDATE_RESULTS' - 'VALIDATE_SEDML' - 'VALIDATE_SEDML_MODELS' - 'VERBOSE' - 'VIZ_FORMATS' If the simulation tool implements these variables, they should be described in the inline help for its command-line interface. Note, support for these environment variables is optional. Simulation tools are not required to support these variables. ``` Log: None
cli.CliDisplaysHelpInline (4.9 s)
Test that a command-line interface provides inline help. Warnings: ``` Command-line interfaces should display basic help when no arguments are provided. The command-line interface displayed the following when no argument was provided: docker: Command recieved::<> <> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} ERROR (BiosimulationsCommand:112) - null []{} java.lang.NullPointerException: null at org.vcell.cli.CLIRecorder.(CLIRecorder.java:68) ~[vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.CLIRecorder.(CLIRecorder.java:57) ~[vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.CLIRecorder.(CLIRecorder.java:46) ~[vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.biosimulation.BiosimulationsCommand.call(BiosimulationsCommand.java:51) [vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at org.vcell.cli.biosimulation.BiosimulationsCommand.call(BiosimulationsCommand.java:20) [vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] at picocli.CommandLine.executeUserObject(CommandLine.java:1953) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine.access$1300(CommandLine.java:145) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.handle(CommandLine.java:2352) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.handle(CommandLine.java:2314) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine$RunLast.execute(CommandLine.java:2316) [picocli-4.6.3.jar:4.6.3] at picocli.CommandLine.execute(CommandLine.java:2078) [picocli-4.6.3.jar:4.6.3] at org.vcell.cli.CLIStandalone.main(CLIStandalone.java:45) [vcell-cli-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT] ``` ``` Command-line interface should support the `-h` option for displaying help inline. The command-line interface displayed the following when executed with `-h`: docker: Command recieved::<-h> <-h> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} Usage: CLIStandalone biosimulations [-dhqv] [-i=] [-o=] BioSimulators-compliant command-line interface to the vcell simulation program . -d, --debug full application debug mode -h, --help show this help message and exit -i, --archive= Path to a COMBINE/OMEX archive file which contains one or more SED-ML-encoded simulation experiments -o, --out-dir= Directory to save outputs -q, --quiet suppress all console output -v, --version show program's version number and exit ``` ``` Command-line interface should support the `--help` option for displaying help inline. The command-line interface displayed the following when executed with `--help`: docker: Command recieved::<--help> <--help> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} Usage: CLIStandalone biosimulations [-dhqv] [-i=] [-o=] BioSimulators-compliant command-line interface to the vcell simulation program . -d, --debug full application debug mode -h, --help show this help message and exit -i, --archive= Path to a COMBINE/OMEX archive file which contains one or more SED-ML-encoded simulation experiments -o, --out-dir= Directory to save outputs -q, --quiet suppress all console output -v, --version show program's version number and exit ``` Log: None
docker_image.DeclaresSupportedEnvironmentVariables (0.8 s)
Test if a Docker image declares the environment variables that is supports Warnings: ``` Docker images for simulation tools should declare the environment variables that they support. The Docker image does not declare the following standard environment variables recognized by BioSimulators: - 'BUNDLE_OUTPUTS' - 'COLLECT_COMBINE_ARCHIVE_RESULTS' - 'COLLECT_SED_DOCUMENT_RESULTS' - 'DEBUG' - 'H5_REPORTS_PATH' - 'KEEP_INDIVIDUAL_OUTPUTS' - 'LOG_PATH' - 'OMEX_METADATA_INPUT_FORMAT' - 'OMEX_METADATA_OUTPUT_FORMAT' - 'OMEX_METADATA_SCHEMA' - 'PLOTS_PATH' - 'REPORTS_PATH' - 'REPORT_FORMATS' - 'SAVE_PLOT_DATA' - 'VALIDATE_IMAGES' - 'VALIDATE_IMPORTED_MODEL_FILES' - 'VALIDATE_OMEX_MANIFESTS' - 'VALIDATE_OMEX_METADATA' - 'VALIDATE_RESULTS' - 'VALIDATE_SEDML' - 'VALIDATE_SEDML_MODELS' - 'VERBOSE' - 'VIZ_FORMATS' If the simulation tool implements these variables, they should be declared in the Dockerfile for the Docker image for the simulator. Note, support for these environment variables is optional. Simulation tools are not required to support these variables. ``` Log: None
docker_image.HasBioContainersLabels (0.5 s)
Test that a Docker image has BioContainers labels with metadata about the image Warnings: ``` Docker images are encouraged to have the following BioContainers labels: extra.identifiers.biotools ``` Log: None
biosimulators-daemon commented 1 year ago

Skips

published_project.SimulatorCanExecutePublishedProject:bngl/Dolan-PLoS-Comput-Biol-2015-NHEJ (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3972`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3972) Algorithm: [`KISAO_0000263`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000263) Reason for skip: ``` Case requires model formats format_3972 and simulation algorithms KISAO_0000263 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:bngl/test-bngl (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3972`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3972) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3972 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:cellml/Elowitz-Nature-2000-Repressilator (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:cellml/Lorenz-system (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_3240`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_3240) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_3240 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:mass/Bordbar-Cell-Syst-2015-RBC-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-CVODE (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:neuroml-lems/Hodgkin-Huxley-cell-Euler (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9004`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9004) Algorithm: [`KISAO_0000030`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000030) Reason for skip: ``` Case requires model formats format_9004 and simulation algorithms KISAO_0000030 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:rba/Escherichia-coli-K12-WT (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9012`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9012) Algorithm: [`KISAO_0000669`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000669) Reason for skip: ``` Case requires model formats format_9012 and simulation algorithms KISAO_0000669 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Edelstein-Biol-Cybern-1996-Nicotinic-excitation (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000088`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000088) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000088 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Parmar-BMC-Syst-Biol-2017-iron-distribution (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_000019) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_000019 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Szymanska-J-Theor-Biol-2009-HSP-synthesis (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000496`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000496) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000496 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Tomida-EMBO-J-2003-NFAT-translocation (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Varusai-Sci-Rep-2018-mTOR-signaling-LSODA-LSODAR-SBML (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000560`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000560) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000560 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-core/Vilar-PNAS-2002-minimal-circardian-clock-discrete-SSA (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000029`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000029) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000029 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-fbc/Escherichia-coli-core-metabolism (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000437`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000437) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000437 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Chaouiya-BMC-Syst-Biol-2013-EGF-TNFa-signaling (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:sbml-qual/Irons-J-Theor-Biol-2009-yeast-cell-cycle (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_2585`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_2585) Algorithm: [`KISAO_0000449`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000449) Reason for skip: ``` Case requires model formats format_2585 and simulation algorithms KISAO_0000449 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:smoldyn/Lotka-Volterra (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9001`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9001) Algorithm: [`KISAO_0000057`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000057) Reason for skip: ``` Case requires model formats format_9001 and simulation algorithms KISAO_0000057 ``` Log: None
published_project.SimulatorCanExecutePublishedProject:xpp/Wu-Biochem-Pharmacol-2006-pituitary-GH3-cells (0.0 s)
Required model formats and simulation algorithms for SED tasks: * Format: [`format_9010`](https://www.ebi.ac.uk/ols/ontologies/edam/terms?iri=http%3A%2F%2Fedamontology.org%2Fformat_9010) Algorithm: [`KISAO_0000019`](https://www.ebi.ac.uk/ols/ontologies/kisao/terms?iri=http%3A%2F%2Fwww.biomodels.net%2Fkisao%2FKISAO%23KISAO_0000019) Reason for skip: ``` Case requires model formats format_9010 and simulation algorithms KISAO_0000019 ``` Log: None
sedml.SimulatorProducesLinear3DPlots (0.4 s)
Test that a simulator produces linear 3D plots Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorProducesLogarithmic3DPlots (0.4 s)
Test that a simulator produces logarithmic 3D plots Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorProducesReportsWithCuratedNumberOfDimensions (0.4 s)
Test that that the curated number of output dimensions matches the actual number of output dimensions Reason for skip: ``` No curated COMBINE/OMEX archives are available to generate archives for testing ``` Log: None
sedml.SimulatorSupportsComputeModelChanges (16.6 s)
Test that a simulator supports compute model changes Reason for skip: ``` The execution of the COMBINE/OMEX archive did not fail as expected ``` Log: ``` docker: Command recieved::<-i /tmp/in/archive.omex -o /tmp/out> <-i> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} INFO (PropertyLoader:578) - Can't read propertyFile /usr/lib/jvm/java-8-openjdk-amd64/jre/vcell.properties specified by java home directory []{} INFO (PropertyLoader:584) - ServerID=7.3.0.16, SoftwareVersion=7.5.0.30 []{} INFO (BiosimulationsCommand:98) - Beginning execution []{} INFO (CLIPythonManager:115) - Initializing Python... []{} INFO (CLIPythonManager:135) - Python initialization success! []{} INFO (ExecuteImpl:84) - Preparing output directory... []{} ERROR (CLIUtils:37) - Failed to delete the file: /tmp/out []{} ERROR (RunUtils:521) - java.lang.Exception: File '/tmp/out' could not be deleted! []{} INFO (ExecutionJob:85) - Executing OMEX archive /tmp/in/archive.omex []{} ----------------------------------------------------------------------------------------------------- INFO (NativeLib:29) - Loading combinej []{} INFO (RunUtils:489) - TempPath Created: /tmp/vcell_temp_7599f13d-5fa0-4148-89c3-218917b597bf1125884429933629707 []{} INFO (SedmlJob:104) - Initializing SED-ML document... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:117) - Processing SED-ML: BIOMD0000000912_sim.sedml []{} INFO (SedmlJob:153) - Found one SED-ML document with 1 model(s), 1 simulation(s), 1 task(s), 1 report(s), 0 plot2D(s), and 0 plot3D(s) []{} INFO (SedmlJob:158) - Successful translation of SED-ML file : BIOMD0000000912_sim.sedml []{} ----------------------------------------------------------------------------------------------------- INFO (SedmlJob:162) - Creating pseudo SED-ML for HDF5 conversion... []{} INFO (SedmlJob:174) - Creating Biomodel from pseudo SED-ML []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:235) - Building solvers and starting simulation of all tasks... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} INFO (SEDMLImporter:180) - Task (id='BIOMD0000000912_task') is compatible, solver match found in ontology: 'KISAO:0000019' matched to CVODE []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} WARN (SEDMLImporter:877) - could not map changeAttribute for ID null to a VCell Constant []{} taskToSimulationMap: 1 taskToListOfSubTasksMap: 1 taskToVariableMap: 1 topTaskToBaseTask: 1 INFO (SolverHandler:415) - Solver: cbit.vcell.solver.ode.CVodeSolverStandalone@6e4c0d8c []{} INFO (SolverHandler:416) - Status: Finished: SOLVER_FINISHED:completed []{} INFO (SolverHandler:462) - Succesful execution: Model 'archive_BIOMD0000000912_sim.sedml_BIOMD0000000912' Task 'Caravagna2010'. []{} INFO (SolverHandler:474) - Running simulation Caravagna2010, 87 ms []{} ----------------------------------------------------------------------------------------------------- INFO (SolverHandler:582) - Ran 1 simulation jobs for 1 biomodels. []{} INFO (SedmlJob:268) - Generating outputs... []{} INFO (SedmlJob:322) - Generating CSV file... []{} INFO (RunUtils:202) - Generating report `report`. []{} INFO (RunUtils:393) - created csv file for report report: /tmp/out/BIOMD0000000912_sim.sedml/report.csv []{} INFO (SedmlJob:344) - Generating Plots... []{} WARN (CLIPythonManager:77) - Using old style python invocation! []{} WARN (CLIPythonManager:248) - Temp out file didn't delete properly []{} WARN (CLIPythonManager:249) - Temp error file didn't delete properly []{} INFO (SedmlJob:350) - Generating HDF5 file... []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:115) - We encountered non-compatible (or non-existent) data. This may mean a problem has been encountered. []{} INFO (SedmlJob:308) - Archiving result files []{} ERROR (RunUtils:459) - No PDF files found, skipping archiving `plots.zip` files []{} INFO (RunUtils:463) - Archiving resultant CSV files to `reports.zip`. []{} INFO (SedmlJob:315) - SED-ML : BIOMD0000000912_sim.sedml successfully completed []{} INFO (ExecutionJob:141) - Processing of SedML succeeded. org.vcell.cli.run.SedmlStatistics@7f93dd4e []{} INFO (NativeLib:29) - Loading jhdf5 []{} INFO (Hdf5Writer:42) - Creating hdf5 file `reports.h5` in/tmp/out []{} INFO (Hdf5Writer:103) - HDF5 file successfully written to. []{} INFO (ExecutionJob:170) - Omex archive.omex processing completed (8s) []{} ```
sedml.SimulatorSupportsRepeatedTasksWithChanges (36.1 s)
Test that a simulator supports repeated tasks with multiple subtasks Reason for skip: ``` Each level of repeated task should contribute two additional dimensions to reports ``` Log: ``` docker: Command recieved::<-i /tmp/in/archive.omex -o /tmp/out> <-i> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} INFO (PropertyLoader:578) - Can't read propertyFile /usr/lib/jvm/java-8-openjdk-amd64/jre/vcell.properties specified by java home directory []{} INFO (PropertyLoader:584) - ServerID=7.3.0.16, SoftwareVersion=7.5.0.30 []{} INFO (BiosimulationsCommand:98) - Beginning execution []{} INFO (CLIPythonManager:115) - Initializing Python... []{} INFO (CLIPythonManager:135) - Python initialization success! []{} INFO (ExecuteImpl:84) - Preparing output directory... []{} ERROR (CLIUtils:37) - Failed to delete the file: /tmp/out []{} ERROR (RunUtils:521) - java.lang.Exception: File '/tmp/out' could not be deleted! []{} INFO (ExecutionJob:85) - Executing OMEX archive /tmp/in/archive.omex []{} ----------------------------------------------------------------------------------------------------- INFO (NativeLib:29) - Loading combinej []{} INFO (RunUtils:489) - TempPath Created: /tmp/vcell_temp_d4b76736-55df-4ea6-bfa7-be7ba8d722577180623668902073997 []{} INFO (SedmlJob:104) - Initializing SED-ML document... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:117) - Processing SED-ML: BIOMD0000000912_sim.sedml []{} INFO (SedmlJob:153) - Found one SED-ML document with 1 model(s), 1 simulation(s), 2 task(s), 2 report(s), 0 plot2D(s), and 0 plot3D(s) []{} INFO (SedmlJob:158) - Successful translation of SED-ML file : BIOMD0000000912_sim.sedml []{} ----------------------------------------------------------------------------------------------------- INFO (SedmlJob:162) - Creating pseudo SED-ML for HDF5 conversion... []{} INFO (SedmlJob:174) - Creating Biomodel from pseudo SED-ML []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:235) - Building solvers and starting simulation of all tasks... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} INFO (SEDMLImporter:180) - Task (id='BIOMD0000000912_task') is compatible, solver match found in ontology: 'KISAO:0000019' matched to CVODE []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@level, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@version, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[6]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[5]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[4]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[3]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[2]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[1]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[14]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[13]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[12]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[11]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[10]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[9]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[8]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[7]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[6]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[5]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[4]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[3]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[2]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[1]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfSpecies[1]/sbml:species[3]/@initialConcentration, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfSpecies[1]/sbml:species[2]/@initialConcentration, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfSpecies[1]/sbml:species[1]/@initialConcentration, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfCompartments[1]/sbml:compartment[1]/@size, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfCompartments[1]/sbml:compartment[1]/@spatialDimensions, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[3]/sbml:listOfUnits[1]/sbml:unit[1]/@exponent, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[3]/sbml:listOfUnits[1]/sbml:unit[1]/@multiplier, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[3]/sbml:listOfUnits[1]/sbml:unit[1]/@scale, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[2]/sbml:listOfUnits[1]/sbml:unit[1]/@exponent, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[2]/sbml:listOfUnits[1]/sbml:unit[1]/@multiplier, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[2]/sbml:listOfUnits[1]/sbml:unit[1]/@scale, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[1]/sbml:listOfUnits[1]/sbml:unit[1]/@exponent, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[1]/sbml:listOfUnits[1]/sbml:unit[1]/@multiplier, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfUnitDefinitions[1]/sbml:unitDefinition[1]/sbml:listOfUnits[1]/sbml:unit[1]/@scale, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SolverHandler:134) - TopmostTasks lists sizes are different. []{} taskToSimulationMap: 2 taskToListOfSubTasksMap: 2 taskToVariableMap: 2 topTaskToBaseTask: 2 INFO (SolverHandler:415) - Solver: cbit.vcell.solver.ode.CVodeSolverStandalone@7426a448 []{} INFO (SolverHandler:416) - Status: Finished: SOLVER_FINISHED:completed []{} INFO (SolverHandler:462) - Succesful execution: Model 'archive_BIOMD0000000912_sim.sedml_BIOMD0000000912' Task 'Caravagna2010'. []{} INFO (SolverHandler:474) - Running simulation Caravagna2010, 84 ms []{} ----------------------------------------------------------------------------------------------------- INFO (SolverHandler:415) - Solver: cbit.vcell.solver.ode.CVodeSolverStandalone@ba17be6 []{} INFO (SolverHandler:416) - Status: Finished: SOLVER_FINISHED:completed []{} INFO (SolverHandler:462) - Succesful execution: Model 'archive_BIOMD0000000912_sim.sedml_BIOMD0000000912' Task 'Caravagna2010'. []{} INFO (SolverHandler:474) - Running simulation Caravagna2010___repeated_task_0, 41 ms []{} ----------------------------------------------------------------------------------------------------- INFO (SolverHandler:582) - Ran 2 simulation jobs for 1 biomodels. []{} INFO (SedmlJob:268) - Generating outputs... []{} INFO (SedmlJob:322) - Generating CSV file... []{} INFO (RunUtils:202) - Generating report `task_report`. []{} INFO (RunUtils:393) - created csv file for report task_report: /tmp/out/BIOMD0000000912_sim.sedml/task_report.csv []{} INFO (RunUtils:202) - Generating report `__repeated_task_report`. []{} INFO (RunUtils:393) - created csv file for report __repeated_task_report: /tmp/out/BIOMD0000000912_sim.sedml/__repeated_task_report.csv []{} INFO (SedmlJob:344) - Generating Plots... []{} WARN (CLIPythonManager:77) - Using old style python invocation! []{} WARN (CLIPythonManager:248) - Temp out file didn't delete properly []{} WARN (CLIPythonManager:249) - Temp error file didn't delete properly []{} INFO (SedmlJob:350) - Generating HDF5 file... []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: BIOMD0000000912_task []{} WARN (SpatialResultsConverter:115) - We encountered non-compatible (or non-existent) data. This may mean a problem has been encountered. []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:53) - Was not able to find simulation data for task with ID: __repeated_task_0 []{} WARN (SpatialResultsConverter:115) - We encountered non-compatible (or non-existent) data. This may mean a problem has been encountered. []{} INFO (SedmlJob:308) - Archiving result files []{} ERROR (RunUtils:459) - No PDF files found, skipping archiving `plots.zip` files []{} INFO (RunUtils:463) - Archiving resultant CSV files to `reports.zip`. []{} INFO (SedmlJob:315) - SED-ML : BIOMD0000000912_sim.sedml successfully completed []{} INFO (ExecutionJob:141) - Processing of SedML succeeded. org.vcell.cli.run.SedmlStatistics@18137eab []{} INFO (NativeLib:29) - Loading jhdf5 []{} INFO (Hdf5Writer:42) - Creating hdf5 file `reports.h5` in/tmp/out []{} INFO (Hdf5Writer:103) - HDF5 file successfully written to. []{} INFO (ExecutionJob:170) - Omex archive.omex processing completed (9s) []{} docker: Command recieved::<-i /tmp/in/archive.omex -o /tmp/out> <-i> Default case selected VCell shall execute INFO (CLIStandalone:38) - Starting Vcell... []{} INFO (PropertyLoader:578) - Can't read propertyFile /usr/lib/jvm/java-8-openjdk-amd64/jre/vcell.properties specified by java home directory []{} INFO (PropertyLoader:584) - ServerID=7.3.0.16, SoftwareVersion=7.5.0.30 []{} INFO (BiosimulationsCommand:98) - Beginning execution []{} INFO (CLIPythonManager:115) - Initializing Python... []{} INFO (CLIPythonManager:135) - Python initialization success! []{} INFO (ExecuteImpl:84) - Preparing output directory... []{} ERROR (CLIUtils:37) - Failed to delete the file: /tmp/out []{} ERROR (RunUtils:521) - java.lang.Exception: File '/tmp/out' could not be deleted! []{} INFO (ExecutionJob:85) - Executing OMEX archive /tmp/in/archive.omex []{} ----------------------------------------------------------------------------------------------------- INFO (NativeLib:29) - Loading combinej []{} INFO (RunUtils:489) - TempPath Created: /tmp/vcell_temp_f4538a9f-f07a-49a7-882d-188bfc98bf211894552637129905764 []{} INFO (SedmlJob:104) - Initializing SED-ML document... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:117) - Processing SED-ML: BIOMD0000000912_sim.sedml []{} INFO (SedmlJob:153) - Found one SED-ML document with 1 model(s), 1 simulation(s), 2 task(s), 2 report(s), 0 plot2D(s), and 0 plot3D(s) []{} INFO (SedmlJob:158) - Successful translation of SED-ML file : BIOMD0000000912_sim.sedml []{} ----------------------------------------------------------------------------------------------------- INFO (SedmlJob:162) - Creating pseudo SED-ML for HDF5 conversion... []{} INFO (SedmlJob:174) - Creating Biomodel from pseudo SED-ML []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail INFO (SedmlJob:235) - Building solvers and starting simulation of all tasks... []{} SED-ML version level not supported, import may fail SED-ML version level not supported, import may fail Unsupported version, import may fail WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} WARN (SolverUtilities:168) - KISAO - bad format, skipping []{} INFO (SEDMLImporter:180) - Task (id='BIOMD0000000912_task') is compatible, solver match found in ontology: 'KISAO:0000019' matched to CVODE []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@level, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@level, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@version, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/@version, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[6]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[6]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[5]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[5]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[4]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[4]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[3]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[3]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[2]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[2]/sbml:listOfReactants[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[1]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfReactions[1]/sbml:reaction[1]/sbml:listOfProducts[1]/sbml:speciesReference[1]/@stoichiometry, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[14]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[14]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[13]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[13]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[12]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[12]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[11]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[11]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[10]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[10]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[9]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[9]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[8]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[8]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[7]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[7]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[6]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[6]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[5]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[5]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[4]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[4]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[3]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[3]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=0, getListOfParameters().size()=1] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[2]/@value, getRangeReference()=__repeated_task_range_0, getModelReference()=BIOMD0000000912, getListOfVariables().size()=1, getListOfParameters().size()=2] could not be resolved to Constant, overrides not applied []{} ERROR (SEDMLImporter:556) - couldn't find SBase with sid=null in SBMLSymbolMapping []{} ERROR (SEDMLImporter:475) - target in change SetValue [getTargetXPath()=/sbml:sbml[1]/sbml:model[1]/sbml:listOfParameters[1]/sbml:parameter[2]/@value, getRangeReference()=__repeated_task_range_0, getModelReference() ...
biosimulators-daemon commented 1 year ago

The image for your simulator is valid!

biosimulators-daemon commented 1 year ago

The validation/submission of your simulator failed.

- 504 Server Error: Gateway Time-out for url: https://api.biosimulations.org/images/refresh

The complete log of your validation/submission job, including further information about the failure, is available for 90 days here.

If you chose to validate your Docker image, the results of the validation of your image will be available shortly as a JSON file. A link to this file will be available for 90 days from the "Artifacts" section at the bottom of this page.

Once you have fixed the problem, edit the first block of this issue to re-initiate this validation.

The BioSimulators Team is happy to help. Questions and feedback can be directed to the BioSimulators Team by posting comments to this issues that reference the GitHub team @biosimulators/biosimulators (without the backticks).