rcornwell / sims

Burroughs B5500, ICL1900, SEL32, IBM 360/370, IBM 7000 and DEC PDP10 KA10/KI10/KL10/KS10, PDP6 simulators for SimH
http://sky-visions.com
95 stars 20 forks source link

KL10: ITS build fails on "some" machines #233

Closed larsbrinkhoff closed 2 years ago

larsbrinkhoff commented 3 years ago

Latest master seems to fail here:

*:midas sys; atsign 6slave_sysen2; ld10
IF PDP6F = 0, ASSEMBLE A PDP10 VERSION
IF PDP6F =1, ASSEMBLE A PDP6 VERSION
        PDP6F =
larsbrinkhoff commented 3 years ago

Testing commit 288e6adb900acb11bc4ef0e5e8abc30c15c439e3.

CircleCI:
https://app.circleci.com/pipelines/github/PDP-10/its/624/workflows/a77aef92-0198-4a10-b3c2-6d30ed912a67/jobs/7980

GitHub Actions:
https://github.com/PDP-10/its/runs/1886904093?check_suite_focus=true

Result: not ok.

larsbrinkhoff commented 3 years ago

Testing commit 793c4cd8f01e5.

CircleCI:
https://app.circleci.com/pipelines/github/PDP-10/its/625/workflows/f05530fb-1edc-4f8d-87d3-53e1c76699a7/jobs/7984

GitHub Actions: https://github.com/PDP-10/its/runs/1887604759?check_suite_focus=true

Result: not ok.

larsbrinkhoff commented 3 years ago

Testing commit 280432b0d.

CircleCI: https://app.circleci.com/pipelines/github/PDP-10/its/626/workflows/8ebb4b03-1682-4ec1-acf3-5e41ef1aa2cb/jobs/7988

GitHub Actions: https://github.com/PDP-10/its/runs/1896486608?check_suite_focus=true

larsbrinkhoff commented 3 years ago

Travis CI doesn't like 280432b: https://travis-ci.org/github/PDP-10/its/builds/758895882

larsbrinkhoff commented 3 years ago

Result with 280432b: Circle CI and GitHub Actions are ok, but Travis is not.

I see you moved the call to sim_process_event in the indirect loop again.

larsbrinkhoff commented 3 years ago

Testing commit 73c9952e.

Circle CI: https://app.circleci.com/pipelines/github/PDP-10/its/627/workflows/c824e603-beda-4793-8f60-9708724ae405/jobs/7992

GitHub Actions: https://github.com/PDP-10/its/runs/1898700744?check_suite_focus=true

Travis CI: https://travis-ci.org/github/PDP-10/its/builds/758947447

larsbrinkhoff commented 3 years ago

Result for 73c9952:

larsbrinkhoff commented 3 years ago

I note that the decrement was removed from --sim_interval in 280432b0d. I till try to add it back. But first, a new round with the latest commit.

larsbrinkhoff commented 3 years ago

Testing commit f3384d2110.

Circle CI: https://app.circleci.com/pipelines/github/PDP-10/its/628/workflows/53d5ead2-9a68-4613-aff5-3659ea531faf/jobs/7996

GitHub Actions: https://github.com/PDP-10/its/runs/1901566046?check_suite_focus=true

Travis CI: https://travis-ci.org/github/PDP-10/its/builds/759016559

larsbrinkhoff commented 3 years ago

Result for f3384d2:

larsbrinkhoff commented 3 years ago

Testing commit f3384d2 + patch (https://github.com/larsbrinkhoff/ka10-simh/commit/239b4fe5130907c4cff1df000fc924e6a5453dc8).

Circle CI: https://app.circleci.com/pipelines/github/PDP-10/its/629/workflows/b64d5d23-43ae-4eaa-94d7-eb0cef241d9f/jobs/8000 https://app.circleci.com/pipelines/github/PDP-10/its/629/workflows/b64d5d23-43ae-4eaa-94d7-eb0cef241d9f/jobs/8001

GitHub Actions: https://github.com/PDP-10/its/runs/1902504696?check_suite_focus=true

Travis CI: https://travis-ci.org/github/PDP-10/its/builds/759032310

larsbrinkhoff commented 3 years ago

Result for patch:

larsbrinkhoff commented 3 years ago

Testing commit 0a9a94d187:

Circle CI: https://app.circleci.com/pipelines/github/PDP-10/its/634/workflows/5648090d-fd37-4db8-9578-0b9cbc247ab6/jobs/8017

GitHub Actions: https://github.com/PDP-10/its/actions/runs/570924906

Travis CI: https://travis-ci.org/github/PDP-10/its/builds/759161208

larsbrinkhoff commented 3 years ago

Results for 0a9a94d:

larsbrinkhoff commented 3 years ago

Latest update on this is that the --sim_interval is nessary for Travis CI to be happy...

AND also necesssary for the III display to work.